Lines 131-137
Link Here
|
131 |
</li> |
131 |
</li> |
132 |
<li> |
132 |
<li> |
133 |
<label for="object">Object: </label> |
133 |
<label for="object">Object: </label> |
134 |
<input type="text" id="object" name="object" value="[% object | html %]" /> |
134 |
[% IF patron %][%# From the members module %] |
|
|
135 |
[% object | html %] ([% INCLUDE 'patron-title.inc' patron => patron %] ) |
136 |
[% ELSE %] |
137 |
<input type="text" id="object" name="object" value="[% object | html %]" /> |
138 |
[% END %] |
135 |
</li> |
139 |
</li> |
136 |
<li> |
140 |
<li> |
137 |
<label for="info">Info:</label> |
141 |
<label for="info">Info:</label> |
Lines 276-282
Link Here
|
276 |
</div> |
280 |
</div> |
277 |
</div> |
281 |
</div> |
278 |
<div class="yui-b noprint"> |
282 |
<div class="yui-b noprint"> |
279 |
[% IF ( circulation ) %] |
283 |
[% IF patron %] |
280 |
[% INCLUDE 'circ-menu.inc' %] |
284 |
[% INCLUDE 'circ-menu.inc' %] |
281 |
[% ELSE %] |
285 |
[% ELSE %] |
282 |
[% IF ( CATALOGUING ) %] |
286 |
[% IF ( CATALOGUING ) %] |