Lines 489-497
Link Here
|
489 |
<button type="submit" class="new" onclick="confirmnotdup('view'); return false;"><i class="fa fa-fw fa-save"></i> No, save as new record</button> |
489 |
<button type="submit" class="new" onclick="confirmnotdup('view'); return false;"><i class="fa fa-fw fa-save"></i> No, save as new record</button> |
490 |
[% END %] |
490 |
[% END %] |
491 |
</form> |
491 |
</form> |
492 |
</div> |
492 |
</div> <!-- /.dialog.alert --> |
493 |
[% END %] |
493 |
[% END # /IF duplicatebiblionumber %] |
494 |
[% END %] |
494 |
[% END # /UNLESS number %] |
495 |
|
495 |
|
496 |
[% IF ( done ) %] |
496 |
[% IF ( done ) %] |
497 |
<script> |
497 |
<script> |
Lines 528-534
Link Here
|
528 |
[% ELSE %] |
528 |
[% ELSE %] |
529 |
<!-- User cannot edit items - single button redirecting to view --> |
529 |
<!-- User cannot edit items - single button redirecting to view --> |
530 |
<div class="btn-group"><a href="#" id="saveandview" class="btn btn-default"><i class="fa fa-save"></i> Save</a></div> |
530 |
<div class="btn-group"><a href="#" id="saveandview" class="btn btn-default"><i class="fa fa-save"></i> Save</a></div> |
531 |
[% END %] |
531 |
[% END # /IF CAN_user_editcatalogue_edit_items %] |
532 |
|
532 |
|
533 |
[% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] |
533 |
[% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] |
534 |
<div class="btn-group"><a class="btn btn-default" href="#" id="z3950search"><i class="fa fa-search"></i> Z39.50/SRU search</a></div> |
534 |
<div class="btn-group"><a class="btn btn-default" href="#" id="z3950search"><i class="fa fa-search"></i> Z39.50/SRU search</a></div> |
Lines 571-578
Link Here
|
571 |
</a> |
571 |
</a> |
572 |
</li> |
572 |
</li> |
573 |
[% END %] |
573 |
[% END %] |
574 |
</ul> |
574 |
</ul> <!-- /#settings-menu --> |
575 |
</div> |
575 |
</div> <!-- /.btn-group --> |
576 |
[% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] |
576 |
[% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] |
577 |
[% IF (biblionumber) %] |
577 |
[% IF (biblionumber) %] |
578 |
[% IF ( BiblioDefaultViewmarc ) %] |
578 |
[% IF ( BiblioDefaultViewmarc ) %] |
Lines 595-601
Link Here
|
595 |
[% ELSE %] |
595 |
[% ELSE %] |
596 |
<a class="btn btn-default" id="cancel" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cancel</a> |
596 |
<a class="btn btn-default" id="cancel" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cancel</a> |
597 |
[% END %] |
597 |
[% END %] |
598 |
[% END %] |
598 |
[% END # /UNLESS circborrowernumber %] |
599 |
<div class="toolbar-tabs-container"> |
599 |
<div class="toolbar-tabs-container"> |
600 |
[% IF ( BIG_LOOP.size > 1 ) %] |
600 |
[% IF ( BIG_LOOP.size > 1 ) %] |
601 |
<ul class="toolbar-tabs"> |
601 |
<ul class="toolbar-tabs"> |
Lines 697-703
Link Here
|
697 |
size="1" |
697 |
size="1" |
698 |
maxlength="1" |
698 |
maxlength="1" |
699 |
value="[% innerloo.indicator2 | html %]" /> |
699 |
value="[% innerloo.indicator2 | html %]" /> |
700 |
[% END %] - |
700 |
[% END # /IF innerloo.fixedfield %] - |
701 |
|
701 |
|
702 |
[% UNLESS advancedMARCEditor %] |
702 |
[% UNLESS advancedMARCEditor %] |
703 |
<a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to Expand this Tag">[% innerloo.tag_lib | html %]</a> |
703 |
<a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to Expand this Tag">[% innerloo.tag_lib | html %]</a> |
Lines 712-719
Link Here
|
712 |
<a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Delete this Tag"> |
712 |
<a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Delete this Tag"> |
713 |
<img src="[% interface | html %]/[% theme | html %]/img/delete-tag.png" alt="Delete this Tag" /> |
713 |
<img src="[% interface | html %]/[% theme | html %]/img/delete-tag.png" alt="Delete this Tag" /> |
714 |
</a> |
714 |
</a> |
715 |
</span> |
715 |
</span> <!-- /.field_controls --> |
716 |
</div> |
716 |
</div> <!-- /div.tag_title --> |
717 |
|
717 |
|
718 |
[% FOREACH subfield_loo IN innerloo.subfield_loop %] |
718 |
[% FOREACH subfield_loo IN innerloo.subfield_loop %] |
719 |
<!-- One line on the marc editor --> |
719 |
<!-- One line on the marc editor --> |
Lines 789-795
Link Here
|
789 |
[% END %] |
789 |
[% END %] |
790 |
[% END %] |
790 |
[% END %] |
791 |
</select> |
791 |
</select> |
792 |
[% END %] |
792 |
[% END # /IF (mv.type...) %] |
793 |
[% IF ( subfield_loo.mandatory ) %] |
793 |
[% IF ( subfield_loo.mandatory ) %] |
794 |
<span class="required">Required</span> |
794 |
<span class="required">Required</span> |
795 |
[% END %] |
795 |
[% END %] |
Lines 803-817
Link Here
|
803 |
</a> |
803 |
</a> |
804 |
[% END %] |
804 |
[% END %] |
805 |
</span> |
805 |
</span> |
806 |
</div> |
806 |
</div> <!-- /.subfield_line --> |
807 |
<!-- End of the line --> |
807 |
<!-- End of the line --> |
808 |
[% END %] |
808 |
[% END # /FOREACH subfield_loop %] |
809 |
</div> |
809 |
</div> <!-- /.tag.clearfix --> |
810 |
[% END %]<!-- if innerloo.tag --> |
810 |
[% END %]<!-- if innerloo.tag --> |
811 |
[% END %]<!-- BIG_LOO.innerloop --> |
811 |
[% END # /FOREACH BIG_LOO.innerloop %] |
812 |
</div> |
812 |
</div> <!-- /#tabXXX --> |
813 |
[% END %]<!-- BIG_LOOP --> |
813 |
[% END # /FOREACH BIG_LOOP %] |
814 |
</div><!-- tabs --> |
814 |
</div><!-- /#addbibliotabs --> |
815 |
|
815 |
|
816 |
[%# Fields for fast cataloging %] |
816 |
[%# Fields for fast cataloging %] |
817 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
817 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
Lines 820-827
Link Here
|
820 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> |
820 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> |
821 |
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> |
821 |
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> |
822 |
[%# End of fields for fast cataloging %] |
822 |
[%# End of fields for fast cataloging %] |
823 |
</form> |
823 |
</form> <!-- /name=f --> |
824 |
</div> |
824 |
</div> <!-- /.col-md-10.col-md-offset-1 --> |
825 |
</div> |
825 |
</div> <!-- /.row --> |
826 |
|
826 |
|
827 |
[% INCLUDE 'intranet-bottom.inc' %] |
827 |
[% INCLUDE 'intranet-bottom.inc' %] |
828 |
- |
|
|