5f4542992a
previously, it wasn't possible to insert anything into the <head> on an individual template unless it was the title of the page. Now, the structure is a bit more flexible to allow additional head elements to be included.
52 lines
1.3 KiB
Cheetah
52 lines
1.3 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Label and Barcode Printing</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<!-- TMPL_INCLUDE name="masthead.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="label-topmenu.inc" -->
|
|
<!-- TMPL_INCLUDE name="intranet-nav.inc" -->
|
|
<div id="main">
|
|
<h1>Current Templates
|
|
|
|
|
|
</h1>
|
|
|
|
<!-- TMPL_IF NAME="resultsloop" -->
|
|
<h2>Templates</h2>
|
|
<table>
|
|
<tr>
|
|
<th>Template Code</th>
|
|
<th>Description</th>
|
|
<th>Edit</th>
|
|
<th>Delete</th>
|
|
<th>Active</th>
|
|
</tr>
|
|
<!-- TMPL_LOOP NAME="resultsloop" -->
|
|
<tr>
|
|
<td>
|
|
<!-- TMPL_VAR NAME="tmpl_code" -->
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_VAR NAME="tmpl_desc" -->
|
|
</td>
|
|
<td>
|
|
<a href="/cgi-bin/koha/barcodes/label-edit-template.pl?tmpl_code=<!-- TMPL_VAR NAME="tmpl_code" -->">Edit</a>
|
|
</td>
|
|
<td>
|
|
<a href="/cgi-bin/koha/barcodes/label-templates.pl?op=delete&tmpl_code=<!-- TMPL_VAR NAME="tmpl_code" -->">Delete</a>
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_IF NAME="active" -->Active<!-- /TMPL_IF -->
|
|
</td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
|
|
<p><br />
|
|
|
|
<a href="/cgi-bin/koha/barcodes/label-create-template.pl?op=blank">Create New Label Template</a>
|
|
|
|
<!-- /TMPL_IF -->
|
|
</form>
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|