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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc (-1 / +1 lines)
Lines 16-19 Link Here
16
16
17
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
17
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
18
</head>
18
</head>
19
<body id="help">
19
<body id="help" class="help">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc (-1 / +1 lines)
Lines 75-78 td input { font-size: 1.5em; } Link Here
75
    //]]>
75
    //]]>
76
</script>
76
</script>
77
</head>
77
</head>
78
<body>
78
<body id="installer" class="installer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt (-2 / +2 lines)
Lines 3-14 Link Here
3
[% INCLUDE "doc-head-close.inc" %]
3
[% INCLUDE "doc-head-close.inc" %]
4
</head>
4
</head>
5
5
6
<body>
6
<body id="a" class="acq">
7
[% INCLUDE "header.inc" %]
7
[% INCLUDE "header.inc" %]
8
8
9
<div id="doc3" class="yui-t7">
9
<div id="doc3" class="yui-t7">
10
10
11
<div id="bd">
11
<div id="acq_addorder" class="acq">
12
  <div id="yui-main">
12
  <div id="yui-main">
13
    <div class="yui-b">
13
    <div class="yui-b">
14
      [% IF (not_enough_budget) %]
14
      [% IF (not_enough_budget) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
5
6
<body>
6
<body id="acq_cancelorder" class="acq">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
8
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; Cancel order</div>
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; Cancel order</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 / +1 lines)
Lines 25-31 Link Here
25
//]]>
25
//]]>
26
</script>
26
</script>
27
</head>
27
</head>
28
<body>
28
<body id="acq_invoice_files" class="acq">
29
[% INCLUDE 'header.inc' %]
29
[% INCLUDE 'header.inc' %]
30
[% INCLUDE 'acquisitions-search.inc' %]
30
[% INCLUDE 'acquisitions-search.inc' %]
31
31
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +1 lines)
Lines 51-57 Link Here
51
</script>
51
</script>
52
</head>
52
</head>
53
53
54
<body>
54
<body id="acq_invoice" class="acq">
55
[% INCLUDE 'header.inc' %]
55
[% INCLUDE 'header.inc' %]
56
[% INCLUDE 'acquisitions-search.inc' %]
56
[% INCLUDE 'acquisitions-search.inc' %]
57
57
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +1 lines)
Lines 81-87 $(document).ready(function() { Link Here
81
</script>
81
</script>
82
</head>
82
</head>
83
83
84
<body>
84
<body id="acq_invoices" class="acq">
85
[% INCLUDE 'header.inc' %]
85
[% INCLUDE 'header.inc' %]
86
[% INCLUDE 'acquisitions-search.inc' %]
86
[% INCLUDE 'acquisitions-search.inc' %]
87
87
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
10
</head>
11
11
12
<body>
12
<body id="acq_modordernotes" class="acq">
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
14
14
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername|html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketname|html %] ([% basketno %])</a> &rsaquo; Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note</div>
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername|html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketname|html %] ([% basketno %])</a> &rsaquo; Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
 //]]>
35
 //]]>
36
</script>
36
</script>
37
</head>
37
</head>
38
<body>
38
<body id="acq_newordersubscription" class="acq">
39
[% INCLUDE 'header.inc' %]
39
[% INCLUDE 'header.inc' %]
40
[% INCLUDE 'acquisitions-search.inc' %]
40
[% INCLUDE 'acquisitions-search.inc' %]
41
41
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
    </script>
13
    </script>
14
[% END %]
14
[% END %]
15
</head>
15
</head>
16
<body id="order_transfer_page">
16
<body id="acq_transferorder" class="acq">
17
17
18
<div id="custom-doc" class="yui-t7">
18
<div id="custom-doc" class="yui-t7">
19
   <div id="bd">
19
   <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt (-1 / +2 lines)
Lines 29-35 Link Here
29
</script>
29
</script>
30
</head>
30
</head>
31
31
32
<body id="sru_modmapping">
32
<body id="admin_sru_modmapping" class="admin">
33
33
<div id="custom-doc" class="yui-t7">
34
<div id="custom-doc" class="yui-t7">
34
35
35
    <div id="bd">
