Lines 113-128
Link Here
|
113 |
<h2>Circulation alerts for [% Branches.GetName( branch ) || 'Default' | html %]</h2> |
113 |
<h2>Circulation alerts for [% Branches.GetName( branch ) || 'Default' | html %]</h2> |
114 |
<p>Click on the grid to toggle the settings.</p> |
114 |
<p>Click on the grid to toggle the settings.</p> |
115 |
|
115 |
|
116 |
|
116 |
[% WRAPPER tabs id= "alerttabs" %] |
117 |
<div id="alerttabs" class="toptabs"> |
117 |
[% WRAPPER tabs_nav %] |
118 |
|
118 |
[% WRAPPER tab_item tabname= "checkout" bt_active= 1 %] Checkout [% END %] |
119 |
<ul class="nav nav-tabs" role="tablist"> |
119 |
[% WRAPPER tab_item tabname= "checkin" %] Check-in [% END %] |
120 |
<li role="presentation" class="active"><a href="#checkout" aria-controls="checkout" role="tab" data-toggle="tab">Checkout</a></li> |
120 |
[% END %] |
121 |
<li role="presentation"><a href="#checkin" aria-controls="checkin" role="tab" data-toggle="tab">Check-in</a></li> |
121 |
|
122 |
</ul> |
122 |
[% WRAPPER tab_panels %] |
123 |
|
123 |
[% WRAPPER tab_panel tabname="checkout" bt_active= 1 %] |
124 |
<div class="tab-content"> |
|
|
125 |
<div role="tabpanel" class="tab-pane active" id="checkout"> |
126 |
<h3>Checkout</h3> |
124 |
<h3>Checkout</h3> |
127 |
<table class="grid active" width="100%"> |
125 |
<table class="grid active" width="100%"> |
128 |
<thead> |
126 |
<thead> |
Lines 144-152
Link Here
|
144 |
[% END %] |
142 |
[% END %] |
145 |
</tbody> |
143 |
</tbody> |
146 |
</table> <!-- /.grid.active --> |
144 |
</table> <!-- /.grid.active --> |
147 |
</div> <!-- /#checkout --> |
145 |
[% END #/ #checkout %] |
148 |
|
146 |
|
149 |
<div role="tabpanel" class="tab-pane" id="checkin"> |
147 |
[% WRAPPER tab_panel tabname="checkin" %] |
150 |
<h3>Check-in</h3> |
148 |
<h3>Check-in</h3> |
151 |
<table class="grid active" width="100%"> |
149 |
<table class="grid active" width="100%"> |
152 |
<thead> |
150 |
<thead> |
Lines 168-178
Link Here
|
168 |
[% END %] |
166 |
[% END %] |
169 |
</tbody> |
167 |
</tbody> |
170 |
</table> |
168 |
</table> |
171 |
</div> |
169 |
[% END # /#checkin %] |
172 |
</div> <!-- /.tab-content --> |
170 |
[% END # /.tab_panels %] |
173 |
|
|
|
174 |
</div> <!-- /#alerttabs --> |
175 |
|
171 |
|
|
|
172 |
[% END # //#alerttabs %] |
176 |
|
173 |
|
177 |
</main> |
174 |
</main> |
178 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
175 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
179 |
- |
|
|