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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Clean Patron Records [% IF ( step2 ) %]&rsaquo; Confirm[% END %][% IF ( step3 ) %]&rsaquo; Finished[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Clean patron records [% IF ( step2 ) %]&rsaquo; Confirm[% END %][% IF ( step3 ) %]&rsaquo; Finished[% 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">
5
<script type="text/javascript">
Lines 41-47 Link Here
41
[% INCLUDE 'header.inc' %]
41
[% INCLUDE 'header.inc' %]
42
[% INCLUDE 'cat-search.inc' %]
42
[% INCLUDE 'cat-search.inc' %]
43
43
44
<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; [% IF ( step1 ) %]Clean Patron Records[% ELSE %]<a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean Patron Records</a> &rsaquo; [% END %][% IF ( step2 ) %]Confirm[% END %][% IF ( step3 ) %]Finished[% END %]</div>
44
<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; [% IF ( step1 ) %]Clean Patron Records[% ELSE %]<a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean patron records</a> &rsaquo; [% END %][% IF ( step2 ) %]Confirm[% END %][% IF ( step3 ) %]Finished[% END %]</div>
45
45
46
<div id="doc3" class="yui-t2">
46
<div id="doc3" class="yui-t2">
47
   
47
   
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-3 / +3 lines)
Lines 110-119 function reloadPage(p) { Link Here
110
						    </select></li>
110
						    </select></li>
111
111
112
112
113
						    <li><label for="new_profile_content">Profile marcfields: </label>
113
                            <li><label for="new_profile_content">Profile MARC fields: </label>
114
						    <textarea cols="50" rows="2" name="profile_content" id="new_profile_content"></textarea>
114
						    <textarea cols="50" rows="2" name="profile_content" id="new_profile_content"></textarea>
115
						    <p>You have to define which fields or subfields you want to export, separated by pipes.</p>
115
						    <p>You have to define which fields or subfields you want to export, separated by pipes.</p>
116
						    <p>You can also use your own headers (instead of the ones from koha) by prefixing the field number with an header, followed by the equal sign.</p>
116
                            <p>You can also use your own headers (instead of the ones from Koha) by prefixing the field number with an header, followed by the equal sign.</p>
117
						    <p>Example: Personal name=200|Entry element=210$a|300|009</p>
117
						    <p>Example: Personal name=200|Entry element=210$a|300|009</p>
118
						    </li>
118
						    </li>
119
						    </ol>
119
						    </ol>
Lines 289-295 function reloadPage(p) { Link Here
289
							[% END %]
289
							[% END %]
290
						    </select></li>
290
						    </select></li>
291
291
292
						    <li><label for="modify_profile_content">Profile marcfields: </label>
292
                            <li><label for="modify_profile_content">Profile MARC fields: </label>
293
						    <textarea cols="50" rows="2" name="profile_content" id="modify_profile_content">[% selected_profile_marcfields %]</textarea></li>
293
						    <textarea cols="50" rows="2" name="profile_content" id="modify_profile_content">[% selected_profile_marcfields %]</textarea></li>
294
294
295
						   <li class="radio"> <label for="delete">Delete selected profile ?</label>
295
						   <li class="radio"> <label for="delete">Delete selected profile ?</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-6 / +6 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; MARC Export</title>
2
<title>Koha &rsaquo; Tools &rsaquo; MARC export</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css" />
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css" />
5
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar.js"></script>
Lines 10-16 Link Here
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
12
13
<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; MARC Export</div>
13
<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; MARC export</div>
14
14
15
<div id="doc3" class="yui-t2">
15
<div id="doc3" class="yui-t2">
16
   
16
   
Lines 24-30 Link Here
24
24
25
<form method="post" action="/cgi-bin/koha/tools/export.pl">
25
<form method="post" action="/cgi-bin/koha/tools/export.pl">
26
    <fieldset class="rows">
26
    <fieldset class="rows">
27
    <legend> Select Records to Export </legend>
27
    <legend> Select records to export </legend>
28
        <ol><li>
28
        <ol><li>
29
            <label for="start">From biblio number: </label>
29
            <label for="start">From biblio number: </label>
30
            <input id="start" type="text" name="StartingBiblionumber" size="5" />
30
            <input id="start" type="text" name="StartingBiblionumber" size="5" />
Lines 61-71 Link Here
61
                </select>
61
                </select>
62
        </li>
62
        </li>
63
        <li>
63
        <li>
64
            <label for="startcn">From itemcallnumber: </label>
64
            <label for="startcn">From item call number: </label>
65
            <input id="startcn" type="text" name="start_callnumber" size="5" />
65
            <input id="startcn" type="text" name="start_callnumber" size="5" />
66
        </li>
66
        </li>
67
        <li>
67
        <li>
68
            <label for="endcn">To itemcallnumber: </label>
68
            <label for="endcn">To item call number: </label>
69
            <input id="endcn" type="text" name="end_callnumber" size="5" />
69
            <input id="endcn" type="text" name="end_callnumber" size="5" />
70
        </li>
70
        </li>
71
	<li>Accession date (inclusive):
71
	<li>Accession date (inclusive):
Lines 132-138 Calendar.setup( Link Here
132
        </li></ol>
132
        </li></ol>
133
    </fieldset>
133
    </fieldset>
134
    <input type="hidden" name="op" value="export" />
134
    <input type="hidden" name="op" value="export" />
135
	
135
136
    <fieldset class="action"><input type="submit" value="Export" class="button" /></fieldset>
136
    <fieldset class="action"><input type="submit" value="Export" class="button" /></fieldset>
137
</form>
137
</form>
138
138
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-4 / +4 lines)
Lines 235-241 Link Here
235
				<input type="hidden" id="newBranchName" name="newBranchName" />
235
				<input type="hidden" id="newBranchName" name="newBranchName" />
236
			</li>
236
			</li>
237
			<li>
237
			<li>
238
				<strong>From Date:</strong>
238
                <strong>From date:</strong>
239
				<span id="newDaynameOutput"></span>, 
239
				<span id="newDaynameOutput"></span>, 
240
240
241
				[% IF ( dateformat_us ) %]<span id="newMonthOutput"></span>/<span id="newDayOutput"></span>/<span id="newYearOutput"></span>[% ELSIF ( dateformat_metric ) %]<span id="newDayOutput"></span>/<span id="newMonthOutput"></span>/<span id="newYearOutput"></span>[% ELSE %]<span id="newYearOutput"></span>/<span id="newMonthOutput"></span>/<span id="newDayOutput"></span>[% END %]
241
				[% IF ( dateformat_us ) %]<span id="newMonthOutput"></span>/<span id="newDayOutput"></span>/<span id="newYearOutput"></span>[% ELSIF ( dateformat_metric ) %]<span id="newDayOutput"></span>/<span id="newMonthOutput"></span>/<span id="newYearOutput"></span>[% ELSE %]<span id="newYearOutput"></span>/<span id="newMonthOutput"></span>/<span id="newDayOutput"></span>[% END %]
Lines 247-255 Link Here
247
				<input type="hidden" id="newYear" name="newYear" />
247
				<input type="hidden" id="newYear" name="newYear" />
248
			</li>
248
			</li>
249
			<li class="dateinsert">
249
			<li class="dateinsert">
250
				<b>To Date : </b>
250
                <b>To date : </b>
251
				<input type="text" id="dateofrange" name="dateofrange" size="20" value="[% dateofrange %]" />
251
				<input type="text" id="dateofrange" name="dateofrange" size="20" value="[% dateofrange %]" />
252
				<img src="[% themelang %]/lib/calendar/cal.gif" id="dateofrange_button" alt="Show Calendar" />
252
                <img src="[% themelang %]/lib/calendar/cal.gif" id="dateofrange_button" alt="Show calendar" />
253
				<script language="JavaScript" type="text/javascript">
253
				<script language="JavaScript" type="text/javascript">
254
				Calendar.setup(
254
				Calendar.setup(
255
					{
255
					{
Lines 452-458 Link Here
452
<table id="holidayweeklyrepeatable">
452
<table id="holidayweeklyrepeatable">
453
<thead>
453
<thead>
454
<tr>
454
<tr>
455
  <th class="repeatableweekly">Day of Week</th>
455
  <th class="repeatableweekly">Day of week</th>
456
  <th class="repeatableweekly">Title</th>
456
  <th class="repeatableweekly">Title</th>
457
  <th class="repeatableweekly">Description</th>
457
  <th class="repeatableweekly">Description</th>
458
</tr>
458
</tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Import Patrons [% IF ( uploadborrowers ) %]&rsaquo; Results[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Import patrons [% IF ( uploadborrowers ) %]&rsaquo; Results[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css">
4
<style type="text/css">
5
    .yui-u fieldset.rows label.widelabel { width: 12em; }
5
    .yui-u fieldset.rows label.widelabel { width: 12em; }
Lines 11-17 Link Here
11
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'patron-search.inc' %]
12
[% INCLUDE 'patron-search.inc' %]
13
13
14
<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; <a href="/cgi-bin/koha/tools/import_borrowers.pl">Import Patrons</a>[% IF ( uploadborrowers ) %] &rsaquo; Results[% END %]</div>
14
<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; <a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a>[% IF ( uploadborrowers ) %] &rsaquo; Results[% END %]</div>
15
15
16
<div id="doc3" class="yui-t2">
16
<div id="doc3" class="yui-t2">
17
 <div id="bd">
17
 <div id="bd">
Lines 19-25 Link Here
19
   <div class="yui-b">
19
   <div class="yui-b">
20
    <div class="yui-g">
20
    <div class="yui-g">
21
     <div class="yui-u first">
21
     <div class="yui-u first">
22
<h1>Import Patrons</h1>
22
<h1>Import patrons</h1>
23
[% IF ( uploadborrowers ) %]
23
[% IF ( uploadborrowers ) %]
24
<h5>Import results :</h5>
24
<h5>Import results :</h5>
25
<ul>
25
<ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-12 / +12 lines)
Lines 14-21 $(document).ready(function(){ Link Here
14
	        $(".checkboxed").unCheckCheckboxes();
14
	        $(".checkboxed").unCheckCheckboxes();
15
	        return false;
15
	        return false;
16
	    });
16
	    });
17
[% IF ( offset ) %]$("#markseen").before("<input type=\"submit\" value=\"&lt;&lt; Mark Seen and Continue\" id=\"markback\" />");[% END %]
17
[% IF ( offset ) %]$("#markseen").before("<input type=\"submit\" value=\"&lt;&lt; Mark seen and continue\" id=\"markback\" />");[% END %]
18
[% IF ( nextoffset ) %]$("#markseen").after("<input type=\"submit\" id=\"marknext\" value=\"Mark Seen and Continue &gt;&gt;\" />");[% END %]
18
[% IF ( nextoffset ) %]$("#markseen").after("<input type=\"submit\" id=\"marknext\" value=\"Mark seen and continue &gt;&gt;\" />");[% END %]
19
	$("#markback").click(function(){
19
	$("#markback").click(function(){
20
		$(".checkboxed").find("input").filter("[name=offset]").attr("value","[% prevoffset %]");
20
		$(".checkboxed").find("input").filter("[name=offset]").attr("value","[% prevoffset %]");
21
		return true;
21
		return true;
Lines 59-65 $(document).ready(function(){ Link Here
59
	 <ol>
59
	 <ol>
60
            <li><label for="uploadbarcodes">Barcode file: </label> <input type="file" id="uploadbarcodes" name="uploadbarcodes" /></li>
60
            <li><label for="uploadbarcodes">Barcode file: </label> <input type="file" id="uploadbarcodes" name="uploadbarcodes" /></li>
61
            <li><label for="setdate">Set inventory date to:</label> <input type="text" id="setdate" name="setdate" value="[% today %]" />
61
            <li><label for="setdate">Set inventory date to:</label> <input type="text" id="setdate" name="setdate" value="[% today %]" />
62
             <img src="[% themelang %]/lib/calendar/cal.gif" id="setdate_button" alt="Show Calendar" />
62
             <img src="[% themelang %]/lib/calendar/cal.gif" id="setdate_button" alt="Show calendar" />
63
            <script type="text/javascript">
63
            <script type="text/javascript">
64
            Calendar.setup(
64
            Calendar.setup(
65
            {
65
            {
Lines 81-87 $(document).ready(function(){ Link Here
81
            <input type="radio" name="branch" value="holdingbranch">Current location</input>
81
            <input type="radio" name="branch" value="holdingbranch">Current location</input>
82
        </li><li>
82
        </li><li>
83
        <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;">
83
        <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;">
84
            <option value="">All Locations</option>
84
            <option value="">All locations</option>
85
        [% FOREACH branchloo IN branchloop %]
85
        [% FOREACH branchloo IN branchloop %]
86
            [% IF ( branchloo.selected ) %]
86
            [% IF ( branchloo.selected ) %]
87
                <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>
87
                <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>
Lines 93-99 $(document).ready(function(){ Link Here
93
        </li>
93
        </li>
94
        [% IF ( authorised_values ) %]
94
        [% IF ( authorised_values ) %]
95
        <li>
95
        <li>
96
            <label for="locationloop">Item Location (items.location) is</label> 
96
            <label for="locationloop">Shelving location (items.location) is</label>
97
        <select id="locationloop" name="location">
97
        <select id="locationloop" name="location">
98
                <option value="">Filter location</option>
98
                <option value="">Filter location</option>
99
        [% FOREACH authorised_value IN authorised_values %]
99
        [% FOREACH authorised_value IN authorised_values %]
Lines 106-112 $(document).ready(function(){ Link Here
106
        </select>        </li>
106
        </select>        </li>
107
        [% END %]
107
        [% END %]
108
        <li>
108
        <li>
109
            <label for="minlocation">Item callnumber between: </label>
109
            <label for="minlocation">Item call number between: </label>
110
                <input type="text" name="minlocation" id="minlocation" value="[% minlocation %]" /> (items.itemcallnumber)  </li>
110
                <input type="text" name="minlocation" id="minlocation" value="[% minlocation %]" /> (items.itemcallnumber)  </li>
111
           <li><label for="maxlocation">...and: </label>
111
           <li><label for="maxlocation">...and: </label>
112
                <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" />
112
                <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" />
Lines 166-172 $(document).ready(function(){ Link Here
166
            <input type="text" id="offset" name="offset" value="[% offset %]" size="5" maxlength="5" />
166
            <input type="text" id="offset" name="offset" value="[% offset %]" size="5" maxlength="5" />
167
        </li>
167
        </li>
168
        <li>
168
        <li>
169
           <label for="CSVexport">Export to csv file</label>
169
           <label for="CSVexport">Export to CSV file</label>
170
           <input type="checkbox" name="CSVexport" id="CSVexport" />
170
           <input type="checkbox" name="CSVexport" id="CSVexport" />
171
        </li>
171
        </li>
172
        <li>
172
        <li>
Lines 191-197 $(document).ready(function(){ Link Here
191
    <input type="hidden" name="datelastseen" value="[% datelastseen %]" />
191
    <input type="hidden" name="datelastseen" value="[% datelastseen %]" />
192
    <input type="hidden" name="pagesize" value="[% pagesize %]" />
192
    <input type="hidden" name="pagesize" value="[% pagesize %]" />
193
    <input type="hidden" name="offset" value="[% offset %]" />
193
    <input type="hidden" name="offset" value="[% offset %]" />
194
	<div style="padding : .3em 0"><a href="#" class="checkall">[Select All]</a> <a href="#" class="clearall">[Clear All]</a></div>
194
    <div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div>
195
    <table>
195
    <table>
196
        <tr>
196
        <tr>
197
            <th>Seen</th>
197
            <th>Seen</th>
Lines 219-225 $(document).ready(function(){ Link Here
219
                 [% IF ( loo.notfoundbarcode ) %]
219
                 [% IF ( loo.notfoundbarcode ) %]
220
                     <p style="background: red;">Not found among barcodes in barcodes file.</p>
220
                     <p style="background: red;">Not found among barcodes in barcodes file.</p>
221
                 [% ELSIF ( loo.notfoundkoha ) %]
221
                 [% ELSIF ( loo.notfoundkoha ) %]
222
                     <p style="background: red;">Not found in koha.</p>
222
                     <p style="background: red;">Not found in Koha.</p>
223
                 [% ELSE %]
223
                 [% ELSE %]
224
                     <p style="background: green;">None</p>
224
                     <p style="background: green;">None</p>
225
                 [% END %]
225
                 [% END %]
Lines 227-233 $(document).ready(function(){ Link Here
227
        </tr>
227
        </tr>
228
    [% END %]
228
    [% END %]
229
    </table>
229
    </table>
230
	<div style="padding : .3em 0"><a href="#" class="checkall">[Select All]</a> <a href="#" class="clearall">[Clear All]</a></div>
230
    <div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div>
231
     <input type="submit" id="markseen" value="Mark seen" />
231
     <input type="submit" id="markseen" value="Mark seen" />
232
    </form>
232
    </form>
233
    [% IF ( offset ) %]
233
    [% IF ( offset ) %]
Lines 241-247 $(document).ready(function(){ Link Here
241
        <input type="hidden" name="pagesize" value="[% pagesize %]" />
241
        <input type="hidden" name="pagesize" value="[% pagesize %]" />
242
        <input type="hidden" name="offset" value="[% prevoffset %]" />
242
        <input type="hidden" name="offset" value="[% prevoffset %]" />
243
        <input type="hidden" name="op" value="do_it" />
243
        <input type="hidden" name="op" value="do_it" />
244
        <input type="submit" value="&lt;&lt; Continue without Marking" class="submit" />
244
        <input type="submit" value="&lt;&lt; Continue without marking" class="submit" />
245
    </form>
245
    </form>
246
    [% END %]
246
    [% END %]
247
    [% IF ( nextoffset ) %]
247
    [% IF ( nextoffset ) %]
Lines 255-261 $(document).ready(function(){ Link Here
255
        <input type="hidden" name="pagesize" value="[% pagesize %]" />
255
        <input type="hidden" name="pagesize" value="[% pagesize %]" />
256
        <input type="hidden" name="offset" value="[% nextoffset %]" />
256
        <input type="hidden" name="offset" value="[% nextoffset %]" />
257
        <input type="hidden" name="op" value="do_it" />
257
        <input type="hidden" name="op" value="do_it" />
258
        <input type="submit" value="Continue without Marking &gt;&gt;" class="submit" />
258
        <input type="submit" value="Continue without marking &gt;&gt;" class="submit" />
259
    </form>
259
    </form>
260
    </div>
260
    </div>
261
    [% END %]
261
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-7 / +7 lines)
Lines 71-79 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
71
            <input type="hidden" name="op" value="[% op %]" />
71
            <input type="hidden" name="op" value="[% op %]" />
72
            <input type="hidden" name="id" value="[% id %]" />
72
            <input type="hidden" name="id" value="[% id %]" />
73
			<fieldset class="rows">
73
			<fieldset class="rows">
74
			<legend>OPAC and Koha News</legend>
74
            <legend>OPAC and Koha news</legend>
75
           <ol> <li>
75
           <ol> <li>
76
            <label for="lang">Display Location</label>
76
            <label for="lang">Display location</label>
77
            <select id="lang" name="lang">
77
            <select id="lang" name="lang">
78
                <option value="koha">Librarian interface</option>
78
                <option value="koha">Librarian interface</option>
79
                [% IF ( slip ) %]<option value="slip" selected="selected">Slip</option>[% ELSE %]<option value="slip">Slip</option>[% END %]
79
                [% IF ( slip ) %]<option value="slip" selected="selected">Slip</option>[% ELSE %]<option value="slip">Slip</option>[% END %]
Lines 89-95 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
89
            <li>
89
            <li>
90
                <label for="timestamp">Publication date</label>
90
                <label for="timestamp">Publication date</label>
91
                <input id="timestamp" type="text" name="timestamp" size="15" value="[% new_detail.timestamp %]" />
91
                <input id="timestamp" type="text" name="timestamp" size="15" value="[% new_detail.timestamp %]" />
92
                <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="timestampButton" style="cursor: pointer;" />
92
                <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="timestampButton" style="cursor: pointer;" />
93
                <script type="text/javascript">
93
                <script type="text/javascript">
94
                    Calendar.setup(
94
                    Calendar.setup(
95
                    {
95
                    {
Lines 104-110 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
104
            <li>
104
            <li>
105
                <label for="expirationdate">Expiration date</label>
105
                <label for="expirationdate">Expiration date</label>
106
                <input id="expirationdate" type="text" name="expirationdate" size="15" value="[% new_detail.expirationdate %]" />
106
                <input id="expirationdate" type="text" name="expirationdate" size="15" value="[% new_detail.expirationdate %]" />
107
                <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendar" style="cursor: pointer;" />
107
                <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendar" style="cursor: pointer;" />
108
                <script type="text/javascript">
108
                <script type="text/javascript">
109
                    Calendar.setup(
109
                    Calendar.setup(
110
                    {
110
                    {
Lines 134-140 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
134
    [% ELSE %]
134
    [% ELSE %]
135
        <div style="margin-bottom:5px;">
135
        <div style="margin-bottom:5px;">
136
        <form name="add_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" >
136
        <form name="add_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" >
137
            <label for="lang">Display Location:</label>
137
            <label for="lang">Display location:</label>
138
            <select name="lang" id="lang">
138
            <select name="lang" id="lang">
139
            <option value="">All</option>
139
            <option value="">All</option>
140
            <option value="koha">Librarian interface</option>
140
            <option value="koha">Librarian interface</option>
Lines 159-166 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
159
                        <th>&nbsp;</th>
159
                        <th>&nbsp;</th>
160
                        <th>Location</th>
160
                        <th>Location</th>
161
                        <th>Number</th>
161
                        <th>Number</th>
162
                        <th>Creation&nbsp;Date</th>
162
                        <th>Creation date</th>
163
                        <th>Expiration&nbsp;Date</th>
163
                        <th>Expiration date</th>
164
                        <th>Title</th>
164
                        <th>Title</th>
165
                        <th>News</th>
165
                        <th>News</th>
166
                        <th>&nbsp;</th>
166
                        <th>&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-15 / +15 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate ) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm Deletion[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate ) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% 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">
Lines 121-127 $(document).ready(function() { Link Here
121
[% INCLUDE 'header.inc' %]
121
[% INCLUDE 'header.inc' %]
122
[% INCLUDE 'letters-search.inc' %]
122
[% INCLUDE 'letters-search.inc' %]
123
123
124
<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; [% IF ( add_form ) %][% IF ( modify ) %]<a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a> &rsaquo; Modify notice[% ELSE %] <a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a> &rsaquo; Add notice[% END %][% ELSE %][% IF ( add_validate ) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a> &rsaquo; Notice added[% ELSE %][% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a> &rsaquo; Confirm Deletion[% ELSE %]Notices &amp; Slips[% END %][% END %][% END %]</div>
124
<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; [% IF ( add_form ) %][% IF ( modify ) %]<a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a> &rsaquo; Modify notice[% ELSE %] <a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a> &rsaquo; Add notice[% END %][% ELSE %][% IF ( add_validate ) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a> &rsaquo; Notice added[% ELSE %][% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a> &rsaquo; Confirm deletion[% ELSE %]Notices &amp; Slips[% END %][% END %][% END %]</div>
125
125
126
[% IF ( add_form ) %]<div id="doc" class="yui-t7">[% ELSE %]<div id="doc3" class="yui-t2">[% END %]
126
[% IF ( add_form ) %]<div id="doc" class="yui-t7">[% ELSE %]<div id="doc3" class="yui-t2">[% END %]
127
   
127
   
Lines 150-156 $(document).ready(function() { Link Here
150
    </form>
150
    </form>
151
151
152
		[% IF ( search ) %]
152
		[% IF ( search ) %]
153
		<p>You Searched for <b>[% searchfield %]</b></p>
153
        <p>You searched for <b>[% searchfield %]</b></p>
154
		[% END %]
154
		[% END %]
155
		[% IF ( letter && !independant_branch) %]
155
		[% IF ( letter && !independant_branch) %]
156
            [% select_for_copy = BLOCK %]
156
            [% select_for_copy = BLOCK %]
Lines 258-271 $(document).ready(function() { Link Here
258
                                    <option value="circulation">Circulation</option>
258
                                    <option value="circulation">Circulation</option>
259
                                    [% END %]
259
                                    [% END %]
260
                                    [% IF ( claimacquisition ) %]
260
                                    [% IF ( claimacquisition ) %]
261
                                    <option value="claimacquisition" selected="selected">Claim Acquisition</option>
261
                                    <option value="claimacquisition" selected="selected">Claim acquisition</option>
262
                                    [% ELSE %]
262
                                    [% ELSE %]
263
                                    <option value="claimacquisition">Claim Acquisition</option>
263
                                    <option value="claimacquisition">Claim acquisition</option>
264
                                    [% END %]
264
                                    [% END %]
265
                                    [% IF ( claimissues ) %]
265
                                    [% IF ( claimissues ) %]
266
                                    <option value="claimissues" selected="selected">Claim Serial Issue</option>
266
                                    <option value="claimissues" selected="selected">Claim serial issue</option>
267
                                    [% ELSE %]
267
                                    [% ELSE %]
268
                                    <option value="claimissues">Claim Serial Issue</option>
268
                                    <option value="claimissues">Claim serial issue</option>
269
                                    [% END %]
269
                                    [% END %]
270
                                    [% IF ( reserves ) %]
270
                                    [% IF ( reserves ) %]
271
                                    <option value="reserves" selected="selected">Holds</option>
271
                                    <option value="reserves" selected="selected">Holds</option>
Lines 278-286 $(document).ready(function() { Link Here
278
                                    <option value="members">Members</option>
278
                                    <option value="members">Members</option>
279
                                    [% END %]
279
                                    [% END %]
280
                                    [% IF ( serial ) %]
280
                                    [% IF ( serial ) %]
281
                                    <option value="serial" selected="selected">Serials (Routing List)</option>
281
                                    <option value="serial" selected="selected">Serials (routing list)</option>
282
                                    [% ELSE %]
282
                                    [% ELSE %]
283
                                    <option value="serial">Serials (Routing List)</option>
283
                                    <option value="serial">Serials (routing list)</option>
284
                                    [% END %]
284
                                    [% END %]
285
                                    [% IF ( suggestions ) %]
285
                                    [% IF ( suggestions ) %]
286
                                    <option value="suggestions" selected="selected">Suggestions</option>
286
                                    <option value="suggestions" selected="selected">Suggestions</option>
Lines 296-302 $(document).ready(function() { Link Here
296
			<label for="name">Name:</label><input type="text" id="name" name="name" size="60" value="[% name %]" />
296
			<label for="name">Name:</label><input type="text" id="name" name="name" size="60" value="[% name %]" />
297
		</li>
297
		</li>
298
		<li>
298
		<li>
299
			<label for="is_html">HTML Message:</label>
299
            <label for="is_html">HTML message:</label>
300
      [% IF is_html %]
300
      [% IF is_html %]
301
      <input type="checkbox" id="is_html" name="is_html" value="1" checked />
301
      <input type="checkbox" id="is_html" name="is_html" value="1" checked />
302
      [% ELSE %]
302
      [% ELSE %]
Lines 304-313 $(document).ready(function() { Link Here
304
      [% END %]
304
      [% END %]
305
		</li>
305
		</li>
306
		<li>
306
		<li>
307
			<label for="title">Message Subject:</label><input type="text" id="title" name="title" size="60" value="[% title %]" />
307
            <label for="title">Message subject:</label><input type="text" id="title" name="title" size="60" value="[% title %]" />
308
		</li>
308
		</li>
309
		<li>
309
		<li>
310
			<label for="SQLfieldname">Message Body:</label>
310
            <label for="SQLfieldname">Message body:</label>
311
		</li>
311
		</li>
312
		<li>
312
		<li>
313
		<table>
313
		<table>
Lines 333-339 $(document).ready(function() { Link Here
333
[% END %]
333
[% END %]
334
	
334
	
335
[% IF ( delete_confirm ) %]
335
[% IF ( delete_confirm ) %]
336
	<div class="dialog alert"><h3>Delete Notice?</h3>
336
    <div class="dialog alert"><h3>Delete notice?</h3>
337
	<table>
337
	<table>
338
        <thead>
338
        <thead>
339
		<tr>
339
		<tr>
Lines 355-365 $(document).ready(function() { Link Here
355
		<input type="hidden" name="branchcode" value="[% branchcode %]" />
355
		<input type="hidden" name="branchcode" value="[% branchcode %]" />
356
		<input type="hidden" name="code" value="[% code %]" />
356
		<input type="hidden" name="code" value="[% code %]" />
357
		<input type="hidden" name="module" value="[% module %]" />
357
		<input type="hidden" name="module" value="[% module %]" />
358
				<input type="submit" value="Yes, Delete" class="approve" />
358
                <input type="submit" value="Yes, delete" class="approve" />
359
				</form>
359
				</form>
360
360
361
				<form action="[% action %]" method="get">
361
				<form action="[% action %]" method="get">
362
					<input type="submit" value="No, Do Not Delete" class="deny" />
362
                    <input type="submit" value="No, do not delete" class="deny" />
363
				</form>
363
				</form>
364
		</div>
364
		</div>
365
365
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Manage Staged MARC Records
2
<title>Koha &rsaquo; Tools &rsaquo; Manage staged MARC records
3
[% IF ( import_batch_id ) %]
3
[% IF ( import_batch_id ) %]
4
 &rsaquo; Batch [% import_batch_id %]
4
 &rsaquo; Batch [% import_batch_id %]
5
[% END %]
5
[% END %]
Lines 35-44 $(document).ready(function(){ Link Here
35
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> 
35
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> 
36
[% IF ( import_batch_id ) %]
36
[% IF ( import_batch_id ) %]
37
 &rsaquo;
37
 &rsaquo;
38
 <a href="[% script_name %]">Manage Staged MARC Records</a>
38
 <a href="[% script_name %]">Manage staged MARC records</a>
39
 &rsaquo; Batch [% import_batch_id %]
39
 &rsaquo; Batch [% import_batch_id %]
40
[% ELSE %]
40
[% ELSE %]
41
 &rsaquo; Manage Staged MARC Records
41
 &rsaquo; Manage staged MARC records
42
[% END %]
42
[% END %]
43
</div>
43
</div>
44
44
Lines 48-54 $(document).ready(function(){ Link Here
48
	<div id="yui-main">
48
	<div id="yui-main">
49
	<div class="yui-b">
49
	<div class="yui-b">
50
50
51
<h1>Manage Staged MARC Records
51
<h1>Manage staged MARC records
52
[% IF ( import_batch_id ) %]
52
[% IF ( import_batch_id ) %]
53
 &rsaquo; Batch [% import_batch_id %]
53
 &rsaquo; Batch [% import_batch_id %]
54
[% END %]
54
[% END %]
Lines 232-238 Page Link Here
232
    <td>[% batch_lis.import_status %]</td>
232
    <td>[% batch_lis.import_status %]</td>
233
    <td>[% batch_lis.upload_timestamp %]</td>
233
    <td>[% batch_lis.upload_timestamp %]</td>
234
    <td>[% batch_lis.num_biblios %]</td>
234
    <td>[% batch_lis.num_biblios %]</td>
235
    <td>[% batch_lis.num_items %][% IF ( batch_lis.num_items ) %] <a href="[% batch_lis.script_name %]?import_batch_id=[% batch_lis.import_batch_id %]&amp;op=create_labels">(Create Label Batch)</a>[% END %]</td>
235
    <td>[% batch_lis.num_items %][% IF ( batch_lis.num_items ) %] <a href="[% batch_lis.script_name %]?import_batch_id=[% batch_lis.import_batch_id %]&amp;op=create_labels">(Create label batch)</a>[% END %]</td>
236
    <td>[% IF ( batch_lis.can_clean ) %]
236
    <td>[% IF ( batch_lis.can_clean ) %]
237
          <form method="post" action="[% batch_lis.script_name %]" name="clean_batch_[% batch_lis.import_batch_id %]" id="clean_batch_[% batch_lis.import_batch_id %]" >
237
          <form method="post" action="[% batch_lis.script_name %]" name="clean_batch_[% batch_lis.import_batch_id %]" id="clean_batch_[% batch_lis.import_batch_id %]" >
238
            <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id %]" />
238
            <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-6 / +6 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Notice Triggers</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Notice triggers</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
4
5
<script type="text/javascript">
5
<script type="text/javascript">
Lines 19-25 $(document).ready(function() { Link Here
19
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'cat-search.inc' %]
20
[% INCLUDE 'cat-search.inc' %]
21
21
22
<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; Notice Triggers</div>
22
<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; Notice triggers</div>
23
23
24
<div id="doc3" class="yui-t2">
24
<div id="doc3" class="yui-t2">
25
   
25
   
Lines 79-85 $(document).ready(function() { Link Here
79
	</ul>
79
	</ul>
80
80
81
<div id="first"><table>
81
<div id="first"><table>
82
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">First Letter</th><th scope="col">Restrict</th></tr>
82
                    <tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">First letter</th><th scope="col">Restrict</th></tr>
83
                    [% FOREACH tabl IN table %]
83
                    [% FOREACH tabl IN table %]
84
                     [% UNLESS ( loop.odd ) %]
84
                     [% UNLESS ( loop.odd ) %]
85
                                <tr class="highlight">
85
                                <tr class="highlight">
Lines 119-125 $(document).ready(function() { Link Here
119
</div>
119
</div>
120
120
121
<div id="second"><table>
121
<div id="second"><table>
122
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">Second Letter</th><th scope="col">Restrict</th></tr>
122
                    <tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">Second letter</th><th scope="col">Restrict</th></tr>
123
                    [% FOREACH tabl IN table %]
123
                    [% FOREACH tabl IN table %]
124
                     [% UNLESS ( loop.odd ) %]
124
                     [% UNLESS ( loop.odd ) %]
125
                                <tr class="highlight">
125
                                <tr class="highlight">
Lines 159-165 $(document).ready(function() { Link Here
159
</div>
159
</div>
160
160
161
<div id="third"><table>
161
<div id="third"><table>
162
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">Third Letter</th><th scope="col">Restrict</th></tr>
162
                    <tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">Third letter</th><th scope="col">Restrict</th></tr>
163
                    [% FOREACH tabl IN table %]
163
                    [% FOREACH tabl IN table %]
164
                     [% UNLESS ( loop.odd ) %]
164
                     [% UNLESS ( loop.odd ) %]
165
                                <tr class="highlight">
165
                                <tr class="highlight">
Lines 199-205 $(document).ready(function() { Link Here
199
</div>
199
</div>
200
</div>
200
</div>
201
201
202
                <fieldset class="action"><input type="submit" value="Save Changes" /></fieldset>
202
                <fieldset class="action"><input type="submit" value="Save changes" /></fieldset>
203
            </form>
203
            </form>
204
            [% ELSE %]
204
            [% ELSE %]
205
                <div class="warning">You don't have patron categories defined, or the patron categories are not set to receive overdue notices.</div>
205
                <div class="warning">You don't have patron categories defined, or the patron categories are not set to receive overdue notices.</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt (-12 / +12 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Upload Patron Images</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Upload patron images</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
 $(document).ready(function() {
5
 $(document).ready(function() {
Lines 17-23 Link Here
17
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
19
19
20
<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; Upload Patron Images </div>
20
<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; Upload patron images </div>
21
21
22
<div id="doc3" class="yui-t2">
22
<div id="doc3" class="yui-t2">
23
    <div id="bd">
23
    <div id="bd">
Lines 29-47 Link Here
29
            [% IF ( ERRORS ) %]
29
            [% IF ( ERRORS ) %]
30
				[% IF ( TCOUNTS ) %]
30
				[% IF ( TCOUNTS ) %]
31
					<div class="dialog alert">
31
					<div class="dialog alert">
32
					<h3>Patron Image(s) Uploaded With Some Errors</h3>
32
                    <h3>Patron Image(s) Uploaded with some errors</h3>
33
				[% ELSE %]
33
				[% ELSE %]
34
					<div class="dialog alert">
34
					<div class="dialog alert">
35
					<h3>Patron Image Failed to Upload</h3>
35
                    <h3>Patron image failed to upload</h3>
36
				[% END %]
36
				[% END %]
37
            [% ELSE %]
37
            [% ELSE %]
38
                <div class="dialog message">
38
                <div class="dialog message">
39
                <h3>Patron Image(s) Successfully Uploaded</h3>
39
                <h3>Patron image(s) successfully uploaded</h3>
40
            [% END %]
40
            [% END %]
41
	        <ul class="data">
41
	        <ul class="data">
42
	            <li>Unpacking completed</li>
42
	            <li>Unpacking completed</li>
43
                  <li>[% TOTAL %] directorie(s) scanned.</li>
43
                  <li>[% TOTAL %] directories scanned.</li>
44
                    <li>[% HANDLED %] directorie(s) processed.</li>
44
                    <li>[% HANDLED %] directories processed.</li>
45
                </ul>
45
                </ul>
46
                [% FOREACH COUNT IN COUNTS %]
46
                [% FOREACH COUNT IN COUNTS %]
47
	            <ul class="data">
47
	            <ul class="data">
Lines 67-83 Link Here
67
67
68
				</div>
68
				</div>
69
				[% IF ( borrowernumber ) %]
69
				[% IF ( borrowernumber ) %]
70
					<a id="member" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Return to Patron Detail</a>
70
                    <a id="member" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Return to patron detail</a>
71
				[% ELSE %]
71
				[% ELSE %]
72
					<a id="uploadmore" href="/cgi-bin/koha/tools/picture-upload.pl">Upload More Images</a>
72
                    <a id="uploadmore" href="/cgi-bin/koha/tools/picture-upload.pl">Upload more images</a>
73
					<a id="doneupload" href="/cgi-bin/koha/tools/tools-home.pl">Return to Tools</a>
73
                    <a id="doneupload" href="/cgi-bin/koha/tools/tools-home.pl">Return to tools</a>
74
            	[% END %]
74
            	[% END %]
75
            </div>
75
            </div>
76
[% ELSE %]
76
[% ELSE %]
77
    <div class="yui-b">
77
    <div class="yui-b">
78
        <div class="yui-g">
78
        <div class="yui-g">
79
            <div class="yui-u first">
79
            <div class="yui-u first">
80
                <h1>Upload Patron Images</h1>
80
                <h1>Upload patron images</h1>
81
                [% IF ( ERRORS ) %]
81
                [% IF ( ERRORS ) %]
82
                <div class="dialog alert">
82
                <div class="dialog alert">
83
                    [% FOREACH ERROR IN ERRORS %]
83
                    [% FOREACH ERROR IN ERRORS %]
Lines 87-93 Link Here
87
                        [% ELSIF ( ERROR.OPNLINK ) %]<li><b>Cannot open [% ERROR.OPNLINK %] to read.<br />Please verify that it exists.</b></li>
87
                        [% ELSIF ( ERROR.OPNLINK ) %]<li><b>Cannot open [% ERROR.OPNLINK %] to read.<br />Please verify that it exists.</b></li>
88
                        [% ELSIF ( ERROR.OPNIMG ) %]<li><b>Cannot open [% ERROR.OPNIMG %] to read.<br />Please verify that it exists.</b></li>
88
                        [% ELSIF ( ERROR.OPNIMG ) %]<li><b>Cannot open [% ERROR.OPNIMG %] to read.<br />Please verify that it exists.</b></li>
89
                        [% ELSIF ( ERROR.DELERR ) %]<li><b>Unrecognized or missing field delimiter.<br />Please verify that you are using either a single quote or a tab.</b></li>
89
                        [% ELSIF ( ERROR.DELERR ) %]<li><b>Unrecognized or missing field delimiter.<br />Please verify that you are using either a single quote or a tab.</b></li>
90
                        [% ELSIF ( ERROR.UZIPFAIL ) %]<li><b>[% ERROR.UZIPFAIL %] failed to unpack.<br />Please verify the integrity of the zip file and retry.</b></li>
90
                        [% ELSIF ( ERROR.UZIPFAIL ) %]<li><b>[% ERROR.UZIPFAIL %] failed to unpack.<br />Please verify the integrity of the ZIP file and retry.</b></li>
91
                        [% ELSE %]<li><b>[% ERROR.CORERR %] An unknown error has occurred.<br />Please review the error log for more details.</b></li>[% END %]
91
                        [% ELSE %]<li><b>[% ERROR.CORERR %] An unknown error has occurred.<br />Please review the error log for more details.</b></li>[% END %]
92
                    [% END %]
92
                    [% END %]
93
                </div>
93
                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt (-6 / +6 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Task Scheduler</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Task scheduler</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
</head>
5
</head>
Lines 7-13 Link Here
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'circ-search.inc' %]
8
[% INCLUDE 'circ-search.inc' %]
9
9
10
<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; <strong>Task Scheduler</strong></div>
10
<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; <strong>Task scheduler</strong></div>
11
11
12
<div id="doc3" class="yui-t2">
12
<div id="doc3" class="yui-t2">
13
13
Lines 25-37 Link Here
25
<input type="hidden" name="mode" value="job_add" />
25
<input type="hidden" name="mode" value="job_add" />
26
26
27
<fieldset class="rows">
27
<fieldset class="rows">
28
<legend>Task Scheduler</legend><ol>
28
<legend>Task scheduler</legend><ol>
29
<li><span class="label">Current server time is:</span>
29
<li><span class="label">Current server time is:</span>
30
[% time %]</li>
30
[% time %]</li>
31
<li><label for="starttime">Time:</label>
31
<li><label for="starttime">Time:</label>
32
<input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" /></li>
32
<input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" /></li>
33
<li><label for="startdate">Date: </label> <input type="text" size="10" id="startdate" name="startdate" value="" />
33
<li><label for="startdate">Date: </label> <input type="text" size="10" id="startdate" name="startdate" value="" />
34
<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show Calendar" id="openCalendarStartdate" style="cursor: pointer;" />
34
<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" id="openCalendarStartdate" style="cursor: pointer;" />
35
35
36
<script type="text/javascript">
36
<script type="text/javascript">
37
//<![CDATA[
37
//<![CDATA[
Lines 55-64 Link Here
55
[% END %]
55
[% END %]
56
</select>
56
</select>
57
</li>
57
</li>
58
<li><label for="format">Output Format:</label>
58
<li><label for="format">Output format:</label>
59
<select name="format" id="format">
59
<select name="format" id="format">
60
<option value="text">Text</option>
60
<option value="text">Text</option>
61
<option value="url">url</option>
61
<option value="url">URL</option>
62
</select>
62
</select>
63
</li>
63
</li>
64
<li><label for="email">Email:</label>
64
<li><label for="email">Email:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-4 / +4 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' %]
Lines 28-34 function CheckForm(f) { Link Here
28
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'header.inc' %]
29
[% INCLUDE 'cat-search.inc' %]
29
[% INCLUDE 'cat-search.inc' %]
30
30
31
<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; [% IF ( uploadmarc ) %]<a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC Records For Import</a> &rsaquo; Upload Results[% ELSE %]Stage MARC Records For Import[% END %]</div>
31
<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; [% IF ( uploadmarc ) %]<a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a> &rsaquo; Upload Results[% ELSE %]Stage MARC records for import[% END %]</div>
32
32
33
<div id="doc3" class="yui-t2">
33
<div id="doc3" class="yui-t2">
34
   
34
   
Lines 36-44 function CheckForm(f) { Link Here
36
	<div id="yui-main">
36
	<div id="yui-main">
37
	<div class="yui-b">
37
	<div class="yui-b">
38
38
39
<h1>Stage MARC Records For Import</h1>
39
<h1>Stage MARC records for import</h1>
40
[% IF ( uploadmarc ) %]
40
[% IF ( uploadmarc ) %]
41
<p>MARC Staging results :</p>
41
<p>MARC staging results :</p>
42
<ul>
42
<ul>
43
	<li>[% total %]  records in file</li>
43
	<li>[% total %]  records in file</li>
44
	<li>[% import_errors %] records not staged because of MARC error</li>
44
	<li>[% import_errors %] records not staged because of MARC error</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-3 / +3 lines)
Lines 26-32 Link Here
26
    [% END %]
26
    [% END %]
27
27
28
    [% IF ( CAN_user_tools_edit_notices ) %]
28
    [% IF ( CAN_user_tools_edit_notices ) %]
29
    <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; Slips</a></dt>
29
    <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
30
    <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
30
    <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
31
    [% END %]
31
    [% END %]
32
32
Lines 60-66 Link Here
60
	</dl>
60
	</dl>
61
</div>
61
</div>
62
<div class="yui-u">
62
<div class="yui-u">
63
<h3>Additional Tools</h3>
63
<h3>Additional tools</h3>
64
<dl>
64
<dl>
65
    [% IF ( CAN_user_tools_edit_calendar ) %]
65
    [% IF ( CAN_user_tools_edit_calendar ) %]
66
    <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
66
    <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
Lines 141-147 Link Here
141
    [% END %]
141
    [% END %]
142
142
143
    [% IF ( CAN_user_tools_upload_local_cover_images ) %]
143
    [% IF ( CAN_user_tools_upload_local_cover_images ) %]
144
    <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload Local Cover Image</a></dt>
144
    <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
145
    <dd>Utility to upload scanned cover images for display in OPAC</dd>
145
    <dd>Utility to upload scanned cover images for display in OPAC</dd>
146
    [% END %]
146
    [% END %]
147
147
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-4 / +4 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Upload Images</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Upload images</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' %]
Lines 34-40 function CheckForm(f) { Link Here
34
[% INCLUDE 'header.inc' %]
34
[% INCLUDE 'header.inc' %]
35
[% INCLUDE 'cat-search.inc' %]
35
[% INCLUDE 'cat-search.inc' %]
36
36
37
<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; [% IF ( uploadimage ) %]<a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload Local Cover Image</a> &rsaquo; Upload Results[% ELSE %]Upload Local Cover Image[% END %]</div>
37
<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; [% IF ( uploadimage ) %]<a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a> &rsaquo; Upload results[% ELSE %]Upload local cover image[% END %]</div>
38
38
39
<div id="doc3" class="yui-t2">
39
<div id="doc3" class="yui-t2">
40
40
Lines 42-52 function CheckForm(f) { Link Here
42
	<div id="yui-main">
42
	<div id="yui-main">
43
	<div class="yui-b">
43
	<div class="yui-b">
44
44
45
<h1>Upload Local Cover Image</h1>
45
<h1>Upload local cover image</h1>
46
[% IF ( uploadimage ) %]
46
[% IF ( uploadimage ) %]
47
<p>Image upload results :</p>
47
<p>Image upload results :</p>
48
<ul>
48
<ul>
49
	<li>[% total %]  images found</li>
49
    <li>[% total %] images found</li>
50
    [% IF ( error ) %]
50
    [% IF ( error ) %]
51
    <div class="dialog alert">
51
    <div class="dialog alert">
52
    [% IF ( error == 'UZIPFAIL' ) %]<p><b>Failed to unzip archive.<br />Please ensure you are uploading a valid zip file and try again.</b></p>
52
    [% IF ( error == 'UZIPFAIL' ) %]<p><b>Failed to unzip archive.<br />Please ensure you are uploading a valid zip file and try again.</b></p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-5 / +4 lines)
Lines 52-58 Link Here
52
									<option value="CIRCULATION">Circulation</option>
52
									<option value="CIRCULATION">Circulation</option>
53
									<option value="LETTER">Letter</option>
53
									<option value="LETTER">Letter</option>
54
									<option value="FINES">Fines</option>
54
									<option value="FINES">Fines</option>
55
									<option value="SYSTEMPREFERENCE">System Prefs</option>
55
                                    <option value="SYSTEMPREFERENCE">System prefs</option>
56
								</select>
56
								</select>
57
							</li>
57
							</li>
58
							<li>
58
							<li>
Lines 76-87 Link Here
76
							</li>
76
							</li>
77
							<li>
77
							<li>
78
								<label for="from"> Display from: </label> <input type="text" size="10" id="from" name="from" value="[% datefrom %]" />
78
								<label for="from"> Display from: </label> <input type="text" size="10" id="from" name="from" value="[% datefrom %]" />
79
								<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show Calendar" id="openCalendarFrom" style="cursor: pointer;" />
79
                                <img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" id="openCalendarFrom" style="cursor: pointer;" />
80
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
80
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
81
							</li>
81
							</li>
82
							<li>
82
							<li>
83
								<label for="to">Display to: </label> <input size="10" id="to" name="to" type="text" value="[% dateto %]" />
83
								<label for="to">Display to: </label> <input size="10" id="to" name="to" type="text" value="[% dateto %]" />
84
								<img src="[% themelang %]/lib/calendar/cal.gif" id="openCalendarTo" alt="Show Calendar" style="cursor: pointer;" border="0" />
84
                                <img src="[% themelang %]/lib/calendar/cal.gif" id="openCalendarTo" alt="Show calendar" style="cursor: pointer;" border="0" />
85
									<script type="text/javascript">
85
									<script type="text/javascript">
86
									//<![CDATA[
86
									//<![CDATA[
87
87
Lines 205-211 Link Here
205
                        <div class="dialog alert">
205
                        <div class="dialog alert">
206
                            No log found
206
                            No log found
207
                            [% IF ( CATALOGUING ) %]
207
                            [% IF ( CATALOGUING ) %]
208
                                for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object %]">Bibliographic Record [% object %]</a>
208
                                for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object %]">Bibliographic record [% object %]</a>
209
                            [% END %]
209
                            [% END %]
210
                            [% IF ( MEMBERS ) %]
210
                            [% IF ( MEMBERS ) %]
211
                                for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object %]">[% INCLUDE 'patron-title.inc' %]</a>
211
                                for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object %]">[% INCLUDE 'patron-title.inc' %]</a>
212
- 

Return to bug 2780