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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc (-6 / +6 lines)
Lines 113-124 function finderjumpfull(page) Link Here
113
            <input type="hidden" name="index" value="[% index %]" />
113
            <input type="hidden" name="index" value="[% index %]" />
114
                <fieldset class="rows"><legend>Search options</legend>
114
                <fieldset class="rows"><legend>Search options</legend>
115
                <ol><li>
115
                <ol><li>
116
                    <span class="label">Authority type</span>
116
                    <span class="label">Authority type: </span>
117
                    [% authtypecode %]
117
                    [% authtypecode %]
118
                    <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
118
                    <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
119
                </li>
119
                </li>
120
                <li>
120
                <li>
121
                    <label for="mainmainentry">Main entry ($a only)</label>
121
                    <label for="mainmainentry">Main entry ($a only): </label>
122
                    <input type="hidden" name="marclist" value="mainmainentry" />
122
                    <input type="hidden" name="marclist" value="mainmainentry" />
123
                    <input type="hidden" name="and_or" value="and" />
123
                    <input type="hidden" name="and_or" value="and" />
124
                    <input type="hidden" name="excluding" value="" />
124
                    <input type="hidden" name="excluding" value="" />
Lines 132-138 function finderjumpfull(page) Link Here
132
                </li>
132
                </li>
133
133
134
                <li>
134
                <li>
135
                    <label for="mainentry">Main entry</label>
135
                    <label for="mainentry">Main entry: </label>
136
                    <input type="hidden" name="marclist" value="mainentry" />
136
                    <input type="hidden" name="marclist" value="mainentry" />
137
                    <input type="hidden" name="and_or" value="and" />
137
                    <input type="hidden" name="and_or" value="and" />
138
                    <input type="hidden" name="excluding" value="" />
138
                    <input type="hidden" name="excluding" value="" />
Lines 146-152 function finderjumpfull(page) Link Here
146
                </li>
146
                </li>
147
147
148
                <li>
148
                <li>
149
                    <label for="marclistanywhere">Anywhere</label>
149
                    <label for="marclistanywhere">Anywhere: </label>
150
                    <input type="hidden" name="marclist" value="any" />
150
                    <input type="hidden" name="marclist" value="any" />
151
                    <input type="hidden" name="and_or" value="and" />
151
                    <input type="hidden" name="and_or" value="and" />
152
                    <input type="hidden" name="excluding" value="" />
152
                    <input type="hidden" name="excluding" value="" />
Lines 159-165 function finderjumpfull(page) Link Here
159
                    <div id="yvaluecontainermarclist"></div>
159
                    <div id="yvaluecontainermarclist"></div>
160
                </li>
160
                </li>
161
                <li>
161
                <li>
162
                    <label for="marclistheading">Heading match</label>
162
                    <label for="marclistheading">Heading match: </label>
163
                    <input type="hidden" name="marclist" value="match" />
163
                    <input type="hidden" name="marclist" value="match" />
164
                    <input type="hidden" name="and_or" value="and" />
164
                    <input type="hidden" name="and_or" value="and" />
165
                    <input type="hidden" name="excluding" value="" />
165
                    <input type="hidden" name="excluding" value="" />
Lines 171-177 function finderjumpfull(page) Link Here
171
                    <input type="text" name="value_match" value="[% value_match |html %]" />
171
                    <input type="text" name="value_match" value="[% value_match |html %]" />
172
                </li>
172
                </li>
173
        <li>
173
        <li>
174
        <label for="orderby">Sort by </label>
174
        <label for="orderby">Sort by: </label>
175
        <select name="orderby" id="orderby">
175
        <select name="orderby" id="orderby">
176
            <option value="">No order</option>
176
            <option value="">No order</option>
177
            <option value="HeadingAsc" selected="selected">Heading ascendant</option>
177
            <option value="HeadingAsc" selected="selected">Heading ascendant</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-5 / +5 lines)