36
    <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-1 / +1 lines)
Lines 47-53 function form_submit (f) { Link Here
47
</style>
47
</style>
48
48
49
</head>
49
</head>
50
<body>
50
<body id="admin_transport_cost_matrix" class="admin">
51
[% INCLUDE 'header.inc' %]
51
[% INCLUDE 'header.inc' %]
52
[% INCLUDE 'cat-search.inc' %]
52
[% INCLUDE 'cat-search.inc' %]
53
53
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-2 / +2 lines)
Lines 84-90 Link Here
84
</script>
84
</script>
85
85
86
</head>
86
</head>
87
<body style="padding:1em;">
87
<body id="cat_marc21_linking_section" class="cat" style="padding:1em;">
88
<h3>MARC21 Plugin to build links between records</h3>
88
<h3>MARC21 Plugin to build links between records</h3>
89
[% ELSE %]
89
[% ELSE %]
90
           <script type="text/javascript">
90
           <script type="text/javascript">
Lines 108-114 Link Here
108
</script>
108
</script>
109
109
110
</head>
110
</head>
111
<body style="padding:1em;">
111
<body id="cat_marc21_linking_section" class="cat" style="padding:1em;">
112
<h3>Plugin to build links between records</h3>
112
<h3>Plugin to build links between records</h3>
113
    [% IF ( Search ) %]
113
    [% IF ( Search ) %]
114
            <div id="MARC21_Linking_section_search">
114
            <div id="MARC21_Linking_section_search">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt (-1 / +1 lines)
Lines 102-108 Link Here
102
</script>
102
</script>
103
103
104
</head>
104
</head>
105
<body style="padding:1em;">
105
<body id="cat_unimarc_field_4XX" class="cat" style="padding:1em;">
106
<h3>UNIMARC field 4XX builder</h3>
106
<h3>UNIMARC field 4XX builder</h3>
107
	[% IF ( Search ) %]
107
	[% IF ( Search ) %]
108
		<div id="UNIMARC_Field_4XX_search">
108
		<div id="UNIMARC_Field_4XX_search">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 99-105 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
99
        <div id="custom-doc" class="yui-t7">
99
        <div id="custom-doc" class="yui-t7">
100
    [% ELSE %]
100
    [% ELSE %]
101
        </head>
101
        </head>
102
        <body style="padding:.5em;">
102
        <body id="cat_z3950_search" class="cat" style="padding:.5em;">
103
        <div>
103
        <div>
104
    [% END %]
104
    [% END %]
105
    <div id="bd">
105
    <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 100-106 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
100
<div id="custom-doc" class="yui-t7">
100
<div id="custom-doc" class="yui-t7">
101
[% ELSE %]
101
[% ELSE %]
102
</head>
102
</head>
103
<body style="padding:.5em;">
103
<body id="cat_z3950_search" class="cat" style="padding:.5em;">
104
<div>
104
<div>
105
[% END %]
105
[% END %]
106
      <div id="bd">
106
      <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
