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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc (-1 / +46 lines)
Line 0 Link Here
0
- 
1
[% USE raw %]
2
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>[% IF ( plugin_title ) %][% plugin_title | html %] &rsaquo; [% END %]Plugins &rsaquo; Tools &rsaquo; Koha </title>
5
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
7
<body id="plugins_run_tool" class="plugins">
8
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'prefs-admin-search.inc' %]
11
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
14
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        </li>
17
        <li>
18
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19
        </li>
20
        <li>
21
            <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
22
        </li>
23
        <li>
24
            <a href="#" aria-current="page">
25
                [% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]Plugin[% END %]
26
            </a>
27
        </li>
28
    </ol>
29
</nav>
30
31
<div class="main container-fluid">
32
    <div class="row">
33
        <div class="col-sm-10 col-sm-push-2">
34
            <main>
35
            [% content | $raw %]
36
            </main>
37
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
38
39
        <div class="col-sm-2 col-sm-pull-10">
40
            <aside>
41
                [% INCLUDE 'tools-menu.inc' %]
42
            </aside>
43
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
44
     </div> <!-- /.row -->
45
46
[% INCLUDE 'intranet-bottom.inc' %]

Return to bug 31339