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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +1 lines)
Lines 40-46 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
40
                <h1>Results for tag <em>[% tag | html %]</em></h1>
40
                <h1>Results for tag <em>[% tag | html %]</em></h1>
41
41
42
[% IF ( titles ) %]
42
[% IF ( titles ) %]
43
<h3>Titles tagged with the term <em>[% tag | html %]</em></h3>
43
<h2>Titles tagged with the term <em>[% tag | html %]</em></h2>
44
<table id="itemst">
44
<table id="itemst">
45
	<thead><tr>
45
	<thead><tr>
46
	    <th>Title</th>
46
	    <th>Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-7 / +5 lines)
Lines 43-55 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
43
<div class="col-sm-8 col-sm-push-2">
43
<div class="col-sm-8 col-sm-push-2">
44
<h1>Tags</h1>
44
<h1>Tags</h1>
45
<form method="post" action="/cgi-bin/koha/tags/review.pl">
45
<form method="post" action="/cgi-bin/koha/tags/review.pl">
46
  <h4>Displaying 
46
  <h2>Displaying [% IF ( filter_approved_all ) %]all[% END %]
47
	[% IF ( filter_approved_all ) %]all[% END %]
48
	[% IF ( filter_approved_ok ) %]approved[% END %]
47
	[% IF ( filter_approved_ok ) %]approved[% END %]
49
	[% IF ( filter_approved_pending ) %]pending[% END %]
48
	[% IF ( filter_approved_pending ) %]pending[% END %]
50
	[% IF ( filter_approved_rej ) %]rejected[% END %]
49
	[% IF ( filter_approved_rej ) %]rejected[% END %]
51
	terms
50
	terms
52
  </h4>
51
  </h2>
53
52
54
  [% IF ( op_count ) %]
53
  [% IF ( op_count ) %]
55
  <div class="dialog message" id="main_status">
54
  <div class="dialog message" id="main_status">
Lines 168-174 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
168
<div class="col-sm-2 col-sm-push-2">
167
<div class="col-sm-2 col-sm-push-2">
169
    <aside>
168
    <aside>
170
 <fieldset class="brief">
169
 <fieldset class="brief">
171
  <h4>Terms summary</h4>
170
  <h2>Terms summary</h2>
172
  <ul>
171
  <ul>
173
    <li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved</a>:
172
    <li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved</a>:
174
        <span id="terms_summary_approved_count">[% approved_count | html %]</span>
173
        <span id="terms_summary_approved_count">[% approved_count | html %]</span>
Lines 186-192 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
186
  <span id="terms_summary_status">&nbsp;</span>
185
  <span id="terms_summary_status">&nbsp;</span>
187
  </fieldset>
186
  </fieldset>
188
  <fieldset class="brief">
187
  <fieldset class="brief">
189
   <h4>Check lists</h4>
188
   <h2>Check lists</h2>
190
   <div class="description">Enter a word or phrase to check against approved/rejected lists: </div>
189
   <div class="description">Enter a word or phrase to check against approved/rejected lists: </div>
191
   <form method="post" action="/cgi-bin/koha/tags/review.pl">
190
   <form method="post" action="/cgi-bin/koha/tags/review.pl">
192
   <input type="text" size="14" name="test" id="test" />
191
   <input type="text" size="14" name="test" id="test" />
Lines 210-216 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
210
    <aside>
209
    <aside>
211
<form method="post" action="/cgi-bin/koha/tags/review.pl">
210
<form method="post" action="/cgi-bin/koha/tags/review.pl">
212
<fieldset class="brief">
211
<fieldset class="brief">
213
  <h4>Filters</h4>
212
  <h2>Filters</h2>
214
	<ol>
213
	<ol>
215
	    <li><label for="tag">Term:</label> <input type="text" name="tag" id="tag" value="[% filter_tag | html %]" />
214
	    <li><label for="tag">Term:</label> <input type="text" name="tag" id="tag" value="[% filter_tag | html %]" />
216
	    </li>
215
	    </li>
217
- 

Return to bug 27741