|
Lines 2-13
Link Here
|
| 2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
| 3 |
<title>Koha › Labels</title> |
3 |
<title>Koha › Labels</title> |
| 4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
| 5 |
<style type="text/css">#custom-doc { width:47.23em;*width:46.04em;min-width:610px; margin:auto;margin-top: .4em; text-align:left; }</style> |
|
|
| 6 |
</head> |
5 |
</head> |
| 7 |
<body id="labels_search" class="tools labels"> |
|
|
| 8 |
|
6 |
|
| 9 |
<div id="custom-doc" class="yui-t7"> |
7 |
<body id="labels_search" class="tools labels"> |
| 10 |
<div id="bd"> |
8 |
<div class="container-fluid"> |
| 11 |
|
9 |
|
| 12 |
<h1>Search for items |
10 |
<h1>Search for items |
| 13 |
[% IF ( batch_id ) %] |
11 |
[% IF ( batch_id ) %] |
|
Lines 104-111
to add to Batch [% batch_id %]
Link Here
|
| 104 |
|
102 |
|
| 105 |
<fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset> |
103 |
<fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset> |
| 106 |
</form> |
104 |
</form> |
| 107 |
</div> |
|
|
| 108 |
</div> |
| 109 |
|
105 |
|
| 110 |
[% MACRO jsinclude BLOCK %] |
106 |
[% MACRO jsinclude BLOCK %] |
| 111 |
[% INCLUDE 'calendar.inc' %] |
107 |
[% INCLUDE 'calendar.inc' %] |
| 112 |
- |
|
|