</head>
20
</head>
21
21
22
<body>
22
<body id="circ_renew" class="circ">
23
23
24
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'circ-search.inc' %]
25
[% INCLUDE 'circ-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt (-1 / +1 lines)
Lines 149-155 function filterByFirstLetterSurname(letter) { Link Here
149
</script>
149
</script>
150
150
151
</head>
151
</head>
152
<body>
152
<body id="common_patron_search" class="common">
153
<div id="patron_search" class="yui-t7">
153
<div id="patron_search" class="yui-t7">
154
  <div id="bd">
154
  <div id="bd">
155
    <div class="yui-g">
155
    <div class="yui-g">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Course reserves &rsaquo; Add items</title>
2
<title>Koha &rsaquo; Course reserves &rsaquo; Add items</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="courses_add_items_step1" class="course">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
5
6
<body>
6
<body id="courses_add_items_step2" class="course">
7
7
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
32
33
</head>
33
</head>
34
34
35
<body>
35
<body id="courses_course_details" class="course">
36
36
37
[% INCLUDE 'header.inc' %]
37
[% INCLUDE 'header.inc' %]
38
[% INCLUDE 'cat-search.inc' %]
38
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-1 / +1 lines)
Lines 14-20 $(document).ready(function() { Link Here
14
</script>
14
</script>
15
15
16
</head>
16
</head>
17
<body id="lists_shelves" class="lists">
17
<body id="courses_course_reserves" class="course">
18
18
19
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'cat-search.inc' %]
20
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
57
58
</head>
58
</head>
59
59
60
<body>
60
<body id="courses_course" class="course">
61
61
62
[% INCLUDE 'header.inc' %]
62
[% INCLUDE 'header.inc' %]
63
[% INCLUDE 'cat-search.inc' %]
63
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Course reserves</title>
2
<title>Koha &rsaquo; Course reserves</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<body id="lists_shelves" class="lists">
4
<body id="courses_invalid_course" class="course">
5
5
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt (-1 / +1 lines)
Lines 24-30 tinyMCE.init({ Link Here
24
[% INCLUDE intranetstylesheet.inc %]
24
[% INCLUDE intranetstylesheet.inc %]
25
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
25
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
26
</head>
26
</head>
27
<body id="help">
27
<body id="help_edithelp" class="help">
28
	<h1>Online Help</h1>
28
	<h1>Online Help</h1>
29
[% IF ( error ) %]
29
[% IF ( error ) %]
30
<h5>[% error %]</h5>
30
<h5>[% error %]</h5>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Files for [% INCLUDE 'patron-title.inc' %]</title>
3
<title>Files for [% INCLUDE 'patron-title.inc' %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
5
</head>
6
<body>
6
<body id="pat_files" class="pat">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'patron-search.inc' %]
8
[% INCLUDE 'patron-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Search the Norwegian national patron database</title>
3
<title>Search the Norwegian national patron database</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
5
</head>
6
<body>
6
<body id="pat_nl_search" class="pat">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'patron-search.inc' %]
8
[% INCLUDE 'patron-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
</script>
15
</script>
16
</head>
16
</head>
17
17
18
<body>
18
<body id="pat_purchase_suggestions" class="pat">
19
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'patron-search.inc' %]
20
[% INCLUDE 'patron-search.inc' %]
21
21
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Subscription Routing Lists for [% INCLUDE 'patron-title.inc' %]</title>
2
<title>Subscription Routing Lists for [% INCLUDE 'patron-title.inc' %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="pat_routing_lists" class="pat">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'patron-search.inc' %]
7
[% INCLUDE 'patron-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
</script>
20
</script>
21
</head>
21
</head>
22
22
23
<body>
23
<body id="pat_statistics" class="pat">
24
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'patron-search.inc' %]
25
[% INCLUDE 'patron-search.inc' %]
26
26
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Circulation &rsaquo; Add offline circulations to queue</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Add offline circulations to queue</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="ocirc_enqueue_koc" class="circ ocirc">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt (-1 / +1 lines)
Lines 19-25 function CheckForm() { Link Here
19
19
20
</head>
20
</head>
21
21
22
<body>
22
<body id="patlist_add_modify" class="pat patlist">
23
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'cat-search.inc' %]
24
[% INCLUDE 'cat-search.inc' %]
25
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="lists.pl">Patron lists</a> &rsaquo; Add / modify list</div>
25
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="lists.pl">Patron lists</a> &rsaquo; Add / modify list</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 / +1 lines)
Lines 65-71 $(document).ready(function() { Link Here
65
65
66
</head>
66
</head>
67
67
68
<body>
68
<body id="patlist_list" class="pat patlist">
69
[% INCLUDE 'header.inc' %]
69
[% INCLUDE 'header.inc' %]
70
[% INCLUDE 'cat-search.inc' %]
70
[% INCLUDE 'cat-search.inc' %]
71
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="lists.pl">Patron lists</a> &rsaquo; <a href="/cgi-bin/koha/patron_lists/list.pl?patron_list_id=[% list.id %]">[% list.name %]</a> &rsaquo; Add patrons</div>
71
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="lists.pl">Patron lists</a> &rsaquo; <a href="/cgi-bin/koha/patron_lists/list.pl?patron_list_id=[% list.id %]">[% list.name %]</a> &rsaquo; Add patrons</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
</head>
25
</head>
26
26
27
<body>
27
<body id="patlist_lists" class="pat patlist">
28
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'header.inc' %]
29
[% INCLUDE 'cat-search.inc' %]
29
[% INCLUDE 'cat-search.inc' %]
30
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Patron lists</div>
30
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Patron lists</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
</head>
6
</head>
7
7
8
<body>
8
<body id="plugins_plugins_disabled" class="plugins">
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'circ-search.inc' %]
10
[% INCLUDE 'circ-search.inc' %]
11
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
</head>
6
</head>
7
7
8
<body>
8
<body id="plugins_plugins_home" class="plugins">
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'circ-search.inc' %]
10
[% INCLUDE 'circ-search.inc' %]
11
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
</head>
6
</head>
7
7
8
<body>
8
<body id="plugins_plugins_upload" class="plugins">
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'circ-search.inc' %]
10
[% INCLUDE 'circ-search.inc' %]
11
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
    //]]>
9
    //]]>
10
</script>
10
</script>
11
</head>
11
</head>
12
<body>
12
<body id="rcoll_addItems" class="tools rcoll">
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'cat-search.inc' %]
14
[% INCLUDE 'cat-search.inc' %]
15
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-1 / +1 lines)
Lines 66-72 $(document).ready(function() { Link Here
66
</script>
66
</script>
67
</head>
67
</head>
68
68
69
<body>
69
<body id="ser_subscription_frequencies" class="ser">
70
[% INCLUDE 'header.inc' %]
70
[% INCLUDE 'header.inc' %]
71
[% INCLUDE 'serials-search.inc' %]
71
[% INCLUDE 'serials-search.inc' %]
72
72
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
6
</head>
7
7
8
<body>
8
<body id="ser_subscription_history" class="ser">
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'serials-search.inc' %]
10
[% INCLUDE 'serials-search.inc' %]
11
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-1 / +1 lines)
Lines 61-67 function show_blocking_subs() { Link Here
61
</script>
61
</script>
62
</head>
62
</head>
63
63
64
<body>
64
<body id="ser_subscription_numberpatterns" class="ser">
65
[% INCLUDE 'header.inc' %]
65
[% INCLUDE 'header.inc' %]
66
[% INCLUDE 'serials-search.inc' %]
66
[% INCLUDE 'serials-search.inc' %]
67
67
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tt (-1 / +1 lines)
Lines 19-25 function CheckForm(f) { Link Here
19
//]]>
19
//]]>
20
</script>
20
</script>
21
</head>
21
</head>
22
<body>
22
<body id="test_progressbar" class="test">
23
<div id="doc3" class="yui-t2">
23
<div id="doc3" class="yui-t2">
24
   
24
   
25
<form method="post" action="progressbarsubmit.pl">
25
<form method="post" action="progressbarsubmit.pl">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 / +1 lines)
Lines 294-300 function setSelectByValue( selectId, value ) { Link Here
294
294
295
</head>
295
</head>
296
296
297
<body>
297
<body id="tools_marc_modification_templates" class="tools">
298
[% INCLUDE 'header.inc' %]
298
[% INCLUDE 'header.inc' %]
299
[% INCLUDE 'cat-search.inc' %]
299
[% INCLUDE 'cat-search.inc' %]
300
300
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-1 / +1 lines)
Lines 114-120 Link Here
114
//]]>
114
//]]>
115
</script>
115
</script>
116
</head>
116
</head>
117
<body>
117
<body id="tools_modborrowers" class="tools">
118
[% INCLUDE 'header.inc' %]
118
[% INCLUDE 'header.inc' %]
119
[% INCLUDE 'cat-search.inc' %]
119
[% INCLUDE 'cat-search.inc' %]
120
120
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'calendar.inc' %]
11
[% INCLUDE 'calendar.inc' %]
12
</head>
12
</head>
13
<body class="tools_viewlog" class="tools">
13
<body id="tools_viewlog" class="tools">
14
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'cat-search.inc' %]
15
[% INCLUDE 'cat-search.inc' %]
16
16
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="error400">
5
<body id="error400" class="error">
6
[% INCLUDE 'masthead.inc' %]
6
[% INCLUDE 'masthead.inc' %]
7
7
8
    <div class="main">
