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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-1 / +1 lines)
Lines 9-15 Link Here
9
[% IF ( picture ) %]
9
[% IF ( picture ) %]
10
<li><img src="/cgi-bin/koha/members/patronimage.pl?crdnum=[% cardnumber | uri %]" id="patronimage" alt="[% firstname %] [% surname %] ([% cardnumber %])" border="0" style="max-width : 140px; margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC; width:auto !important; width:130px;" /></li>
10
<li><img src="/cgi-bin/koha/members/patronimage.pl?crdnum=[% cardnumber | uri %]" id="patronimage" alt="[% firstname %] [% surname %] ([% cardnumber %])" border="0" style="max-width : 140px; margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC; width:auto !important; width:130px;" /></li>
11
[% ELSE %]
11
[% ELSE %]
12
<li><img src="/intranet-tmpl/prog/img/patron-blank.png" alt="[% firstname %] [% surname %] ([% cardnumber %])" border="0" style="margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC;" /></li>
12
<li><img src="[% interface %]/[% theme %]/img/patron-blank.png" alt="[% firstname %] [% surname %] ([% cardnumber %])" border="0" style="margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC;" /></li>
13
[% END %]
13
[% END %]
14
[% END %]
14
[% END %]
15
    [% IF ( address or address2 ) %]
