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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt (-23 / +19 lines)
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 18-28 Link Here
18
    [% END %]</title
18
    [% END %]</title
19
>
19
>
20
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
21
<style>
21
[% FILTER collapse %]
22
    .notice {
22
    <style>
23
        display: none;
23
        .notice {
24
    }
24
            display: none;
25
</style>
25
        }
26
    </style>
27
[% END %]
26
</head>
28
</head>
27
29
28
<body id="tools_notices_mgmt" class="tools">
30
<body id="tools_notices_mgmt" class="tools">
Lines 31-54 Link Here
31
[% END %]
33
[% END %]
32
34
33
[% WRAPPER 'sub-header.inc' %]
35
[% WRAPPER 'sub-header.inc' %]
34
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
36
    [% WRAPPER breadcrumbs %]
35
        <ol>
37
        [% WRAPPER breadcrumb_item %]
36
            <li>
38
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
37
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
39
        [% END %]
38
            </li>
40
        [% WRAPPER breadcrumb_item %]
39
            <li>
41
            <a href="#" aria-current="page"> Notices management </a>
40
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
42
        [% END %]
41
            </li>
43
    [% END %]
42
            <li>
43
                <a href="#" aria-current="page"> Notices management </a>
44
            </li>
45
        </ol>
46
    </nav>
47
[% END %]
44
[% END %]
48
45
49
<div class="main container-fluid">
46
<div class="main container-fluid">
50
    <div class="row">
47
    <div class="row">
51
        <div class="col-sm-10 col-sm-push-2">
48
        <div class="col-md-10 order-md-2 order-sm-1">
52
            <main>
49
            <main>
53
                [% INCLUDE 'messages.inc' %]
50
                [% INCLUDE 'messages.inc' %]
54
51
Lines 126-132 Link Here
126
        </div>
123
        </div>
127
        <!-- /.col-sm-10.col-sm-push-2 -->
124
        <!-- /.col-sm-10.col-sm-push-2 -->
128
125
129
        <div class="col-sm-2 col-sm-pull-10">
126
        <div class="col-md-2 order-md-1 order-sm-1">
130
            <aside>
127
            <aside>
131
                <fieldset class="sidebar brief">
128
                <fieldset class="sidebar brief">
132
                    <form id="notices-search" action="/cgi-bin/koha/tools/notices.pl" method="post">
129
                    <form id="notices-search" action="/cgi-bin/koha/tools/notices.pl" method="post">
Lines 225-231 Link Here
225
                [% INCLUDE 'tools-menu.inc' %]
222
                [% INCLUDE 'tools-menu.inc' %]
226
            </aside>
223
            </aside>
227
        </div>
224
        </div>
228
        <!-- /.col-sm-2.col-sm-pull-10 -->
225
        <!-- /.col-md-2.order-md-1 -->
229
    </div>
226
    </div>
230
    <!-- /.row -->
227
    <!-- /.row -->
231
228
232
- 

Return to bug 33260