090cd49f17
The patron card creator should have the Tools area sidebar on its pages. This patch adds it. To test: Go to More -> Tools -> Patron card creator The home page should have the tools sidebar Click through all of the "New" pages - they should all have the tools sidebar Click through all of the "Manage" pages - they should all have the tools sidebar Also verify that on each page, the Patron card creator link in the sidebar is bolded Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Sidebar displayed Ok. No errors Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
29 lines
1 KiB
Text
29 lines
1 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Tools › Patron card creator</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/card.css" />
|
|
</head>
|
|
<body id="pcard_home" class="tools pcard">
|
|
[% INCLUDE 'header.inc' %]
|
|
[% INCLUDE 'cat-search.inc' %]
|
|
<div id="breadcrumbs">
|
|
<a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
|
|
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
|
Patron card creator
|
|
</div>
|
|
<div id="doc3" class="yui-t2">
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<div class="yui-g">
|
|
[% INCLUDE 'patroncards-toolbar.inc' %]
|
|
<div class="yui-u first">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
[% INCLUDE 'tools-menu.inc' %]
|
|
</div>
|
|
</div>
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|