Josef Moravec
804677265e
Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
22 lines
1.5 KiB
HTML
22 lines
1.5 KiB
HTML
<div id="toolbar" class="btn-toolbar">
|
|
<div class="btn-group">
|
|
<button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/cgi-bin/koha/patroncards/edit-batch.pl?op=new">Card batch</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/image-manage.pl">Image</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/edit-layout.pl?op=new">Layout</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/edit-template.pl?op=new">Card template</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/edit-profile.pl?op=new">Printer profile</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="btn-group">
|
|
<button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"><i class="fa fa-edit"></i> Manage <span class="caret"></span></button>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Card batches</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/image-manage.pl">Images</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Card templates</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Printer profiles</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|