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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/sms/sms-home.tt (-3 / +3 lines)
Lines 1-12 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Send SMS Message</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Send SMS message</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="sms_sms-home" class="pat">
5
<body id="sms_sms-home" class="pat">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
8
8
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Send SMS Message</div>
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Send SMS message</div>
10
10
11
<div id="doc3" class="yui-t2">
11
<div id="doc3" class="yui-t2">
12
12
Lines 19-25 Link Here
19
<fieldset class="rows">
19
<fieldset class="rows">
20
<legend>SMS Messaging</legend>
20
<legend>SMS Messaging</legend>
21
<ol>
21
<ol>
22
	<li><label for="message">Your Message: </label><textarea name="message" id="message" cols="35" rows="4">[% message %]</textarea></li>
22
    <li><label for="message">Your message: </label><textarea name="message" id="message" cols="35" rows="4">[% message %]</textarea></li>
23
	<li><label for="phone">Phone:</label><input type="text" name="phone" id="phone" value="[% phone %]"/> (e.g., 5338644143)</li>
23
	<li><label for="phone">Phone:</label><input type="text" name="phone" id="phone" value="[% phone %]"/> (e.g., 5338644143)</li>
24
</ol>
24
</ol>
25
</fieldset>
25
</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-22 / +22 lines)
Lines 11-17 Link Here
11
            Enter a new purchase suggestion
11
            Enter a new purchase suggestion
12
        [% END %]
12
        [% END %]
13
    [% ELSE %]
13
    [% ELSE %]
14
        Suggestions Management
14
        Suggestions management
15
    [% END %]
15
    [% END %]
16
</title>
16
</title>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
Lines 115-121 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
115
            Suggestion edit #[% suggestionid %]
115
            Suggestion edit #[% suggestionid %]
116
        [% END %]
116
        [% END %]
117
    [% ELSE %]
117
    [% ELSE %]
118
        Suggestions Management
118
        Suggestions management
119
    [% END %]
119
    [% END %]
120
</div>
120
</div>
121
121
Lines 133-141 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
133
        <li><span class="label">Copyright date:</span>[% copyrightdate %]</li>
133
        <li><span class="label">Copyright date:</span>[% copyrightdate %]</li>
134
        <li><span class="label">ISBN or ISSN or other standard number:</span>[% isbn %]</li>
134
        <li><span class="label">ISBN or ISSN or other standard number:</span>[% isbn %]</li>
135
        <li><span class="label">Publisher:</span>[% publishercode %]</li>
135
        <li><span class="label">Publisher:</span>[% publishercode %]</li>
136
        <li><span class="label">Publication Place:</span>[% place %]</li>
136
        <li><span class="label">Publication place:</span>[% place %]</li>
137
        <li><span class="label">Collection Title:</span>[% collectiontitle %]</li>
137
        <li><span class="label">Collection title:</span>[% collectiontitle %]</li>
138
        <li><span class="label">Document Type:</span>
138
        <li><span class="label">Document type:</span>
139
            [% FOREACH itemtypeloo IN itemtypeloop %]
139
            [% FOREACH itemtypeloo IN itemtypeloop %]
140
                [% IF ( itemtypeloo.selected ) %][% itemtypeloo.description %][% END %]
140
                [% IF ( itemtypeloo.selected ) %][% itemtypeloo.description %][% END %]
141
            [% END %]
141
            [% END %]
Lines 177-183 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
177
                <td>[% IF ( managedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% managedby_borrowernumber %]">[% managedby_surname %], [% managedby_firstname %]</a> [% managedby_branchcode %] ([% managedby_description %])[% END %]</td>
177
                <td>[% IF ( managedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% managedby_borrowernumber %]">[% managedby_surname %], [% managedby_firstname %]</a> [% managedby_branchcode %] ([% managedby_description %])[% END %]</td>
178
            </tr>
178
            </tr>
179
            <tr>
179
            <tr>
180
                <th><span class="label">Suggestion Accepted</span> </th>
180
                <th><span class="label">Suggestion accepted</span> </th>
181
                <td>[% accepteddate %]</td>
181
                <td>[% accepteddate %]</td>
182
                <td>[% IF ( acceptedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_borrowernumber %]">[% acceptedby_surname %], [% acceptedby_firstname %]</a> [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %]</td>
182
                <td>[% IF ( acceptedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_borrowernumber %]">[% acceptedby_surname %], [% acceptedby_firstname %]</a> [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %]</td>
183
            </tr>
183
            </tr>
Lines 232-240 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
232
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate %]" /></li>
232
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate %]" /></li>
233
        <li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn %]"/></li>
233
        <li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn %]"/></li>
