Lines 127-133
Link Here
|
127 |
<input type="hidden" name="popup" value="1" /> |
127 |
<input type="hidden" name="popup" value="1" /> |
128 |
[% END %] |
128 |
[% END %] |
129 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
129 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
130 |
[% IF ( opisadd ) %] |
130 |
[% IF op != 'saveitem' %] |
131 |
<h2 id="additema">Add item [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]</h2> |
131 |
<h2 id="additema">Add item [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]</h2> |
132 |
[% ELSE %] |
132 |
[% ELSE %] |
133 |
<h2 id="edititem">Edit Item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]</h2> |
133 |
<h2 id="edititem">Edit Item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]</h2> |
Lines 210-216
Link Here
|
210 |
<input type="hidden" name="indicator" value=" " /> |
210 |
<input type="hidden" name="indicator" value=" " /> |
211 |
<input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> |
211 |
<input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> |
212 |
|
212 |
|
213 |
<fieldset class="action"> [% IF ( opisadd ) %] |
213 |
<fieldset class="action"> [% IF op != 'saveitem' %] |
214 |
<input type="submit" name="phony_submit" value="phony_submit" id="phony_submit" style="display:none;" onclick="return false;" /> |
214 |
<input type="submit" name="phony_submit" value="phony_submit" id="phony_submit" style="display:none;" onclick="return false;" /> |
215 |
<!-- Note : We use here a false submit button because we have several submit buttons and we don't want the user to believe they validated the adding of multiple items |
215 |
<!-- Note : We use here a false submit button because we have several submit buttons and we don't want the user to believe they validated the adding of multiple items |
216 |
when pressing the enter key, while in fact it is the first submit button that is validated, in our case the "add (single) item" button. |
216 |
when pressing the enter key, while in fact it is the first submit button that is validated, in our case the "add (single) item" button. |