8
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="error401">
5
<body id="error401" class="error">
6
[% INCLUDE 'masthead.inc' %]
6
[% INCLUDE 'masthead.inc' %]
7
7
8
    <div class="main">
8
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="error402">
5
<body id="error402" class="error">
6
[% INCLUDE 'masthead.inc' %]
6
[% INCLUDE 'masthead.inc' %]
7
7
8
    <div class="main">
8
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="error403">
5
<body id="error403" class="error">
6
[% INCLUDE 'masthead.inc' %]
6
[% INCLUDE 'masthead.inc' %]
7
7
8
    <div class="main">
8
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="error404">
5
<body id="error404" class="error">
6
[% INCLUDE 'masthead.inc' %]
6
[% INCLUDE 'masthead.inc' %]
7
7
8
    <div class="main">
8
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="error500">
5
<body id="error500" class="error">
6
[% INCLUDE 'masthead.inc' %]
6
[% INCLUDE 'masthead.inc' %]
7
7
8
    <div class="main">
8
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt (-1 / +1 lines)
Lines 31-37 Link Here
31
[% INCLUDE 'doc-head-close.inc' %]
31
[% INCLUDE 'doc-head-close.inc' %]
32
[% BLOCK cssinclude %][% END %]
32
[% BLOCK cssinclude %][% END %]
33
</head>
33
</head>
34
<body>
34
<body id="opac_ilsdi" class="opac">
35
[% INCLUDE 'masthead.inc' %]
35
[% INCLUDE 'masthead.inc' %]
36
36
37
    <div class="main">
