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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-16 / +15 lines)
Lines 242-248 $(document).ready(function() Link Here
242
        <ol><li>
242
        <ol><li>
243
            [% IF ( biblionumber ) %]
243
            [% IF ( biblionumber ) %]
244
            <span class="label">Title</span>
244
            <span class="label">Title</span>
245
                <input type="hidden" size="50" name="title" value="[% title |html %]" /> <span class="title">[% title |html %]</span>
245
                <input type="hidden" name="title" value="[% title |html %]" /> <span class="title">[% title |html %]</span>
246
            [% ELSE %]
246
            [% ELSE %]
247
            <label for="entertitle" class="required">Title: </label>
247
            <label for="entertitle" class="required">Title: </label>
248
                <input type="text" id="entertitle" size="50" name="title" value="[% title |html %]" />
248
                <input type="text" id="entertitle" size="50" name="title" value="[% title |html %]" />
Lines 251-257 $(document).ready(function() Link Here
251
        <li>
251
        <li>
252
            [% IF ( biblionumber ) %]
252
            [% IF ( biblionumber ) %]
253
            <span class="label">Author: </span>
253
            <span class="label">Author: </span>
254
                <input type="hidden" size="50" name="author" id="author" value="[% author %]" />[% author %]
254
                <input type="hidden" name="author" id="author" value="[% author %]" />[% author %]
255
            [% ELSE %]
255
            [% ELSE %]
256
            <label for="author">Author: </label>
256
            <label for="author">Author: </label>
257
                <input type="text" size="50" name="author" id="author" value="[% author %]" />
257
                <input type="text" size="50" name="author" id="author" value="[% author %]" />
Lines 260-266 $(document).ready(function() Link Here
260
        <li>
260
        <li>
261
            [% IF ( biblionumber ) %]
261
            [% IF ( biblionumber ) %]
262
            <span class="label">Publisher: </span>
262
            <span class="label">Publisher: </span>
263
                <input type="hidden" size="50" name="publishercode" id="publishercode" value="[% publishercode %]" />[% publishercode %]
263
                <input type="hidden" name="publishercode" id="publishercode" value="[% publishercode %]" />[% publishercode %]
264
            [% ELSE %]
264
            [% ELSE %]
265
            <label for="publishercode"> Publisher: </label>
265
            <label for="publishercode"> Publisher: </label>
266
                <input type="text" size="50" name="publishercode" id="publishercode" value="[% publishercode %]" />
266
                <input type="text" size="50" name="publishercode" id="publishercode" value="[% publishercode %]" />
Lines 269-275 $(document).ready(function() Link Here
269
        <li>
269
        <li>
270
            [% IF ( biblionumber ) %]
270
            [% IF ( biblionumber ) %]
271
            <span class="label">Edition: </span>
271
            <span class="label">Edition: </span>
272
                <input type="hidden" size="20" name="editionstatement" id="editionstatement" value="[% editionstatement %]" />[% editionstatement %]
272
                <input type="hidden" name="editionstatement" id="editionstatement" value="[% editionstatement %]" />[% editionstatement %]
273
273
274
            [% ELSE %]
274
            [% ELSE %]
275
            <label for="editionstatement">Edition: </label>
275
            <label for="editionstatement">Edition: </label>
Lines 279-285 $(document).ready(function() Link Here
279
        <li>
279
        <li>
280
            [% IF ( biblionumber ) %]
280
            [% IF ( biblionumber ) %]
281
            <span class="label">Publication year: </span>
281
            <span class="label">Publication year: </span>
282
                <input type="hidden" size="10" name="publicationyear" id="publicationyear" value="[% publicationyear %]" />[% publicationyear %]
282
                <input type="hidden" name="publicationyear" id="publicationyear" value="[% publicationyear %]" />[% publicationyear %]
283
            [% ELSE %]
283
            [% ELSE %]
284
            <label for="publicationyear">Publication year: </label>
284
            <label for="publicationyear">Publication year: </label>
285
                <input type="text" size="10" name="publicationyear" id="publicationyear" value="[% publicationyear %]" />
285
                <input type="text" size="10" name="publicationyear" id="publicationyear" value="[% publicationyear %]" />
Lines 288-294 $(document).ready(function() Link Here
288
        <li>
288
        <li>
289
            [% IF ( biblionumber ) %]
289
            [% IF ( biblionumber ) %]
290
            <span class="label">ISBN: </span>
290
            <span class="label">ISBN: </span>
291
                <input type="hidden" size="50" name="isbn" id="ISBN" value="[% isbn %]" />[% isbn %]
291
                <input type="hidden" name="isbn" id="ISBN" value="[% isbn %]" />[% isbn %]
292
            [% ELSE %]
292
            [% ELSE %]
293
            <label for="ISBN">ISBN: </label>
293
            <label for="ISBN">ISBN: </label>
294
                <input type="text" size="50" name="isbn" id="ISBN" value="[% isbn %]" />
294
                <input type="text" size="50" name="isbn" id="ISBN" value="[% isbn %]" />
Lines 298-304 $(document).ready(function() Link Here
298
        <li>
298
        <li>
299
            [% IF ( biblionumber ) %]
299
            [% IF ( biblionumber ) %]
300
            <span class="label">EAN: </span>
300
            <span class="label">EAN: </span>
301
                <input type="hidden" size="20" name="ean" id="EAN" value="[% ean %]" />[% ean %]
301
                <input type="hidden" name="ean" id="EAN" value="[% ean %]" />[% ean %]
302
            [% ELSE %]
302
            [% ELSE %]
303
            <label for="EAN">EAN: </label>
303
            <label for="EAN">EAN: </label>
304
                <input type="text" size="20" name="ean" id="EAN" value="[% ean %]" />
304
                <input type="text" size="20" name="ean" id="EAN" value="[% ean %]" />
Lines 308-320 $(document).ready(function() Link Here
308
        <li>
308
        <li>
309
            [% IF ( biblionumber ) %]
309
            [% IF ( biblionumber ) %]
310
            <span class="label">Series: </span>
310
            <span class="label">Series: </span>
311
                <input type="hidden" size="50" name="series" id="series" value="[% seriestitle %]" />[% seriestitle %]
311
                <input type="hidden" name="series" id="series" value="[% seriestitle %]" />[% seriestitle %]
312
            [% ELSE %]
312
            [% ELSE %]
313
            <label for="series">Series: </label>
313
            <label for="series">Series: </label>
314
                <input type="text" size="50" name="series" id="series" value="[% seriestitle %]" />
314
                <input type="text" size="50" name="series" id="series" value="[% seriestitle %]" />
315
            [% END %]
315
            [% END %]
316
        </li>
316
        </li>
317
        </li>
318
            [% UNLESS ( biblionumber ) %]
317
            [% UNLESS ( biblionumber ) %]
319
            [% IF ( itemtypeloop ) %]
318
            [% IF ( itemtypeloop ) %]
320
            <li>
319
            <li>
Lines 395-401 $(document).ready(function() Link Here
395
            <li>
394
            <li>
396
                [% IF ( close ) %]
395
                [% IF ( close ) %]
397
            <span class="label required">Quantity: </span>
396
            <span class="label required">Quantity: </span>
398
                    <input type="hidden" size="20" name="quantity" value="[% quantity %]" />[% quantity %]
397
                    <input type="hidden" name="quantity" value="[% quantity %]" />[% quantity %]
399
                [% ELSE %]
398
                [% ELSE %]
400
                    <label class="required" for="quantity">Quantity: </label>
399
                    <label class="required" for="quantity">Quantity: </label>
401
                    [% IF (AcqCreateItemOrdering) %]
400
                    [% IF (AcqCreateItemOrdering) %]
Lines 418-424 $(document).ready(function() Link Here
418
            <li>
417
            <li>
419
                [% IF ( close ) %]
418
                [% IF ( close ) %]
420
            <span class="label required">Fund: </span>
419
            <span class="label required">Fund: </span>
421
                    <input type="hidden" size="20" name="budget_id" id="budget_id" value="[% budget_id %]" />[% Budget_name %]
420
                    <input type="hidden" name="budget_id" id="budget_id" value="[% budget_id %]" />[% Budget_name %]
422
                [% ELSE %]
421
                [% ELSE %]
423
                <label class="required" for="budget_id">Fund: </label>
422
                <label class="required" for="budget_id">Fund: </label>
424
                <select id="budget_id" onchange="fetchSortDropbox(this.form)" size="1" name="budget_id">
423
                <select id="budget_id" onchange="fetchSortDropbox(this.form)" size="1" name="budget_id">
Lines 440-446 $(document).ready(function() Link Here
440
		<li>
439
		<li>
441
                [% IF ( close ) %]
440
                [% IF ( close ) %]
442
			<span class="label">Currency: </span>
441
			<span class="label">Currency: </span>
443
			<input type="hidden" size="10" name="currency" id="currency" value="[% currency %]" />[% currency %]
442
            <input type="hidden" name="currency" id="currency" value="[% currency %]" />[% currency %]
444
                [% ELSE %]
443
                [% ELSE %]
445
			<label for="currency">Currency:</label>
444
			<label for="currency">Currency:</label>
446
			<select name="currency" id="currency" onchange="updateCosts();">
445
			<select name="currency" id="currency" onchange="updateCosts();">
Lines 452-458 $(document).ready(function() Link Here
452
            <li>
451
            <li>
453
                [% IF ( close ) %]
452
                [% IF ( close ) %]
454
                    <span class="label">Vendor price: </span>
453
                    <span class="label">Vendor price: </span>
455
                    <input type="hidden" size="20" name="listprice" id="listprice" value="[% listprice %]" />[% listprice %]
454
                    <input type="hidden" name="listprice" id="listprice" value="[% listprice %]" />[% listprice %]
456
                [% ELSE %]
455
                [% ELSE %]
457
                <label for="listprice">Vendor price: </label>
456
                <label for="listprice">Vendor price: </label>
458
                    <input type="text" size="20" name="listprice" id="listprice" value="[% listprice %]" onchange="updateCosts()" />
457
                    <input type="text" size="20" name="listprice" id="listprice" value="[% listprice %]" onchange="updateCosts()" />
Lines 472-480 $(document).ready(function() Link Here
472
                <li>
471
                <li>
473
                    [% IF ( close ) %]
472
                    [% IF ( close ) %]
474
                        <span class="label">Tax rate: </span>
473
                        <span class="label">Tax rate: </span>
475
                        <input type="hidden" size="20" name="gstrate" id="gstrate" value="[% gstrate %]" />[% gstrate %]%
474
                        <input type="hidden" name="gstrate" id="gstrate" value="[% gstrate %]" />[% gstrate %]%
476
                    [% ELSE %]
475
                    [% ELSE %]
477
                        <label for="gst">Tax rate: </label>
476
                        <label for="gstrate">Tax rate: </label>
478
                        <select name="gstrate" id="gstrate" onchange="updateCosts();">
477
                        <select name="gstrate" id="gstrate" onchange="updateCosts();">
479
                        [% FOREACH gst IN gst_values %]
478
                        [% FOREACH gst IN gst_values %]
480
                          [% IF ( gst.option == gstrate ) %]
479
                          [% IF ( gst.option == gstrate ) %]
Lines 508-514 $(document).ready(function() Link Here
508
            <li>
507
            <li>
509
                [% IF ( close ) %]
508
                [% IF ( close ) %]
510
                    <span class="label">Replacement cost: </span>
509
                    <span class="label">Replacement cost: </span>
511
                    <input type="hidden" size="20" name="rrp" id="rrp" value="[% rrp %]" />[% rrp %]
510
                    <input type="hidden" name="rrp" id="rrp" value="[% rrp %]" />[% rrp %]
512
                [% ELSE %]
511
                [% ELSE %]
513
                    <label for="rrp">Replacement cost: </label>
512
                    <label for="rrp">Replacement cost: </label>
514
                    <input type="text" size="20" name="rrp" id="rrp" value="[% rrp %]" /> (adjusted for [% cur_active %])
513
                    <input type="text" size="20" name="rrp" id="rrp" value="[% rrp %]" /> (adjusted for [% cur_active %])
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt (-3 / +6 lines)
Lines 1-7 Link Here
1
<ol>
1
<ol>
2
  [% FOREACH iteminfo IN iteminformation %]
2
  [% FOREACH iteminfo IN iteminformation %]
3
    <li>
3
    [% IF ( iteminfo.hidden ) %]
4
      <div class="subfield_line" style="[% iteminfo.hidden %];" id="subfield[% iteminfo.serialid %][% iteminfo.countitems %][% iteminfo.subfield %][% iteminfo.random %]">
4
       <li style="[% iteminfo.hidden %];">
5
    [% ELSE %]
6
        <li>
7
    [% END %]
8
      <div class="subfield_line" id="subfield[% iteminfo.serialid %][% iteminfo.countitems %][% iteminfo.subfield %][% iteminfo.random %]">
5
        [% IF (iteminfo.mandatory) %]
9
        [% IF (iteminfo.mandatory) %]
6
            <label class="required">[% iteminfo.subfield %] - [% iteminfo.marc_lib %]</label>
10
            <label class="required">[% iteminfo.subfield %] - [% iteminfo.marc_lib %]</label>
7
        [% ELSE %]
11
        [% ELSE %]
8
- 

Return to bug 10475