234
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode %]"/></li>
234
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode %]"/></li>
235
        <li><label for="place">Publication Place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place %]"/></li>
235
        <li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place %]"/></li>
236
        <li><label for="collectiontitle">Collection Title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle %]"/></li>
236
        <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle %]"/></li>
237
        <li><label for="itemtype">Document Type:</label>
237
        <li><label for="itemtype">Document type:</label>
238
            <select id="itemtype" name="itemtype" >
238
            <select id="itemtype" name="itemtype" >
239
            [% FOREACH itemtypeloo IN itemtypeloop %]
239
            [% FOREACH itemtypeloo IN itemtypeloop %]
240
                [% IF ( itemtypeloo.selected ) %]<option selected="selected" value="[% itemtypeloo.itemtype %]">[% ELSE %]<option value="[% itemtypeloo.itemtype %]">[% END %]
240
                [% IF ( itemtypeloo.selected ) %]<option selected="selected" value="[% itemtypeloo.itemtype %]">[% ELSE %]<option value="[% itemtypeloo.itemtype %]">[% END %]
Lines 275-281 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
275
                <td><input type="hidden" id="managedby" name="managedby" value="[% managedby %]"/>[% IF ( managedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% managedby_borrowernumber %]">[% managedby_surname %], [% managedby_firstname %]</a> [% managedby_branchcode %] ([% managedby_description %])[% END %]</td>
275
                <td><input type="hidden" id="managedby" name="managedby" value="[% managedby %]"/>[% IF ( managedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% managedby_borrowernumber %]">[% managedby_surname %], [% managedby_firstname %]</a> [% managedby_branchcode %] ([% managedby_description %])[% END %]</td>
276
            </tr>
276
            </tr>
277
            <tr>
277
            <tr>
278
                <th><label for="accepteddate">Suggestion Accepted</label> </th>
278
                <th><label for="accepteddate">Suggestion accepted</label> </th>
279
                <td><input type="text" id="accepteddate" name="accepteddate" size="10" maxlength="10" value="[% accepteddate %]" /></td>
279
                <td><input type="text" id="accepteddate" name="accepteddate" size="10" maxlength="10" value="[% accepteddate %]" /></td>
280
                <td><input type="hidden" id="acceptedby" name="acceptedby" value="[% acceptedby %]"/>[% IF ( acceptedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_borrowernumber %]">[% acceptedby_surname %], [% acceptedby_firstname %]</a> [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %]</td>
280
                <td><input type="hidden" id="acceptedby" name="acceptedby" value="[% acceptedby %]"/>[% IF ( acceptedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_borrowernumber %]">[% acceptedby_surname %], [% acceptedby_firstname %]</a> [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %]</td>
281
            </tr>
281
            </tr>
Lines 321-327 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
321
    <li> <a id="newsuggestion" href="suggestion.pl?op=add">New purchase suggestion</a></li>
321
    <li> <a id="newsuggestion" href="suggestion.pl?op=add">New purchase suggestion</a></li>
322
    </ul></div>
322
    </ul></div>
323
323
324
<h1>Suggestions Management</h1>
324
<h1>Suggestions management</h1>
325
325
326
[% UNLESS ( notabs ) %]
326
[% UNLESS ( notabs ) %]
327
<div id="sorting" class="overlay">Sorting...</div>
327
<div id="sorting" class="overlay">Sorting...</div>
Lines 348-354 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
348
<form name="f[% suggestion.suggestiontype %]" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype %]">
348
<form name="f[% suggestion.suggestiontype %]" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype %]">
349
349
350
[% IF ( suggestion.suggestions_loop ) %]
350
[% IF ( suggestion.suggestions_loop ) %]
351
<p><a id="CheckAll[% suggestion.suggestiontype %]" href="#">Check All</a> | <a id="UncheckAll[% suggestion.suggestiontype %]" href="#">Uncheck All</a></p>
351
<p><a id="CheckAll[% suggestion.suggestiontype %]" href="#">Check all</a> | <a id="UncheckAll[% suggestion.suggestiontype %]" href="#">Uncheck all</a></p>
352
    <table id="[% suggestion.suggestiontype %]t">
352
    <table id="[% suggestion.suggestiontype %]t">
353
        <thead>
353
        <thead>
354
            <tr><th>&nbsp;</th>
354
            <tr><th>&nbsp;</th>
Lines 427-433 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
427
    <input type="submit" value="Submit" /></fieldset>
427
    <input type="submit" value="Submit" /></fieldset>
428
</form>
428
</form>
429
[% ELSE %]
429
[% ELSE %]
430
    <b>No Results.</b>
430
    <b>No results.</b>
431
[% END %]
431
[% END %]
432
</div>
432
</div>
433
[% END %]
433
[% END %]
Lines 441-447 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
441
                <select name="displayby" id="displayby" style="width:auto;">
441
                <select name="displayby" id="displayby" style="width:auto;">
442
                    <option value="STATUS">Status</option>
442
                    <option value="STATUS">Status</option>
443
                    <option value="branchcode">Library</option>
443
                    <option value="branchcode">Library</option>
444
                    <option value="itemtype">Item Type</option>
444
                    <option value="itemtype">Item type</option>
445
                    <option value="managedby">Managed by</option>
445
                    <option value="managedby">Managed by</option>
446
                    <option value="acceptedby">Accepted by</option>
446
                    <option value="acceptedby">Accepted by</option>
447
                </select> <input type="submit" value="Go" /></li></ol></fieldset>
447
                </select> <input type="submit" value="Go" /></li></ol></fieldset>
Lines 454-460 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
454
                    <li><label for="isbn"> ISBN:</label><input type="text" id="isbn"  name="isbn" value="[% isbn %]" /></li>
454
                    <li><label for="isbn"> ISBN:</label><input type="text" id="isbn"  name="isbn" value="[% isbn %]" /></li>
455
                    <li><label for="publishercode"> Publisher:</label><input type="text" id="publishercode" name="publishercode" value="[% publishercode %]" /></li>
455
                    <li><label for="publishercode"> Publisher:</label><input type="text" id="publishercode" name="publishercode" value="[% publishercode %]" /></li>
456
                    <li><label for="publicationyear"> Publication year:</label><input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear %]" /></li>
456
                    <li><label for="publicationyear"> Publication year:</label><input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear %]" /></li>
