|
Lines 70-77
$(document).ready(function() {
Link Here
|
| 70 |
[% INCLUDE 'cat-search.inc' %] |
70 |
[% INCLUDE 'cat-search.inc' %] |
| 71 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › <a href="lists.pl">Patron lists</a> › <a href="/cgi-bin/koha/patron_lists/list.pl?patron_list_id=[% list.id %]">[% list.name %]</a> › Add patrons</div> |
71 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › <a href="lists.pl">Patron lists</a> › <a href="/cgi-bin/koha/patron_lists/list.pl?patron_list_id=[% list.id %]">[% list.name %]</a> › Add patrons</div> |
| 72 |
|
72 |
|
| 73 |
<div class="yui-t7"> |
73 |
<div id="doc3" class="yui-t2"> |
| 74 |
<div class="yui-main"> |
74 |
<div id="bd"> |
|
|
75 |
<div id="yui-main"> |
| 76 |
<div class="yui-b"> |
| 75 |
<h1>[% list.name %]</h1> |
77 |
<h1>[% list.name %]</h1> |
| 76 |
|
78 |
|
| 77 |
<form action="list.pl" id="add_patrons" method="post"> |
79 |
<form action="list.pl" id="add_patrons" method="post"> |
|
Lines 151-156
$(document).ready(function() {
Link Here
|
| 151 |
<input type="hidden" name="patron_list_id" value="[% list.patron_list_id %]" /> |
153 |
<input type="hidden" name="patron_list_id" value="[% list.patron_list_id %]" /> |
| 152 |
<input type="submit" value="Remove selected patrons" /> |
154 |
<input type="submit" value="Remove selected patrons" /> |
| 153 |
</form> |
155 |
</form> |
| 154 |
</div> |
|
|
| 155 |
|
156 |
|
|
|
157 |
</div> |
| 158 |
</div> |
| 159 |
<div class="yui-b noprint"> |
| 160 |
[% INCLUDE 'tools-menu.inc' %] |
| 161 |
</div> |
| 162 |
</div> |
| 156 |
[% INCLUDE 'intranet-bottom.inc' %] |
163 |
[% INCLUDE 'intranet-bottom.inc' %] |