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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt (-3 / +5 lines)
Lines 23-30 Link Here
23
</div>
23
</div>
24
24
25
25
26
<div class="yui-t7">
26
    <div class="container-fluid">
27
    <div class="yui-main">
27
        <div class="row">
28
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
28
        <h1>
29
        <h1>
29
            [% IF list.patron_list_id %]
30
            [% IF list.patron_list_id %]
30
                Modify patron list
31
                Modify patron list
Lines 63-69 Link Here
63
                <a href="lists.pl" class="cancel">Cancel</a>
64
                <a href="lists.pl" class="cancel">Cancel</a>
64
            </fieldset>
65
            </fieldset>
65
        </form>
66
        </form>
66
    </div>
67
            </div>
68
        </div>
67
69
68
[% MACRO jsinclude BLOCK %]
70
[% MACRO jsinclude BLOCK %]
69
    [% Asset.js("js/tools-menu.js") %]
71
    [% Asset.js("js/tools-menu.js") %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-14 / +3 lines)
Lines 1-19 Link Here
1
[% USE Asset %]
1
[% USE Asset %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
<!DOCTYPE html>
4
[% IF ( bidi ) %]<html lang="[% lang %]" dir="[% bidi %]">[% ELSE %]<html lang="[% lang %]">[% END %]
5
<head>
6
    <title>Koha &rsaquo; Tools &rsaquo; Patron cards &rsaquo; Patron card printing/exporting</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Patron cards &rsaquo; Patron card printing/exporting</title>
7
    <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
8
    [% INCLUDE intranetstylesheet.inc %]
9
    [% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
10
    [% INCLUDE 'doc-head-close.inc' popup => 1%]
4
    [% INCLUDE 'doc-head-close.inc' popup => 1%]
11
    <style type="text/css">#custom-doc {width:47.23em; *width:46.04em; min-width:610px; margin:auto; margin-top:0.4em;}</style>
12
</head>
5
</head>
13
6
14
<body id="pcard_print" class="tools pcard">
7
<body id="pcard_print" class="tools pcard">
15
    <div id="custom-doc">
8
    <div class="container-fluid">
16
        <div id="bd">
17
            [% IF ( batches ) %]
9
            [% IF ( batches ) %]
18
            <form>
10
            <form>
19
                <h3>Click on the following link(s) to download the exported batch(es).</h3>
11
                <h3>Click on the following link(s) to download the exported batch(es).</h3>
Lines 112-125 Link Here
112
                </fieldset>
104
                </fieldset>
113
            </form>
105
            </form>
114
            [% END %]
106
            [% END %]
115
        </div>
116
    </div>
107
    </div>
117
108
118
[% IF ( IntranetUserJS ) %]
109
[% MACRO jsinclude BLOCK %]
119
    [% Asset.js("lib/jquery/jquery-2.2.3.min.js") %]
110
    [% INCLUDE 'greybox.inc' %]
120
    [% Asset.js("lib/jquery/jquery-migrate-1.3.0.min.js") %]
121
    <script>
111
    <script>
122
        [% IntranetUserJS %]
123
        function Done() {
112
        function Done() {
124
            window.location = "[% referer %]";
113
            window.location = "[% referer %]";
125
        };
114
        };
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt (-8 / +4 lines)
Lines 14-30 Link Here
14
&rsaquo; Plugins disabled
14
&rsaquo; Plugins disabled
15
</div>
15
</div>
16
16
17
<div id="doc3" class="yui-t2">
17
    <div class="container-fluid">
18
    <div id="bd">
18
        <div class="row">
19
        <div id="yui-main">
19
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
20
    <div class="yui-b">
21
        <div class="yui-g">
22
            <div class="yui-u first">
23
                <h1>Plugins disabled!</h1>
20
                <h1>Plugins disabled!</h1>
24
21
25
                <p>To enable Koha plugins, the system preference UseKohaPlugins must be enabled, and the flag enable_plugins must be set in the Koha configuration file</p>
22
                <p>To enable Koha plugins, the system preference UseKohaPlugins must be enabled, and the flag enable_plugins must be set in the Koha configuration file</p>
26
            </div>
23
            </div>
27
        </div>
24
        </div>
28
    </div>
25
29
</div>
30
[% INCLUDE 'intranet-bottom.inc' %]
26
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt (-11 / +8 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Plugins &rsaquo; Upload Plugin
2
<title>Koha &rsaquo; Tools &rsaquo; Plugins &rsaquo; Upload plugin
3
 </title>
3
 </title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
Lines 11-26 Link Here
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a>
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a>
13
&rsaquo; <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
13
&rsaquo; <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
14
&rsaquo; Upload Plugins
14
&rsaquo; Upload plugins
15
</div>
15
</div>
16
16
17
<div id="doc3" class="yui-t2">
17
    <div class="container-fluid">
18
    <div id="bd">
18
        <div class="row">
19
        <div id="yui-main">
19
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
20
    <div class="yui-b">
20
21
        <div class="yui-g">
21
                <h1>Upload Koha plugin</h1>
22
            <div class="yui-u first">
23
                <h1>Upload Koha Plugin</h1>
24
                [% IF ( ERRORS ) %]
22
                [% IF ( ERRORS ) %]
25
                <div class="dialog alert">
23
                <div class="dialog alert">
26
                    [% FOREACH ERROR IN ERRORS %]
24
                    [% FOREACH ERROR IN ERRORS %]
Lines 50-55 Link Here
50
48
51
            </div>
49
            </div>
52
        </div>
50
        </div>
53
    </div>
51
54
</div>
55
[% INCLUDE 'intranet-bottom.inc' %]
52
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-9 / +8 lines)
Lines 8-18 Link Here
8
8
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
10
10
11
<div id="doc3">
11
<div class="container-fluid">
12
<div id="bd">
12
    <div class="row">
13
	<div class="yui-gb">
13
        <div class="col-sm-4">
14
15
<div class="yui-u first">
16
<h3>Patrons and circulation</h3>
14
<h3>Patrons and circulation</h3>
17
<dl>
15
<dl>
18
    [% IF (CAN_user_tools_manage_patron_lists) %]
16
    [% IF (CAN_user_tools_manage_patron_lists) %]
Lines 71-77 Link Here
71
    [% END %]
69
    [% END %]
72
	</dl>
70
	</dl>
73
</div>
71
</div>
74
<div class="yui-u">
72
73
74
<div class="col-sm-4 col-sm-push-4">
75
<h3>Additional tools</h3>
75
<h3>Additional tools</h3>
76
<dl>
76
<dl>
77
    [% IF ( CAN_user_tools_edit_calendar ) %]
77
    [% IF ( CAN_user_tools_edit_calendar ) %]
Lines 122-128 Link Here
122
</dl>
122
</dl>
123
</div>
123
</div>
124
124
125
<div class="yui-u">
125
<div class="col-sm-4 col-sm-pull-4">
126
<h3>Catalog</h3>
126
<h3>Catalog</h3>
127
<dl>
127
<dl>
128
    [% IF ( CAN_user_tools_items_batchdel ) %]
128
    [% IF ( CAN_user_tools_items_batchdel ) %]
Lines 199-203 Link Here
199
</div>
199
</div>
200
200
201
</div>
201
</div>
202
</div>
202
203
[% INCLUDE 'intranet-bottom.inc' %]
203
[% INCLUDE 'intranet-bottom.inc' %]
204
- 

Return to bug 20650