Lines 65-71 function Check(ff) { Link Here
65
                    </li>
65
                    </li>
66
                [% END %]
66
                [% END %]
67
                <li>
67
                <li>
68
                    <label for="basketname" class="required">Basket name</label> &nbsp;
68
                    <label for="basketname" class="required">Basket name: </label> &nbsp;
69
                        <input type="text" name="basketname" id="basketname" size="40" maxlength="80" value="[% basketname %]" />
69
                        <input type="text" name="basketname" id="basketname" size="40" maxlength="80" value="[% basketname %]" />
70
                </li>
70
                </li>
71
                 <li>
71
                 <li>
Lines 99-105 function Check(ff) { Link Here
99
                    </select>
99
                    </select>
100
                </li>
100
                </li>
101
                <li>
101
                <li>
102
                    <label for="basketbooksellerid">Vendor</label> &nbsp;
102
                    <label for="basketbooksellerid">Vendor: </label> &nbsp;
103
                    <select name="basketbooksellerid" id="basketbooksellerid">
103
                    <select name="basketbooksellerid" id="basketbooksellerid">
104
                    [% FOREACH b IN booksellers %]
104
                    [% FOREACH b IN booksellers %]
105
                        [% IF booksellerid == b.id %]
105
                        [% IF booksellerid == b.id %]
Lines 111-125 function Check(ff) { Link Here
111
            </select>
111
            </select>
112
                </li>
112
                </li>
113
                <li>
113
                <li>
114
                    <label for="basketnote">Internal note</label> &nbsp;
114
                    <label for="basketnote">Internal note: </label> &nbsp;
115
                    <textarea name="basketnote" id="basketnote" rows="5" cols="40">[% basketnote %]</textarea>
115
                    <textarea name="basketnote" id="basketnote" rows="5" cols="40">[% basketnote %]</textarea>
116
                </li>
116
                </li>
117
                <li>
117
                <li>
118
                    <label for="basketbooksellernote">Vendor note</label> &nbsp;
118
                    <label for="basketbooksellernote">Vendor note: </label> &nbsp;
119
                    <textarea name="basketbooksellernote" id="basketbooksellernote" rows="5" cols="40">[% basketbooksellernote %]</textarea>
119
                    <textarea name="basketbooksellernote" id="basketbooksellernote" rows="5" cols="40">[% basketbooksellernote %]</textarea>
120
                </li>
120
                </li>
121
                [% IF ( contractloop ) %]
121
                [% IF ( contractloop ) %]
122
                    <li><label for="basketcontractnumber">Contract</label>
122
                    <li><label for="basketcontractnumber">Contract: </label>
123
                        <select id="basketcontractnumber" name="basketcontractnumber">
123
                        <select id="basketcontractnumber" name="basketcontractnumber">
124
                            <option value=""></option>
124
                            <option value=""></option>
125
                            [% FOREACH contractloo IN contractloop %]
125
                            [% FOREACH contractloo IN contractloop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-20 / +20 lines)
Lines 66-101 if (f.company.value == "") { Link Here
66
        <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
66
        <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
67
        <fieldset class="rows">
67
        <fieldset class="rows">
68
            <legend>Company details</legend>
68
            <legend>Company details</legend>
69
            <ol><li><label for="company" class="required">Name * </label>
69
            <ol><li><label for="company" class="required">Name: * </label>
70
                <input type="text" size="40" id="company" name="company" value="[% name %]" /></li>
70
                <input type="text" size="40" id="company" name="company" value="[% name %]" /></li>
71
            <li><label for="company_postal">Postal address</label>
71
            <li><label for="company_postal">Postal address: </label>
72
                    <textarea id="company_postal" name="company_postal" cols="40" rows="3">[% postal %]</textarea></li>
72
                    <textarea id="company_postal" name="company_postal" cols="40" rows="3">[% postal %]</textarea></li>
73
            <li><label for="physical">Physical address</label>
73
            <li><label for="physical">Physical address: </label>
74
                <textarea id="physical" name="physical" cols="40" rows="3">[% address1 %][% address2 %][% address3 %][% address4 %]</textarea></li>
74
                <textarea id="physical" name="physical" cols="40" rows="3">[% address1 %][% address2 %][% address3 %][% address4 %]</textarea></li>
75
            <li><label for="company_phone">Phone</label>
75
            <li><label for="company_phone">Phone: </label>
76
                <input type="text" size="20" id="company_phone" name="company_phone" value="[% phone %]" /></li>
76
                <input type="text" size="20" id="company_phone" name="company_phone" value="[% phone %]" /></li>
77
            <li><label for="company_fax">Fax</label>
77
            <li><label for="company_fax">Fax: </label>
78
                <input type="text" size="20" id="company_fax" name="company_fax" value="[% fax %]" /></li>
78
                <input type="text" size="20" id="company_fax" name="company_fax" value="[% fax %]" /></li>
79
            <li><label for="website">Website</label>
79
            <li><label for="website">Website: </label>
80
                <input type="text" size="40" id="website" name="website" value="[% url %]" /></li>
80
                <input type="text" size="40" id="website" name="website" value="[% url %]" /></li>
81
            <li><label for="accountnumber">Account number</label>
81
            <li><label for="accountnumber">Account number: </label>
82
                <input type="text" size="40" id="accountnumber" name="accountnumber" value="[% accountnumber %]" /></li></ol>
82
                <input type="text" size="40" id="accountnumber" name="accountnumber" value="[% accountnumber %]" /></li></ol>
83
        </fieldset>
83
        </fieldset>
84
        <fieldset class="rows">
84
        <fieldset class="rows">
85
            <legend>Contact details</legend>
85
            <legend>Contact details</legend>
86
        <ol> <li><label for="company_contact_name">Contact name</label>
86
        <ol> <li><label for="company_contact_name">Contact name: </label>
87
                <input type="text" size="40" id="company_contact_name" name="company_contact_name" value="[% contact %]" /></li>
87
                <input type="text" size="40" id="company_contact_name" name="company_contact_name" value="[% contact %]" /></li>
88
            <li><label for="company_contact_position">Position</label>
88
            <li><label for="company_contact_position">Position: </label>
89
                <input type="text" size="40" id="company_contact_position" name="company_contact_position" value="[% contpos %]" /></li>
89
                <input type="text" size="40" id="company_contact_position" name="company_contact_position" value="[% contpos %]" /></li>
90
            <li><label for="contact_phone">Phone</label>
90
            <li><label for="contact_phone">Phone: </label>
91
                <input type="text" size="20" id="contact_phone" name="contact_phone" value="[% contphone %]" /> </li>
91
                <input type="text" size="20" id="contact_phone" name="contact_phone" value="[% contphone %]" /> </li>
92
            <li><label for="contact_phone_2">Alternative phone</label>
92
            <li><label for="contact_phone_2">Alternative phone: </label>
93
                <input type="text" size="20" id="contact_phone_2" name="contact_phone_2" value="[% contaltphone %]" /></li>
93
                <input type="text" size="20" id="contact_phone_2" name="contact_phone_2" value="[% contaltphone %]" /></li>
94
            <li><label for="contact_fax">Fax</label>
94
            <li><label for="contact_fax">Fax: </label>
95
                <input type="text" size="20" id="contact_fax" name="contact_fax" value="[% contfax %]" /></li>
95
                <input type="text" size="20" id="contact_fax" name="contact_fax" value="[% contfax %]" /></li>
96
            <li><label for="company_email">Email</label>
96
            <li><label for="company_email">Email: </label>
97
                <input type="text" size="40" id="company_email" name="company_email" value="[% contemail %]" /></li>
97
                <input type="text" size="40" id="company_email" name="company_email" value="[% contemail %]" /></li>
98
            <li><label for="contact_notes">Notes</label>
98
            <li><label for="contact_notes">Notes: </label>
99
                <textarea id="contact_notes" name="contact_notes" cols="40" rows="4">[% contnotes %]</textarea></li></ol>
99
                <textarea id="contact_notes" name="contact_notes" cols="40" rows="4">[% contnotes %]</textarea></li></ol>
100
        </fieldset>
100
        </fieldset>
101
    </div>
101
    </div>
Lines 112-118 if (f.company.value == "") { Link Here
112
                    [% END %]</li>
112
                    [% END %]</li>
113
            </ol>
113
            </ol>
114
            <ol>
114
            <ol>
115
            <li><label for="list_currency">List prices are</label>
115
            <li><label for="list_currency">List prices are: </label>
116
                    <select name="list_currency" id="list_currency">
116
                    <select name="list_currency" id="list_currency">
117
                    [% FOREACH loop_currenc IN loop_currency %]
117
                    [% FOREACH loop_currenc IN loop_currency %]
118
                        [% IF ( loop_currenc.listprice ) %]<option value="[% loop_currenc.currency %]" selected="1">[% loop_currenc.currency %]</option>
118
                        [% IF ( loop_currenc.listprice ) %]<option value="[% loop_currenc.currency %]" selected="1">[% loop_currenc.currency %]</option>
Lines 120-126 if (f.company.value == "") { Link Here
120
                    [% END %]
120
                    [% END %]
121
                    </select>
121
                    </select>
122
            </li>
122
            </li>
123
            <li><label for="invoice_currency">Invoice prices are</label>
123
            <li><label for="invoice_currency">Invoice prices are: </label>
124
                    <select name="invoice_currency" id="invoice_currency">
124
                    <select name="invoice_currency" id="invoice_currency">
125
                    [% FOREACH loop_currenc IN loop_currency %]
125
                    [% FOREACH loop_currenc IN loop_currency %]
126
                        [% IF ( loop_currenc.invoiceprice ) %]<option value="[% loop_currenc.currency %]" selected="1">[% loop_currenc.currency %]</option>
126
                        [% IF ( loop_currenc.invoiceprice ) %]<option value="[% loop_currenc.currency %]" selected="1">[% loop_currenc.currency %]</option>
Lines 160-166 if (f.company.value == "") { Link Here
160
            [% IF gst_values %]
160
            [% IF gst_values %]
161
                <ol>
161
                <ol>
162
                  <li>
162
                  <li>
163
                    <label for="gst">Tax rate</label>
163
                    <label for="gst">Tax rate: </label>
164
                    <select name="gstrate" id="gstrate">
164
                    <select name="gstrate" id="gstrate">
165
                    [% FOREACH gst IN gst_values %]
165
                    [% FOREACH gst IN gst_values %]
166
                      [% IF ( gstrate == gst.option ) %]
166
                      [% IF ( gstrate == gst.option ) %]
Lines 176-188 if (f.company.value == "") { Link Here
176
                <input type="hidden" name="gstrate" value="0" />
176
                <input type="hidden" name="gstrate" value="0" />
177
            [% END %]
177
            [% END %]
178
            <ol>
178
            <ol>
179
            <li><label for="discount">Discount</label>
179
            <li><label for="discount">Discount: </label>
180
                <input type="text" size="6" id="discount" name="discount" value="[% discount | format ("%.1f") %]" />%</li>
180
                <input type="text" size="6" id="discount" name="discount" value="[% discount | format ("%.1f") %]" />%</li>
181
            <li>
181
            <li>
182
                <label for="deliverytime">Delivery time</label>
182
                <label for="deliverytime">Delivery time: </label>
183
                <input type="text" size="2" id="deliverytime" name="deliverytime" value="[% deliverytime %]" /> days
183
                <input type="text" size="2" id="deliverytime" name="deliverytime" value="[% deliverytime %]" /> days
184
            </li>
184
            </li>
185
            <li><label for="notes">Notes</label>
185
            <li><label for="notes">Notes: </label>
186
                <textarea cols="40" rows="4" id="notes" name="notes" >[% notes %]</textarea></li></ol>
186
                <textarea cols="40" rows="4" id="notes" name="notes" >[% notes %]</textarea></li></ol>
187
        </fieldset>
187
        </fieldset>
188
        <fieldset class="action"><input type="button" value="Save" onclick="check(this.form);" /> [% IF ( booksellerid ) %]
188
        <fieldset class="action"><input type="button" value="Save" onclick="check(this.form);" /> [% IF ( booksellerid ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +3 lines)
Lines 100-106 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
100
		</fieldset>
100
		</fieldset>
101
	    </div>
101
	    </div>
102
    <div class="yui-u">
102
    <div class="yui-u">
103
	<fieldset class="rows">		 <ol><li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /><!--  <label for="Keyword">Keyword</label> <input type="text" name="keyword" value="" /> --></li>
103
    <fieldset class="rows">
104
        <ol>
105
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li>
104
         <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
106
         <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
105
         <li> <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
107
         <li> <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
106
		 <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li></ol></fieldset>
108
		 <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li></ol></fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-8 / +8 lines)
Lines 187-199 Link Here
187
    <ol>
187
    <ol>
188
188
189
    <li>
189
    <li>
190
    <label class="required" for="from">Start date</label>
190
    <label class="required" for="from">Start date: </label>
191
    <input type="text" size="10" id="from" name="budget_period_startdate" value="[% budget_period_startdate | $KohaDates %]" class="datepickerfrom" />
191
    <input type="text" size="10" id="from" name="budget_period_startdate" value="[% budget_period_startdate | $KohaDates %]" class="datepickerfrom" />
192
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
192
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
193
    </li>
193
    </li>
194
    <li>
194
    <li>
195
195
196
    <label class="required" for="to">End date</label>
196
    <label class="required" for="to">End date: </label>
197
    <input type="text" size="10" id="to" name="budget_period_enddate" value="[% budget_period_enddate | $KohaDates %]" class="datepickerto" />
197
    <input type="text" size="10" id="to" name="budget_period_enddate" value="[% budget_period_enddate | $KohaDates %]" class="datepickerto" />
198
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
198
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
199
    </li>
199
    </li>
Lines 226-238 Link Here
226
    <input type="hidden" name="budget_period_id" value="[% budget_period_id %]" />
226
    <input type="hidden" name="budget_period_id" value="[% budget_period_id %]" />
227
    <ol>
227
    <ol>
228
    <li>
228
    <li>
229
    <label class="required" for="from">Start date</label>
229
    <label class="required" for="from">Start date: </label>
230
    <input type="text" size="10" id="from" name="budget_period_startdate" value="[% budget_period_startdate | $KohaDates %]" class="datepickerfrom" />
230
    <input type="text" size="10" id="from" name="budget_period_startdate" value="[% budget_period_startdate | $KohaDates %]" class="datepickerfrom" />
231
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
231
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
232
    </li>
232
    </li>
233
    <li>
233
    <li>
234
234
235
    <label class="required" for="to">End date</label>
235
    <label class="required" for="to">End date: </label>
236
    <input type="text" size="10" id="to" name="budget_period_enddate" value="[% budget_period_enddate | $KohaDates %]" class="datepickerto" />
236
    <input type="text" size="10" id="to" name="budget_period_enddate" value="[% budget_period_enddate | $KohaDates %]" class="datepickerto" />
237
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
237
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
238
    </li>
238
    </li>
Lines 240-246 Link Here
240
    <li>
240
    <li>
241
        <!-- DESCRIPTION -->
241
        <!-- DESCRIPTION -->
242
        <!-- ############################## -->
242
        <!-- ############################## -->
243
        <label class="required" for="budget_period_description">Description</label>
243
        <label class="required" for="budget_period_description">Description: </label>
244
        <input type="text" id="budget_period_description" name="budget_period_description"
244
        <input type="text" id="budget_period_description" name="budget_period_description"
245
        size="48" maxlength="80" value="[% budget_period_description %]" />
245
        size="48" maxlength="80" value="[% budget_period_description %]" />
246
    </li>
246
    </li>
Lines 248-254 Link Here
248
    <li>
248
    <li>
249
        <!-- TOTAL -->
249
        <!-- TOTAL -->
250
        <!-- ############################## -->
250
        <!-- ############################## -->
251
        <label for="budget_period_total">Total amount</label>
251
        <label for="budget_period_total">Total amount: </label>
252
        <input type="text" id="budget_period_total" name="budget_period_total"
252
        <input type="text" id="budget_period_total" name="budget_period_total"
253
        size="10" maxlength="80" value="[% budget_period_total %]" />
253
        size="10" maxlength="80" value="[% budget_period_total %]" />
254
    </li>
254
    </li>
Lines 256-269 Link Here
256
    <li>
256
    <li>
257
        <!-- ACTIVE -->
257
        <!-- ACTIVE -->
258
        <!-- ############################## -->
258
        <!-- ############################## -->
259
        <label for="budget_period_active">Make budget active</label>
259
        <label for="budget_period_active">Make budget active: </label>
260
        [% IF ( budget_period_active ) %]<input type="checkbox" checked="checked" id="budget_period_active" name="budget_period_active" value="1" />[% ELSE %]  <input type="checkbox" id="budget_period_active" name="budget_period_active" value="1"/> [% END %]
260
        [% IF ( budget_period_active ) %]<input type="checkbox" checked="checked" id="budget_period_active" name="budget_period_active" value="1" />[% ELSE %]  <input type="checkbox" id="budget_period_active" name="budget_period_active" value="1"/> [% END %]
261
    </li>
261
    </li>
262
262
263
    <li>
263
    <li>
264
        <!-- LOCK  -->
264
        <!-- LOCK  -->
265
        <!-- ############################## -->
265
        <!-- ############################## -->
266
        <label for="budget_period_locked">Lock budget</label>
266
        <label for="budget_period_locked">Lock budget: </label>
267
        [% IF ( budget_period_locked ) %]<input type="checkbox" checked="checked" id="budget_period_locked" name="budget_period_locked" value="1" />[% ELSE %]  <input type="checkbox" id="budget_period_locked" name="budget_period_locked" value="1"/> [% END %]
267
        [% IF ( budget_period_locked ) %]<input type="checkbox" checked="checked" id="budget_period_locked" name="budget_period_locked" value="1" />[% ELSE %]  <input type="checkbox" id="budget_period_locked" name="budget_period_locked" value="1"/> [% END %]
268
    </li>
268
    </li>
269
    </ol>
269
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-4 / +4 lines)
Lines 108-124 function Check(ff) { Link Here
108
                                            <input type="hidden" name="is_a_modif" value="1" />
108
                                            <input type="hidden" name="is_a_modif" value="1" />
109
                                        </li>
109
                                        </li>
110
                                [% END %]
110
                                [% END %]
111
                                <li><label for="contractname" class="required">Name *</label> &nbsp;
111
                                <li><label for="contractname" class="required">Name:  *</label> &nbsp;
112
                                        <input type="text" name="contractname" id="contractname" size="40" maxlength="80" value="[% contractname %]" />
112
                                        <input type="text" name="contractname" id="contractname" size="40" maxlength="80" value="[% contractname %]" />
113
                                </li>
113
                                </li>
114
                                <li><label for="contractdescription">Description</label> &nbsp;
114
                                <li><label for="contractdescription">Description: </label> &nbsp;
115
                                        <input type="text" name="contractdescription" id="contractdescription" size="40" maxlength="80" value="[% contractdescription %]" />
115
                                        <input type="text" name="contractdescription" id="contractdescription" size="40" maxlength="80" value="[% contractdescription %]" />
116
                                </li>
116
                                </li>
117
                                <li><label for="from" class="required">Start date *</label> &nbsp;
117
                                <li><label for="from" class="required">Start date: *</label> &nbsp;
118
                                        <input type="text" name="contractstartdate" id="from" value="[% contractstartdate %]" maxlength="10" size="10" class="datepickerfrom" />
118
                                        <input type="text" name="contractstartdate" id="from" value="[% contractstartdate %]" maxlength="10" size="10" class="datepickerfrom" />
119
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
119
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
120
                                </li>
120
                                </li>
121
                                <li><label for="to" class="required">End date *</label> &nbsp;
121
                                <li><label for="to" class="required">End date: *</label> &nbsp;
122
                                        <input type="text" name="contractenddate" id="to" value="[% contractenddate %]" maxlength="10"  size="10" class="datepickerto" />
122
                                        <input type="text" name="contractenddate" id="to" value="[% contractenddate %]" maxlength="10"  size="10" class="datepickerto" />
123
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
123
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
124
                                </li>
124
                                </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-6 / +6 lines)
Lines 137-160 return false; Link Here
137
        [% IF ( heading_modify_tag_p ) %]<input type="hidden" name="modif" value="1" />[% END %]
137
        [% IF ( heading_modify_tag_p ) %]<input type="hidden" name="modif" value="1" />[% END %]
138
        <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
138
        <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
139
        <fieldset class="rows"><ol>
139
        <fieldset class="rows"><ol>
140
        <li><span class="label">Tag</span>[% searchfield %]</li>
140
        <li><span class="label">Tag: </span>[% searchfield %]</li>
141
        <li><label for="liblibrarian">Text for librarians</label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian |html %]" size="40" maxlength="100" /></li>
141
        <li><label for="liblibrarian">Text for librarians: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian |html %]" size="40" maxlength="100" /></li>
142
        <li><label for="libopac">Text for opac</label><input type="text" name="libopac" id="libopac" value="[% libopac |html %]" size="40" maxlength="100" /></li>
142
        <li><label for="libopac">Text for opac: </label><input type="text" name="libopac" id="libopac" value="[% libopac |html %]" size="40" maxlength="100" /></li>
143
        <li><label for="repeatable">Repeatable</label>
143
        <li><label for="repeatable">Repeatable: </label>
144
            [% IF ( repeatable ) %]
144
            [% IF ( repeatable ) %]
145
                <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
145
                <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
146
            [% ELSE %]
146
            [% ELSE %]
147
                <input type="checkbox" name="repeatable" id="repeatable" value="1" />
147
                <input type="checkbox" name="repeatable" id="repeatable" value="1" />
148
            [% END %]
148
            [% END %]
149
        </li>
149
        </li>
150
        <li><label for="mandatory">Mandatory</label>
150
        <li><label for="mandatory">Mandatory: </label>
151
            [% IF ( mandatory ) %]
151
            [% IF ( mandatory ) %]
152
                <input type="checkbox" name="mandatory" id="mandatory" value="1" checked="checked" />
152
                <input type="checkbox" name="mandatory" id="mandatory" value="1" checked="checked" />
153
            [% ELSE %]
153
            [% ELSE %]
154
                <input type="checkbox" name="mandatory" id="mandatory" value="1" />
154
                <input type="checkbox" name="mandatory" id="mandatory" value="1" />
155
            [% END %]
155
            [% END %]
156
            </li>
156
            </li>
157
        <li><label for="authorised_value">Authorized value</label>[% authorised_value %] (if you select a value here, the indicators will be limited to the authorized value list)</li>
157
        <li><label for="authorised_value">Authorized value: </label>[% authorised_value %] (if you select a value here, the indicators will be limited to the authorized value list)</li>
158
</ol></fieldset>
158
</ol></fieldset>
159
        <p><input type="button" value="Submit" class="button" onclick="Check(this.form)" /></p>
159
        <p><input type="button" value="Submit" class="button" onclick="Check(this.form)" /></p>
160
    </form>
160
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-7 / +7 lines)
Lines 80-93 $(document).ready(function() { Link Here
80
    <input type="hidden" name="offset" value="[% offset %]" />
80
    <input type="hidden" name="offset" value="[% offset %]" />
81
        <fieldset class="rows"><ol>
81
        <fieldset class="rows"><ol>
82
        <li>
82
        <li>
83
			 [% IF ( action_add_category ) %]<label for="category">Category</label>
83
        [% IF ( action_add_category ) %]<label for="category">Category: </label>
84
            <input type="text" name="category"  id="category" size="10" maxlength="10" class="focus" />
84
            <input type="text" name="category"  id="category" size="10" maxlength="10" class="focus" />
85
			 [% ELSE %]<span class="label">Category</span>
85
			 [% ELSE %]<span class="label">Category</span>
86
		<input type="hidden" name="category" value="[% category %]" />	 [% category %]
86
		<input type="hidden" name="category" value="[% category %]" />	 [% category %]
87
			 [% END %]
87
			 [% END %]
88
        </li>
88
        </li>
89
        <li>
89
        <li>
90
            <label for="authorised_value">Authorized value</label>
90
            <label for="authorised_value">Authorized value: </label>
91
     [% IF ( action_modify ) %]<input type="hidden" id="id" name="id" value="[% id %]" />[% END %]
91
     [% IF ( action_modify ) %]<input type="hidden" id="id" name="id" value="[% id %]" />[% END %]
92
            [% IF ( action_add_category ) %]
92
            [% IF ( action_add_category ) %]
93
            <input type="text" id="authorised_value" name="authorised_value" value="[% authorised_value %]" maxlength="80" />
93
            <input type="text" id="authorised_value" name="authorised_value" value="[% authorised_value %]" maxlength="80" />
Lines 96-111 $(document).ready(function() { Link Here
96
            [% END %]
96
            [% END %]
97
        </li>
97
        </li>
98
        <li>
98
        <li>
99
            <label for="lib">Description</label>
99
            <label for="lib">Description: </label>
100
            <input type="text" name="lib" id="lib" value="[% lib %]" maxlength="200" />
100
            <input type="text" name="lib" id="lib" value="[% lib %]" maxlength="200" />
101
        </li>
101
        </li>
102
	<li>
102
	<li>
103
            <label for="lib_opac">Description (OPAC)</label>
103
            <label for="lib_opac">Description (OPAC): </label>
104
            <input type="text" name="lib_opac" id="lib_opac" value="[% lib_opac %]" maxlength="200" />
104
            <input type="text" name="lib_opac" id="lib_opac" value="[% lib_opac %]" maxlength="200" />
105
        </li>
105
        </li>
106
        <li><label for="branches">Branches limitation: </label>
106
        <li><label for="branches">Libraries limitation: </label>
107
            <select id="branches" name="branches" multiple size="10">
107
            <select id="branches" name="branches" multiple size="10">
108
                <option value="">All branches</option>
108
                <option value="">All libraries</option>
109
                [% FOREACH branch IN branches_loop %]
109
                [% FOREACH branch IN branches_loop %]
110
                  [% IF ( branch.selected ) %]
110
                  [% IF ( branch.selected ) %]
111
                    <option selected="selected" value="[% branch.branchcode %]">[% branch.branchname %]</option>
111
                    <option selected="selected" value="[% branch.branchcode %]">[% branch.branchname %]</option>
Lines 114-120 $(document).ready(function() { Link Here
114
                  [% END %]
114
                  [% END %]
115
                [% END %]
115
                [% END %]
116
            </select>
116
            </select>
117
            <span>Select All if this authorised value must to be displayed all the time. Otherwise select librairies you want to associate with this value.
117
            <span>Select All if this authorised value must to be displayed all the time. Otherwise select libraries you want to associate with this value.
118
            </span>
118
            </span>
119
        </li>
119
        </li>
120
120
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-3 / +3 lines)
Lines 149-161 function Check(f) { Link Here
149
    <fieldset class="rows">
149
    <fieldset class="rows">
150
    <ol>
150
    <ol>
151
	[% IF ( frameworkcode ) %]
151
	[% IF ( frameworkcode ) %]
152
        <li><span class="label">Framework code</span><input type="hidden" id="frameworkcode" name="frameworkcode" value="[% frameworkcode %]" />[% frameworkcode %]
152
        <li><span class="label">Framework code: </span><input type="hidden" id="frameworkcode" name="frameworkcode" value="[% frameworkcode %]" />[% frameworkcode %]
153
            <input type="hidden" name="modif" value="1" />
153
            <input type="hidden" name="modif" value="1" />
154
        </li>
154
        </li>
155
	[% ELSE %]
155
	[% ELSE %]
156
        <li><label for="frameworkcode">Framework code</label><input type="text" id="frameworkcode" name="frameworkcode" size="4" maxlength="4" onblur="toUC(this)" /></li>
156
        <li><label for="frameworkcode">Framework code: </label><input type="text" id="frameworkcode" name="frameworkcode" size="4" maxlength="4" onblur="toUC(this)" /></li>
157
	[% END %]
157
	[% END %]
158
        <li><label for="description">Description</label>
158
        <li><label for="description">Description: </label>
159
        <input type="text" name="frameworktext" id="description" size="40" maxlength="80" value="[% frameworktext |html %]" /></li></ol></fieldset>
159
        <input type="text" name="frameworktext" id="description" size="40" maxlength="80" value="[% frameworktext |html %]" /></li></ol></fieldset>
160
        <fieldset class="action">	<input type="submit" value="Submit" class="submit" /></fieldset>
160
        <fieldset class="action">	<input type="submit" value="Submit" class="submit" /></fieldset>
161
    </form>
161
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-19 / +19 lines)
Lines 91-106 tinyMCE.init({ Link Here
91
        [% END %]
91
        [% END %]
92
        <ol><li>
92
        <ol><li>
93
            [% IF ( heading_branches_add_branch_p ) %]
93
            [% IF ( heading_branches_add_branch_p ) %]
94
            <label for="branchcode" class="required">Library code</label>
94
            <label for="branchcode" class="required">Library code: </label>
95
                <input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% branchcode |html %]" class="required" required="required" /> <span class="required">Required</span>
95
                <input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% branchcode |html %]" class="required" required="required" /> <span class="required">Required</span>
96
            [% ELSE %]
96
            [% ELSE %]
97
			<label for="branchcode" class="required">Library code</label>
97
            <label for="branchcode" class="required">Library code: </label>
98
                <input type="hidden" name="branchcode" value="[% branchcode |html %]" />
98
                <input type="hidden" name="branchcode" value="[% branchcode |html %]" />
99
                [% branchcode %]
99
                [% branchcode %]
100
            [% END %]
100
            [% END %]
101
        </li>
101
        </li>
102
        <li>
102
        <li>
103
            <label for="branchname" class="required">Name</label>
103
            <label for="branchname" class="required">Name: </label>
104
            <input type="text" name="branchname" id="branchname" size="80" value="[% branch_name |html %]" class="required" required="required" /> <span class="required">Required</span>
104
            <input type="text" name="branchname" id="branchname" size="80" value="[% branch_name |html %]" class="required" required="required" /> <span class="required">Required</span>
105
        </li>
105
        </li>
106
	</ol>
106
	</ol>
Lines 108-114 tinyMCE.init({ Link Here
108
	[% IF ( categoryloop ) %]<fieldset class="rows"><legend>Group(s):</legend>
108
	[% IF ( categoryloop ) %]<fieldset class="rows"><legend>Group(s):</legend>
109
        <ol>
109
        <ol>
110
		[% FOREACH categoryloo IN categoryloop %]
110
		[% FOREACH categoryloo IN categoryloop %]
111
            <li><label for="[% categoryloo.categorycode %]">[% categoryloo.categoryname %]</label>
111
            <li><label for="[% categoryloo.categorycode %]">[% categoryloo.categoryname %]: </label>
112
                [% IF ( categoryloo.checked ) %]
112
                [% IF ( categoryloo.checked ) %]
113
                    <input type="checkbox" id="[% categoryloo.categorycode %]" name="[% categoryloo.categorycode %]" checked="checked" />
113
                    <input type="checkbox" id="[% categoryloo.categorycode %]" name="[% categoryloo.categorycode %]" checked="checked" />
114
                [% ELSE %]
114
                [% ELSE %]
Lines 121-141 tinyMCE.init({ Link Here
121
</fieldset>[% END %]
121
</fieldset>[% END %]
122
	<fieldset class="rows">
122
	<fieldset class="rows">
123
	<ol>
123
	<ol>
124
        <li><label for="branchaddress1">Address line 1</label><input type="text" name="branchaddress1" id="branchaddress1" value="[% branchaddress1 |html %]" /></li>
124
        <li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" value="[% branchaddress1 |html %]" /></li>
125
        <li><label for="branchaddress2">Address line 2</label><input type="text" name="branchaddress2" id="branchaddress2" value="[% branchaddress2 |html %]" /></li>
125
        <li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" value="[% branchaddress2 |html %]" /></li>
126
        <li><label for="branchaddress3">Address line 3</label><input type="text" name="branchaddress3" id="branchaddress3" value="[% branchaddress3 |html %]" /></li>
126
        <li><label for="branchaddress3">Address line 3: </label><input type="text" name="branchaddress3" id="branchaddress3" value="[% branchaddress3 |html %]" /></li>
127
        <li><label for="branchcity">City</label><input type="text" name="branchcity" id="branchcity" value="[% branchcity |html %]" /></li>
127
        <li><label for="branchcity">City: </label><input type="text" name="branchcity" id="branchcity" value="[% branchcity |html %]" /></li>
128
        <li><label for="branchstate">State</label><input type="text" name="branchstate" id="branchstate" value="[% branchstate |html %]" /></li>
128
        <li><label for="branchstate">State: </label><input type="text" name="branchstate" id="branchstate" value="[% branchstate |html %]" /></li>
129
        <li><label for="branchzip">Zip/Postal code</label><input type="text" name="branchzip" id="branchzip" value="[% branchzip |html %]" /></li>
129
        <li><label for="branchzip">Zip/Postal code: </label><input type="text" name="branchzip" id="branchzip" value="[% branchzip |html %]" /></li>
130
        <li><label for="branchcountry">Country</label><input type="text" name="branchcountry" id="branchcountry" value="[% branchcountry |html %]" /></li>
130
        <li><label for="branchcountry">Country: </label><input type="text" name="branchcountry" id="branchcountry" value="[% branchcountry |html %]" /></li>
131
        <li><label for="branchphone">Phone</label><input type="text" name="branchphone" id="branchphone" value="[% branchphone |html %]" /></li>
131
        <li><label for="branchphone">Phone: </label><input type="text" name="branchphone" id="branchphone" value="[% branchphone |html %]" /></li>
132
        <li><label for="branchfax">Fax</label><input type="text" name="branchfax" id="branchfax" value="[% branchfax |html %]" /></li>
132
        <li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" value="[% branchfax |html %]" /></li>
133
        <li><label for="branchemail">Email</label><input type="text" name="branchemail" id="branchemail" class="email" value="[% branchemail |html %]" /></li>
133
        <li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email" value="[% branchemail |html %]" /></li>
134
        <li><label for="branchurl">URL</label><input type="text" name="branchurl" id="branchurl" value="[% branchurl |html %]" class="url" /></li>
134
        <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" value="[% branchurl |html %]" class="url" /></li>
135
        <li><label for="opac_info">OPAC info</label><textarea name="opac_info" id="opac_info">[% opac_info |html %]</textarea></li>
135
        <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% opac_info |html %]</textarea></li>
136
        <li><label for="branchip">IP</label><input type="text" name="branchip" id="branchip" value="[% branchip |html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
136
        <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip" value="[% branchip |html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
137
		<!--
137
		<!--
138
        <li><label for="branchprinter">Library Printer</label>
138
        <li><label for="branchprinter">Library Printer: </label>
139
            <select id="branchprinter" name="branchprinter">
139
            <select id="branchprinter" name="branchprinter">
140
                <option value="">None</option>
140
                <option value="">None</option>
141
            [% FOREACH printerloo IN printerloop %]
141
            [% FOREACH printerloo IN printerloop %]
Lines 147-153 tinyMCE.init({ Link Here
147
                [% END %]
147
                [% END %]
148
            </select></li>
148
            </select></li>
149
			-->
149
			-->
150
        <li><label for="branchnotes">Notes</label><input type="text" name="branchnotes" id="branchnotes" value="[% branchnotes |html %]" /></li>
150
        <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" value="[% branchnotes |html %]" /></li>
151
        </ol>
151
        </ol>
152
        </fieldset>
152
        </fieldset>
153
        <fieldset class="action"><input type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset>
153
        <fieldset class="action"><input type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt (-3 / +3 lines)
Lines 140-149 Link Here
140
	[% END %]
140
	[% END %]
141
	<fieldset class="rows">
141
	<fieldset class="rows">
142
	<ol>[% IF ( categorycode ) %]
142
	<ol>[% IF ( categorycode ) %]
143
	<li><span class="label">Category code</span>[% categorycode |html %]
143
    <li><span class="label">Category code: </span>[% categorycode |html %]
144
				<input type="hidden" name="categorycode" value="[% categorycode |html %]" /><input type="hidden" name="is_a_modif" value="1" /></li>
144
				<input type="hidden" name="categorycode" value="[% categorycode |html %]" /><input type="hidden" name="is_a_modif" value="1" /></li>
145
	[% ELSE %]
145
	[% ELSE %]
146
	<li><label for="categorycode">Category code: </label> <input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" onblur="toUC(this)" /></li>
146
    <li><label for="categorycode">Category code: </label> <input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" onblur="toUC(this)" /></li>
147
	[% END %]
147
	[% END %]
148
	<li><label for="description">Description: </label> <input type="text" name="description" id="description" size="40" maxlength="80" value="[% description |html %]" /></li>
148
	<li><label for="description">Description: </label> <input type="text" name="description" id="description" size="40" maxlength="80" value="[% description |html %]" /></li>
149
	<li><label for="enrolmentperiod">Enrollment period: </label>
149
	<li><label for="enrolmentperiod">Enrollment period: </label>
Lines 171-177 Link Here
171
						<option value="1">Yes</option>
171
						<option value="1">Yes</option>
172
			[% END %]
172
			[% END %]
173
					</select></li>
173
					</select></li>
174
	<li><label for="hidelostitems">Lost items in staff client</label> <select name="hidelostitems" id="hidelostitems">
174
    <li><label for="hidelostitems">Lost items in staff client: </label> <select name="hidelostitems" id="hidelostitems">
175
			[% IF ( hidelostitems ) %]
175
			[% IF ( hidelostitems ) %]
176
						<option value="0">Shown</option>
176
						<option value="0">Shown</option>
177
						<option value="1" selected="selected">Hidden by default</option>
177
						<option value="1" selected="selected">Hidden by default</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-5 / +5 lines)
Lines 147-165 Item types administration Link Here
147
	<ol>
147
	<ol>
148
  [% IF ( itemtype ) %]
148
  [% IF ( itemtype ) %]
149
      <li>
149
      <li>
150
          <span class="label">Item type</span> <input type="hidden" name="itemtype" value="[% itemtype %]" />
150
          <span class="label">Item type: </span> <input type="hidden" name="itemtype" value="[% itemtype %]" />
151
          [% itemtype %]
151
          [% itemtype %]
152
     </li>
152
     </li>
153
  [% ELSE %]
153
  [% ELSE %]
154
      <li>
154
      <li>
155
          <label for="itemtype">Item type</label> <input type="text" id="itemtype" name="itemtype" size="10" maxlength="10" onblur="toUC(this)" class="focus" />
155
          <label for="itemtype">Item type: </label> <input type="text" id="itemtype" name="itemtype" size="10" maxlength="10" onblur="toUC(this)" class="focus" />
156
      </li>
156
      </li>
157
  [% END %]
157
  [% END %]
158
      <li>
158
      <li>
159
      [% IF ( itemtype ) %]
159
      [% IF ( itemtype ) %]
160
          <label for="description">Description</label><input type="text" id="description" name="description" size="48" value="[% description |html %]" class="focus" /></li>
160
          <label for="description">Description: </label><input type="text" id="description" name="description" size="48" value="[% description |html %]" class="focus" /></li>
161
      [% ELSE %]
161
      [% ELSE %]
162
          <label for="description">Description</label><input type="text" id="description" name="description" size="48" value="[% description |html %]" /></li>
162
          <label for="description">Description: </label><input type="text" id="description" name="description" size="48" value="[% description |html %]" /></li>
163
      [% END %]
163
      [% END %]
164
     [% IF ( noItemTypeImages ) %]
164
     [% IF ( noItemTypeImages ) %]
165
	 <li><span class="label">Image: </span>Item type images are disabled. To enable them, turn off the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=noItemTypeImages">noItemTypeImages system preference</a></li></ol>
165
	 <li><span class="label">Image: </span>Item type images are disabled. To enable them, turn off the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=noItemTypeImages">noItemTypeImages system preference</a></li></ol>
Lines 216-222 Item types administration Link Here
216
</div>
216
</div>
217
<ol>
217
<ol>
218
      <li>
218
      <li>
219
          <label for="notforloan">Not for loan</label>   [% IF ( notforloan ) %]
219
          <label for="notforloan">Not for loan: </label>   [% IF ( notforloan ) %]
220
                <input type="checkbox" id="notforloan" name="notforloan" checked="checked" value="1" />
220
                <input type="checkbox" id="notforloan" name="notforloan" checked="checked" value="1" />
221
            [% ELSE %]
221
            [% ELSE %]
222
                <input type="checkbox" id="notforloan" name="notforloan" value="1" />
222
                <input type="checkbox" id="notforloan" name="notforloan" value="1" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-2 / +2 lines)
Lines 248-254 Link Here
248
    <!-- <input type="hidden" name="limit" value="branch: MAIN" /> -->
248
    <!-- <input type="hidden" name="limit" value="branch: MAIN" /> -->
249
        [% IF ( searchdomainloop ) %]
249
        [% IF ( searchdomainloop ) %]
250
    <p>OR</p> <!-- should addjs to grey out group pulldown if a library is selected. -->
250
    <p>OR</p> <!-- should addjs to grey out group pulldown if a library is selected. -->
251
        <p><label for="categoryloop">Groups of libraries</label><select name="multibranchlimit" id="categoryloop">
251
        <p><label for="categoryloop">Groups of libraries: </label><select name="multibranchlimit" id="categoryloop">
252
        <option value=""> -- none -- </option>
252
        <option value=""> -- none -- </option>
253
        [% FOREACH searchdomainloo IN searchdomainloop %]
253
        [% FOREACH searchdomainloo IN searchdomainloop %]
254
        <option value="[% searchdomainloo.categorycode %]">[% searchdomainloo.categoryname %]</option>
254
        <option value="[% searchdomainloo.categorycode %]">[% searchdomainloo.categoryname %]</option>
Lines 262-268 Link Here
262
<!-- RANK LIMITS -->
262
<!-- RANK LIMITS -->
263
<fieldset id="sortby"><legend>Sorting</legend>
263
<fieldset id="sortby"><legend>Sorting</legend>
264
    <p>
264
    <p>
265
    <label for="sort_by">Sort by </label><select id="sort_by" name="sort_by">
265
    <label for="sort_by">Sort by: </label><select id="sort_by" name="sort_by">
266
  [% INCLUDE 'resort_form.inc' %]
266
  [% INCLUDE 'resort_form.inc' %]
267
    </select>
267
    </select>
268
        </p>
268
        </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +3 lines)
Lines 116-122 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
116
  		</fieldset>
116
  		</fieldset>
117
	    </div>
117
	    </div>
118
    <div class="yui-u">
118
    <div class="yui-u">
119
	<fieldset class="rows">		 <ol><li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /><!--  <label for="Keyword">Keyword</label> <input type="text" name="keyword" value="" /> --></li>
119
    <fieldset class="rows">
120
        <ol>
121
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li>
120
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
122
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
121
        <li> <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
123
        <li> <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
122
  		 <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
124
  		 <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-8 / +8 lines)
Lines 38-48 Link Here
38
                            <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label layout</legend>
38
                            <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label layout</legend>
39
                            <ol>
39
                            <ol>
40
                                <li>
40
                                <li>
41
                                    <label for="layout_name">Layout name</label>
41
                                    <label for="layout_name">Layout name: </label>
42
                                    <input type="text" name="layout_name" id="layout_name" size="20" value="[% layout_name %]" />
42
                                    <input type="text" name="layout_name" id="layout_name" size="20" value="[% layout_name %]" />
43
                                </li>
43
                                </li>
44
                                <li>
44
                                <li>
45
                                    <label for="barcode_type">Choose barcode type (encoding)</label>
45
                                    <label for="barcode_type">Choose barcode type (encoding): </label>
46
                                    <select name="barcode_type" id="barcode_type">
46
                                    <select name="barcode_type" id="barcode_type">
47
                                    [% FOREACH barcode_type IN barcode_types %]
47
                                    [% FOREACH barcode_type IN barcode_types %]
48
                                    [% IF ( barcode_type.selected ) %]
48
                                    [% IF ( barcode_type.selected ) %]
Lines 54-60 Link Here
54
                                    </select>
54
                                    </select>
55
                                </li>
55
                                </li>
56
                                <li>
56
                                <li>
57
                                    <label for="printing_type">Choose layout type</label>
57
                                    <label for="printing_type">Choose layout type: </label>
58
                                    <select name="printing_type" id="printing_type">
58
                                    <select name="printing_type" id="printing_type">
59
                                    [% FOREACH label_type IN label_types %]
59
                                    [% FOREACH label_type IN label_types %]
60
                                    [% IF ( label_type.selected ) %]
60
                                    [% IF ( label_type.selected ) %]
Lines 112-118 Link Here
112
                                    </fieldset>
112
                                    </fieldset>
113
                                </li>
113
                                </li>
114
                                <li>
114
                                <li>
115
                                    <label for="guidebox">Draw guide boxes</label>
115
                                    <label for="guidebox">Draw guide boxes: </label>
116
                                    [% IF ( guidebox ) %]
116
                                    [% IF ( guidebox ) %]
117
                                    <input type="checkbox" name="guidebox" id="guidebox" value="1"  checked="checked" />
117
                                    <input type="checkbox" name="guidebox" id="guidebox" value="1"  checked="checked" />
118
                                    [% ELSE %]
118
                                    [% ELSE %]
Lines 120-126 Link Here
120
                                    [% END %]
120
                                    [% END %]
121
                                </li>
121
                                </li>
122
                                <li>
122
                                <li>
123
                                    <label for="callnum_split">Split call numbers</label>
123
                                    <label for="callnum_split">Split call numbers: </label>
124
                                    [% IF ( callnum_split ) %]
124
                                    [% IF ( callnum_split ) %]
125
                                    <input type="checkbox" name="callnum_split" id="callnum_split" value="1"  checked="checked" />
125
                                    <input type="checkbox" name="callnum_split" id="callnum_split" value="1"  checked="checked" />
126
                                    [% ELSE %]
126
                                    [% ELSE %]
Lines 128-134 Link Here
128
                                    [% END %]
128
                                    [% END %]
129
                                </li>
129
                                </li>
130
                                <li>
130
                                <li>
131
                                    <label for="text_justify">Text justification</label>
131
                                    <label for="text_justify">Text justification: </label>
132
                                    <select name="text_justify" id="text_justify">
132
                                    <select name="text_justify" id="text_justify">
133
                                        [% FOREACH text_justification_type IN text_justification_types %]
133
                                        [% FOREACH text_justification_type IN text_justification_types %]
134
                                        [% IF ( text_justification_type.selected ) %]
134
                                        [% IF ( text_justification_type.selected ) %]
Lines 140-146 Link Here
140
                                    </select>
140
                                    </select>
141
                                </li>
141
                                </li>
142
                                <li>
142
                                <li>
143
                                    <label for="font">Font</label>
143
                                    <label for="font">Font: </label>
144
                                    <select name="font" id="font">
144
                                    <select name="font" id="font">
145
                                        [% FOREACH font_type IN font_types %]
145
                                        [% FOREACH font_type IN font_types %]
146
                                        [% IF ( font_type.selected ) %]
146
                                        [% IF ( font_type.selected ) %]
Lines 152-158 Link Here
152
                                    </select>
152
                                    </select>
153
                                </li>
153
                                </li>
154
                                <li>
154
                                <li>
155
                                    <label for="font_size">Font size</label>
155
                                    <label for="font_size">Font size: </label>
156
                                    <input type="text" name="font_size" id="font_size" size="2" value="[% font_size |html %]" />
156
                                    <input type="text" name="font_size" id="font_size" size="2" value="[% font_size |html %]" />
157
                                </li>
157
                                </li>
158
                            </ol>
158
                            </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-2 / +2 lines)
Lines 90-101 to add to Batch [% batch_id %] Link Here
90
<fieldset class="rows">
90
<fieldset class="rows">
91
<ol>
91
<ol>
92
	<li>
92
	<li>
93
    <label for="from">Added on or after date</label>
93
    <label for="from">Added on or after date: </label>
94
        <input type="text" size="10" id="from" name="datefrom" class="datepickerfrom" value="" />
94
        <input type="text" size="10" id="from" name="datefrom" class="datepickerfrom" value="" />
95
<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
95
<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
96
</li>
96
</li>
97
<li>
97
<li>
98
    <label for="to">Added on or before date</label>
98
    <label for="to">Added on or before date: </label>
99
        <input type="text" size="10" id="to" name="dateto" class="datepickerto" value="" />
99
        <input type="text" size="10" id="to" name="dateto" class="datepickerto" value="" />
100
<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
100
<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
101
</li></ol>
101
</li></ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-37 / +37 lines)
Lines 131-141 Link Here
131
                                <fieldset>
131
                                <fieldset>
132
                                <legend>General settings</legend>
132
                                <legend>General settings</legend>
133
                                <li>
133
                                <li>
134
                                    <label for="layout_name">Layout name</label>
134
                                    <label for="layout_name">Layout name: </label>
135
                                    <input type="text" name="layout_name" id="layout_name" size="20" value="[% layout_name %]" />
135
                                    <input type="text" name="layout_name" id="layout_name" size="20" value="[% layout_name %]" />
136
                                </li>
136
                                </li>
137
                                <li>
137
                                <li>
138
                                    <label for="units">Units:</label>
138
                                    <label for="units">Units: </label>
139
                                    <select id="units" name="units">
139
                                    <select id="units" name="units">
140
                                    [% FOREACH unit IN units %]
140
                                    [% FOREACH unit IN units %]
141
                                        [% IF ( unit.selected ) %]
141
                                        [% IF ( unit.selected ) %]
Lines 149-155 Link Here
149
                                    </select>
149
                                    </select>
150
                                </li>
150
                                </li>
151
                                <li>
151
                                <li>
152
                                    <label for="page_side">Page side:</label>
152
                                    <label for="page_side">Page side: </label>
153
                                    [% IF ( page_side ) %]
153
                                    [% IF ( page_side ) %]
154
                                    <input type="radio" name="page_side" id="page_side" value="F" />Front
154
                                    <input type="radio" name="page_side" id="page_side" value="F" />Front
155
                                    <input type="radio" name="page_side" id="page_side" value="B" checked="checked" />Back
155
                                    <input type="radio" name="page_side" id="page_side" value="B" checked="checked" />Back
Lines 182-192 Link Here
182
                                            [% END %]
182
                                            [% END %]
183
                                            <div id="field_1_select" style="display: none;">
183
                                            <div id="field_1_select" style="display: none;">
184
                                            <li>
184
                                            <li>
185
                                                <label for="field_1_text">Text</label>
185
                                                <label for="field_1_text">Text: </label>
186
                                                <input type="text" name="field_1_text" id="field_1_text" size="60" value="[% field_1_text |html %]" />
186
                                                <input type="text" name="field_1_text" id="field_1_text" size="60" value="[% field_1_text |html %]" />
187
                                            </li>
187
                                            </li>
188
                                            <li>
188
                                            <li>
189
                                                <label for="field_1_font">Font</label>
189
                                                <label for="field_1_font">Font: </label>
190
                                                <select name="field_1_font" id="field_1_font">
190
                                                <select name="field_1_font" id="field_1_font">
191
                                                    [% FOREACH field_1_fon IN field_1_font %]
191
                                                    [% FOREACH field_1_fon IN field_1_font %]
192
                                                    [% IF ( field_1_fon.selected ) %]
192
                                                    [% IF ( field_1_fon.selected ) %]
Lines 198-209 Link Here
198
                                                </select>
198
                                                </select>
199
                                            </li>
199
                                            </li>
200
                                            <li>
200
                                            <li>
201
                                                <label for="field_1_font_size">Font size</label>
201
                                                <label for="field_1_font_size">Font size: </label>
202
                                                <input type="text" name="field_1_font_size" id="field_1_font_size" size="2" value="[% field_1_font_size |html %]" />
202
                                                <input type="text" name="field_1_font_size" id="field_1_font_size" size="2" value="[% field_1_font_size |html %]" />
203
                                                <span class="font_unit"> pt</span>
203
                                                <span class="font_unit"> pt</span>
204
                                            </li>
204
                                            </li>
205
                                            <li>
205
                                            <li>
206
                                                <label for="field_1_text_alignment">Text alignment</label>
206
                                                <label for="field_1_text_alignment">Text alignment: </label>
207
                                                <select name="field_1_text_alignment" id="field_1_text_alignment">
207
                                                <select name="field_1_text_alignment" id="field_1_text_alignment">
208
                                                    [% FOREACH field_1_text_alignmen IN field_1_text_alignment %]
208
                                                    [% FOREACH field_1_text_alignmen IN field_1_text_alignment %]
209
                                                    [% IF ( field_1_text_alignmen.selected ) %]
209
                                                    [% IF ( field_1_text_alignmen.selected ) %]
Lines 215-225 Link Here
215
                                                </select>
215
                                                </select>
216
                                            </li>
216
                                            </li>
217
                                            <li>
217
                                            <li>
218
                                                <label for="field_1_llx">Lower left X coordinate</label>
218
                                                <label for="field_1_llx">Lower left X coordinate: </label>
219
                                                <input type="text" name="field_1_llx" id="field_1_llx" size="2" value="[% field_1_llx |html %]" />
219
                                                <input type="text" name="field_1_llx" id="field_1_llx" size="2" value="[% field_1_llx |html %]" />
220
                                            </li>
220
                                            </li>
221
                                            <li>
221
                                            <li>
222
                                                <label for="field_1_lly">Lower left Y coordinate</label>
222
                                                <label for="field_1_lly">Lower left Y coordinate: </label>
223
                                                <input type="text" name="field_1_lly" id="field_1_lly" size="2" value="[% field_1_lly |html %]" />
223
                                                <input type="text" name="field_1_lly" id="field_1_lly" size="2" value="[% field_1_lly |html %]" />
224
                                            </li>
224
                                            </li>
225
                                            </div>
225
                                            </div>
Lines 234-244 Link Here
234
                                            [% END %]
234
                                            [% END %]
235
                                            <div id="field_2_select" style="display: none;">
235
                                            <div id="field_2_select" style="display: none;">
236
                                            <li>
236
                                            <li>
237
                                                <label for="field_2_text">Text</label>
237
                                                <label for="field_2_text">Text: </label>
238
                                                <input type="text" name="field_2_text" id="field_2_text" size="60" value="[% field_2_text |html %]" />
238
                                                <input type="text" name="field_2_text" id="field_2_text" size="60" value="[% field_2_text |html %]" />
239
                                            </li>
239
                                            </li>
240
                                            <li>
240
                                            <li>
241
                                                <label for="field_2_font">Font</label>
241
                                                <label for="field_2_font">Font: </label>
242
                                                <select name="field_2_font" id="field_2_font">
242
                                                <select name="field_2_font" id="field_2_font">
243
                                                    [% FOREACH field_2_fon IN field_2_font %]
243
                                                    [% FOREACH field_2_fon IN field_2_font %]
244
                                                    [% IF ( field_2_fon.selected ) %]
244
                                                    [% IF ( field_2_fon.selected ) %]
Lines 250-261 Link Here
250
                                                </select>
250
                                                </select>
251
                                            </li>
251
                                            </li>
252
                                            <li>
252
                                            <li>
253
                                                <label for="field_2_font_size">Font size</label>
253
                                                <label for="field_2_font_size">Font size: </label>
254
                                                <input type="text" name="field_2_font_size" id="field_2_font_size" size="2" value="[% field_2_font_size |html %]" />
254
                                                <input type="text" name="field_2_font_size" id="field_2_font_size" size="2" value="[% field_2_font_size |html %]" />
255
                                                <span class="font_unit"> pt</span>
255
                                                <span class="font_unit"> pt</span>
256
                                            </li>
256
                                            </li>
257
                                            <li>
257
                                            <li>
258
                                                <label for="field_2_text_alignment">Text alignment</label>
258
                                                <label for="field_2_text_alignment">Text alignment: </label>
259
                                                <select name="field_2_text_alignment" id="field_2_text_alignment">
259
                                                <select name="field_2_text_alignment" id="field_2_text_alignment">
260
                                                    [% FOREACH field_2_text_alignmen IN field_2_text_alignment %]
260
                                                    [% FOREACH field_2_text_alignmen IN field_2_text_alignment %]
261
                                                    [% IF ( field_2_text_alignmen.selected ) %]
261
                                                    [% IF ( field_2_text_alignmen.selected ) %]
Lines 267-277 Link Here
267
                                                </select>
267
                                                </select>
268
                                            </li>
268
                                            </li>
269
                                            <li>
269
                                            <li>
270
                                                <label for="field_2_llx">Lower left X coordinate</label>
270
                                                <label for="field_2_llx">Lower left X coordinate: </label>
271
                                                <input type="text" name="field_2_llx" id="field_2_llx" size="2" value="[% field_2_llx |html %]" />
271
                                                <input type="text" name="field_2_llx" id="field_2_llx" size="2" value="[% field_2_llx |html %]" />
272
                                            </li>
272
                                            </li>
273
                                            <li>
273
                                            <li>
274
                                                <label for="field_2_lly">Lower left Y coordinate</label>
274
                                                <label for="field_2_lly">Lower left Y coordinate: </label>
275
                                                <input type="text" name="field_2_lly" id="field_2_lly" size="2" value="[% field_2_lly |html %]" />
275
                                                <input type="text" name="field_2_lly" id="field_2_lly" size="2" value="[% field_2_lly |html %]" />
276
                                            </li>
276
                                            </li>
277
                                            </div>
277
                                            </div>
Lines 286-296 Link Here
286
                                            [% END %]
286
                                            [% END %]
287
                                            <div id="field_3_select" style="display: none;">
287
                                            <div id="field_3_select" style="display: none;">
288
                                            <li>
288
                                            <li>
289
                                                <label for="field_3_text">Text</label>
289
                                                <label for="field_3_text">Text: </label>
290
                                                <input type="text" name="field_3_text" id="field_3_text" size="60" value="[% field_3_text |html %]" />
290
                                                <input type="text" name="field_3_text" id="field_3_text" size="60" value="[% field_3_text |html %]" />
291
                                            </li>
291
                                            </li>
292
                                            <li>
292
                                            <li>
293
                                                <label for="field_3_font">Font</label>
293
                                                <label for="field_3_font">Font: </label>
294
                                                <select name="field_3_font" id="field_3_font">
294
                                                <select name="field_3_font" id="field_3_font">
295
                                                    [% FOREACH field_3_fon IN field_3_font %]
295
                                                    [% FOREACH field_3_fon IN field_3_font %]
296
                                                    [% IF ( field_3_fon.selected ) %]
296
                                                    [% IF ( field_3_fon.selected ) %]
Lines 302-313 Link Here
302
                                                </select>
302
                                                </select>
303
                                            </li>
303
                                            </li>
304
                                            <li>
304
                                            <li>
305
                                                <label for="field_3_font_size">Font size</label>
305
                                                <label for="field_3_font_size">Font size: </label>
306
                                                <input type="text" name="field_3_font_size" id="field_3_font_size" size="2" value="[% field_3_font_size |html %]" />
306
                                                <input type="text" name="field_3_font_size" id="field_3_font_size" size="2" value="[% field_3_font_size |html %]" />
307
                                                <span class="font_unit"> pt</span>
307
                                                <span class="font_unit"> pt</span>
308
                                            </li>
308
                                            </li>
309
                                            <li>
309
                                            <li>
310
                                                <label for="field_3_text_alignment">Text alignment</label>
310
                                                <label for="field_3_text_alignment">Text alignment: </label>
311
                                                <select name="field_3_text_alignment" id="field_3_text_alignment">
311
                                                <select name="field_3_text_alignment" id="field_3_text_alignment">
312
                                                    [% FOREACH field_3_text_alignmen IN field_3_text_alignment %]
312
                                                    [% FOREACH field_3_text_alignmen IN field_3_text_alignment %]
313
                                                    [% IF ( field_3_text_alignmen.selected ) %]
313
                                                    [% IF ( field_3_text_alignmen.selected ) %]
Lines 319-329 Link Here
319
                                                </select>
319
                                                </select>
320
                                            </li>
320
                                            </li>
321
                                            <li>
321
                                            <li>
322
                                                <label for="field_3_llx">Lower left X coordinate</label>
322
                                                <label for="field_3_llx">Lower left X coordinate: </label>
323
                                                <input type="text" name="field_3_llx" id="field_3_llx" size="2" value="[% field_3_llx |html %]" />
323
                                                <input type="text" name="field_3_llx" id="field_3_llx" size="2" value="[% field_3_llx |html %]" />
324
                                            </li>
324
                                            </li>
325
                                            <li>
325
                                            <li>
326
                                                <label for="field_3_lly">Lower left Y coordinate</label>
326
                                                <label for="field_3_lly">Lower left Y coordinate: </label>
327
                                                <input type="text" name="field_3_lly" id="field_3_lly" size="2" value="[% field_3_lly |html %]" />
327
                                                <input type="text" name="field_3_lly" id="field_3_lly" size="2" value="[% field_3_lly |html %]" />
328
                                            </li>
328
                                            </li>
329
                                            </div>
329
                                            </div>
Lines 345-351 Link Here
345
<!--
345
<!--
346
                            <li>
346
                            <li>
347
                                <fieldset>
347
                                <fieldset>
348
                                <label for="guidebox">Draw guide boxes</label>
348
                                <label for="guidebox">Draw guide boxes: </label>
349
                                [% IF ( guidebox ) %]
349
                                [% IF ( guidebox ) %]
350
                                <input type="checkbox" name="guidebox" id="guidebox" value="1"  checked="checked" />
350
                                <input type="checkbox" name="guidebox" id="guidebox" value="1"  checked="checked" />
351
                                [% ELSE %]
351
                                [% ELSE %]
Lines 358-364 Link Here
358
                            <fieldset>
358
                            <fieldset>
359
                                <legend>Barcode</legend>
359
                                <legend>Barcode</legend>
360
                                <li>
360
                                <li>
361
                                    <label for="barcode_print">Print card number as barcode</label>
361
                                    <label for="barcode_print">Print card number as barcode: </label>
362
                                    [% IF ( barcode_print ) %]
362
                                    [% IF ( barcode_print ) %]
363
                                    <input type="checkbox" name="barcode_print" id="barcode_print" value="1" checked="checked" />
363
                                    <input type="checkbox" name="barcode_print" id="barcode_print" value="1" checked="checked" />
364
                                    [% ELSE %]
364
                                    [% ELSE %]
Lines 367-381 Link Here
367
                                </li>
367
                                </li>
368
                                <div id="barcode_param" style="display: none;">
368
                                <div id="barcode_param" style="display: none;">
369
                                <li>
369
                                <li>
370
                                    <label for="barcode_llx">Lower left X coordinate</label>
370
                                    <label for="barcode_llx">Lower left X coordinate: </label>
371
                                    <input type="text" name="barcode_llx" id="barcode_llx" size="2" value="[% barcode_llx |html %]" />
371
                                    <input type="text" name="barcode_llx" id="barcode_llx" size="2" value="[% barcode_llx |html %]" />
372
                                </li>
372
                                </li>
373
                                <li>
373
                                <li>
374
                                    <label for="barcode_lly">Lower left Y coordinate</label>
374
                                    <label for="barcode_lly">Lower left Y coordinate: </label>
375
                                    <input type="text" name="barcode_lly" id="barcode_lly" size="2" value="[% barcode_lly |html %]" />
375
                                    <input type="text" name="barcode_lly" id="barcode_lly" size="2" value="[% barcode_lly |html %]" />
376
                                </li>
376
                                </li>
377
                                <li>
377
                                <li>
378
                                    <label for="barcode_type">Barcode type</label>
378
                                    <label for="barcode_type">Barcode type: </label>
379
                                    <select name="barcode_type" id="barcode_type">
379
                                    <select name="barcode_type" id="barcode_type">
380
                                        [% FOREACH barcode_typ IN barcode_type %]
380
                                        [% FOREACH barcode_typ IN barcode_type %]
381
                                        [% IF ( barcode_typ.selected ) %]
381
                                        [% IF ( barcode_typ.selected ) %]
Lines 387-393 Link Here
387
                                    </select>
387
                                    </select>
388
                                </li>
388
                                </li>
389
                                <li>
389
                                <li>
390
                                    <label for="barcode_text_print">Print card number as text under barcode</label>
390
                                    <label for="barcode_text_print">Print card number as text under barcode: </label>
391
                                    [% IF ( barcode_text_print ) %]
391
                                    [% IF ( barcode_text_print ) %]
392
                                    <input type="checkbox" name="barcode_text_print" id="barcode_text_print" value="1" checked="checked" />
392
                                    <input type="checkbox" name="barcode_text_print" id="barcode_text_print" value="1" checked="checked" />
393
                                    [% ELSE %]
393
                                    [% ELSE %]
Lines 404-410 Link Here
404
                                    <fieldset>
404
                                    <fieldset>
405
                                    <legend>Image 1</legend>
405
                                    <legend>Image 1</legend>
406
                                    <li>
406
                                    <li>
407
                                        <label for="image_1_image_source">Image source</label>
407
                                        <label for="image_1_image_source">Image source: </label>
408
                                        <select name="image_1_image_source" id="image_1_image_source">
408
                                        <select name="image_1_image_source" id="image_1_image_source">
409
                                            [% FOREACH image_1_image_sourc IN image_1_image_source %]
409
                                            [% FOREACH image_1_image_sourc IN image_1_image_source %]
410
                                            [% IF ( image_1_image_sourc.selected ) %]
410
                                            [% IF ( image_1_image_sourc.selected ) %]
Lines 417-423 Link Here
417
                                    </li>
417
                                    </li>
418
                                    <div id="image_1_image_name" style="display: none;">
418
                                    <div id="image_1_image_name" style="display: none;">
419
                                    <li>
419
                                    <li>
420
                                        <label for="image_1_image_name">Image</label>
420
                                        <label for="image_1_image_name">Image: </label>
421
                                        <select name="image_1_image_name" id="image_1_image_name">
421
                                        <select name="image_1_image_name" id="image_1_image_name">
422
                                            [% FOREACH image_1_image_nam IN image_1_image_name %]
422
                                            [% FOREACH image_1_image_nam IN image_1_image_name %]
423
                                            [% IF ( image_1_image_nam.selected ) %]
423
                                            [% IF ( image_1_image_nam.selected ) %]
Lines 431-445 Link Here
431
                                    </div>
431
                                    </div>
432
                                    <div id="image_1_image_metrics" style="display: none;">
432
                                    <div id="image_1_image_metrics" style="display: none;">
433
                                    <li>
433
                                    <li>
434
                                        <label for="image_1_Dx">Display height</label>
434
                                        <label for="image_1_Dx">Display height: </label>
435
                                        <input type="text" name="image_1_Dx" id="image_1_Dx" size="2" value="[% image_1_Dx |html %]" />
435
                                        <input type="text" name="image_1_Dx" id="image_1_Dx" size="2" value="[% image_1_Dx |html %]" />
436
                                    </li>
436
                                    </li>
437
                                    <li>
437
                                    <li>
438
                                        <label for="image_1_Tx">Lower left X coordinate</label>
438
                                        <label for="image_1_Tx">Lower left X coordinate: </label>
439
                                        <input type="text" name="image_1_Tx" id="image_1_Tx" size="2" value="[% image_1_Tx |html %]" />
439
                                        <input type="text" name="image_1_Tx" id="image_1_Tx" size="2" value="[% image_1_Tx |html %]" />
440
                                    </li>
440
                                    </li>
441
                                    <li>
441
                                    <li>
442
                                        <label for="image_1_Ty">Lower left Y coordinate</label>
442
                                        <label for="image_1_Ty">Lower left Y coordinate: </label>
443
                                        <input type="text" name="image_1_Ty" id="image_1_Ty" size="2" value="[% image_1_Ty |html %]" />
443
                                        <input type="text" name="image_1_Ty" id="image_1_Ty" size="2" value="[% image_1_Ty |html %]" />
444
                                    </li>
444
                                    </li>
445
                                    </div>
445
                                    </div>
Lines 454-460 Link Here
454
                                    <fieldset>
454
                                    <fieldset>
455
                                    <legend>Image 2</legend>
455
                                    <legend>Image 2</legend>
456
                                    <li>
456
                                    <li>
457
                                        <label for="image_2_image_source">Image source</label>
457
                                        <label for="image_2_image_source">Image source: </label>
458
                                        <select name="image_2_image_source" id="image_2_image_source">
458
                                        <select name="image_2_image_source" id="image_2_image_source">
459
                                            [% FOREACH image_2_image_sourc IN image_2_image_source %]
459
                                            [% FOREACH image_2_image_sourc IN image_2_image_source %]
460
                                            [% IF ( image_2_image_sourc.selected ) %]
460
                                            [% IF ( image_2_image_sourc.selected ) %]
Lines 467-473 Link Here
467
                                    </li>
467
                                    </li>
468
                                    <div id="image_2_image_name" style="display: none;">
468
                                    <div id="image_2_image_name" style="display: none;">
469
                                    <li>
469
                                    <li>
470
                                        <label for="image_2_image_name">Image</label>
470
                                        <label for="image_2_image_name">Image: </label>
471
                                        <select name="image_2_image_name" id="image_2_image_name">
471
                                        <select name="image_2_image_name" id="image_2_image_name">
472
                                            [% FOREACH image_2_image_nam IN image_2_image_name %]
472
                                            [% FOREACH image_2_image_nam IN image_2_image_name %]
473
                                            [% IF ( image_2_image_nam.selected ) %]
473
                                            [% IF ( image_2_image_nam.selected ) %]
Lines 481-495 Link Here
481
                                    </div>
481
                                    </div>
482
                                    <div id="image_2_image_metrics" style="display: none;">
482
                                    <div id="image_2_image_metrics" style="display: none;">
483
                                    <li>
483
                                    <li>
484
                                        <label for="image_2_Dx">Display height</label>
484
                                        <label for="image_2_Dx">Display height: </label>
485
                                        <input type="text" name="image_2_Dx" id="image_2_Dx" size="2" value="[% image_2_Dx |html %]" />
485
                                        <input type="text" name="image_2_Dx" id="image_2_Dx" size="2" value="[% image_2_Dx |html %]" />
486
                                    </li>
486
                                    </li>
487
                                    <li>
487
                                    <li>
488
                                        <label for="image_2_Tx">Lower left X coordinate</label>
488
                                        <label for="image_2_Tx">Lower left X coordinate: </label>
489
                                        <input type="text" name="image_2_Tx" id="image_2_Tx" size="2" value="[% image_2_Tx |html %]" />
489
                                        <input type="text" name="image_2_Tx" id="image_2_Tx" size="2" value="[% image_2_Tx |html %]" />
490
                                    </li>
490
                                    </li>
491
                                    <li>
491
                                    <li>
492
                                        <label for="image_2_Ty">Lower left Y coordinate</label>
492
                                        <label for="image_2_Ty">Lower left Y coordinate: </label>
493
                                        <input type="text" name="image_2_Ty" id="image_2_Ty" size="2" value="[% image_2_Ty |html %]" />
493
                                        <input type="text" name="image_2_Ty" id="image_2_Ty" size="2" value="[% image_2_Ty |html %]" />
494
                                    </li>
494
                                    </li>
495
                                    </div>
495
                                    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt (-3 / +3 lines)
Lines 57-65 function add_item(borrowernum,batch_id,type_id){ Link Here
57
<form method="get" action="/cgi-bin/koha/patroncards/members-search.pl"><p>
57
<form method="get" action="/cgi-bin/koha/patroncards/members-search.pl"><p>
58
<input type="hidden" name="batch_id" value="[% batch_id %]" />
58
<input type="hidden" name="batch_id" value="[% batch_id %]" />
59
<input type="hidden" name="type" value="[% type %]" />
59
<input type="hidden" name="type" value="[% type %]" />
60
<label for="member">Name</label>
60
<label for="member">Name: </label>
61
<input id="member" name="member" />
61
<input id="member" name="member" />
62
<label for="category">Category code</label>
62
<label for="category">Category code: </label>
63
<input id="category" name="category" />
63
<input id="category" name="category" />
64
<input type="submit" value="Search" /></p>
64
<input type="submit" value="Search" /></p>
65
</form>
65
</form>
Lines 73-79 function add_item(borrowernum,batch_id,type_id){ Link Here
73
73
74
    <table style="float: left; margin: .5em 0;">
74
    <table style="float: left; margin: .5em 0;">
75
    <tr>
75
    <tr>
76
    <th><label style="font-weight:bold;">Select</label></th>
76
    <th>Select</th>
77
    <th><a href="members-search.pl?member=[% member %]&amp;category=[% category_type %]&amp;batch_id=[% batch_id %]&amp;orderby=cardnumber">Card</a></th>
77
    <th><a href="members-search.pl?member=[% member %]&amp;category=[% category_type %]&amp;batch_id=[% batch_id %]&amp;orderby=cardnumber">Card</a></th>
78
    <th><a href="members-search.pl?member=[% member %]&amp;category=[% category_type %]&amp;batch_id=[% batch_id %]&amp;orderby=surname">Name</a></th>
78
    <th><a href="members-search.pl?member=[% member %]&amp;category=[% category_type %]&amp;batch_id=[% batch_id %]&amp;orderby=surname">Name</a></th>
79
    <th><a href="members-search.pl?member=[% member %]&amp;category=[% category_type %]&amp;batch_id=[% batch_id %]&amp;orderby=borrowers.categorycode">Category</a></th>
79
    <th><a href="members-search.pl?member=[% member %]&amp;category=[% category_type %]&amp;batch_id=[% batch_id %]&amp;orderby=borrowers.categorycode">Category</a></th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-1 / +1 lines)
Lines 59-65 function Dopop(link) { Link Here
59
	[% FOREACH mainloo IN mainloop %]
59
	[% FOREACH mainloo IN mainloop %]
60
        <h1>Top [% mainloo.limit %] List patrons for checkouts</h1>
60
        <h1>Top [% mainloo.limit %] List patrons for checkouts</h1>
61
		[% IF ( mainloo.loopfilter ) %]
61
		[% IF ( mainloo.loopfilter ) %]
62
			<p>Filtered on</p>
62
            <p>Filtered on:</p>
63
			[% FOREACH loopfilte IN mainloo.loopfilter %]
63
			[% FOREACH loopfilte IN mainloo.loopfilter %]
64
					<p>[% IF ( loopfilte.err ) %]  [% END %] [% loopfilte.crit %] =[% loopfilte.filter %][% IF ( loopfilte.err ) %]  [% END %]</p>
64
					<p>[% IF ( loopfilte.err ) %]  [% END %] [% loopfilte.crit %] =[% loopfilte.filter %][% IF ( loopfilte.err ) %]  [% END %]</p>
65
			[% END %]
65
			[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt (-1 / +1 lines)
Lines 26-32 $(document).ready(function(){ Link Here
26
    [% FOREACH mainloo IN mainloop %]
26
    [% FOREACH mainloo IN mainloop %]
27
        <h1>Patrons with no checkouts</h1>
27
        <h1>Patrons with no checkouts</h1>
28
        [% IF ( mainloo.loopfilter ) %]
28
        [% IF ( mainloo.loopfilter ) %]
29
            <p>Filtered on</p>
29
            <p>Filtered on:</p>
30
            [% FOREACH loopfilte IN mainloo.loopfilter %]
30
            [% FOREACH loopfilte IN mainloo.loopfilter %]
31
                    <p>[% IF ( loopfilte.err ) %]  [% END %] [% loopfilte.crit %] =[% loopfilte.filter %][% IF ( loopfilte.err ) %]  [% END %]</p>
31
                    <p>[% IF ( loopfilte.err ) %]  [% END %] [% loopfilte.crit %] =[% loopfilte.filter %][% IF ( loopfilte.err ) %]  [% END %]</p>
32
            [% END %]
32
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
	[% FOREACH mainloo IN mainloop %]
23
	[% FOREACH mainloo IN mainloop %]
24
		<h1>Patrons statistics</h1>
24
		<h1>Patrons statistics</h1>
25
		[% IF ( mainloo.loopfilter ) %]
25
		[% IF ( mainloo.loopfilter ) %]
26
			<p>Filtered on</p>
26
            <p>Filtered on:</p>
27
			[% FOREACH loopfilte IN mainloo.loopfilter %]
27
			[% FOREACH loopfilte IN mainloo.loopfilter %]
28
				<p>
28
				<p>
29
					[% loopfilte.crit %] = [% loopfilte.filter %]
29
					[% loopfilte.crit %] = [% loopfilte.filter %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt (-1 / +1 lines)
Lines 56-62 Link Here
56
	[% FOREACH mainloo IN mainloop %]
56
	[% FOREACH mainloo IN mainloop %]
57
        <h1>Top [% mainloo.limit %] Most-circulated items</h1>
57
        <h1>Top [% mainloo.limit %] Most-circulated items</h1>
58
		[% IF ( mainloo.loopfilter ) %]
58
		[% IF ( mainloo.loopfilter ) %]
59
			<p>Filtered on</p>
59
            <p>Filtered on:</p>
60
			[% FOREACH loopfilte IN mainloo.loopfilter %]
60
			[% FOREACH loopfilte IN mainloo.loopfilter %]
61
					<p>[% IF ( loopfilte.err ) %]  [% END %] [% loopfilte.crit %] =[% loopfilte.filter %][% IF ( loopfilte.err ) %]  [% END %]</p>
61
					<p>[% IF ( loopfilte.err ) %]  [% END %] [% loopfilte.crit %] =[% loopfilte.filter %][% IF ( loopfilte.err ) %]  [% END %]</p>
62
			[% END %]
62
			[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
	<h1>Items with no checkouts</h1>
20
	<h1>Items with no checkouts</h1>
21
	[% FOREACH mainloo IN mainloop %]
21
	[% FOREACH mainloo IN mainloop %]
22
		[% IF ( mainloo.loopfilter ) %]
22
		[% IF ( mainloo.loopfilter ) %]
23
			<p>Filtered on</p>
23
            <p>Filtered on:</p>
24
			[% FOREACH loopfilte IN mainloo.loopfilter %]
24
			[% FOREACH loopfilte IN mainloo.loopfilter %]
25
				[% IF ( loopfilte.err ) %]<p class="error">Error: 
25
				[% IF ( loopfilte.err ) %]<p class="error">Error: 
26
				[% ELSE %]<p>
26
				[% ELSE %]<p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-1 / +1 lines)
Lines 52-58 Link Here
52
	[% FOREACH mainloo IN mainloop %]
52
	[% FOREACH mainloo IN mainloop %]
53
		<h1>Catalog statistics</h1>
53
		<h1>Catalog statistics</h1>
54
		[% IF ( mainloo.loopfilter ) %]
54
		[% IF ( mainloo.loopfilter ) %]
55
			<p>Filtered on</p>
55
            <p>Filtered on:</p>
56
			[% FOREACH loopfilte IN mainloo.loopfilter %]
56
			[% FOREACH loopfilte IN mainloo.loopfilter %]
57
					<p>[% loopfilte.crit %] =[% loopfilte.filter %]</p>
57
					<p>[% loopfilte.crit %] =[% loopfilte.filter %]</p>
58
			[% END %]
58
			[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (-1 / +1 lines)
Lines 52-58 Link Here
52
	[% FOREACH mainloo IN mainloop %]
52
	[% FOREACH mainloo IN mainloop %]
53
        <h1>Average checkout period</h1>
53
        <h1>Average checkout period</h1>
54
		[% IF ( mainloo.loopfilter ) %]
54
		[% IF ( mainloo.loopfilter ) %]
55
			<p>Filtered on</p>
55
            <p>Filtered on:</p>
56
			[% FOREACH loopfilte IN mainloo.loopfilter %]
56
			[% FOREACH loopfilte IN mainloo.loopfilter %]
57
					<p>[% IF ( loopfilte.err ) %]  [% END %] [% loopfilte.crit %] =[% loopfilte.filter %][% IF ( loopfilte.err ) %]  [% END %]</p>
57
					<p>[% IF ( loopfilte.err ) %]  [% END %] [% loopfilte.crit %] =[% loopfilte.filter %][% IF ( loopfilte.err ) %]  [% END %]</p>
58
			[% END %]
58
			[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
    [% FOREACH mainloo IN mainloop %]
22
    [% FOREACH mainloo IN mainloop %]
23
        <h1>Circulation statistics</h1>
23
        <h1>Circulation statistics</h1>
24
        [% IF ( mainloo.loopfilter ) %]
24
        [% IF ( mainloo.loopfilter ) %]
25
            <p>Filtered on</p>
25
            <p>Filtered on:</p>
26
            <ul>
26
            <ul>
27
            [% FOREACH loopfilte IN mainloo.loopfilter %]
27
            [% FOREACH loopfilte IN mainloo.loopfilter %]
28
                [% IF ( loopfilte.err ) %]<li class="error">Error:
28
                [% IF ( loopfilte.err ) %]<li class="error">Error:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-1 / +1 lines)
Lines 94-100 Link Here
94
    [% IF ( mainloop ) %]
94
    [% IF ( mainloop ) %]
95
        <h1>Holds statistics</h1>
95
        <h1>Holds statistics</h1>
96
        [% IF ( loopfilter ) %]
96
        [% IF ( loopfilter ) %]
97
            <p>Filtered on</p>
97
            <p>Filtered on:</p>
98
            <ul>
98
            <ul>
99
            [% FOREACH loopfilte IN loopfilter %]
99
            [% FOREACH loopfilte IN loopfilter %]
100
                [% IF ( loopfilte.err ) %]<li class="error">Error:
100
                [% IF ( loopfilte.err ) %]<li class="error">Error:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-6 / +6 lines)
Lines 1102-1128 $(document).ready(function() { Link Here
1102
        <fieldset class="rows">
1102
        <fieldset class="rows">
1103
            <ol>
1103
            <ol>
1104
                <li>
1104
                <li>
1105
                <label for="histstartdate">Subscription start date</label>
1105
                <label for="histstartdate">Subscription start date: </label>
1106
                <input type="text" name="histstartdate" id="histstartdate" value="[% histstartdate %]" /><div class="hint"> (start date of the 1st subscription)</div>
1106
                <input type="text" name="histstartdate" id="histstartdate" value="[% histstartdate %]" /><div class="hint"> (start date of the 1st subscription)</div>
1107
                </li>
1107
                </li>
1108
                <li>
1108
                <li>
1109
                <label for="histenddate">Subscription end date</label>
1109
                <label for="histenddate">Subscription end date: </label>
1110
                <input type="text" name="histenddate" id="histenddate" value="[% histenddate %]" /> <div class="hint">(if empty, subscription is still active)</div>
1110
                <input type="text" name="histenddate" id="histenddate" value="[% histenddate %]" /> <div class="hint">(if empty, subscription is still active)</div>
1111
                </li>
1111
                </li>
1112
                <li>
1112
                <li>
1113
                <label for="recievedlist">Received issues</label>
1113
                <label for="recievedlist">Received issues: </label>
1114
                <textarea name="recievedlist" id="recievedlist" cols="60" rows="5">[% recievedlist %]</textarea>
1114
                <textarea name="recievedlist" id="recievedlist" cols="60" rows="5">[% recievedlist %]</textarea>
1115
                </li>
1115
                </li>
1116
                <li>
1116
                <li>
1117
                <label for="missinglist">Missing issues</label>
1117
                <label for="missinglist">Missing issues: </label>
1118
                <textarea name="missinglist" id="missinglist" cols="60" rows="5">[% missinglist %]</textarea>
1118
                <textarea name="missinglist" id="missinglist" cols="60" rows="5">[% missinglist %]</textarea>
1119
                </li>
1119
                </li>
1120
                <li>
1120
                <li>
1121
                <label for="opacnote">Note for OPAC</label>
1121
                <label for="opacnote">Note for OPAC: </label>
1122
                <textarea name="opacnote" id="opacnote" cols="60" rows="5">[% opacnote %]</textarea>
1122
                <textarea name="opacnote" id="opacnote" cols="60" rows="5">[% opacnote %]</textarea>
1123
                </li>
1123
                </li>
1124
                <li>
1124
                <li>
1125
                <label for="librariannote">Note for staff</label>
1125
                <label for="librariannote">Note for staff: </label>
1126
                <textarea name="librariannote" id="librariannote" cols="60" rows="5">[% librariannote %]</textarea>
1126
                <textarea name="librariannote" id="librariannote" cols="60" rows="5">[% librariannote %]</textarea>
1127
                </li>
1127
                </li>
1128
            </ol>
1128
            </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-2 / +2 lines)
Lines 409-416 $(document).ready(function() { Link Here
409
            <li><span class="label">Missing issues:</span>[% missinglist %]</li>
409
            <li><span class="label">Missing issues:</span>[% missinglist %]</li>
410
            <li><span class="label">Nonpublic note:</span>[% internalnotes FILTER html_line_break %]</li>
410
            <li><span class="label">Nonpublic note:</span>[% internalnotes FILTER html_line_break %]</li>
411
            <li><span class="label">Public note:</span>[% notes FILTER html_line_break %]</li>
411
            <li><span class="label">Public note:</span>[% notes FILTER html_line_break %]</li>
412
            <li><span class="label">History staff note</span>[% librariannote FILTER html_line_break %]</li>
412
            <li><span class="label">History staff note:</span>[% librariannote FILTER html_line_break %]</li>
413
            <li><span class="label">History OPAC note</span>[% opacnote FILTER html_line_break %]</li>
413
            <li><span class="label">History OPAC note:</span>[% opacnote FILTER html_line_break %]</li>
414
        </ol>
414
        </ol>
415
    </div>
415
    </div>
416
    </div>
416
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 346-352 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
346
            </select>
346
            </select>
347
                </li><li><label for="price">Price:</label>
347
                </li><li><label for="price">Price:</label>
348
			<input type="text" size="20" name="price" id="price" value="[% price %]" onchange="calcNewsuggTotal();" />
348
			<input type="text" size="20" name="price" id="price" value="[% price %]" onchange="calcNewsuggTotal();" />
349
                </li><li><label for="total">Total</label>
349
                </li><li><label for="total">Total: </label>
350
			<input type="text" readonly="readonly" id="total" name="total" size="10" value="[% total %]"/>
350
			<input type="text" readonly="readonly" id="total" name="total" size="10" value="[% total %]"/>
351
                </li></ol>
351
                </li></ol>
352
    </fieldset><input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby %][% ELSE %]noone[% END %]"/>
352
    </fieldset><input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby %][% ELSE %]noone[% END %]"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt (-2 / +2 lines)
Lines 35-43 Link Here
35
                                <legend>Use a file</legend>
35
                                <legend>Use a file</legend>
36
                	              <ol>
36
                	              <ol>
37
				      <li>
37
				      <li>
38
					<label for="barcode_file">Barcode file</label><input type="radio" name="filecontent" value="barcode_file" id="barcode_file" checked="checked" /></li>
38
                    <label for="barcode_file">Barcode file: </label><input type="radio" name="filecontent" value="barcode_file" id="barcode_file" checked="checked" /></li>
39
                    <li>
39
                    <li>
40
					<label for="itemid_file">Item number file</label><input type="radio" name="filecontent" value="itemid_file" id="itemid_file" />
40
                    <label for="itemid_file">Item number file: </label><input type="radio" name="filecontent" value="itemid_file" id="itemid_file" />
41
				      </li>
41
				      </li>
42
                                    <li><label for="uploadfile">File: </label> <input type="file" id="uploadfile" name="uploadfile" /></li>
42
                                    <li><label for="uploadfile">File: </label> <input type="file" id="uploadfile" name="uploadfile" /></li>
43
                                </ol>
43
                                </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-1 / +1 lines)
Lines 108-114 Link Here
108
<ol>
108
<ol>
109
    [% FOREACH columnkey IN columnkeys %]
109
    [% FOREACH columnkey IN columnkeys %]
110
	<li>
110
	<li>
111
		<label class="widelabel" for="[% columnkey.key %]">[% columnkey.key %]</label>
111
        <label class="widelabel" for="[% columnkey.key %]">[% columnkey.key %]: </label>
112
		<input id="[% columnkey.key %]" name="[% columnkey.key %]" />
112
		<input id="[% columnkey.key %]" name="[% columnkey.key %]" />
113
	</li>
113
	</li>
114
    [% END %]
114
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-6 / +6 lines)
Lines 66-76 $(document).ready(function(){ Link Here
66
        <fieldset class="rows">
66
        <fieldset class="rows">
67
        <legend>Select items you want to check</legend>
67
        <legend>Select items you want to check</legend>
68
        <ol><li>
68
        <ol><li>
69
        <label for="branch">Library</label>
69
        <label for="branch">Library: </label>
70
            <input type="radio" name="branch" value="homebranch"> Home library</input>
70
            <input type="radio" name="branch" value="homebranch"> Home library</input>
71
            <input type="radio" name="branch" value="holdingbranch"> Current location</input>
71
            <input type="radio" name="branch" value="holdingbranch"> Current location</input>
72
        </li><li>
72
        </li><li>
73
        <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;">
73
        <label for="branchloop">Library: </label><select id="branchloop" name="branchcode" style="width:12em;">
74
            <option value="">All locations</option>
74
            <option value="">All locations</option>
75
        [% FOREACH branchloo IN branchloop %]
75
        [% FOREACH branchloo IN branchloop %]
76
            [% IF ( branchloo.selected ) %]
76
            [% IF ( branchloo.selected ) %]
Lines 83-89 $(document).ready(function(){ Link Here
83
        </li>
83
        </li>
84
        [% IF ( authorised_values ) %]
84
        [% IF ( authorised_values ) %]
85
        <li>
85
        <li>
86
            <label for="locationloop">Shelving location (items.location) is</label>
86
            <label for="locationloop">Shelving location (items.location) is: </label>
87
        <select id="locationloop" name="location">
87
        <select id="locationloop" name="location">
88
                <option value="">Filter location</option>
88
                <option value="">Filter location</option>
89
        [% FOREACH authorised_value IN authorised_values %]
89
        [% FOREACH authorised_value IN authorised_values %]
Lines 105-111 $(document).ready(function(){ Link Here
105
	</ol>
105
	</ol>
106
	</fieldset>
106
	</fieldset>
107
            <fieldset class="rows">
107
            <fieldset class="rows">
108
            <legend>Item statuses:</legend>
108
            <legend>Item statuses</legend>
109
            <div name="statuses" style="display: block;">
109
            <div name="statuses" style="display: block;">
110
                  [% FOREACH statuse IN statuses %]
110
                  [% FOREACH statuse IN statuses %]
111
                      [% IF ( statuse.values ) %]
111
                      [% IF ( statuse.values ) %]
Lines 146-156 $(document).ready(function(){ Link Here
146
            <input type="text" id="offset" name="offset" value="[% offset %]" size="5" maxlength="5" />
146
            <input type="text" id="offset" name="offset" value="[% offset %]" size="5" maxlength="5" />
147
        </li>
147
        </li>
148
        <li>
148
        <li>
149
           <label for="CSVexport">Export to CSV file</label>
149
           <label for="CSVexport">Export to CSV file: </label>
150
           <input type="checkbox" name="CSVexport" id="CSVexport" />
150
           <input type="checkbox" name="CSVexport" id="CSVexport" />
151
        </li>
151
        </li>
152
        <li>
152
        <li>
153
            <label for="compareinv2barcd">Compare barcodes list to results</label>
153
            <label for="compareinv2barcd">Compare barcodes list to results: </label>
154
            <input type="checkbox" name="compareinv2barcd" id="compareinv2barcd" />
154
            <input type="checkbox" name="compareinv2barcd" id="compareinv2barcd" />
155
        </li>
155
        </li>
156
        </ol>
156
        </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-6 / +5 lines)
Lines 79-106 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
79
            </select>
79
            </select>
80
            </li>
80
            </li>
81
            <li>
81
            <li>
82
                <label for="title">Title</label>
82
                <label for="title">Title: </label>
83
                <input id="title" size="30" type="text" name="title" value="[% new_detail.title %]" />
83
                <input id="title" size="30" type="text" name="title" value="[% new_detail.title %]" />
84
            </li>
84
            </li>
85
            <li>
85
            <li>
86
                <label for="from">Publication date</label>
86
                <label for="from">Publication date: </label>
87
                <input id="from" type="text" name="timestamp" size="15" value="[% new_detail.timestamp %]" class="datepickerfrom" />
87
                <input id="from" type="text" name="timestamp" size="15" value="[% new_detail.timestamp %]" class="datepickerfrom" />
88
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
88
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
89
            </li>
89
            </li>
90
            <li>
90
            <li>
91
                <label for="to">Expiration date</label>
91
                <label for="to">Expiration date: </label>
92
                <input id="to" type="text" name="expirationdate" size="15" value="[% new_detail.expirationdate %]" class="datepickerto" />
92
                <input id="to" type="text" name="expirationdate" size="15" value="[% new_detail.expirationdate %]" class="datepickerto" />
93
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
93
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
94
            </li>
94
            </li>
95
            <li>
95
            <li>
96
                <label for="number">Appear in position </label>
96
                <label for="number">Appear in position: </label>
97
                [% IF ( new_detail.number ) %]
97
                [% IF ( new_detail.number ) %]
98
                    <input id="number" size="3" name="number" type="text" checked="checked" value="[% new_detail.number %]" />
98
                    <input id="number" size="3" name="number" type="text" checked="checked" value="[% new_detail.number %]" />
99
                [% ELSE %]
99
                [% ELSE %]
100
                    <input id="number" size="3" name="number" type="text" />
100
                    <input id="number" size="3" name="number" type="text" />
101
                [% END %]
101
                [% END %]
102
            </li>
102
            </li>
103
            <li><label for="new">News</label>
103
            <li><label for="new">News: </label>
104
            <textarea name="new" id="new"  cols="75" rows="10">[% new_detail.new %]</textarea></li>
104
            <textarea name="new" id="new"  cols="75" rows="10">[% new_detail.new %]</textarea></li>
105
            </ol>
105
            </ol>
106
			</fieldset>
106
			</fieldset>
107
- 

Return to bug 2835