|
Lines 74-80
tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
Link Here
|
| 74 |
|
74 |
|
| 75 |
var success_test_call = function() { |
75 |
var success_test_call = function() { |
| 76 |
$('#test_button').removeAttr("disabled"); |
76 |
$('#test_button').removeAttr("disabled"); |
| 77 |
$('#test_button').attr("value","test"); |
77 |
$('#test_button').attr("value","Test"); |
| 78 |
}; |
78 |
}; |
| 79 |
$(document).ready(function() { |
79 |
$(document).ready(function() { |
| 80 |
$('.ajax_buttons' ).css({visibility:"visible"}); |
80 |
$('.ajax_buttons' ).css({visibility:"visible"}); |
|
Lines 173-183
tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
Link Here
|
| 173 |
<h1>Tags</h1> |
173 |
<h1>Tags</h1> |
| 174 |
<form method="post" action="/cgi-bin/koha/tags/review.pl" class="checkboxed"> |
174 |
<form method="post" action="/cgi-bin/koha/tags/review.pl" class="checkboxed"> |
| 175 |
<h4>Displaying |
175 |
<h4>Displaying |
| 176 |
[% IF ( filter_approved_all ) %]ALL[% END %] |
176 |
[% IF ( filter_approved_all ) %]all[% END %] |
| 177 |
[% IF ( filter_approved_ok ) %]Approved[% END %] |
177 |
[% IF ( filter_approved_ok ) %]approved[% END %] |
| 178 |
[% IF ( filter_approved_pending ) %]Pending[% END %] |
178 |
[% IF ( filter_approved_pending ) %]pending[% END %] |
| 179 |
[% IF ( filter_approved_rej ) %]Rejected[% END %] |
179 |
[% IF ( filter_approved_rej ) %]rejected[% END %] |
| 180 |
Terms |
180 |
terms |
| 181 |
</h4> |
181 |
</h4> |
| 182 |
|
182 |
|
| 183 |
[% IF ( op_count ) %] |
183 |
[% IF ( op_count ) %] |
| 184 |
- |
|
|