Lines 109-116
Link Here
|
109 |
<label for="biblionumber">Select the biblionumber to attach the item to</label> |
109 |
<label for="biblionumber">Select the biblionumber to attach the item to</label> |
110 |
<div class="hint">Enter biblionumber:</div> |
110 |
<div class="hint">Enter biblionumber:</div> |
111 |
<input type="text" name="biblionumber" id="biblionumber" class="focus" size="14" /> |
111 |
<input type="text" name="biblionumber" id="biblionumber" class="focus" size="14" /> |
112 |
<fieldset class="action"><input type="submit" class="btn btn-primary" value="Submit" /></fieldset> |
|
|
113 |
</fieldset> |
112 |
</fieldset> |
|
|
113 |
<fieldset class="action"> |
114 |
<input type="submit" class="btn btn-primary" value="Submit" /> |
115 |
</fieldset> |
114 |
[% ELSE %] |
116 |
[% ELSE %] |
115 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber | html %]" /> |
117 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber | html %]" /> |
116 |
[% END %] |
118 |
[% END %] |
Lines 120-127
Link Here
|
120 |
<label for="barcode">Enter the barcode of the item to attach:</label> |
122 |
<label for="barcode">Enter the barcode of the item to attach:</label> |
121 |
<p class="hint">The item you select will be moved to the target record.</p> |
123 |
<p class="hint">The item you select will be moved to the target record.</p> |
122 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
124 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
123 |
<fieldset class="action"><input type="submit" class="btn btn-primary" value="Submit" /></fieldset> |
|
|
124 |
</fieldset> |
125 |
</fieldset> |
|
|
126 |
<fieldset class="action"> |
127 |
<input type="submit" class="btn btn-primary" value="Submit" /> |
128 |
</fieldset> |
125 |
[% ELSE %] |
129 |
[% ELSE %] |
126 |
<input type="hidden" name="barcode" id="barcode" value="[% barcode | html %]" /> |
130 |
<input type="hidden" name="barcode" id="barcode" value="[% barcode | html %]" /> |
127 |
[% END %] |
131 |
[% END %] |