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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-10 / +5 lines)
Lines 124-136 Link Here
124
                               <input type="text" name="search" id="searchbox" size="35" /><br />
124
                               <input type="text" name="search" id="searchbox" size="35" /><br />
125
                             <label for="itypeloop">Item type</label>
125
                             <label for="itypeloop">Item type</label>
126
                               <select name="itype" id="itypeloop">
126
                               <select name="itype" id="itypeloop">
127
                           <option value="">All Item Types</option>
127
                           <option value="" selected="selected">All Item Types</option>
128
                               [% FOREACH itypeloo IN itypeloop %]
128
                               [% FOREACH itypeloo IN itypeloop %]
129
                            [% IF ( itypeloo.selected ) %]
130
                         <option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description %]</option>
131
                                [% ELSE %]
132
                             <option value="[% itypeloo.itemtype %]">[% itypeloo.description %]</option>
129
                             <option value="[% itypeloo.itemtype %]">[% itypeloo.description %]</option>
133
                            [% END %]
134
                              [% END %]
130
                              [% END %]
135
                              </select>
131
                              </select>
136
                      </p>
132
                      </p>
Lines 138-145 Link Here
138
                            <input type="submit" value="Start search" />
134
                            <input type="submit" value="Start search" />
139
                   </p>
135
                   </p>
140
136
141
          </div>
137
            </form>
142
 </form>
138
        </div>
143
139
144
       [% ELSE %]
140
       [% ELSE %]
145
141
Lines 171-179 Link Here
171
                                    [% IF ( resul.even ) %]<td class="hilighted">
167
                                    [% IF ( resul.even ) %]<td class="hilighted">
172
                                    [% ELSE %]<td>[% END %]
168
                                    [% ELSE %]<td>[% END %]
173
                                                            [% IF ( resul.MARC_ON ) %]
169
                                                            [% IF ( resul.MARC_ON ) %]
174
                                                                    <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>
175
                                                            [% ELSE %]
171
                                                            [% ELSE %]
176
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a>				[% END %]
172
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a>				[% END %]
177
                                                    <p>[% resul.author %]
173
                                                    <p>[% resul.author %]
178
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %]
174
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %]
179
                                                    [% IF ( resul.place ) %] ; [% resul.place %][% END %]
175
                                                    [% IF ( resul.place ) %] ; [% resul.place %][% END %]
180
- 

Return to bug 19646