Lines 6-12
Link Here
|
6 |
<title>Koha › Tools › [% Branches.GetName( branch ) | html %] calendar</title> |
6 |
<title>Koha › Tools › [% Branches.GetName( branch ) | html %] calendar</title> |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% Asset.css("css/datatables.css") | $raw %] |
8 |
[% Asset.css("css/datatables.css") | $raw %] |
9 |
<style type="text/css"> .key { padding : 3px; white-space:nowrap; line-height:230%; } |
9 |
<style> .key { padding : 3px; white-space:nowrap; line-height:230%; } |
10 |
.ui-datepicker { font-size : 150%; } |
10 |
.ui-datepicker { font-size : 150%; } |
11 |
.ui-datepicker th, .ui-datepicker .ui-datepicker-title select { font-size : 80%; } |
11 |
.ui-datepicker th, .ui-datepicker .ui-datepicker-title select { font-size : 80%; } |
12 |
.ui-datepicker td a { padding : .5em; } |
12 |
.ui-datepicker td a { padding : .5em; } |
Lines 23-29
td.repeatableweekly a.ui-state-default { background: #FFFF99 none; color : Bl
Link Here
|
23 |
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Black; border : 1px solid #BCBCBC; } |
23 |
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Black; border : 1px solid #BCBCBC; } |
24 |
.information { z-index : 1; background-color : #DCD2F1; width : 300px; display : none; border : 1px solid #000000; color : #000000; font-size : 8pt; font-weight : bold; background-color : #FFD700; cursor : pointer; padding : 2px; } |
24 |
.information { z-index : 1; background-color : #DCD2F1; width : 300px; display : none; border : 1px solid #000000; color : #000000; font-size : 8pt; font-weight : bold; background-color : #FFD700; cursor : pointer; padding : 2px; } |
25 |
.panel { z-index : 1; display : none; border : 3px solid #CCC; padding : 3px; margin-top: .3em; background-color: #FEFEFE; } fieldset.brief { border : 0; margin-top: 0; } |
25 |
.panel { z-index : 1; display : none; border : 3px solid #CCC; padding : 3px; margin-top: .3em; background-color: #FEFEFE; } fieldset.brief { border : 0; margin-top: 0; } |
26 |
#showHoliday { margin : .5em 0; } h1 select { width: 20em; } div.yui-b fieldset.brief ol { font-size:100%; } div.yui-b fieldset.brief li, div.yui-b fieldset.brief li.radio { padding:0.2em 0; } .help { margin:.3em 0;border:1px solid #EEE;padding:.3em .7em; font-size : 90%; } #holidayweeklyrepeatable, #holidaysyearlyrepeatable, #holidaysunique, #holidayexceptions { font-size : 90%; margin-bottom : 1em;} .calendar td, .calendar th, .calendar .button, .calendar tbody .day { padding : .7em; font-size: 110%; } .calendar { width: auto; border : 0; } |
26 |
#showHoliday { margin : .5em 0; } h1 select { width: 20em; } fieldset.brief ol { font-size:100%; } fieldset.brief li, fieldset.brief li.radio { padding:0.2em 0; } .help { margin:.3em 0;border:1px solid #EEE;padding:.3em .7em; font-size : 90%; } #holidayweeklyrepeatable, #holidaysyearlyrepeatable, #holidaysunique, #holidayexceptions { font-size : 90%; margin-bottom : 1em;} .calendar td, .calendar th, .calendar .button, .calendar tbody .day { padding : .7em; font-size: 110%; } .calendar { width: auto; border : 0; } |
27 |
</style> |
27 |
</style> |
28 |
</head> |
28 |
</head> |
29 |
<body id="tools_holidays" class="tools"> |
29 |
<body id="tools_holidays" class="tools"> |
Lines 32-45
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
32 |
|
32 |
|
33 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% Branches.GetName( branch ) | html %] calendar</div> |
33 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% Branches.GetName( branch ) | html %] calendar</div> |
34 |
|
34 |
|
35 |
<div id="doc3" class="yui-t1"> |
35 |
<div class="main container-fluid"> |
36 |
|
36 |
<div class="row"> |
37 |
<div id="bd"> |
37 |
<div class="col-sm-10 col-sm-push-2"> |
38 |
<div id="yui-main"> |
38 |
<main> |
39 |
<div class="yui-b"> |
39 |
|
40 |
<h2>[% Branches.GetName( branch ) | html %] calendar</h2> |
40 |
<h2>[% Branches.GetName( branch ) | html %] calendar</h2> |
41 |
<div class="yui-g"> |
41 |
|
42 |
<div class="yui-u first"> |
42 |
<div class="row"> |
|
|
43 |
<div class="col-sm-6"> |
43 |
<label for="branch">Define the holidays for:</label> |
44 |
<label for="branch">Define the holidays for:</label> |
44 |
<select id="branch" name="branch"> |
45 |
<select id="branch" name="branch"> |
45 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %] |
46 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %] |
Lines 215-221
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
215 |
</div> |
216 |
</div> |
216 |
|
217 |
|
217 |
</div> |
218 |
</div> |
218 |
<div class="yui-u"> |
219 |
<div class="col-sm-6"> |
219 |
<div class="help"> |
220 |
<div class="help"> |
220 |
<h4>Hints</h4> |
221 |
<h4>Hints</h4> |
221 |
<ul> |
222 |
<ul> |
Lines 331-349
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
331 |
</div> |
332 |
</div> |
332 |
</div> |
333 |
</div> |
333 |
</div> |
334 |
</div> |
334 |
</div> |
|
|
335 |
</div> |
336 |
|
335 |
|
337 |
<div class="yui-b noprint"> |
336 |
</main> |
338 |
[% INCLUDE 'tools-menu.inc' %] |
337 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
339 |
</div> |
338 |
|
340 |
</div> |
339 |
<div class="col-sm-2 col-sm-pull-10"> |
|
|
340 |
<aside> |
341 |
[% INCLUDE 'tools-menu.inc' %] |
342 |
</aside> |
343 |
</div> <!-- .col-sm-2.col-sm-pull-10 --> |
344 |
</div> <!-- /.row --> |
341 |
|
345 |
|
342 |
[% MACRO jsinclude BLOCK %] |
346 |
[% MACRO jsinclude BLOCK %] |
343 |
[% INCLUDE 'calendar.inc' %] |
347 |
[% INCLUDE 'calendar.inc' %] |
344 |
[% INCLUDE 'datatables.inc' %] |
348 |
[% INCLUDE 'datatables.inc' %] |
345 |
[% Asset.js("js/tools-menu.js") | $raw %] |
349 |
[% Asset.js("js/tools-menu.js") | $raw %] |
346 |
<script type="text/javascript"> |
350 |
<script> |
347 |
var weekdays = new Array(_("Sundays"),_("Mondays"),_("Tuesdays"),_("Wednesdays"),_("Thursdays"),_("Fridays"),_("Saturdays")); |
351 |
var weekdays = new Array(_("Sundays"),_("Mondays"),_("Tuesdays"),_("Wednesdays"),_("Thursdays"),_("Fridays"),_("Saturdays")); |
348 |
|
352 |
|
349 |
/* Creates all the structures to deal with all different kinds of holidays */ |
353 |
/* Creates all the structures to deal with all different kinds of holidays */ |