457
                    <li><label for="collectiontitle"> Collection Title:</label><input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle %]" /></li><li><input type="submit" value="Go" /></li></ol>
457
                    <li><label for="collectiontitle"> Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle %]" /></li><li><input type="submit" value="Go" /></li></ol>
458
                </fieldset>
458
                </fieldset>
459
				 <fieldset class="brief"><h4 class="collapse"><a href="#">Suggestion information</a></h4>
459
				 <fieldset class="brief"><h4 class="collapse"><a href="#">Suggestion information</a></h4>
460
                    <ol>
460
                    <ol>
Lines 468-480 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
468
                        [% IF ( statusselected_REJECTED ) %]<option value="REJECTED" selected="selected">Rejected</option>
468
                        [% IF ( statusselected_REJECTED ) %]<option value="REJECTED" selected="selected">Rejected</option>
469
                        [% ELSE %]<option value="REJECTED">Rejected</option>[% END %]
469
                        [% ELSE %]<option value="REJECTED">Rejected</option>[% END %]
470
                      </select></li>
470
                      </select></li>
471
                    <li><label for="suggestedby"> Suggested By:</label><select id="suggestedby" name="suggestedby"><option value="">Any</option>
471
                    <li><label for="suggestedby"> Suggested by:</label><select id="suggestedby" name="suggestedby"><option value="">Any</option>
