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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css (+1 lines)
Lines 132-134 a.tagnum { Link Here
132
.linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
132
.linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
133
.linktools a:first-child { border-bottom: 1px solid #DDD; }
133
.linktools a:first-child { border-bottom: 1px solid #DDD; }
134
.linktools a:hover { background-color: #FFC; }
134
.linktools a:hover { background-color: #FFC; }
135
.subfield_controls { margin : 0 .5em; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl (-2 / +2 lines)
Lines 708-717 function searchauthority() { Link Here
708
                    <!-- TMPL_VAR NAME="marc_value" -->
708
                    <!-- TMPL_VAR NAME="marc_value" -->
709
                    
709
                    
710
                    <!-- TMPL_IF NAME="repeatable" -->
710
                    <!-- TMPL_IF NAME="repeatable" -->
711
                        <span class="buttonPlus" onclick="CloneSubfield('subfield<!-- TMPL_VAR NAME='tag' --><!-- TMPL_VAR NAME='subfield' -->')">+</span>
711
                        <a href="#" onclick="CloneSubfield('subfield<!-- TMPL_VAR NAME='tag' --><!-- TMPL_VAR NAME='subfield' -->'); return false;"><img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /></a>
712
                    <!-- /TMPL_IF -->
712
                    <!-- /TMPL_IF -->
713
                    <!-- TMPL_UNLESS NAME="mandatory" -->
713
                    <!-- TMPL_UNLESS NAME="mandatory" -->
714
                        <span class="buttonMinus" onclick="UnCloneField('subfield<!-- TMPL_VAR NAME='tag' --><!-- TMPL_VAR NAME='subfield' --><!-- TMPL_VAR name="random" -->')">&#8722;</span>
714
                        <a href="#" onclick="UnCloneField('subfield<!-- TMPL_VAR NAME='tag' --><!-- TMPL_VAR NAME='subfield' --><!-- TMPL_VAR name="random" -->'); return false;"><img src="/intranet-tmpl/prog/img/delete-subfield.png" alt="Delete" title="Delete this subfield" /></a>
715
                    <!-- /TMPL_UNLESS -->
715
                    <!-- /TMPL_UNLESS -->
716
                    
716
                    
717
                </div>
717
                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl (-2 / +2 lines)
Lines 810-817 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
810
                <!-- TMPL_VAR NAME="marc_value" -->
810
                <!-- TMPL_VAR NAME="marc_value" -->
811
                
811
                
812
                <!-- TMPL_IF NAME="repeatable" -->
812
                <!-- TMPL_IF NAME="repeatable" -->
813
                    <span class="buttonPlus" onclick="CloneSubfield('subfield<!-- TMPL_VAR NAME='tag' --><!-- TMPL_VAR NAME='subfield' --><!-- TMPL_VAR name="random" -->')">+</span>
813
                    <span class="subfield_controls"><a href="#" onclick="CloneSubfield('subfield<!-- TMPL_VAR NAME='tag' --><!-- TMPL_VAR NAME='subfield' --><!-- TMPL_VAR name="random" -->'); return false;"><img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /></a>
814
                    <span class="buttonMinus" onclick="UnCloneField('subfield<!-- TMPL_VAR NAME='tag' --><!-- TMPL_VAR NAME='subfield' --><!-- TMPL_VAR name="random" -->')">&#8722;</span>
814
                                        <a href="#" onclick="UnCloneField('subfield<!-- TMPL_VAR NAME='tag' --><!-- TMPL_VAR NAME='subfield' --><!-- TMPL_VAR name="random" -->'); return false;"><img src="/intranet-tmpl/prog/img/delete-subfield.png" alt="Delete" title="Delete this subfield" /></a></span>
815
                <!-- /TMPL_IF -->
815
                <!-- /TMPL_IF -->
816
816
817
                
817
                

Return to bug 4868