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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc (-4 / +1 lines)
Lines 3-12 Link Here
3
<style type="text/css" media="screen">
3
<style type="text/css" media="screen">
4
4
5
[% IF ( login ) %]
5
[% IF ( login ) %]
6
    @import url(/intranet-tmpl/prog/en/css/login.css);
6
    @import url([% themelang %]/css/login.css);
7
[% END %]
8
[% IF ( wizard ) %]
9
    @import url(/intranet-tmpl/prog/en/css/wizard.css);
10
[% END %]
7
[% END %]
11
8
12
html { background: #eee; }
9
html { background: #eee; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-8 / +7 lines)
Lines 3-20 Link Here
3
<title>Koha &rsaquo; Course reserves</title>
3
<title>Koha &rsaquo; Course reserves</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
5
6
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
8
[% INCLUDE 'datatables-strings.inc' %]
8
[% INCLUDE 'datatables-strings.inc' %]
9
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
9
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
10
<script type="text/javascript" id="js">$(document).ready(function() {
10
<script type="text/javascript" id="js">
11
 $(document).ready(function() {
11
$(document).ready(function() {
12
    $("#course_reserves_table").dataTable($.extend(true, {}, dataTablesDefaults, {
12
    $("#course_reserves_table").dataTable($.extend(true, {}, dataTablesDefaults, {
13
        "sPaginationType": "four_button",
13
        "sPaginationType": "four_button",
14
        "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
14
        "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
15
        "iDisplayLength": 20
15
        "iDisplayLength": 20
16
    }));
16
    }));
17
 });
18
});
17
});
19
</script>
18
</script>
20
19
Lines 96-104 Link Here
96
                                    <td>[% c.students_count %]</td>
95
                                    <td>[% c.students_count %]</td>
97
                                    <td>
96
                                    <td>
98
                                        [% IF c.enabled == 'yes' %]
97
                                        [% IF c.enabled == 'yes' %]
99
                                            <img src="/intranet-tmpl/prog/img/approve.gif" />
98
                                            <img src="[% interface %]/[% theme %]/img/approve.gif" />
100
                                        [% ELSE %]
99
                                        [% ELSE %]
101
                                            <img src="http://kohadev:8080/intranet-tmpl/prog/img/deny.gif" />
100
                                            <img src="[% interface %]/[% theme %]/img/deny.gif" />
102
                                        [% END %]
101
                                        [% END %]
103
                                    </td>
102
                                    </td>
104
                            [% END %]
103
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
<ul>
7
<ul>
8
	<li>Define the fields you want to print on the spine label in the SpineLabelFormat system preference</li>
8
	<li>Define the fields you want to print on the spine label in the SpineLabelFormat system preference</li>
9
	<li>Format your label printing by editing spinelabel.css found in koha-tmpl/intranet-tmpl/prog/en/css/</li>
9
    <li>Format your label printing by editing spinelabel.css found in [% themelang %]/css/</li>
10
</ul>
10
</ul>
11
11
12
<p>To use this tool you simply need the barcode for the book you'd like to print the spine label for.</p>
12
<p>To use this tool you simply need the barcode for the book you'd like to print the spine label for.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
<p>As part of the upgrade process your online help will be overwritten with the new Help as part of the install. If you want to keep a copy of your online help, you should instruct your System Administrator to upgrade the Online Help directory in the Koha file tree.</p>
25
<p>As part of the upgrade process your online help will be overwritten with the new Help as part of the install. If you want to keep a copy of your online help, you should instruct your System Administrator to upgrade the Online Help directory in the Koha file tree.</p>
26
26
27
<p>The online help directory is: <pre>/koha-tmpl/intranet-tmpl/prog/en/modules/help</pre></p>
27
<p>The online help directory is: <pre>[% themelang %]/modules/help</pre></p>
28
28
29
<p><strong>See the full documentation for Koha in the <a href="http://manual.koha-community.org/3.12/en/">manual</a> (online).</strong></p>
29
<p><strong>See the full documentation for Koha in the <a href="http://manual.koha-community.org/3.12/en/">manual</a> (online).</strong></p>
30
30
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Web installer &rsaquo; Step 1</title>
2
<title>Koha &rsaquo; Web installer &rsaquo; Step 1</title>
3
[% INCLUDE 'installer-doc-head-close.inc' %]
3
[% INCLUDE 'installer-doc-head-close.inc' %]
4
<div>
4
<div>
5
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/img/koha.org-logo.gif" /> Web installer &rsaquo; Step 1</h1>
5
<h1 id="logo"><img alt="Koha" src="[% interface %]/[% theme %]/img/koha.org-logo.gif" /> Web installer &rsaquo; Step 1</h1>
6
[% UNLESS ( language ) %]
6
[% UNLESS ( language ) %]
7
<p>You are about to install Koha.</p>
7
<p>You are about to install Koha.</p>
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Web installer &rsaquo; Step 2</title>
1
[% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Web installer &rsaquo; Step 2</title>
2
[% INCLUDE 'installer-doc-head-close.inc' %]
2
[% INCLUDE 'installer-doc-head-close.inc' %]
3
<div>
3
<div>
4
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/img/koha.org-logo.gif" /> Web installer &rsaquo; Step 2</h1>
4
<h1 id="logo"><img alt="Koha" src="[% interface %]/[% theme %]/img/koha.org-logo.gif" /> Web installer &rsaquo; Step 2</h1>
5
<h2 align="center">Database settings:</h2>
5
<h2 align="center">Database settings:</h2>
6
<ul>
6
<ul>
7
<li><em>database type : </em>[% dbms %]</li>
7
<li><em>database type : </em>[% dbms %]</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% IF ( finish ) %]<meta http-equiv="refresh" content="10; url=/cgi-bin/koha/mainpage.pl">[% END %]
2
[% IF ( finish ) %]<meta http-equiv="refresh" content="10; url=/cgi-bin/koha/mainpage.pl">[% END %]
3
[% INCLUDE 'installer-doc-head-close.inc' %]
3
[% INCLUDE 'installer-doc-head-close.inc' %]
4
<div>
4
<div>
5
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/img/koha.org-logo.gif" /> Web installer &rsaquo; Step 3</h1>
5
<h1 id="logo"><img alt="Koha" src="[% interface %]/[% theme %]/img/koha.org-logo.gif" /> Web installer &rsaquo; Step 3</h1>
6
6
7
[% IF ( selectframeworks ) %]
7
[% IF ( selectframeworks ) %]
8
    <script language="JavaScript">
8
    <script language="JavaScript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-3 / +3 lines)
Lines 79-88 Link Here
79
        //]]>
79
        //]]>
80
    </script>
80
    </script>
81
81
82
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
82
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
83
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
83
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
84
[% INCLUDE 'datatables-strings.inc' %]
84
[% INCLUDE 'datatables-strings.inc' %]
85
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
85
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
86
<script type="text/javascript" id="js">
86
<script type="text/javascript" id="js">
87
 $(document).ready(function() {
87
 $(document).ready(function() {
88
    $("#labels-table").dataTable($.extend(true, {}, dataTablesDefaults, {
88
    $("#labels-table").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 / +2 lines)
Lines 427-435 canned reports and writing custom SQL reports.</p> Link Here
427
427
428
<!--- Summary and Matrix reports have not yet been implemented-->
428
<!--- Summary and Matrix reports have not yet been implemented-->
429
<!--<div class="yui-u">Summary:
429
<!--<div class="yui-u">Summary:
430
<img src="/intranet-tmpl/prog/img/reports-summary-graphic.gif" /></div>
430
<img src="[% interface %]/[% theme %]/img/reports-summary-graphic.gif" /></div>
431
<div class="yui-u">Matrix:
431
<div class="yui-u">Matrix:
432
<img src="/intranet-tmpl/prog/img/reports-matrix-graphic.gif" /></div>-->
432
<img src="[% interface %]/[% theme %]/img/reports-matrix-graphic.gif" /></div>-->
433
433
434
[% END %]
434
[% END %]
435
435
436
- 

Return to bug 2774