472
[% FOREACH suggestedby_loo IN suggestedby_loop %][% IF ( suggestedby_loo.selected ) %]<option value="[% suggestedby_loo.code %]" selected="selected">[% suggestedby_loo.desc %]</option>[% ELSE %]<option value="[% suggestedby_loo.code %]">[% suggestedby_loo.desc %]</option>[% END %][% END %]
472
[% FOREACH suggestedby_loo IN suggestedby_loop %][% IF ( suggestedby_loo.selected ) %]<option value="[% suggestedby_loo.code %]" selected="selected">[% suggestedby_loo.desc %]</option>[% ELSE %]<option value="[% suggestedby_loo.code %]">[% suggestedby_loo.desc %]</option>[% END %][% END %]
473
                                                                     </select></li>
473
                                                                     </select></li>
474
                    <li><label for="suggesteddate_from"> Suggested on:</label>[% suggesteddate %]
474
                    <li><label for="suggesteddate_from"> Suggested on:</label>[% suggesteddate %]
475
                        <table class="invis">
475
                        <table class="invis">
476
                        <tr>
476
                        <tr>
477
                        <td>from :</td><td><input type="text" id="suggesteddate_from" name="suggesteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_from_button" alt="Show Calendar" />
477
                        <td>from :</td><td><input type="text" id="suggesteddate_from" name="suggesteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_from_button" alt="Show calendar" />
478
                        <script language="JavaScript" type="text/javascript">
478
                        <script language="JavaScript" type="text/javascript">
