From: Colin Campbell Date: Thu, 7 May 2009 13:59:25 +0000 (+0100) Subject: (bug #3197) Subfield code box was not present on new subfield tab in Admin/Authority X-Git-Tag: ontop~71 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=e60fbf4c30b2a33428c42d92a9ef9947b37df6d0;p=koha.git (bug #3197) Subfield code box was not present on new subfield tab in Admin/Authority Signed-off-by: Galen Charlton --- diff --git a/admin/auth_subfields_structure.pl b/admin/auth_subfields_structure.pl index 133559fb0f..b166777b05 100755 --- a/admin/auth_subfields_structure.pl +++ b/admin/auth_subfields_structure.pl @@ -322,7 +322,10 @@ if ($op eq 'add_form') { -size=>1, -multiple=>0, ); - $row_data{tagsubfieldinput} = "{'tagsubfield'}."\" size=\"1\" id=\"tagsubfield\" maxlength=\"1\" />"; + $row_data{tagsubfieldinput} = + ""; $row_data{tagsubfield} = $data->{'tagsubfield'}; $row_data{liblibrarian} = ""; $row_data{libopac} = ""; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl index bf9ceba797..9203fd8171 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl @@ -73,8 +73,13 @@ function displayMoreConstraint(numlayer){
field">
    - -
  1. " /> 
  2. + + +
  3.  
  4. + + " /> + +
  5.  
  6.  
  7. " type="text" name="liblibrarian" value="" size="40" maxlength="80" />
  8. " name="libopac" value="" size="40" maxlength="80" />