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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-1 / +2 lines)
Lines 856-862 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
856
            <div class="subfield_line" style="[% subfield_loo.visibility %]; float: left; clear: left; width: 100%;" id="subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]">
856
            <div class="subfield_line" style="[% subfield_loo.visibility %]; float: left; clear: left; width: 100%;" id="subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]">
857
            
857
            
858
                [% UNLESS ( subfield_loo.advancedMARCEditor ) %]
858
                [% UNLESS ( subfield_loo.advancedMARCEditor ) %]
859
                    <label for="tag_[% subfield_loo.tag %]_subfield_[% subfield_loo.subfield %]_[% subfield_loo.index %]_[% subfield_loo.index_subfield %]" [% IF ( subfield_loo.fixedfield ) %] style="display:none;" [% END %] class="labelsubfield">
859
                    [% IF ( subfield_loo.fixedfield ) %]<label for="tag_[% subfield_loo.tag %]_subfield_[% subfield_loo.subfield %]_[% subfield_loo.index %]_[% subfield_loo.index_subfield %]" style="display:none;" class="labelsubfield">
860
                    [% ELSE %]<label for="tag_[% subfield_loo.tag %]_subfield_[% subfield_loo.subfield %]_[% subfield_loo.index %]_[% subfield_loo.index_subfield %]" class="labelsubfield">[% END %]
860
                [% END %] 
861
                [% END %] 
861
                
862
                
862
                [% UNLESS ( subfield_loo.hide_marc ) %]
863
                [% UNLESS ( subfield_loo.hide_marc ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-1 / +2 lines)
Lines 142-148 Link Here
142
                <td> <a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.id %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.id %]" title="MARC" rel="gb_page_center[600,500]">Card</a>
142
                <td> <a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.id %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.id %]" title="MARC" rel="gb_page_center[600,500]">Card</a>
143
				</td>
143
				</td>
144
                <td>
144
                <td>
145
                	<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=[% breeding_loo.id %]" [% UNLESS ( CAN_user_editcatalogue_edit_catalogue ) %] class="disabled" onclick="return false;"[% END %]>Add biblio</a>
145
                    [% UNLESS ( CAN_user_editcatalogue_edit_catalogue ) %]<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=[% breeding_loo.id %]" class="disabled" onclick="return false;">Add biblio</a>
146
                    [% ELSE %]<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=[% breeding_loo.id %]">Add biblio</a>[% END %]
146
                </td>
147
                </td>
147
            </tr>
148
            </tr>
148
            [% END %]
149
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt (-4 / +6 lines)
Lines 164-170 Link Here
164
				[% FOREACH resul IN result %]
164
				[% FOREACH resul IN result %]
165
				[% IF ( resul.title ) %]
165
				[% IF ( resul.title ) %]
166
				<tr>
166
				<tr>
167
                                    <td[% IF ( resul.even ) %] class="hilighted"[% END %]>
167
                                    [% IF ( resul.even ) %]<td class="hilighted">
168
                                    [% ELSE %]<td>[% END %]
168
                                                            [% IF ( resul.MARC_ON ) %]
169
                                                            [% IF ( resul.MARC_ON ) %]
169
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a>
170
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a>
170
                                                            [% ELSE %]
171
                                                            [% ELSE %]
Lines 177-186 Link Here
177
                                                    [% IF ( resul.size ) %] ; [% resul.size %][% END %]
178
                                                    [% IF ( resul.size ) %] ; [% resul.size %][% END %]
178
                                            </p>
179
                                            </p>
179
					</td>
180
					</td>
180
					<td align="center" [% IF ( resul.even ) %] class="hilighted"[% END %]>
181
                    [% IF ( resul.even ) %]<td align="center" class="hilighted">
182
                    [% ELSE %]<td align="center">[% END %]
181
						[% resul.totitem %]
183
						[% resul.totitem %]
182
					</td>
184
					</td>
183
					<td [% IF ( resul.even ) %]class="hilighted"[% END %]>
185
                    [% IF ( resul.even ) %]<td class="hilighted">
186
                    [% ELSE %]<td>[% END %]
184
						[% resul.CN %]
187
						[% resul.CN %]
185
					</td>
188
					</td>
186
					<td>
189
					<td>
187
- 

Return to bug 6458