Revert "Bug 2266: Could not uncollapse a tag if you turn on advancedMARCeditor."
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 27 May 2009 15:09:17 +0000 (17:09 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 27 May 2009 15:13:51 +0000 (17:13 +0200)
This reverts commit 281f3ed8da6cfab9c24db49e2b506b0fa0b8fb88.

koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl

index c4a1ac5..6e0a58c 100644 (file)
@@ -69,12 +69,11 @@ div.subfield_line label {
        padding : .2em 0;
 }
 
-a.tagnum {
+.tagnum {
        font-size : 110%;
        font-weight : bold;
        color : #000;
        padding : .1em .3em .1em 0;
-       text-decoration : none;
 }
 
 .subfield {
@@ -116,4 +115,4 @@ a.tagnum {
 }
 #cataloguing_additem_newitem .input_marceditor {
        width : auto;
-}
+}
\ No newline at end of file
index 13969e4..b331d1c 100644 (file)
@@ -642,7 +642,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ?
        <div class="tag" id="tag_<!-- TMPL_VAR name="tag"-->_<!-- TMPL_VAR NAME='index'--><!-- TMPL_VAR name="random" -->">
         <div class="tag_title" id="div_indicator_tag_<!-- TMPL_VAR name="tag"-->_<!-- TMPL_VAR NAME='index'--><!-- TMPL_VAR name="random" -->">
             <!-- TMPL_UNLESS name="hide_marc" -->
-                <a href="#" tabindex="1" class="tagnum" title="<!-- TMPL_VAR NAME="tag_lib" -->" onclick="ExpandField('tag_<!-- TMPL_VAR name="tag"-->_<!-- TMPL_VAR NAME='index' --><!-- TMPL_VAR NAME="random" -->'); return false;"><!-- TMPL_VAR NAME="tag" --></a>
+                <span class="tagnum" title="<!-- TMPL_VAR NAME="tag_lib" -->"><!-- TMPL_VAR NAME="tag" --></span>
                 <!-- TMPL_IF NAME="fixedfield" -->
                        <input tabindex="1" class="indicator flat" type="text" style="display:none;" name="tag_<!-- TMPL_VAR NAME="tag" -->_indicator1_<!-- TMPL_VAR NAME='index'--><!-- TMPL_VAR name="random" -->" size="1" maxlength="1" value="<!-- TMPL_VAR NAME="indicator1" -->" />
                        <input tabindex="1" class="indicator flat" type="text" style="display:none;" name="tag_<!-- TMPL_VAR NAME="tag" -->_indicator2_<!-- TMPL_VAR NAME='index'--><!-- TMPL_VAR name="random" -->" size="1" maxlength="1" value="<!-- TMPL_VAR NAME="indicator2" -->" />