Lines 145-151
Link Here
|
145 |
<form action="[% script_name %]" method="post"> |
145 |
<form action="[% script_name %]" method="post"> |
146 |
<input type="hidden" name="op" value="delete_confirmed" /> |
146 |
<input type="hidden" name="op" value="delete_confirmed" /> |
147 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
147 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
148 |
<input type="submit" value="Delete this Printer" /> |
148 |
<input type="submit" value="Delete this printer" /> |
149 |
</form> <form action="[% script_name %]" method="post"> |
149 |
</form> <form action="[% script_name %]" method="post"> |
150 |
<input type="submit" value="Do not Delete" /> |
150 |
<input type="submit" value="Do not Delete" /> |
151 |
</form> |
151 |
</form> |
Lines 160-177
Link Here
|
160 |
|
160 |
|
161 |
[% IF ( else ) %] |
161 |
[% IF ( else ) %] |
162 |
|
162 |
|
163 |
<div id="toolbar"> |
163 |
<div id="toolbar" class="btn-toolbar"> |
164 |
<script type="text/javascript"> |
164 |
<a class="btn btn-small" id="newprinter" href="/cgi-bin/koha/admin/printers.pl?op=add_form"><i class="icon-plus"></i> New printer</a> |
165 |
//<![CDATA[ |
165 |
</div> |
166 |
// prepare DOM for YUI Toolbar |
|
|
167 |
$(document).ready(function() { |
168 |
new YAHOO.widget.Button("newprinter"); |
169 |
}); |
170 |
//]]> |
171 |
</script> |
172 |
<ul class="toolbar"> |
173 |
<li><a id="newprinter" href="/cgi-bin/koha/admin/printers.pl?op=add_form">New printer</a></li> |
174 |
</ul></div> |
175 |
|
166 |
|
176 |
<h2>Printers</h2> |
167 |
<h2>Printers</h2> |
177 |
[% IF ( searchfield ) %] |
168 |
[% IF ( searchfield ) %] |
178 |
- |
|
|