3a74a78383
Code for the menu which appears at the top of most screens within the Patron Card Creator.
9 lines
593 B
HTML
9 lines
593 B
HTML
<div id="navmenu"><ul id="navmenulist">
|
|
<li><a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Manage Layouts</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Manage Templates</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Manage Profiles</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage Batches</a></li>
|
|
<li><a href="/cgi-bin/koha/patroncards/image-manage.pl">Manage Images</a></li>
|
|
</ul>
|
|
</div>
|