479
                            Calendar.setup(
479
                            Calendar.setup(
480
                            {
480
                            {
Lines 486-492 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
486
                        </script></td>
486
                        </script></td>
487
                        </tr>
487
                        </tr>
488
                        <tr>
488
                        <tr>
489
                        <td>to :</td><td><input type="text" id="suggesteddate_to" name="suggesteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_to_button" alt="Show Calendar" />
489
                        <td>to :</td><td><input type="text" id="suggesteddate_to" name="suggesteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_to_button" alt="Show calendar" />
490
                        <script language="JavaScript" type="text/javascript">
490
                        <script language="JavaScript" type="text/javascript">
491
                            Calendar.setup(
491
                            Calendar.setup(
492
                            {
492
                            {
Lines 505-511 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
505
                    <li><label for="manageddate_from"> Management date:</label>[% manageddate %]
505
                    <li><label for="manageddate_from"> Management date:</label>[% manageddate %]
506
                        <table class="invis">
506
                        <table class="invis">
507
                        <tr>
507
                        <tr>
508
                        <td>from :</td><td><input type="text" id="manageddate_from" name="manageddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_from_button" alt="Show Calendar" />
508
                        <td>from :</td><td><input type="text" id="manageddate_from" name="manageddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_from_button" alt="Show calendar" />
509
                        <script language="JavaScript" type="text/javascript">
509
                        <script language="JavaScript" type="text/javascript">
510
                            Calendar.setup(
510
                            Calendar.setup(
511
                            {
511
                            {
Lines 517-523 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
517
                        </script></td>
517
                        </script></td>
518
                        </tr>
518
                        </tr>
519
                        <tr>
519
                        <tr>
520
                        <td>to :</td><td><input type="text" id="manageddate_to" name="manageddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_to_button" alt="Show Calendar" />
520
                        <td>to :</td><td><input type="text" id="manageddate_to" name="manageddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_to_button" alt="Show calendar" />
521
                        <script language="JavaScript" type="text/javascript">
521
                        <script language="JavaScript" type="text/javascript">
522
                            Calendar.setup(
522
                            Calendar.setup(
523
                            {
523
                            {
Lines 536-542 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
536
                    <li><label for="accepteddate_from"> Accepted on:</label>[% accepteddate %]
536
                    <li><label for="accepteddate_from"> Accepted on:</label>[% accepteddate %]
537
                        <table class="invis">
537
                        <table class="invis">
538
                        <tr>
538
                        <tr>
539
                        <td>from :</td><td><input type="text" id="accepteddate_from" name="accepteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_from_button" alt="Show Calendar" />
539
                        <td>from :</td><td><input type="text" id="accepteddate_from" name="accepteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_from_button" alt="Show calendar" />
540
                        <script language="JavaScript" type="text/javascript">
540
                        <script language="JavaScript" type="text/javascript">
541
                            Calendar.setup(
541
                            Calendar.setup(
542
                            {
542
                            {
Lines 548-554 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
548
                        </script></td>
548
                        </script></td>
549
                        </tr>
549
                        </tr>
550
                        <tr>
550
                        <tr>
551
                        <td>to :</td><td><input type="text" id="accepteddate_to" name="accepteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_to_button" alt="Show Calendar" />
551
                        <td>to :</td><td><input type="text" id="accepteddate_to" name="accepteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_to_button" alt="Show calendar" />
552
                        <script language="JavaScript" type="text/javascript">
552
                        <script language="JavaScript" type="text/javascript">
553
                            Calendar.setup(
553
                            Calendar.setup(
554
                            {
554
                            {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review Tags[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript">
5
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Home &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review Tags[% END %]</title>
2
<title>Home &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
Lines 256-262 td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
256
</div>
256
</div>
257
<div class="yui-u">
257
<div class="yui-u">
258
 <fieldset class="brief">
258
 <fieldset class="brief">
259
  <h4>Terms Summary</h4>
259
  <h4>Terms summary</h4>
260
  <ul>
260
  <ul>
261
  	<li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved</a>:
261
  	<li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved</a>:
262
		<span id="terms_summary_approved_count">[% approved_count %]</span>
262
		<span id="terms_summary_approved_count">[% approved_count %]</span>
Lines 322-337 td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
322
	    <li>
322
	    <li>
323
			<label for="from">Date: from </label>
323
			<label for="from">Date: from </label>
324
			<input type="text" size="10" id="from" name="from" value="[% filter_date_approved_from %]" />
324
			<input type="text" size="10" id="from" name="from" value="[% filter_date_approved_from %]" />
325
			<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show Calendar" style="cursor: pointer;" id="openCalendarFrom" />
325
            <img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" style="cursor: pointer;" id="openCalendarFrom" />
326
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
326
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
327
327
328
			<label for="to">...to </label>
328
			<label for="to">...to </label>
329
			<input type="text" size="10" id="to"   name="to"   value="[% filter_date_approved_to %]" />
329
			<input type="text" size="10" id="to"   name="to"   value="[% filter_date_approved_to %]" />
330
			<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show Calendar" style="cursor: pointer;" id="openCalendarTo" />
330
            <img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" style="cursor: pointer;" id="openCalendarTo" />
331
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
331
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
332
	    </li>
332
	    </li>
333
  </ol>
333
  </ol>
334
 <fieldset class="action"><input type="submit" value="Apply Filter(s)" /></fieldset>
334
 <fieldset class="action"><input type="submit" value="Apply filter(s)" /></fieldset>
335
</fieldset>
335
</fieldset>
336
</form>
336
</form>
337
<script type="text/javascript">
337
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC Records For Import</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC records for import</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
5
[% INCLUDE 'background-job.inc' %]
5
[% INCLUDE 'background-job.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tt (-4 / +3 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Z39.50 Search Results</title>
2
<title>Koha &rsaquo; Z39.50 search results</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script language="javascript" type="text/javascript">
4
<script language="javascript" type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 13-19 Link Here
13
</head>
13
</head>
14
<body id="cat_searchresult" class="cat">
14
<body id="cat_searchresult" class="cat">
15
15
16
    <h2>Z3950 Search Results</h2>
16
    <h2>Z3950 search results</h2>
17
    
17
    
18
    [% IF ( breeding_loop ) %]
18
    [% IF ( breeding_loop ) %]
19
<table>
19
<table>
Lines 21-27 Link Here
21
        <th>Title</th>
21
        <th>Title</th>
22
        <th>Author</th>
22
        <th>Author</th>
23
        <th>ISBN</th>
23
        <th>ISBN</th>
24
        <th>coming from</th>
24
        <th>Coming from</th>
25
        <th>&nbsp;</th>
25
        <th>&nbsp;</th>
26
        <th>&nbsp;</th>
26
        <th>&nbsp;</th>
27
    </tr>
27
    </tr>
28
- 

Return to bug 2780