From b43c829027eeb6fdb9784ea7b05d914c8bcf2d34 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 29 Aug 2008 09:06:11 -0500 Subject: [PATCH] More markup corrections for better validation. Signed-off-by: Galen Charlton --- admin/koha2marclinks.pl | 2 -- admin/marctagstructure.pl | 3 --- .../intranet-tmpl/prog/en/modules/admin/authtypes.tmpl | 8 ++++---- .../prog/en/modules/admin/classsources.tmpl | 8 ++++---- .../prog/en/modules/admin/matching-rules.tmpl | 10 +++++++--- .../prog/en/modules/admin/z3950servers.tmpl | 2 +- 6 files changed, 16 insertions(+), 17 deletions(-) diff --git a/admin/koha2marclinks.pl b/admin/koha2marclinks.pl index aa2e3682ff..c23c39de5d 100755 --- a/admin/koha2marclinks.pl +++ b/admin/koha2marclinks.pl @@ -89,7 +89,6 @@ if ( $op eq 'add_form' ) { -default => "$defaulttagfield $defaulttagsubfield - $defaultliblibrarian", -size => 1, - -tabindex => '', -multiple => 0, ); $template->param( "marclist$i" => $marclist ); @@ -173,7 +172,6 @@ else { # DEFAULT ], -default => $tablename, -size => 1, - -tabindex => '', -multiple => 0 ) ); diff --git a/admin/marctagstructure.pl b/admin/marctagstructure.pl index 2759a03af9..b930271af5 100755 --- a/admin/marctagstructure.pl +++ b/admin/marctagstructure.pl @@ -118,7 +118,6 @@ if ($op eq 'add_form') { my $authorised_value = CGI::scrolling_list(-name=>'authorised_value', -values=> \@authorised_values, -size=>1, - -tabindex=>'', -id=>"authorised_value", -multiple=>0, -default => $data->{'authorised_value'}, @@ -138,13 +137,11 @@ if ($op eq 'add_form') { repeatable => CGI::checkbox(-name=>'repeatable', -checked=> $data->{'repeatable'}?'checked':'', -value=> 1, - -tabindex=>'', -label => '', -id=> 'repeatable'), mandatory => CGI::checkbox(-name => 'mandatory', -checked => $data->{'mandatory'}?'checked':'', -value => 1, - -tabindex=>'', -label => '', -id => 'mandatory'), authorised_value => $authorised_value, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl index 3a95d533bd..774d947e92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl @@ -79,11 +79,8 @@ function Check(f) { New authority type
    - - - -
  1. Authority type " />
  2. @@ -94,6 +91,9 @@ function Check(f) {

    Note: for 'Authority field to copy', enter the authority field that should be copied from the authority record to the bibliographic record. E.g., in MARC21, field 100 in the authority record should be copied to field 100 in the bibliographic record

    " /> + + +
Cancel
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tmpl index bee599fdc1..973d8798bf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tmpl @@ -116,9 +116,9 @@ function CheckRuleForm(f) { -

› Modify classification source

+

Modify classification source

-

› Add classification source

+

Add classification source

" name="Aform" method="post"> " /> @@ -170,9 +170,9 @@ function CheckRuleForm(f) { -

› Modify filing rule

+

Modify filing rule

-

› Add filing rule

+

Add filing rule

" name="Aform" method="post"> " /> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl index aa466fd9df..f795efbdc2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl @@ -144,6 +144,9 @@ function CheckRuleForm(f) { //]]> + @@ -211,8 +214,8 @@ function CheckRuleForm(f) { _search_index" name="mp__search_index" size="20" - value="" - maxlegnth="30" escape="HTML" /> + value="" + maxlegnth="30" />
  • @@ -572,7 +575,7 @@ function CheckRuleForm(f) {
    - + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl index ed9dc9e156..e495b6aa5a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl @@ -295,7 +295,7 @@ TargetHostname/PortDatabaseUseridPasswordCheckedRank SyntaxEncoding  - ?op=add_form&searchfield=">: ?op=add_form&searchfield=">Edit?op=delete_confirm&searchfield=">Delete + ?op=add_form&searchfield=">: ?op=add_form&searchfield=">Edit?op=delete_confirm&searchfield=">Delete -- 2.20.1