[7/30] Patron Card Menu
authorChris Nighswonger <cnighswonger@foundations.edu>
Mon, 11 Jan 2010 19:41:47 +0000 (14:41 -0500)
committerChris Nighswonger <cnighswonger@foundations.edu>
Mon, 11 Jan 2010 23:17:04 +0000 (18:17 -0500)
Code for the menu which appears at the top of most screens within the
Patron Card Creator.

koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc
new file mode 100644 (file)
index 0000000..2a246d4
--- /dev/null
@@ -0,0 +1,9 @@
+<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>