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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Administration</title>
2
<title>Koha &rsaquo; Administration</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="admin_admin-home" class="admin">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget_owner_search.tt (-1 / +1 lines)
Lines 20-26 function returnOwner(ownerId, ownerName){ Link Here
20
20
21
21
22
</head>
22
</head>
23
<body>
23
<body id="admin_aqbudget_owner_search" class="admin">
24
<div id="custom-doc" class="yui-t7">
24
<div id="custom-doc" class="yui-t7">
25
   <div id="bd">
25
   <div id="bd">
26
	<div class="yui-g">
26
	<div class="yui-g">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-1 / +1 lines)
Lines 101-107 Link Here
101
101
102
</head>
102
</head>
103
103
104
<body>
104
<body id="admin_aqbudgetperiods" class="admin">
105
105
106
[% INCLUDE 'header.inc' %]
106
[% INCLUDE 'header.inc' %]
107
[% INCLUDE 'budgets-admin-search.inc' %]
107
[% INCLUDE 'budgets-admin-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 / +1 lines)
Lines 140-146 Link Here
140
[% END %]
140
[% END %]
141
141
142
</head>
142
</head>
143
<body>
143
<body id="admin_aqbudgets" class="admin">
144
[% INCLUDE 'header.inc' %]
144
[% INCLUDE 'header.inc' %]
145
[% INCLUDE 'budgets-admin-search.inc' %]
145
[% INCLUDE 'budgets-admin-search.inc' %]
146
146
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-1 / +1 lines)
Lines 51-57 function Check(ff) { Link Here
51
//]]>
51
//]]>
52
</script>
52
</script>
53
</head>
53
</head>
54
<body>
54
<body id="acq_aqcontract" class="acq">
55
[% INCLUDE 'header.inc' %]
55
[% INCLUDE 'header.inc' %]
56
[% INCLUDE 'contracts-admin-search.inc' %]
56
[% INCLUDE 'contracts-admin-search.inc' %]
57
57
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 66-72 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
66
</script>
66
</script>
67
<style type="text/css">td.locked { background-image: url('/intranet-tmpl/prog/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 4% 50%; } a.control { font-size:85%;text-decoration:none; }</style>
67
<style type="text/css">td.locked { background-image: url('/intranet-tmpl/prog/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 4% 50%; } a.control { font-size:85%;text-decoration:none; }</style>
68
</head>
68
</head>
69
<body>
69
<body id="admin_aqplan" class="admin">
70
[% INCLUDE 'header.inc' %]
70
[% INCLUDE 'header.inc' %]
71
[% INCLUDE 'budgets-admin-search.inc' %]
71
[% INCLUDE 'budgets-admin-search.inc' %]
72
72
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 22-28 function displayMoreConstraint(numlayer){ Link Here
22
//]]>
22
//]]>
23
</script>
23
</script>
24
</head>
24
</head>
25
<body>
25
<body id="admin_auth_subfields_structure" class="admin">
26
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'cat-search.inc' %]
27
[% INCLUDE 'cat-search.inc' %]
28
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
28
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-1 / +1 lines)
Lines 65-71 return false; Link Here
65
    //]]>
65
    //]]>
66
</script>
66
</script>
67
</head>
67
</head>
68
<body>
68
<body id="admin_auth_tag_structure" class="admin">
69
[% INCLUDE 'header.inc' %]
69
[% INCLUDE 'header.inc' %]
70
[% INCLUDE 'cat-search.inc' %]
70
[% INCLUDE 'cat-search.inc' %]
71
71
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
	fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
29
	fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
30
</style>
30
</style>
31
</head>
31
</head>
32
<body>
32
<body id="admin_authorised_values" class="admin">
33
[% INCLUDE 'header.inc' %]
33
[% INCLUDE 'header.inc' %]
34
[% INCLUDE 'cat-search.inc' %]
34
[% INCLUDE 'cat-search.inc' %]
35
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF ( add_form ) %] <a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; [% IF ( action_modify ) %]Modify authorized value[% END %]
35
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF ( add_form ) %] <a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; [% IF ( action_modify ) %]Modify authorized value[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-1 / +1 lines)
Lines 48-54 $(document).ready(function() { Link Here
48
//]]>
48
//]]>
49
</script>
49
</script>
50
</head>
50
</head>
51
<body>
51
<body id="admin_authtypes" class="admin">
52
[% INCLUDE 'header.inc' %]
52
[% INCLUDE 'header.inc' %]
53
[% INCLUDE 'cat-search.inc' %]
53
[% INCLUDE 'cat-search.inc' %]
54
54
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-1 / +1 lines)
Lines 122-128 $(document).ready(function() { Link Here
122
</script>
122
</script>
123
123
124
</head>
124
</head>
125
<body>
125
<body id="admin_biblio_framework" class="admin">
126
[% INCLUDE 'header.inc' %]
126
[% INCLUDE 'header.inc' %]
127
[% INCLUDE 'cat-search.inc' %]
127
[% INCLUDE 'cat-search.inc' %]
128
128
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
</script>
59
</script>
60
<style type="text/css">td { text-align: center; }</style>
60
<style type="text/css">td { text-align: center; }</style>
61
</head>
61
</head>
62
<body>
62
<body id="admin_branch_transfer_limits" class="admin">
63
[% INCLUDE 'header.inc' %]
63
[% INCLUDE 'header.inc' %]
64
[% INCLUDE 'cat-search.inc' %]
64
[% INCLUDE 'cat-search.inc' %]
65
65
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-1 / +1 lines)
Lines 14-20 Link Here
14
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
14
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
15
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
15
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
16
</head>
16
</head>
17
<body>
17
<body id="admin_branches" class="admin">
18
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'cat-search.inc' %]
19
[% INCLUDE 'cat-search.inc' %]
20
20
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt (-1 / +1 lines)
Lines 89-95 Link Here
89
</script>
89
</script>
90
<style type="text/css">#enrolmentmessage.hint { display : none; }</style>
90
<style type="text/css">#enrolmentmessage.hint { display : none; }</style>
91
</head>
91
</head>
92
<body>
92
<body id="admin_categorie" class="admin">
93
[% INCLUDE 'header.inc' %]
93
[% INCLUDE 'header.inc' %]
94
[% INCLUDE 'patrons-admin-search.inc' %]
94
[% INCLUDE 'patrons-admin-search.inc' %]
95
95
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% IF ( total ) %] :[% total %] errors found[% ELSE %] : Configuration OK![% END %]</title>
3
[% IF ( total ) %] :[% total %] errors found[% ELSE %] : Configuration OK![% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
5
</head>
6
<body>
6
<body id="admin_checkmarc" class="admin">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +1 lines)
Lines 25-31 Link Here
25
//]]>
25
//]]>
26
</script>
26
</script>
27
</head>
27
</head>
28
<body>
28
<body id="admin_cities" class="admin">
29
[% INCLUDE 'header.inc' %]
29
[% INCLUDE 'header.inc' %]
30
[% INCLUDE 'cities-admin-search.inc' %]
30
[% INCLUDE 'cities-admin-search.inc' %]
31
31
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-1 / +1 lines)
Lines 73-79 $(document).ready(function() { Link Here
73
//]]>
73
//]]>
74
</script>
74
</script>
75
</head>
75
</head>
76
<body>
76
<body id="admin_classsources" class="admin">
77
[% INCLUDE 'header.inc' %]
77
[% INCLUDE 'header.inc' %]
78
[% INCLUDE 'cat-search.inc' %]
78
[% INCLUDE 'cat-search.inc' %]
79
79
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Administration &rsaquo; Issuing Rules &rsaquo; Clone Issuing Rules</title>
2
<title>Koha &rsaquo; Administration &rsaquo; Issuing Rules &rsaquo; Clone Issuing Rules</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="admin_clone-rules" class="admin">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
//]]>
50
//]]>
51
</script>
51
</script>
52
</head>
52
</head>
53
<body>
53
<body id="admin_currency" class="admin">
54
[% INCLUDE 'header.inc' %]
54
[% INCLUDE 'header.inc' %]
55
[% INCLUDE 'currencies-admin-search.inc' %]
55
[% INCLUDE 'currencies-admin-search.inc' %]
56
56
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt (-1 / +1 lines)
Lines 16-22 $(document).ready(function() { Link Here
16
16
17
</head>
17
</head>
18
18
19
<body>
19
<body id="admin_fieldmapping" class="admin">
20
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'cat-search.inc' %]
21
[% INCLUDE 'cat-search.inc' %]
22
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; Keyword to MARC Mapping</div>
22
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; Keyword to MARC Mapping</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-1 / +1 lines)
Lines 85-91 $(function(){ Link Here
85
}); //]]>
85
}); //]]>
86
</script>
86
</script>
87
</head>
87
</head>
88
<body>
88
<body id="admin_item_circulation_alerts" class="admin">
89
[% INCLUDE 'header.inc' %]
89
[% INCLUDE 'header.inc' %]
90
[% INCLUDE 'cat-search.inc' %]
90
[% INCLUDE 'cat-search.inc' %]
91
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; Item Circulation Alerts </div>
91
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; Item Circulation Alerts </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +1 lines)
Lines 95-101 function Check(f) { Link Here
95
	fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
95
	fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
96
</style>
96
</style>
97
</head>
97
</head>
98
<body>
98
<body id="admin_itemtypes" class="admin">
99
[% INCLUDE 'header.inc' %]
99
[% INCLUDE 'header.inc' %]
100
[% INCLUDE 'cat-search.inc' %]
100
[% INCLUDE 'cat-search.inc' %]
101
101
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
5
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
7
</head>
8
<body>
8
<body id="admin_koha2marclinks" class="admin">
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
11
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-1 / +1 lines)
Lines 31-37 Link Here
31
//]]>
31
//]]>
32
</script>
32
</script>
33
</head>
33
</head>
34
<body>
34
<body id="admin_marc_subfields_structure" class="admin">
35
[% INCLUDE 'header.inc' %]
35
[% INCLUDE 'header.inc' %]
36
[% INCLUDE 'cat-search.inc' %]
36
[% INCLUDE 'cat-search.inc' %]
37
37
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-1 / +1 lines)
Lines 37-43 $(document).ready(function() { Link Here
37
//]]>
37
//]]>
38
</script>
38
</script>
39
</head>
39
</head>
40
<body>
40
<body id="admin_marctagstructure" class="admin">
41
[% INCLUDE 'header.inc' %]
41
[% INCLUDE 'header.inc' %]
42
[% INCLUDE 'cat-search.inc' %]
42
[% INCLUDE 'cat-search.inc' %]
43
43
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-1 / +1 lines)
Lines 168-174 function CheckRuleForm(f) { Link Here
168
  div.matchgroup { border:1px solid #DDD; border-left-width: 15px; padding:.4em; margin-bottom:.6em;}
168
  div.matchgroup { border:1px solid #DDD; border-left-width: 15px; padding:.4em; margin-bottom:.6em;}
169
</style>
169
</style>
170
</head>
170
</head>
171
<body>
171
<body id="admin_matching-rules" class="admin">
172
[% INCLUDE 'header.inc' %]
172
[% INCLUDE 'header.inc' %]
173
[% INCLUDE 'cat-search.inc' %]
173
[% INCLUDE 'cat-search.inc' %]
174
174
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt (-1 / +1 lines)
Lines 25-31 function returnToSetsPage() { Link Here
25
</script>
25
</script>
26
</head>
26
</head>
27
27
28
<body>
28
<body id="admin_oai_set_mappings" class="admin">
29
[% INCLUDE 'header.inc' %]
29
[% INCLUDE 'header.inc' %]
30
[% INCLUDE 'cat-search.inc' %]
30
[% INCLUDE 'cat-search.inc' %]
31
31
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-1 / +1 lines)
Lines 24-30 $(document).ready(function() { Link Here
24
</script>
24
</script>
25
</head>
25
</head>
26
26
27
<body>
27
<body id="admin_oai_sets" class="admin">
28
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'header.inc' %]
29
[% INCLUDE 'cat-search.inc' %]
29
[% INCLUDE 'cat-search.inc' %]
30
30
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +1 lines)
Lines 44-50 function CheckAttributeTypeForm(f) { Link Here
44
//]]>
44
//]]>
45
</script>
45
</script>
46
</head>
46
</head>
47
<body>
47
<body id="admin_patron-attr-types" class="admin">
48
[% INCLUDE 'header.inc' %]
48
[% INCLUDE 'header.inc' %]
49
[% INCLUDE 'cat-search.inc' %]
49
[% INCLUDE 'cat-search.inc' %]
50
50
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
22
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
23
<script src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js" type="text/javascript"></script>
23
<script src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js" type="text/javascript"></script>
24
</head>
24
</head>
25
<body>
25
<body id="admin_preferences" class="admin">
26
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'prefs-admin-search.inc' %]
27
[% INCLUDE 'prefs-admin-search.inc' %]
28
28
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt (-1 / +1 lines)
Lines 63-69 Link Here
63
</script>
63
</script>
64
	[% END %]
64
	[% END %]
65
</head>
65
</head>
66
<body>
66
<body id="admin_printers" class="admin">
67
[% INCLUDE 'header.inc' %]
67
[% INCLUDE 'header.inc' %]
68
[% INCLUDE 'printers-admin-search.inc' %]
68
[% INCLUDE 'printers-admin-search.inc' %]
69
69
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
//]]>
50
//]]>
51
</script>
51
</script>
52
</head>
52
</head>
53
<body>
53
<body id="admin_roadtype" class="admin">
54
[% INCLUDE 'header.inc' %]
54
[% INCLUDE 'header.inc' %]
55
[% INCLUDE 'roadtype-admin-search.inc' %]
55
[% INCLUDE 'roadtype-admin-search.inc' %]
56
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF ( add_form ) %]<a href="/cgi-bin/koha/admin/roadtype.pl">Road Types</a> &rsaquo; [% IF ( roadtypeid ) %] Modify Road Type[% ELSE %] New Road Type[% END %][% ELSE %][% IF ( delete_confirm ) %]<a href="/cgi-bin/koha/admin/roadtype.pl">Road Types</a> &rsaquo; Confirm Deletion of Road Type[% ELSE %] Road Type[% END %][% END %]</div>
56
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF ( add_form ) %]<a href="/cgi-bin/koha/admin/roadtype.pl">Road Types</a> &rsaquo; [% IF ( roadtypeid ) %] Modify Road Type[% ELSE %] New Road Type[% END %][% ELSE %][% IF ( delete_confirm ) %]<a href="/cgi-bin/koha/admin/roadtype.pl">Road Types</a> &rsaquo; Confirm Deletion of Road Type[% ELSE %] Road Type[% END %][% END %]</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +1 lines)
Lines 19-25 $(document).ready(function() { Link Here
19
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
19
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
20
<!-- End Calendar system additions -->
20
<!-- End Calendar system additions -->
21
</head>
21
</head>
22
<body>
22
<body id="admin_smart-rules" class="admin">
23
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'cat-search.inc' %]
24
[% INCLUDE 'cat-search.inc' %]
25
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/stopwords.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
//]]>
27
//]]>
28
</script>
28
</script>
29
</head>
29
</head>
30
<body>
30
<body id="admin_stopwords" class="admin">
31
[% INCLUDE 'header.inc' %]
31
[% INCLUDE 'header.inc' %]
32
[% INCLUDE 'stopwords-admin-search.inc' %]
32
[% INCLUDE 'stopwords-admin-search.inc' %]
33
33
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 / +1 lines)
Lines 73-79 Link Here
73
        //]]>
73
        //]]>
74
</script>
74
</script>
75
</head>
75
</head>
76
<body>
76
<body id="admin_systempreferences" class="admin">
77
[% INCLUDE 'header.inc' %]
77
[% INCLUDE 'header.inc' %]
78
[% INCLUDE 'sysprefs-admin-search.inc' %]
78
[% INCLUDE 'sysprefs-admin-search.inc' %]
79
79
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 65-71 Link Here
65
</script>
65
</script>
66
        [% END %]
66
        [% END %]
67
</head>
67
</head>
68
<body>
68
<body id="admin_z3950servers" class="admin">
69
[% INCLUDE 'header.inc' %]
69
[% INCLUDE 'header.inc' %]
70
[% INCLUDE 'z3950-admin-search.inc' %]
70
[% INCLUDE 'z3950-admin-search.inc' %]
71
71
72
- 

Return to bug 7760