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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-5 / +7 lines)
Lines 8-25 Link Here
8
[% USE TablesSettings %]
8
[% USE TablesSettings %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Koha &rsaquo; Acquisitions  &rsaquo;
11
<title>
12
    [% IF op == 'save' %]
12
    [% IF op == 'save' %]
13
        [% IF ( suggestionid ) %]
13
        [% IF ( suggestionid ) %]
14
            Suggestions &rsaquo;  Edit suggestion #[% suggestionid | html %]
14
            Edit suggestion #[% suggestionid | html %] &rsaquo; Suggestions
15
        [% ELSE %]
15
        [% ELSE %]
16
            Suggestions &rsaquo; Add suggestion
16
            Add suggestion &rsaquo; Suggestions
17
        [% END %]
17
        [% END %]
18
18
    [% ELSIF ( op == 'show' ) %]
19
    [% ELSIF ( op == 'show' ) %]
19
           Suggestions &rsaquo; Show suggestion #[% suggestionid | html %]
20
           Show suggestion #[% suggestionid | html %] &rsaquo; Suggestions
21
20
    [% ELSE %]
22
    [% ELSE %]
21
        Suggestions management
23
        Suggestions management
22
    [% END %]
24
    [% END %] &rsaquo; Acquisitions &rsaquo; Koha
23
</title>
25
</title>
24
[% INCLUDE 'doc-head-close.inc' %]
26
[% INCLUDE 'doc-head-close.inc' %]
25
[% IF op == 'else' %]
27
[% IF op == 'else' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
6
<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] &rsaquo; Tags &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<style>
8
<style>
9
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style>
9
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-2 / +1 lines)
Lines 3-9 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
6
<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] &rsaquo; Tags &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<style>
8
<style>
9
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
9
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
10
- 

Return to bug 26703