View | Details | Raw Unified | Return to bug 32662
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-17 / +30 lines)
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
    
117
                <div id="alerttabs" class="toptabs">
117
118
118
        
119
                    <ul class="nav nav-tabs" role="tablist">
119
            
120
                        <li role="presentation" class="active"><a href="#checkout" aria-controls="checkout" role="tab" data-toggle="tab">Checkout</a></li>
120
            
121
                        <li role="presentation"><a href="#checkin" aria-controls="checkin" role="tab" data-toggle="tab">Check-in</a></li>
121
        
122
                    </ul>
122
123
123
        
124
                    <div class="tab-content">
124
            
125
                        <div role="tabpanel" class="tab-pane active" id="checkout">
125
                content
126
            [% END %]
127
            [% WRAPPER tab_panel tabname="tab_name_2" %]
128
                content
129
            [% END %]
130
131
        [% END %]
132
  [% END %]
133
                [% WRAPPER tabs id= "alerttabs" %]
134
                    [% WRAPPER tabs_nav %]
135
                        [% WRAPPER tab_item tabname= "checkout" active= 1 %] Checkout [% END %]
136
                        [% WRAPPER tab_item tabname= "checkin" %] Check-in [% END %]
137
                    [% END %]
138
139
                    [% WRAPPER tab_panels %]
140
                        [% WRAPPER tab_panel tabname="checkout" active= 1 %]
126
                            <h3>Checkout</h3>
141
                            <h3>Checkout</h3>
127
                            <table class="grid active" width="100%">
142
                            <table class="grid active" width="100%">
128
                                <thead>
143
                                <thead>
Lines 144-152 Link Here
144
                                    [% END %]
159
                                    [% END %]
145
                                </tbody>
160
                                </tbody>
146
                            </table> <!-- /.grid.active -->
161
                            </table> <!-- /.grid.active -->
147
                        </div> <!-- /#checkout -->
162
                        [% END #/ #checkout %]
148
163
149
                        <div role="tabpanel" class="tab-pane" id="checkin">
164
                        [% WRAPPER tab_panel tabname="checkin" %]
150
                            <h3>Check-in</h3>
165
                            <h3>Check-in</h3>
151
                            <table class="grid active" width="100%">
166
                            <table class="grid active" width="100%">
152
                                <thead>
167
                                <thead>
Lines 168-178 Link Here
168
                                    [% END %]
183
                                    [% END %]
169
                                </tbody>
184
                                </tbody>
170
                            </table>
185
                            </table>
171
                        </div>
186
                        [% END # /#checkin %]
172
                    </div> <!-- /.tab-content -->
187
                    [% END # /.tab_panels %]
173
174
                </div> <!-- /#alerttabs -->
175
188
189
                [% END # //#alerttabs %]
176
190
177
            </main>
191
            </main>
178
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
192
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
179
- 

Return to bug 32662