15
    [% IF ( address or address2 ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt (-1 / +1 lines)
Lines 11-17 in the global namespace %] Link Here
11
[% IF borrower.has_picture %]
11
[% IF borrower.has_picture %]
12
<li><img src="/cgi-bin/koha/members/patronimage.pl?crdnum=[% borrower.cardnumber %]" id="patronimage" alt="[% borrower.firstname %] [% borrower.surname %] ([% borrower.cardnumber %])" border="0" style="max-width : 140px; margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC; width:auto !important; width:130px;" /></li>
12
<li><img src="/cgi-bin/koha/members/patronimage.pl?crdnum=[% borrower.cardnumber %]" id="patronimage" alt="[% borrower.firstname %] [% borrower.surname %] ([% borrower.cardnumber %])" border="0" style="max-width : 140px; margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC; width:auto !important; width:130px;" /></li>
13
[% ELSE %]
13
[% ELSE %]
14
<li><img src="/intranet-tmpl/prog/img/patron-blank.png" alt="[% borrower.firstname %] [% borrower.surname %] ([% borrower.cardnumber %])" border="0" style="margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC;" /></li>
14
<li><img src="[% interface %]/[% theme %]/img/patron-blank.png" alt="[% borrower.firstname %] [% borrower.surname %] ([% borrower.cardnumber %])" border="0" style="margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC;" /></li>
15
[% END %]
15
[% END %]
16
[% END %]
16
[% END %]
17
    [% IF ( borrower.address or borrower.address2 ) %]
17
    [% IF ( borrower.address or borrower.address2 ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 63-69 YAHOO.util.Event.onAvailable("popmenu", function () { Link Here
63
});
63
});
64
//]]>
64
//]]>
65
</script>
65
</script>
66
<style type="text/css">td.locked { background-image: url('/intranet-tmpl/prog/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 4% 50%; } a.control { font-size:85%;text-decoration:none; }</style>
66
<style type="text/css">td.locked { background-image: url('[% interface %]/[% theme %]/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 5px 5px; } a.control { font-size:85%;text-decoration:none; }</style>
67
</head>
67
</head>
68
<body id="admin_aqplan" class="admin">
68
<body id="admin_aqplan" class="admin">
69
[% INCLUDE 'header.inc' %]
69
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-3 / +3 lines)
Lines 96-102 function Check(f) { Link Here
96
                    $('#importing_' + frameworkcode).find("span").html(_("Importing to framework:")+"<strong>" + frameworkcode + "</strong><br />" +_("Importing from file:")+"<i>" + obj.val().replace(new RegExp("^.+[/\\\\]"),"") + "</i>");
96
                    $('#importing_' + frameworkcode).find("span").html(_("Importing to framework:")+"<strong>" + frameworkcode + "</strong><br />" +_("Importing from file:")+"<i>" + obj.val().replace(new RegExp("^.+[/\\\\]"),"") + "</i>");
97
                    if (navigator.userAgent.toLowerCase().indexOf('msie') != -1) {
97
                    if (navigator.userAgent.toLowerCase().indexOf('msie') != -1) {
98
                        var timestamp = new Date().getTime();
98
                        var timestamp = new Date().getTime();
99
                        $('#importing_' + frameworkcode).find("img").attr('src', '/intranet-tmpl/prog/img/loading-small.gif' + '?' +timestamp);
99
                        $('#importing_' + frameworkcode).find("img").attr('src', '[% interface %]/[% theme %]/img/loading-small.gif' + '?' +timestamp);
100
                    }
100
                    }
101
                    $('#importing_' + frameworkcode).css('display', 'block');
101
                    $('#importing_' + frameworkcode).css('display', 'block');
102
                    if (navigator.userAgent.toLowerCase().indexOf('firefox') == -1) $("body").css("cursor", "progress");
102
                    if (navigator.userAgent.toLowerCase().indexOf('firefox') == -1) $("body").css("cursor", "progress");
Lines 219-225 function Check(f) { Link Here
219
                    <input type="hidden" name="action" value="import" />
219
                    <input type="hidden" name="action" value="import" />
220
                    <ol>
220
                    <ol>
221
                        <li><label for="d_file_import_[% frameworkcode %]">Upload file:</label><input type="file" name="file_import_[% frameworkcode %]" id="d_file_import_[% frameworkcode %]" class="input_import" value="" autocomplete="off" /></li>
221
                        <li><label for="d_file_import_[% frameworkcode %]">Upload file:</label><input type="file" name="file_import_[% frameworkcode %]" id="d_file_import_[% frameworkcode %]" class="input_import" value="" autocomplete="off" /></li>
222
                        <li><div id="importing_[% frameworkcode %]" style="display:none" class="importing"><img src="/intranet-tmpl/prog/img/loading-small.gif" /><span class="importing_msg"></span></div></li>
222
                        <li><div id="importing_[% frameworkcode %]" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/loading-small.gif" /><span class="importing_msg"></span></div></li>
223
                    </ol>
223
                    </ol>
224
                    </fieldset>
224
                    </fieldset>
225
                    <fieldset class="action"><input type="submit" value="Import" /> <a href="#" class="import_export_close cancel">Cancel</a> </fieldset>
225
                    <fieldset class="action"><input type="submit" value="Import" /> <a href="#" class="import_export_close cancel">Cancel</a> </fieldset>
Lines 268-274 function Check(f) { Link Here
268
                        <li><label for="file_import_[% loo.frameworkcode %]">Upload file:</label><input type="file" name="file_import_[% loo.frameworkcode %]" id="file_import_[% loo.frameworkcode %]" class="input_import" value="" autocomplete="off" /></li>
268
                        <li><label for="file_import_[% loo.frameworkcode %]">Upload file:</label><input type="file" name="file_import_[% loo.frameworkcode %]" id="file_import_[% loo.frameworkcode %]" class="input_import" value="" autocomplete="off" /></li>
269
                    </ol>
269
                    </ol>
270
                    </fieldset>
270
                    </fieldset>
271
                    <fieldset class="action"><input type="submit" value="Import" /><div id="importing_[% loo.frameworkcode %]" style="display:none" class="importing"><img src="/intranet-tmpl/prog/img/loading-small.gif" /><span class="importing_msg"></span></div> <a href="#" class="cancel import_export_close">Cancel</a> </fieldset>
271
                    <fieldset class="action"><input type="submit" value="Import" /><div id="importing_[% loo.frameworkcode %]" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/loading-small.gif" /><span class="importing_msg"></span></div> <a href="#" class="cancel import_export_close">Cancel</a> </fieldset>
272
                </form>
272
                </form>
273
            </div>
273
            </div>
274
            </div>
274
            </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-6 / +6 lines)
Lines 260-270 function confirmnotdup(redirect){ Link Here
260
                <span class="field_controls">
260
                <span class="field_controls">
261
                [% IF ( innerloo.repeatable ) %]
261
                [% IF ( innerloo.repeatable ) %]
262
                    <a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]','[% hide_marc %]','[% advancedMARCEditor %]'); return false;" title="Repeat this Tag">
262
                    <a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]','[% hide_marc %]','[% advancedMARCEditor %]'); return false;" title="Repeat this Tag">
263
                        <img src="/intranet-tmpl/prog/img/repeat-tag.png" alt="Repeat this Tag" />
263
                        <img src="[% interface %]/[% theme %]/img/repeat-tag.png" alt="Repeat this Tag" />
264
                    </a>
264
                    </a>
265
                [% END %]
265
                [% END %]
266
                    <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Delete this Tag">
266
                    <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Delete this Tag">
267
                        <img src="/intranet-tmpl/prog/img/delete-tag.png" alt="Delete this Tag" />
267
                        <img src="[% interface %]/[% theme %]/img/delete-tag.png" alt="Delete this Tag" />
268
                    </a>
268
                    </a>
269
                </span>
269
                </span>
270
270
Lines 283-291 function confirmnotdup(redirect){ Link Here
283
                [% UNLESS hide_marc %]
283
                [% UNLESS hide_marc %]
284
                <span class="subfieldcode">
284
                <span class="subfieldcode">
285
                    [% IF ( subfield_loo.fixedfield ) %]
285
                    [% IF ( subfield_loo.fixedfield ) %]
286
                        <img class="buttonUp" style="display:none;" src="/intranet-tmpl/prog/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
286
                        <img class="buttonUp" style="display:none;" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
287
                    [% ELSE %]
287
                    [% ELSE %]
288
                        <img class="buttonUp" src="/intranet-tmpl/prog/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
288
                        <img class="buttonUp" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
289
                    [% END %]
289
                    [% END %]
290
                        <input type="text"
290
                        <input type="text"
291
                            title="[% subfield_loo.marc_lib_plain %]"
291
                            title="[% subfield_loo.marc_lib_plain %]"
Lines 316-325 function confirmnotdup(redirect){ Link Here
316
                <span class="subfield_controls">
316
                <span class="subfield_controls">
317
                [% IF ( subfield_loo.repeatable ) %]
317
                [% IF ( subfield_loo.repeatable ) %]
318
                    <a href="#" class="buttonPlus" tabindex="1" onclick="CloneSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]','[% advancedMARCEditor %]'); return false;">
318
                    <a href="#" class="buttonPlus" tabindex="1" onclick="CloneSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]','[% advancedMARCEditor %]'); return false;">
319
                        <img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
319
                        <img src="[% interface %]/[% theme %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
320
                    </a>
320
                    </a>
321
                    <a href="#" class="buttonMinus" tabindex="1" onclick="UnCloneField('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]'); return false;">
321
                    <a href="#" class="buttonMinus" tabindex="1" onclick="UnCloneField('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]'); return false;">
322
                        <img src="/intranet-tmpl/prog/img/delete-subfield.png" alt="Delete" title="Delete this subfield" />
322
                        <img src="[% interface %]/[% theme %]/img/delete-subfield.png" alt="Delete" title="Delete this subfield" />
323
                    </a>
323
                    </a>
324
                [% END %]
324
                [% END %]
325
                </span>
325
                </span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-6 / +6 lines)
Lines 504-514 function Changefwk(FwkList) { Link Here
504
                <span class="field_controls">
504
                <span class="field_controls">
505
                [% IF ( innerloo.repeatable ) %]
505
                [% IF ( innerloo.repeatable ) %]
506
                    <a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]','[% hide_marc %]','[% advancedMARCEditor %]'); return false;" title="Repeat this Tag">
506
                    <a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]','[% hide_marc %]','[% advancedMARCEditor %]'); return false;" title="Repeat this Tag">
507
                        <img src="/intranet-tmpl/prog/img/repeat-tag.png" alt="Repeat this Tag" />
507
                        <img src="[% interface %]/[% theme %]/img/repeat-tag.png" alt="Repeat this Tag" />
508
                    </a>
508
                    </a>
509
                [% END %]
509
                [% END %]
510
                    <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Delete this Tag">
510
                    <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Delete this Tag">
511
                        <img src="/intranet-tmpl/prog/img/delete-tag.png" alt="Delete this Tag" />
511
                        <img src="[% interface %]/[% theme %]/img/delete-tag.png" alt="Delete this Tag" />
512
                    </a>
512
                    </a>
513
                </span>
513
                </span>
514
514
Lines 527-535 function Changefwk(FwkList) { Link Here
527
                [% UNLESS hide_marc %]
527
                [% UNLESS hide_marc %]
528
                <span class="subfieldcode">
528
                <span class="subfieldcode">
529
                    [% IF ( subfield_loo.fixedfield ) %]
529
                    [% IF ( subfield_loo.fixedfield ) %]
530
                        <img class="buttonUp" style="display:none;" src="/intranet-tmpl/prog/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
530
                        <img class="buttonUp" style="display:none;" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
531
                    [% ELSE %]
531
                    [% ELSE %]
532
                        <img class="buttonUp" src="/intranet-tmpl/prog/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
532
                        <img class="buttonUp" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
533
                    [% END %]
533
                    [% END %]
534
                        <input type="text"
534
                        <input type="text"
535
                            title="[% subfield_loo.marc_lib_plain %]"
535
                            title="[% subfield_loo.marc_lib_plain %]"
Lines 560-569 function Changefwk(FwkList) { Link Here
560
                <span class="subfield_controls">
560
                <span class="subfield_controls">
561
                [% IF ( subfield_loo.repeatable ) %]
561
                [% IF ( subfield_loo.repeatable ) %]
562
                    <a href="#" class="buttonPlus" tabindex="1" onclick="CloneSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]','[% advancedMARCEditor %]'); return false;">
562
                    <a href="#" class="buttonPlus" tabindex="1" onclick="CloneSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]','[% advancedMARCEditor %]'); return false;">
563
                        <img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
563
                        <img src="[% interface %]/[% theme %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
564
                    </a>
564
                    </a>
565
                    <a href="#" class="buttonMinus" tabindex="1" onclick="UnCloneField('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]'); return false;">
565
                    <a href="#" class="buttonMinus" tabindex="1" onclick="UnCloneField('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]'); return false;">
566
                        <img src="/intranet-tmpl/prog/img/delete-subfield.png" alt="Delete" title="Delete this subfield" />
566
                        <img src="[% interface %]/[% theme %]/img/delete-subfield.png" alt="Delete" title="Delete this subfield" />
567
                    </a>
567
                    </a>
568
                [% END %]
568
                [% END %]
569
                </span>
569
                </span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 / +1 lines)
Lines 184-190 $(document).ready(function() { Link Here
184
                <input type="hidden" name="mandatory" value="[% ite.mandatory %]" />
184
                <input type="hidden" name="mandatory" value="[% ite.mandatory %]" />
185
                [% IF ( ite.repeatable ) %]
185
                [% IF ( ite.repeatable ) %]
186
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
186
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
187
                        <img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
187
                        <img src="[% interface %]/[% theme %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
188
                    </a>
188
                    </a>
189
                [% END %]
189
                [% END %]
190
                [% IF ( ite.mandatory ) %] <span class="required">Required</span>[% END %]
190
                [% IF ( ite.mandatory ) %] <span class="required">Required</span>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +2 lines)
Lines 453-459 function validate1(date) { Link Here
453
        [% IF ( IMPOSSIBLE ) %]
453
        [% IF ( IMPOSSIBLE ) %]
454
454
455
[% IF ( soundon ) %]
455
[% IF ( soundon ) %]
456
<audio src="/intranet-tmpl/prog/sound/critical.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
456
<audio src="[% interface %]/[% theme %]/sound/critical.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
457
[% END %]        
457
[% END %]        
458
458
459
<div class="yui-g">
459
<div class="yui-g">
Lines 536-542 function validate1(date) { Link Here
536
</div></div>
536
</div></div>
537
[% ELSE %]
537
[% ELSE %]
538
[% IF ( soundon ) %]
538
[% IF ( soundon ) %]
539
<audio src="/intranet-tmpl/prog/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
539
<audio src="[% interface %]/[% theme %]/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
540
[% END %]
540
[% END %]
541
    [% END %] <!-- /impossible -->
541
    [% END %] <!-- /impossible -->
542
542
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-8 / +8 lines)
Lines 120-126 $(document).ready(function () { Link Here
120
	<!-- waiting -->
120
	<!-- waiting -->
121
121
122
[% IF ( soundon ) %]
122
[% IF ( soundon ) %]
123
<audio src="/intranet-tmpl/prog/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
123
<audio src="[% interface %]/[% theme %]/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
124
[% END %]
124
[% END %]
125
125
126
<div id="hold-found1" class="dialog message">
126
<div id="hold-found1" class="dialog message">
Lines 163-169 $(document).ready(function () { Link Here
163
    [% IF ( diffbranch ) %]
163
    [% IF ( diffbranch ) %]
164
		<!-- diffbranch -->
164
		<!-- diffbranch -->
165
        [% IF ( soundon ) %]
165
        [% IF ( soundon ) %]
166
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
166
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
167
        [% END %]
167
        [% END %]
168
        <div id="transfer-needed" class="dialog message">
168
        <div id="transfer-needed" class="dialog message">
169
		<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
169
		<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
Lines 206-219 $(document).ready(function () { Link Here
206
            <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print slip</a> )</h3>
206
            <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print slip</a> )</h3>
207
        </div>
207
        </div>
208
        [% IF ( soundon ) %]
208
        [% IF ( soundon ) %]
209
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
209
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
210
        [% END %]
210
        [% END %]
211
    [% END %]
211
    [% END %]
212
212
213
    [% IF ( needstransfer ) %]
213
    [% IF ( needstransfer ) %]
214
	<!-- needstransfer -->
214
	<!-- needstransfer -->
215
        [% IF ( soundon ) %]
215
        [% IF ( soundon ) %]
216
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
216
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
217
        [% END %]
217
        [% END %]
218
	<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
218
	<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
219
    Transfer now?<br />
219
    Transfer now?<br />
Lines 239-245 $(document).ready(function () { Link Here
239
    [% IF ( diffbranch ) %]
239
    [% IF ( diffbranch ) %]
240
	<!-- diffbranch -->
240
	<!-- diffbranch -->
241
        [% IF ( soundon ) %]
241
        [% IF ( soundon ) %]
242
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
242
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
243
        [% END %]
243
        [% END %]
244
        <h3>Item consigned:</h3>
244
        <h3>Item consigned:</h3>
245
        <table>
245
        <table>
Lines 267-273 $(document).ready(function () { Link Here
267
	<!--  reserved  -->
267
	<!--  reserved  -->
268
268
269
        [% IF ( soundon ) %]
269
        [% IF ( soundon ) %]
270
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
270
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
271
        [% END %]
271
        [% END %]
272
272
273
	<div id="hold-found2" class="dialog message">
273
	<div id="hold-found2" class="dialog message">
Lines 352-362 $(document).ready(function () { Link Here
352
                    [% END %]
352
                    [% END %]
353
            [% END %]
353
            [% END %]
354
[% IF ( soundon ) %]
354
[% IF ( soundon ) %]
355
<audio src="/intranet-tmpl/prog/sound/critical.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
355
<audio src="[% interface %]/[% theme %]/sound/critical.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
356
[% END %]
356
[% END %]
357
        [% ELSE %]
357
        [% ELSE %]
358
[% IF ( soundon ) %]
358
[% IF ( soundon ) %]
359
<audio src="/intranet-tmpl/prog/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
359
<audio src="[% interface %]/[% theme %]/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
360
[% END %]
360
[% END %]
361
        [% END %]
361
        [% END %]
362
    </div>
362
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-3 / +3 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
5
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
[% INCLUDE 'datatables-strings.inc' %]
6
[% INCLUDE 'datatables-strings.inc' %]
7
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
10
[% IF (dateformat == 'metric') %]
10
[% IF (dateformat == 'metric') %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-3 / +3 lines)
Lines 6-15 Link Here
6
<body id="circ_view_holdsqueue" class="circ">
6
<body id="circ_view_holdsqueue" class="circ">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
9
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
10
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
11
[% INCLUDE 'datatables-strings.inc' %]
11
[% INCLUDE 'datatables-strings.inc' %]
12
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
12
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
13
<script type="text/javascript">//<![CDATA[
13
<script type="text/javascript">//<![CDATA[
14
$(document).ready(function() {
14
$(document).ready(function() {
15
    $("#holdst").dataTable({
15
    $("#holdst").dataTable({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +3 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
5
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
[% INCLUDE 'datatables-strings.inc' %]
6
[% INCLUDE 'datatables-strings.inc' %]
7
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
10
[% IF (dateformat == 'metric') %]
10
[% IF (dateformat == 'metric') %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-3 / +3 lines)
Lines 9-18 Link Here
9
</title>
9
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'calendar.inc' %]
11
[% INCLUDE 'calendar.inc' %]
12
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
12
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
13
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
13
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
14
[% INCLUDE 'datatables-strings.inc' %]
14
[% INCLUDE 'datatables-strings.inc' %]
15
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
15
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
16
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
16
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
17
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery-ui-timepicker-addon.js"></script>
17
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery-ui-timepicker-addon.js"></script>
18
<script type="text/JavaScript">
18
<script type="text/JavaScript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-3 / +3 lines)
Lines 2-11 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>
3
<title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
6
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
[% INCLUDE 'datatables-strings.inc' %]
7
[% INCLUDE 'datatables-strings.inc' %]
8
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
9
<script type="text/javascript" id="js">
9
<script type="text/javascript" id="js">
10
//<![CDATA[
10
//<![CDATA[
11
 $(document).ready(function() {
11
 $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-3 / +3 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Choose Adult category</title>
2
<title>Koha &rsaquo; Choose Adult category</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
5
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
[% INCLUDE 'datatables-strings.inc' %]
6
[% INCLUDE 'datatables-strings.inc' %]
7
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
	$(document).ready(function() {
9
	$(document).ready(function() {
10
        $("#catst").dataTable($.extend(true, {}, dataTablesDefaults, {
10
        $("#catst").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-1 / +1 lines)
Lines 34-40 function CheckForm(f) { Link Here
34
</script>
34
</script>
35
<style type="text/css">
35
<style type="text/css">
36
	#fileuploadstatus,#jobstatus { margin:.4em; }
36
	#fileuploadstatus,#jobstatus { margin:.4em; }
37
	#fileuploadprogress,#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; }
37
    #fileuploadprogress,#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('[% interface %]/[% theme %]/img/progress.png') -300px 0px no-repeat; }
38
</style>
38
</style>
39
</head>
39
</head>
40
<body id="ocirc_process_koc" class="circ ocirc">
40
<body id="ocirc_process_koc" class="circ ocirc">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-3 / +3 lines)
Lines 2-11 Link Here
2
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
2
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% IF ( do_it ) %]
4
[% IF ( do_it ) %]
5
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
6
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
[% INCLUDE 'datatables-strings.inc' %]
7
[% INCLUDE 'datatables-strings.inc' %]
8
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
11
$(document).ready(function(){
11
$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-3 / +3 lines)
Lines 4-13 Link Here
4
<style type="text/css">
4
<style type="text/css">
5
	.sql {display: none;}
5
	.sql {display: none;}
6
</style>
6
</style>
7
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
8
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
9
[% INCLUDE 'datatables-strings.inc' %]
9
[% INCLUDE 'datatables-strings.inc' %]
10
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
11
<script type="text/javascript">
11
<script type="text/javascript">
12
	//<![CDATA[
12
	//<![CDATA[
13
        [% IF (dateformat == 'metric') %]dt_add_type_uk_date();[% END %]
13
        [% IF (dateformat == 'metric') %]dt_add_type_uk_date();[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-3 / +3 lines)
Lines 2-11 Link Here
2
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
2
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
6
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
[% INCLUDE 'datatables-strings.inc' %]
7
[% INCLUDE 'datatables-strings.inc' %]
8
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
11
    [% IF (dateformat == 'metric') %]dt_add_type_uk_date();[% END %]
11
    [% IF (dateformat == 'metric') %]dt_add_type_uk_date();[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-2 / +2 lines)
Lines 265-271 $(document).ready(function() { Link Here
265
                <input type="hidden" name="mandatory" value="[% iteminformatio.mandatory %]" />
265
                <input type="hidden" name="mandatory" value="[% iteminformatio.mandatory %]" />
266
                [% IF ( iteminformatio.repeatable ) %]
266
                [% IF ( iteminformatio.repeatable ) %]
267
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
267
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
268
                        <img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
268
                        <img src="[% interface %]/[% theme %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
269
                    </a>
269
                    </a>
270
                [% END %]
270
                [% END %]
271
        
271
        
Lines 373-379 $(document).ready(function() { Link Here
373
                <input type="hidden" name="mandatory" value="[% iteminformatio.mandatory %]" />
373
                <input type="hidden" name="mandatory" value="[% iteminformatio.mandatory %]" />
374
                [% IF ( iteminformatio.repeatable ) %]
374
                [% IF ( iteminformatio.repeatable ) %]
375
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
375
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
376
                        <img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
376
                        <img src="[% interface %]/[% theme %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
377
                    </a>
377
                    </a>
378
                [% END %]
378
                [% END %]
379
        </div>
379
        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 132-138 $(document).ready(function() { Link Here
132
</script>
132
</script>
133
<style type="text/css">
133
<style type="text/css">
134
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { display : none; }
134
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { display : none; }
135
.overlay { top: 180px; left: 50%; position: absolute; margin-left: -100px; width: 200px; text-align: center; display: none; margin-top: -10px; background: #eeffd4; padding: .5em; color: #000; } .note { -moz-border-radius: 3px; border-radius:3px; background: transparent url("/intranet-tmpl/prog/img/famfamfam/silk/comment.png") top left no-repeat; padding : 1px 3px 1px 18px; font-size : 90%; }
135
.overlay { top: 180px; left: 50%; position: absolute; margin-left: -100px; width: 200px; text-align: center; display: none; margin-top: -10px; background: #eeffd4; padding: .5em; color: #000; } .note { -moz-border-radius: 3px; border-radius:3px; background: transparent url("[% interface %]/[% theme %]/img/famfamfam/silk/comment.png") top left no-repeat; padding : 1px 3px 1px 18px; font-size : 90%; }
136
</style>[% ELSE %]
136
</style>[% ELSE %]
137
<script type="text/javascript">
137
<script type="text/javascript">
138
// <![CDATA[
138
// <![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-3 / +3 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
5
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
[% INCLUDE 'datatables-strings.inc' %]
6
[% INCLUDE 'datatables-strings.inc' %]
7
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
10
    $(document).ready(function() {
10
    $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +1 lines)
Lines 203-209 td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
203
        [% ELSE %]<td><span><input type="checkbox" value="[% tagloo.term %]" name="tags" /></span>[% END %]
203
        [% ELSE %]<td><span><input type="checkbox" value="[% tagloo.term %]" name="tags" /></span>[% END %]
204
	    </td>
204
	    </td>
205
	    [% IF ( tagloo.approved == -1 ) %]<td class="red">rejected
205
	    [% IF ( tagloo.approved == -1 ) %]<td class="red">rejected
206
		[% ELSIF ( tagloo.approved == 1 ) %]<td class="green"><img alt="OK" src="/intranet-tmpl/prog/img/approve.gif" />
206
        [% ELSIF ( tagloo.approved == 1 ) %]<td class="green"><img alt="OK" src="[% interface %]/[% theme %]/img/approve.gif" />
207
		[% ELSE %]<td class="pending">
207
		[% ELSE %]<td class="pending">
208
		[% END %]
208
		[% END %]
209
	    </td>
209
	    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<style type="text/css">
6
<style type="text/css">
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
9
	#fileuploadprogress,#jobprogress{ width:150px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; }</style>
9
    #fileuploadprogress,#jobprogress{ width:150px;height:10px;border:1px solid #666;background:url('[% interface %]/[% theme %]/img/progress.png') -300px 0px no-repeat; }</style>
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
12
$(document).ready(function(){
12
$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 170-176 $(document).ready(function(){ Link Here
170
                <input type="hidden" name="mandatory"       value="[% ite.mandatory %]" />
170
                <input type="hidden" name="mandatory"       value="[% ite.mandatory %]" />
171
                [% IF ( ite.repeatable ) %]
171
                [% IF ( ite.repeatable ) %]
172
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
172
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
173
                        <img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
173
                        <img src="[% interface %]/[% theme %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
174
                    </a>
174
                    </a>
175
                [% END %]
175
                [% END %]
176
                <span class="hint" id="hint[% ite.tag %][% ite.subfield %][% ite.random %]"></span>
176
                <span class="hint" id="hint[% ite.tag %][% ite.subfield %][% ite.random %]"></span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-3 / +3 lines)
Lines 3-12 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
[% IF ( opac_news_count ) %]
5
[% IF ( opac_news_count ) %]
6
    <link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
7
    <script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
    <script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
8
    [% INCLUDE 'datatables-strings.inc' %]
8
    [% INCLUDE 'datatables-strings.inc' %]
9
    <script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
9
    <script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
10
    <script type="text/javascript">//<![CDATA[
10
    <script type="text/javascript">//<![CDATA[
11
    [% IF (dateformat == 'metric') %]dt_add_type_uk_date();[% END %]
11
    [% IF (dateformat == 'metric') %]dt_add_type_uk_date();[% END %]
12
    $(document).ready(function() {
12
    $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-3 / +3 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate ) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate ) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
5
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
[% INCLUDE 'datatables-strings.inc' %]
6
[% INCLUDE 'datatables-strings.inc' %]
7
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
10
$(document).ready(function() {
10
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-1 / +1 lines)
Lines 47-53 $(document).ready(function(){ Link Here
47
<style type="text/css">
47
<style type="text/css">
48
	#jobpanel,#jobstatus,#jobfailed { display : none; }
48
	#jobpanel,#jobstatus,#jobfailed { display : none; }
49
	#jobstatus { margin:.4em; }
49
	#jobstatus { margin:.4em; }
50
	#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; } span.change-status { font-style:italic; color:#666; display:none; }</style>
50
    #jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('[% interface %]/[% theme %]/img/progress.png') -300px 0px no-repeat; } span.change-status { font-style:italic; color:#666; display:none; }</style>
51
</head>
51
</head>
52
<body id="tools_manage-marc-import" class="tools">
52
<body id="tools_manage-marc-import" class="tools">
53
[% INCLUDE 'header.inc' %]
53
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-3 / +3 lines)
Lines 3-12 Link Here
3
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
7
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
8
[% INCLUDE 'datatables-strings.inc' %]
8
[% INCLUDE 'datatables-strings.inc' %]
9
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script>
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
12
    [% IF (dateformat == 'metric') %]dt_add_type_uk_date();[% END %]
12
    [% IF (dateformat == 'metric') %]dt_add_type_uk_date();[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<style type="text/css">
6
<style type="text/css">
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
9
	#fileuploadprogress,#jobprogress{ width:150px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; }</style>
9
    #fileuploadprogress,#jobprogress{ width:150px;height:10px;border:1px solid #666;background:url('[% interface %]/[% theme %]/img/progress.png') -300px 0px no-repeat; }</style>
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
12
$(document).ready(function(){
12
$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<style type="text/css">
6
<style type="text/css">
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
9
	#fileuploadprogress,#jobprogress{ width:150px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; }</style>
9
    #fileuploadprogress,#jobprogress{ width:150px;height:10px;border:1px solid #666;background:url('[% interface %]/[% theme %]/img/progress.png') -300px 0px no-repeat; }</style>
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
12
$(document).ready(function(){
12
$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-6 / +6 lines)
Lines 220-245 function placeHold () { Link Here
220
                <th>
220
                <th>
221
                    <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% shelfnumber %]&sort=title&direction=[% IF sort != 'title' %]asc[% ELSE %][% new_direction %][% END %]">Title</a>
221
                    <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% shelfnumber %]&sort=title&direction=[% IF sort != 'title' %]asc[% ELSE %][% new_direction %][% END %]">Title</a>
222
                    [% IF sort == 'title' %]
222
                    [% IF sort == 'title' %]
223
                        <img src="/intranet-tmpl/prog/img/[% direction %].gif" />
223
                        <img src="[% interface %]/[% theme %]/img/[% direction %].gif" />
224
                    [% ELSE %]
224
                    [% ELSE %]
225
                        <img src="/intranet-tmpl/prog/img/ascdesc.gif" />
225
                        <img src="[% interface %]/[% theme %]/img/ascdesc.gif" />
226
                    [% END %]
226
                    [% END %]
227
                </th>
227
                </th>
228
                <th>
228
                <th>
229
                    <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% shelfnumber %]&sort=author&direction=[% IF sort != 'author' %]asc[% ELSE %][% new_direction %][% END %]">Author</a>
229
                    <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% shelfnumber %]&sort=author&direction=[% IF sort != 'author' %]asc[% ELSE %][% new_direction %][% END %]">Author</a>
230
                   [% IF sort == 'author' %]
230
                   [% IF sort == 'author' %]
231
                        <img src="/intranet-tmpl/prog/img/[% direction %].gif" />
231
                        <img src="[% interface %]/[% theme %]/img/[% direction %].gif" />
232
                   [% ELSE %]
232
                   [% ELSE %]
233
                       <img src="/intranet-tmpl/prog/img/ascdesc.gif" />
233
                       <img src="[% interface %]/[% theme %]/img/ascdesc.gif" />
234
                   [% END %]
234
                   [% END %]
235
                 </th>
235
                 </th>
236
                <th>Date added</th>
236
                <th>Date added</th>
237
                <th>
237
                <th>
238
                    <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% shelfnumber %]&sort=itemcallnumber&direction=[% IF sort != 'itemcallnumber' %]asc[% ELSE %][% new_direction %][% END %]">Call number</a>
238
                    <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% shelfnumber %]&sort=itemcallnumber&direction=[% IF sort != 'itemcallnumber' %]asc[% ELSE %][% new_direction %][% END %]">Call number</a>
239
                   [% IF sort == 'itemcallnumber' %]
239
                   [% IF sort == 'itemcallnumber' %]
240
                        <img src="/intranet-tmpl/prog/img/[% direction %].gif" />
240
                        <img src="[% interface %]/[% theme %]/img/[% direction %].gif" />
241
                   [% ELSE %]
241
                   [% ELSE %]
242
                       <img src="/intranet-tmpl/prog/img/ascdesc.gif" />
242
                       <img src="[% interface %]/[% theme %]/img/ascdesc.gif" />
243
                   [% END %]
243
                   [% END %]
244
                 </th>
244
                 </th>
245
                <th>&nbsp;</th>
245
                <th>&nbsp;</th>
(-)a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc (-2 / +2 lines)
Lines 191-202 Link Here
191
</div>
191
</div>
192
<div id="breadcrumbs" class="yui-g">
192
<div id="breadcrumbs" class="yui-g">
193
[% IF ( searchdesc ) %]<p>[% IF ( total ) %]<strong>Your search returned [% total |html %] results.</strong> [% IF ( related ) %] (related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %]). [% END %]
193
[% IF ( searchdesc ) %]<p>[% IF ( total ) %]<strong>Your search returned [% total |html %] results.</strong> [% IF ( related ) %] (related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %]). [% END %]
194
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
194
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
195
[% ELSE %]
195
[% ELSE %]
196
<strong>No results found!</strong>
196
<strong>No results found!</strong>
197
<p>
197
<p>
198
    [% IF ( searchdesc ) %]
198
    [% IF ( searchdesc ) %]
199
    No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html | url %][% limit_cgi | html | url %]&amp;format=rss2" class="rsssearchlink"><img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a>
199
    No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html | url %][% limit_cgi | html | url %]&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a>
200
    [% ELSE %]
200
    [% ELSE %]
201
    You did not specify any search criteria.
201
    You did not specify any search criteria.
202
    [% END %]
202
    [% END %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt (-1 / +1 lines)
Lines 37-43 $(document).ready(function(){ Link Here
37
        $(this).text(_("view labeled"));
37
        $(this).text(_("view labeled"));
38
        $("#labeledmarc").hide();
38
        $("#labeledmarc").hide();
39
        if(!loaded){
39
        if(!loaded){
40
            $("#plainmarc").show().html("<div style=\"margin:1em;padding:1em;border:1px solid #EEE;font-size:150%;\"><img src=\"/opac-tmpl/prog/images/loading.gif\" /> "+_("Loading")+"...</div>").load("/cgi-bin/koha/opac-showmarc.pl","id=[% biblionumber %]&viewas=html");
40
            $("#plainmarc").show().html("<div style=\"margin:1em;padding:1em;border:1px solid #EEE;font-size:150%;\"><img src=\"[% interface %]/[% theme %]/images/loading.gif\" /> "+_("Loading")+"...</div>").load("/cgi-bin/koha/opac-showmarc.pl","id=[% biblionumber %]&viewas=html");
41
            loaded = 1;
41
            loaded = 1;
42
        } else {
42
        } else {
43
            $("#plainmarc").show();
43
            $("#plainmarc").show();
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-4 / +4 lines)
Lines 13-20 Link Here
13
    </script>
13
    </script>
14
    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
14
    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
15
[% END %]
15
[% END %]
16
[% IF ( OpacStarRatings != 'disable' ) %]<script type="text/javascript" src="/opac-tmpl/prog/en/lib/jquery/plugins/jquery.rating.js"></script>
16
[% IF ( OpacStarRatings != 'disable' ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.rating.js"></script>
17
<link rel="stylesheet" type="text/css" href="/opac-tmpl/prog/en/css/jquery.rating.css" />[% END %]
17
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/jquery.rating.css" />[% END %]
18
18
19
[% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js"></script>[% END %]
19
[% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js"></script>[% END %]
20
[% IF ( bidi ) %]
20
[% IF ( bidi ) %]
Lines 583-589 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
583
                    href="/cgi-bin/koha/opac-search.pl?q=[% FOREACH link_loo IN MARCAUTHOR_SUBFIELDS_LOO.link_loop %][% link_loo.operator |url %][% link_loo.limit |url %]:[% link_loo.link |url %][% END %]">[% MARCAUTHOR_SUBFIELDS_LOO.value %]</a>
583
                    href="/cgi-bin/koha/opac-search.pl?q=[% FOREACH link_loo IN MARCAUTHOR_SUBFIELDS_LOO.link_loop %][% link_loo.operator |url %][% link_loo.limit |url %]:[% link_loo.link |url %][% END %]">[% MARCAUTHOR_SUBFIELDS_LOO.value %]</a>
584
            [% END %]
584
            [% END %]
585
            [% IF (MARCAUTHOR.authoritylink) %]
585
            [% IF (MARCAUTHOR.authoritylink) %]
586
                <a class='authlink' href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% MARCAUTHOR.authoritylink %]"><img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"></a>
586
                <a class='authlink' href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% MARCAUTHOR.authoritylink %]"><img style="vertical-align:middle" height="15" width="15" src="[% interface %]/[% theme %]/images/filefind.png"></a>
587
            [% END %]
587
            [% END %]
588
            [% UNLESS ( loop.last ) %]|[% END %]
588
            [% UNLESS ( loop.last ) %]|[% END %]
589
        [% END %]
589
        [% END %]
Lines 688-694 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
688
                    <a title="$[% SUBFIELD.code %] [% SUBFIELD.value %]" href="/cgi-bin/koha/opac-search.pl?q=[% FOREACH link_loo IN SUBFIELD.link_loop %][% link_loo.operator |url %][% link_loo.limit |url %]:[% link_loo.link |url %][% END %]" onclick="showSubjects(this, [% subjectsloop.count %], [% loop.count %]); return false;">[% SUBFIELD.value %]</a>
688
                    <a title="$[% SUBFIELD.code %] [% SUBFIELD.value %]" href="/cgi-bin/koha/opac-search.pl?q=[% FOREACH link_loo IN SUBFIELD.link_loop %][% link_loo.operator |url %][% link_loo.limit |url %]:[% link_loo.link |url %][% END %]" onclick="showSubjects(this, [% subjectsloop.count %], [% loop.count %]); return false;">[% SUBFIELD.value %]</a>
689
                [% END %]
689
                [% END %]
690
                [% IF (MARCSUBJCT.authoritylink) %]
690
                [% IF (MARCSUBJCT.authoritylink) %]
691
                    <a class="authlink" href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% MARCSUBJCT.authoritylink %]"><img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png" /></a>
691
                    <a class="authlink" href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% MARCSUBJCT.authoritylink %]"><img style="vertical-align:middle" height="15" width="15" src="[% interface %]/[% theme %]/images/filefind.png" /></a>
692
                [% END %]
692
                [% END %]
693
                [% UNLESS ( loop.last ) %] | [% END %]
693
                [% UNLESS ( loop.last ) %] | [% END %]
694
            [% END %]
694
            [% END %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-imageviewer.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
//<![CDATA[
5
//<![CDATA[
6
6
7
$(document).ready(function(){
7
$(document).ready(function(){
8
    $("#largeCoverImg").attr("src","/opac-tmpl/prog/images/loading.gif");
8
    $("#largeCoverImg").attr("src","[% interface %]/[% theme %]/images/loading.gif");
9
    showCover([% imagenumber %]);
9
    showCover([% imagenumber %]);
10
});
10
});
11
11
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt (-2 / +2 lines)
Lines 10-17 Link Here
10
[% END %]
10
[% END %]
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS Feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
12
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS Feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
13
[% IF ( OpacStarRatings == 'all' ) %]<script type="text/javascript" src="/opac-tmpl/prog/en/lib/jquery/plugins/jquery.rating.js"></script>
13
[% IF ( OpacStarRatings == 'all' ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.rating.js"></script>
14
<link rel="stylesheet" type="text/css" href="/opac-tmpl/prog/en/css/jquery.rating.css" />[% END %]
14
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/jquery.rating.css" />[% END %]
15
15
16
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
16
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
17
[% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js"></script>
17
[% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js"></script>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/search/results.tt (-3 / +2 lines)
Lines 7-14 Link Here
7
[% END %]
7
[% END %]
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS Feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
9
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS Feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
10
<script type="text/javascript" src="/opac-tmpl/prog/en/lib/jquery/jquery.js"></script>
10
<script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script>
11
<link rel="stylesheet" type="text/css" href="/opac-tmpl/prog/en/css/jquery.rating.css" />
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/jquery.rating.css" />
12
12
13
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
13
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
14
14
15
- 

Return to bug 2774