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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt (-1 / +11 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>[% IF ( status ) %]Approved comments[% ELSE %]Comments awaiting moderation[% END %] &rsaquo; Comments &rsaquo; Tools &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF( status ) %]
8
        [% t("Approved comments") | html %]
9
    [% ELSE %]
10
        [% t("Comments awaiting moderation") | html %]
11
    [% END %] &rsaquo;
12
    [% t("Comments") | html %] &rsaquo;
13
    [% t("Tools") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
17
</head>
8
<body id="tools_reviewswaiting" class="tools">
18
<body id="tools_reviewswaiting" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-10 / +17 lines)
Lines 2-10 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] &rsaquo; Tags &rsaquo; Tools &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% tx("Results for tag '{tag}'", { tag = tag }) | html %] &rsaquo;
10
    [% t("Tags") | html %] &rsaquo;
11
    [% t("Tools") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
9
<style>
15
<style>
10
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style>
16
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style>
Lines 24-30 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
24
            <a href="/cgi-bin/koha/tags/review.pl">Tags</a>
30
            <a href="/cgi-bin/koha/tags/review.pl">Tags</a>
25
        [% END %]
31
        [% END %]
26
        [% WRAPPER breadcrumb_item bc_active= 1 %]
32
        [% WRAPPER breadcrumb_item bc_active= 1 %]
27
            <span>Results for tag <em>[% tag | html %]</em></span>
33
            [% tx("Results for tag '{tag}'", { tag = tag }) | html %]
28
        [% END %]
34
        [% END %]
29
    [% END #/ WRAPPER breadcrumbs %]
35
    [% END #/ WRAPPER breadcrumbs %]
30
[% END #/ WRAPPER sub-header.inc %]
36
[% END #/ WRAPPER sub-header.inc %]
Lines 34-43 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
34
        <div class="col-sm-10 col-sm-push-2">
40
        <div class="col-sm-10 col-sm-push-2">
35
            <main>
41
            <main>
36
42
37
                <h1>Results for tag <em>[% tag | html %]</em></h1>
43
                <h1>[% tx("Results for tag '{tag}'", { tag = tag }) | html %]</h1>
38
44
39
[% IF ( titles ) %]
45
[% IF ( titles ) %]
40
<h3>Titles tagged with the term <em>[% tag | html %]</em></h3>
41
    <div class="page-section">
46
    <div class="page-section">
42
        <table id="itemst">
47
        <table id="itemst">
43
            <thead><tr>
48
            <thead><tr>
Lines 89-100 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
89
94
90
        <div class="col-sm-2 col-sm-pull-10">
95
        <div class="col-sm-2 col-sm-pull-10">
91
            <aside>
96
            <aside>
92
                <ul>
97
                <div id="menu">
93
                    <li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved tags</a></li>
98
                    <ul>
94
                    <li><a href="/cgi-bin/koha/tags/review.pl?approved=-1">Rejected tags</a></li>
99
                        <li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved tags</a></li>
95
                    <li><a href="/cgi-bin/koha/tags/review.pl?approved=0">Pending tags</a></li>
100
                        <li><a href="/cgi-bin/koha/tags/review.pl?approved=-1">Rejected tags</a></li>
96
                    <li><a href="/cgi-bin/koha/tags/review.pl?approved=all">All tags</a></li>
101
                        <li><a href="/cgi-bin/koha/tags/review.pl?approved=0">Pending tags</a></li>
97
                </ul>
102
                        <li><a href="/cgi-bin/koha/tags/review.pl?approved=all">All tags</a></li>
103
                    </ul>
104
                </div>
98
                [% INCLUDE 'tools-menu.inc' %]
105
                [% INCLUDE 'tools-menu.inc' %]
99
            </aside>
106
            </aside>
100
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
107
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-4 / +33 lines)
Lines 4-10 Link Here
4
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] &rsaquo; Tags &rsaquo; Tools &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% IF ( filter_approved_ok ) %]
9
        [% t("Approved") | html %] &rsaquo;
10
    [% ELSIF ( filter_approved_pending ) %]
11
        [% t("Pending") | html %] &rsaquo;
12
    [% ELSIF ( filter_approved_rej ) %]
13
        [% t("Rejected") | html %] &rsaquo;
14
    [% END %]
15
    [% t("Tags") | html %] &rsaquo;
16
    [% t("Tools") | html %] &rsaquo;
17
    [% t("Koha") | html %]
18
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
9
<style>
20
<style>
10
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
21
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
Lines 25-32 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
25
        [% WRAPPER breadcrumb_item %]
36
        [% WRAPPER breadcrumb_item %]
26
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
37
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
27
        [% END %]
38
        [% END %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
39
        [% IF ( filter_approved_ok || filter_approved_pending || filter_approved_rej ) %]
29
            <span>Tags</span>
40
            [% WRAPPER breadcrumb_item %]
41
                <a href="/cgi-bin/koha/tags/review.pl">Tags</a>
42
            [% END %]
43
        [% ELSE %]
44
            [% WRAPPER breadcrumb_item bc_active= 1 %]
45
                <span>Tags</span>
46
            [% END %]
47
        [% END %]
48
        [% IF ( filter_approved_ok ) %]
49
            [% WRAPPER breadcrumb_item bc_active= 1 %]
50
                [% t("Approved") | html %]
51
            [% END %]
52
        [% ELSIF ( filter_approved_pending ) %]
53
            [% WRAPPER breadcrumb_item bc_active= 1 %]
54
                [% t("Pending") | html %]
55
            [% END %]
56
        [% ELSIF ( filter_approved_rej ) %]
57
            [% WRAPPER breadcrumb_item bc_active= 1 %]
58
                [% t("Rejected") | html %]
59
            [% END %]
30
        [% END %]
60
        [% END %]
31
    [% END #/ WRAPPER breadcrumbs %]
61
    [% END #/ WRAPPER breadcrumbs %]
32
[% END #/ WRAPPER sub-header.inc %]
62
[% END #/ WRAPPER sub-header.inc %]
33
- 

Return to bug 34802