|
Lines 4-12
Link Here
|
| 4 |
[% USE Branches %] |
4 |
[% USE Branches %] |
| 5 |
[% USE Categories %] |
5 |
[% USE Categories %] |
| 6 |
[% USE TablesSettings %] |
6 |
[% USE TablesSettings %] |
|
|
7 |
[% PROCESS 'i18n.inc' %] |
| 7 |
[% SET footerjs = 1 %] |
8 |
[% SET footerjs = 1 %] |
| 8 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
| 9 |
[% PROCESS 'i18n.inc' %] |
|
|
| 10 |
[% PROCESS "patron-search.inc" %] |
10 |
[% PROCESS "patron-search.inc" %] |
| 11 |
[% SET libraries = Branches.all %] |
11 |
[% SET libraries = Branches.all %] |
| 12 |
[% SET categories = Categories.all.unblessed %] |
12 |
[% SET categories = Categories.all.unblessed %] |
|
Lines 17-25
Link Here
|
| 17 |
[% t("Koha") | html %] |
17 |
[% t("Koha") | html %] |
| 18 |
[% END %]</title> |
18 |
[% END %]</title> |
| 19 |
[% INCLUDE 'doc-head-close.inc' %] |
19 |
[% INCLUDE 'doc-head-close.inc' %] |
|
|
20 |
[% FILTER collapse %] |
| 20 |
<style> |
21 |
<style> |
| 21 |
.notice { display: none; } |
22 |
.notice { display: none; } |
| 22 |
</style> |
23 |
</style> |
|
|
24 |
[% END %] |
| 23 |
</head> |
25 |
</head> |
| 24 |
|
26 |
|
| 25 |
<body id="tools_notices_mgmt" class="tools"> |
27 |
<body id="tools_notices_mgmt" class="tools"> |
|
Lines 28-53
Link Here
|
| 28 |
[% END %] |
30 |
[% END %] |
| 29 |
|
31 |
|
| 30 |
[% WRAPPER 'sub-header.inc' %] |
32 |
[% WRAPPER 'sub-header.inc' %] |
| 31 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
33 |
[% WRAPPER breadcrumbs %] |
| 32 |
<ol> |
34 |
[% WRAPPER breadcrumb_item %] |
| 33 |
<li> |
|
|
| 34 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
| 35 |
</li> |
| 36 |
<li> |
| 37 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
35 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
| 38 |
</li> |
36 |
[% END %] |
| 39 |
<li> |
37 |
[% WRAPPER breadcrumb_item %] |
| 40 |
<a href="#" aria-current="page"> |
38 |
<a href="#" aria-current="page"> |
| 41 |
Notices management |
39 |
Notices management |
| 42 |
</a> |
40 |
</a> |
| 43 |
</li> |
41 |
[% END %] |
| 44 |
</ol> |
42 |
[% END %] |
| 45 |
</nav> |
|
|
| 46 |
[% END %] |
43 |
[% END %] |
| 47 |
|
44 |
|
| 48 |
<div class="main container-fluid"> |
45 |
<div class="main container-fluid"> |
| 49 |
<div class="row"> |
46 |
<div class="row"> |
| 50 |
<div class="col-sm-10 col-sm-push-2"> |
47 |
<div class="col-md-10 order-md-2 order-sm-1"> |
| 51 |
<main> |
48 |
<main> |
| 52 |
[% INCLUDE 'messages.inc' %] |
49 |
[% INCLUDE 'messages.inc' %] |
| 53 |
|
50 |
|
|
Lines 124-130
Link Here
|
| 124 |
</main> |
121 |
</main> |
| 125 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
122 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
| 126 |
|
123 |
|
| 127 |
<div class="col-sm-2 col-sm-pull-10"> |
124 |
<div class="col-md-2 order-md-1 order-sm-1"> |
| 128 |
<aside> |
125 |
<aside> |
| 129 |
<fieldset class="sidebar brief"> |
126 |
<fieldset class="sidebar brief"> |
| 130 |
<form id="notices-search" action="/cgi-bin/koha/tools/notices.pl" method="post"> |
127 |
<form id="notices-search" action="/cgi-bin/koha/tools/notices.pl" method="post"> |
|
Lines 222-228
Link Here
|
| 222 |
</fieldset> |
219 |
</fieldset> |
| 223 |
[% INCLUDE 'tools-menu.inc' %] |
220 |
[% INCLUDE 'tools-menu.inc' %] |
| 224 |
</aside> |
221 |
</aside> |
| 225 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
222 |
</div> <!-- /.col-md-2.order-md-1 --> |
| 226 |
</div> <!-- /.row --> |
223 |
</div> <!-- /.row --> |
| 227 |
|
224 |
|
| 228 |
<!-- Modal --> |
225 |
<!-- Modal --> |
| 229 |
- |
|
|