|
Lines 93-100
Link Here
|
| 93 |
|
93 |
|
| 94 |
[% ELSE %] |
94 |
[% ELSE %] |
| 95 |
|
95 |
|
| 96 |
<div> |
96 |
Use the search form on the left to find sent notices, or go directly to a patron's notices. |
| 97 |
Use the search form on the left to find sent notices. |
97 |
<div id="notices_patronsearch" class="toptabs"> |
|
|
98 |
<ul class="nav nav-tabs" role="tablist"> |
| 99 |
<li role="presentation" class="active"><a href="#notices_patronsearch_pane" aria-controls="notices_patronsearch_pane" role="tab" data-toggle="tab">Patrons</a></li> |
| 100 |
</ul> |
| 101 |
<div class="tab-content"> |
| 102 |
<div id="notice_patronsearch_pane" role="tabpanel" class="tab-pane active"> |
| 103 |
[% PROCESS patron_search_filters_simple %] |
| 104 |
[% PROCESS patron_search_table table_id => 'table_borrowers', open_on_row_click => 1 %] |
| 105 |
</div> |
| 106 |
</div> |
| 98 |
</div> |
107 |
</div> |
| 99 |
|
108 |
|
| 100 |
[% IF notices && notices.count == 0 %] |
109 |
[% IF notices && notices.count == 0 %] |
|
Lines 112-128
Link Here
|
| 112 |
|
121 |
|
| 113 |
<div class="col-sm-2 col-sm-pull-10"> |
122 |
<div class="col-sm-2 col-sm-pull-10"> |
| 114 |
<aside> |
123 |
<aside> |
| 115 |
<fieldset class="sidebar brief"> |
|
|
| 116 |
<h3>Go to a patron's notices</h3> |
| 117 |
<ol> |
| 118 |
<li> |
| 119 |
<div id="notices_patronsearch_pane" role="tabpanel" class="tab-pane active"> |
| 120 |
[% PROCESS patron_search_filters_simple %] |
| 121 |
[% PROCESS patron_search_table table_id => 'table_borrowers', open_on_row_click => 1 %] |
| 122 |
</div> |
| 123 |
</li> |
| 124 |
</ol> |
| 125 |
</fieldset> |
| 126 |
<fieldset class="sidebar brief"> |
124 |
<fieldset class="sidebar brief"> |
| 127 |
<form id="notices-search" action="/cgi-bin/koha/tools/notices.pl" method="post"> |
125 |
<form id="notices-search" action="/cgi-bin/koha/tools/notices.pl" method="post"> |
| 128 |
<input type="hidden" name="op" value="search"> |
126 |
<input type="hidden" name="op" value="search"> |
| 129 |
- |
|
|