View | Details | Raw Unified | Return to bug 17929
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-5 / +4 lines)
Lines 572-578 function Changefwk() { Link Here
572
                [% IF ( innerloo.fixedfield ) %]
572
                [% IF ( innerloo.fixedfield ) %]
573
                    <input type="text"
573
                    <input type="text"
574
                        tabindex="1"
574
                        tabindex="1"
575
                        class="indicator flat"
575
                        class="content-box flat"
576
                        style="display:none;"
576
                        style="display:none;"
577
                        name="tag_[% innerloo.tag %]_indicator1_[% innerloo.index %][% innerloo.random %]"
577
                        name="tag_[% innerloo.tag %]_indicator1_[% innerloo.index %][% innerloo.random %]"
578
                        size="1"
578
                        size="1"
Lines 580-586 function Changefwk() { Link Here
580
                        value="[% innerloo.indicator1 %]" />
580
                        value="[% innerloo.indicator1 %]" />
581
                    <input type="text"
581
                    <input type="text"
582
                        tabindex="1"
582
                        tabindex="1"
583
                        class="indicator flat"
583
                        class="content-box flat"
584
                        style="display:none;"
584
                        style="display:none;"
585
                        name="tag_[% innerloo.tag %]_indicator2_[% innerloo.index %][% innerloo.random %]"
585
                        name="tag_[% innerloo.tag %]_indicator2_[% innerloo.index %][% innerloo.random %]"
586
                        size="1"
586
                        size="1"
Lines 589-602 function Changefwk() { Link Here
589
                [% ELSE %]
589
                [% ELSE %]
590
                    <input type="text"
590
                    <input type="text"
591
                        tabindex="1"
591
                        tabindex="1"
592
                        class="indicator flat"
592
                        class="content-box flat"
593
                        name="tag_[% innerloo.tag %]_indicator1_[% innerloo.index %][% innerloo.random %]"
593
                        name="tag_[% innerloo.tag %]_indicator1_[% innerloo.index %][% innerloo.random %]"
594
                        size="1"
594
                        size="1"
595
                        maxlength="1"
595
                        maxlength="1"
596
                        value="[% innerloo.indicator1 %]" />
596
                        value="[% innerloo.indicator1 %]" />
597
                    <input type="text"
597
                    <input type="text"
598
                        tabindex="1"
598
                        tabindex="1"
599
                        class="indicator flat"
599
                        class="content-box flat"
600
                        name="tag_[% innerloo.tag %]_indicator2_[% innerloo.index %][% innerloo.random %]"
600
                        name="tag_[% innerloo.tag %]_indicator2_[% innerloo.index %][% innerloo.random %]"
601
                        size="1"
601
                        size="1"
602
                        maxlength="1"
602
                        maxlength="1"
603
- 

Return to bug 17929