f8626343e2
After talking to Owen we decided to use 2 classes for those modules. I decided on: patroncard: tools, pcard labels: tools, labels Signed-off-by: Owen Leonard <oleonard@myacpl.org>
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]<title>Koha › Tools › Quick spine label creator</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
<body id="labels_spinelabel-home" class="tools labels">
|
|
[% 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> › Quick spine label creator</div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<h2>Quick spine label creator</h2>
|
|
<form action="/cgi-bin/koha/labels/spinelabel-print.pl" method="post">
|
|
<fieldset class="brief">
|
|
<ol>
|
|
<li><label for="barcode">Barcode: </label>
|
|
<input type="text" name="barcode" id="barcode" class="focus" />
|
|
</li>
|
|
</ol>
|
|
<fieldset class="action"><input type="submit" value="View spine label" /></fieldset>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
[% INCLUDE 'tools-menu.inc' %]
|
|
</div>
|
|
|
|
</div>
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|