37
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
    </style>
18
    </style>
19
[% END %]
19
[% END %]
20
</head>
20
</head>
21
<body>
21
<body id="opac_maintenance" class="opac">
22
    [% IF ( opacheader ) %]
22
    [% IF ( opacheader ) %]
23
        [% opacheader %]
23
        [% opacheader %]
24
    [% END %]
24
    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
[% IF action == 'edit' %]
11
[% IF action == 'edit' %]
12
[% INCLUDE 'bodytag.inc' bodyid='opac-patron-update' %]
12
[% INCLUDE 'bodytag.inc' bodyid='opac-patron-update' %]
13
[% ELSE %]
13
[% ELSE %]
14
<body id="opac-patron-registration">
14
<body id="opac-patron-registration" class="opac">
15
[% END %]
15
[% END %]
16
[% INCLUDE 'masthead.inc' %]
16
[% INCLUDE 'masthead.inc' %]
17
17
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
</script>
16
</script>
17
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>
17
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>
18
</head>
18
</head>
19
<body>
19
<body id="sco_help" class="sco">
20
[% INCLUDE 'masthead-sco.inc' %]
20
[% INCLUDE 'masthead-sco.inc' %]
21
21
22
    <div class="main">
22
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
</script>
17
</script>
18
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>
18
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>
19
</head>
19
</head>
20
<body onload="dofocus();" onunload="mungeHistory();">
20
<body id="sco_main" class="sco" onload="dofocus();" onunload="mungeHistory();">
21
[% INCLUDE 'masthead-sco.inc' %]
21
[% INCLUDE 'masthead-sco.inc' %]
22
22
23
    <div class="main">
23
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt (-2 / +1 lines)
Lines 4-10 Link Here
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% BLOCK cssinclude %][% END %]
5
    [% BLOCK cssinclude %][% END %]
6
    </head>
6
    </head>
7
    <body id="opac-suggestion">
7
    <body id="opac-suggestion" class="opac">
8
    [% INCLUDE 'masthead.inc' %]
8
    [% INCLUDE 'masthead.inc' %]
9
9
10
    <div class="main">
10
    <div class="main">
11
- 

Return to bug 13941