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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-18 / +17 lines)
Lines 137-145 Link Here
137
                                        <input type="submit" name="submit" value="Save" />
137
                                        <input type="submit" name="submit" value="Save" />
138
                                        <a href="#" class="cancel hidePanel showHoliday">Cancel</a>
138
                                        <a href="#" class="cancel hidePanel showHoliday">Cancel</a>
139
                                    </fieldset>
139
                                    </fieldset>
140
                                </fieldset>
140
                                </fieldset> <!-- /.brief -->
141
                            </form>
141
                            </form>
142
                        </div>
142
                        </div> <!-- /#showHoliday -->
143
143
144
                        <!-- ***************************** Panel to deal with new holidays **********************  -->
144
                        <!-- ***************************** Panel to deal with new holidays **********************  -->
145
                        <div class="panel" id="newHoliday">
145
                        <div class="panel" id="newHoliday">
Lines 224-232 Link Here
224
                                        <input type="submit" name="submit" value="Save" />
224
                                        <input type="submit" name="submit" value="Save" />
225
                                        <a href="#" class="cancel hidePanel newHoliday">Cancel</a>
225
                                        <a href="#" class="cancel hidePanel newHoliday">Cancel</a>
226
                                    </fieldset>
226
                                    </fieldset>
227
                                </fieldset>
227
                                </fieldset> <!-- /.brief -->
228
                            </form>
228
                            </form>
229
                        </div>
229
                        </div> <!-- /#newHoliday -->
230
230
231
                        <!-- *************************************************************************************** -->
231
                        <!-- *************************************************************************************** -->
232
                        <!-- ******                          END OF FLAT PANELS                               ****** -->
232
                        <!-- ******                          END OF FLAT PANELS                               ****** -->
Lines 250-256 Link Here
250
                                <input type="submit" value="Copy" />
250
                                <input type="submit" value="Copy" />
251
                            </form>
251
                            </form>
252
                        </div>
252
                        </div>
253
                    </div>
253
                    </div> <!-- /.col-sm-6 -->
254
254
255
                    <div class="col-sm-6">
255
                    <div class="col-sm-6">
256
                        <div class="help">
256
                        <div class="help">
Lines 270-276 Link Here
270
                                <span class="key repeatableyearly">Holiday repeating yearly</span>
270
                                <span class="key repeatableyearly">Holiday repeating yearly</span>
271
                                <span class="key exception">Holiday exception</span>
271
                                <span class="key exception">Holiday exception</span>
272
                            </p>
272
                            </p>
273
                        </div>
273
                        </div> <!-- /#help -->
274
274
275
                        <div id="holiday-list">
275
                        <div id="holiday-list">
276
                            <!-- Exceptions First -->
276
                            <!-- Exceptions First -->
Lines 302-309 Link Here
302
                                            </tr>
302
                                            </tr>
303
                                        [% END %]
303
                                        [% END %]
304
                                    </tbody>
304
                                    </tbody>
305
                                </table>
305
                                </table> <!-- /#holidayexceptions -->
306
                            [% END %]
306
                            [% END # /IF ( EXCEPTION_HOLIDAYS_LOOP ) %]
307
307
308
                            [% IF ( WEEK_DAYS_LOOP ) %]
308
                            [% IF ( WEEK_DAYS_LOOP ) %]
309
                                <h3>Weekly - Repeatable holidays</h3>
309
                                <h3>Weekly - Repeatable holidays</h3>
Lines 324-331 Link Here
324
                                            </tr>
324
                                            </tr>
325
                                        [% END %]
325
                                        [% END %]
326
                                    </tbody>
326
                                    </tbody>
327
                                </table>
327
                                </table> <!-- /#holidayweeklyrepeatable -->
328
                            [% END %]
328
                            [% END # / IF ( WEEK_DAYS_LOOP ) %]
329
329
330
                            [% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %]
330
                            [% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %]
331
                                <h3>Yearly - Repeatable holidays</h3>
331
                                <h3>Yearly - Repeatable holidays</h3>
Lines 352-359 Link Here
352
                                            </tr>
352
                                            </tr>
353
                                        [% END %]
353
                                        [% END %]
354
                                    </tbody>
354
                                    </tbody>
355
                                </table>
355
                                </table> <!-- /#holidaysyearlyrepeatable -->
356
                            [% END %]
356
                            [% END # /IF ( DAY_MONTH_HOLIDAYS_LOOP ) %]
357
357
358
                            [% IF ( HOLIDAYS_LOOP ) %]
358
                            [% IF ( HOLIDAYS_LOOP ) %]
359
                                <h3>Unique holidays</h3>
359
                                <h3>Unique holidays</h3>
Lines 382-392 Link Here
382
                                            </tr>
382
                                            </tr>
383
                                        [% END %]
383
                                        [% END %]
384
                                    </tbody>
384
                                    </tbody>
385
                                </table>
385
                                </table> <!-- #holidaysunique -->
386
                            [% END %]
386
                            [% END # /IF ( HOLIDAYS_LOOP ) %]
387
                        </div>
387
                        </div> <!-- /#holiday-list -->
388
                    </div>
388
                    </div> <!-- /.col-sm-6 -->
389
                </div>
389
                </div> <!-- /.row -->
390
            </main>
390
            </main>
391
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
391
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
392
392
393
- 

Return to bug 28988