From f50b60cbaec41c6b676dff8068a1be2e4134fa49 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 10 Oct 2007 14:42:17 -0500 Subject: [PATCH] Fixing tab display on authorities.tmpl, correcting invalid markup generated by authorities.pl; Change to circulation.tmpl for more generalized tab formatting. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- authorities/authorities.pl | 29 +++++---- .../prog/en/css/staff-global.css | 23 +++++-- .../en/modules/authorities/authorities.tmpl | 64 +++++++++---------- .../prog/en/modules/circ/circulation.tmpl | 2 +- 4 files changed, 64 insertions(+), 54 deletions(-) diff --git a/authorities/authorities.pl b/authorities/authorities.pl index 064dcf0b35..b8f8943169 100755 --- a/authorities/authorities.pl +++ b/authorities/authorities.pl @@ -212,8 +212,9 @@ sub create_input { name=\"".$subfield_data{id}."\" value=\"$value\" class=\"input_marceditor\" - tabindex=\"1\" - DISABLE READONLY \/> + tabindex=\"1\" + disabled=\"disabled\" + readonly=\"readonly\" \/> {$tag}->{$subfield}->{authtypecode}."&index=$subfield_data{id}','$subfield_data{id}')\">... "; @@ -236,12 +237,12 @@ sub create_input { $subfield_data{marc_value} = " + onfocus=\"Focus$function_name($index_tag)\" + onblur=\"Blur$function_name($index_tag); \" \/> ... $javascript"; @@ -251,16 +252,16 @@ sub create_input { $subfield_data{marc_value} = " "; } elsif ( $tagslib->{$tag}->{$subfield}->{'hidden'} ) { $subfield_data{marc_value} = "$value @@ -292,8 +293,8 @@ sub create_input { else { $subfield_data{marc_value} = " -Koha -- Authority details +Koha -- Authority details + @@ -393,7 +391,7 @@ function searchauthority() {

Adding authority ()

-
+ @@ -419,25 +417,24 @@ function searchauthority() { +
- + XX"> + + -
XX" class="content_hidden"> +
XX"> -
+
XX"> @@ -449,23 +446,21 @@ function searchauthority() { "> _indicator_" size="2" maxlength="2" - value="" - class="flat" /> + value="" /> _indicator_" size="2" maxlength="2" - value="" - class="flat" /> + value="" /> - @@ -482,7 +477,7 @@ function searchauthority() { - _')"> + _')"> _')">+ @@ -500,7 +495,7 @@ function searchauthority() { - style="display:none;" src="/../img/up.png" onclick="upSubfield('subfield')"/> + style="display:none;" src="/../img/up.png" onclick="upSubfield('subfield')" alt="Move Up" title="Move Up" /> display:none; border:0;" type="text" name="tag__code___" @@ -540,6 +535,7 @@ function searchauthority() {
+
@@ -563,9 +559,9 @@ function searchauthority() {
- + - +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 363a183798..65a13f3f34 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -607,7 +607,7 @@ No patron matched -
+
  • -- 2.39.5