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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-2 / +2 lines)
Lines 8-16 Link Here
8
<ul class="patronbriefinfo">
8
<ul class="patronbriefinfo">
9
    [% IF ( patronimages ) %]
9
    [% IF ( patronimages ) %]
10
        [% IF ( picture ) %]
10
        [% IF ( picture ) %]
11
            <li><img src="/cgi-bin/koha/members/patronimage.pl?borrowernumber=[% borrowernumber | 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
            <li><img src="/cgi-bin/koha/members/patronimage.pl?borrowernumber=[% borrowernumber | uri %]" id="patronimage" alt="[% firstname %] [% surname %] ([% cardnumber %])" style="max-width : 140px; margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC; width:auto !important; width:130px;" /></li>
12
        [% ELSE %]
12
        [% ELSE %]
13
            <li id="patronbasics"><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
            <li id="patronbasics"><img src="[% interface %]/[% theme %]/img/patron-blank.png" alt="[% firstname %] [% surname %] ([% cardnumber %])" style="margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC;" /></li>
14
        [% END %]
14
        [% END %]
15
    [% END %]
15
    [% END %]
16
    [% IF Koha.Preference( 'AddressFormat' ) %]
16
    [% IF Koha.Preference( 'AddressFormat' ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-2 / +2 lines)
Lines 321-332 Link Here
321
    </form>
321
    </form>
322
322
323
    [% IF ( previous ) %]
323
    [% IF ( previous ) %]
324
    <input type="image" src="[% interface %]/[% theme %]/images/1leftarrow.png" title="previous" alt="previous" border="0" />
324
    <input type="image" src="[% interface %]/[% theme %]/images/1leftarrow.png" title="previous" alt="previous" />
325
    </a>
325
    </a>
326
    [% END %]
326
    [% END %]
327
    [% IF ( next ) %]
327
    [% IF ( next ) %]
328
        [% next %]
328
        [% next %]
329
    <input type="image" src="[% interface %]/[% theme %]/images/1rightarrow.png" title="next" alt="next" border="0" />
329
    <input type="image" src="[% interface %]/[% theme %]/images/1rightarrow.png" title="next" alt="next" />
330
    </a>
330
    </a>
331
    [% END %]
331
    [% END %]
332
332
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-1 / +1 lines)
Lines 125-131 function searchauthority() { Link Here
125
                [% subfiel.marc_value %]
125
                [% subfiel.marc_value %]
126
                [% IF ( subfiel.link ) %]
126
                [% IF ( subfiel.link ) %]
127
                    <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=[% subfiel.link %]&amp;operator==&amp;type=intranet&amp;value=[% subfiel.marc_value |url %]">
127
                    <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=[% subfiel.link %]&amp;operator==&amp;type=intranet&amp;value=[% subfiel.marc_value |url %]">
128
                        <img border="0" src="[% interface %]/[% theme %]/images/filefind.png" height="15" title="Search on [% subfiel.marc_value %]">
128
                        <img src="[% interface %]/[% theme %]/images/filefind.png" height="15" title="Search on [% subfiel.marc_value %]">
129
                    </a>
129
                    </a>
130
                [% END %]
130
                [% END %]
131
                [% IF ( subfiel.authority ) %]
131
                [% IF ( subfiel.authority ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-1 / +1 lines)
Lines 93-99 function Changefwk(FwkList) { Link Here
93
                    [% IF ( subfiel.is_url ) %]<a href="[% subfiel.marc_value %]">[% subfiel.marc_value |html %]</a>[% ELSE %][% subfiel.marc_value |html %][% END %]
93
                    [% IF ( subfiel.is_url ) %]<a href="[% subfiel.marc_value %]">[% subfiel.marc_value |html %]</a>[% ELSE %][% subfiel.marc_value |html %][% END %]
94
                    [% IF ( subfiel.link ) %]
94
                    [% IF ( subfiel.link ) %]
95
                        <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=[% subfiel.link %],phr&amp;type=intranet&amp;q=[% subfiel.marc_value |url %]">
95
                        <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=[% subfiel.link %],phr&amp;type=intranet&amp;q=[% subfiel.marc_value |url %]">
96
                            <img border="0" src="[% interface %]/[% theme %]/img/filefind.png" height="15" title="Search on [% subfiel.marc_value |html %]" alt="Search on [% subfiel.marc_value |html %]" />
96
                            <img src="[% interface %]/[% theme %]/img/filefind.png" height="15" title="Search on [% subfiel.marc_value |html %]" alt="Search on [% subfiel.marc_value |html %]" />
97
                        </a>
97
                        </a>
98
                    [% END %]
98
                    [% END %]
99
                    [% IF ( subfiel.authority ) %]
99
                    [% IF ( subfiel.authority ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +1 lines)
Lines 117-123 Link Here
117
    <table>
117
    <table>
118
        <tr>
118
        <tr>
119
    [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
119
    [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
120
        <td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" name="limit" value="mc-[% itemtypeloo.ccl %]:[% itemtypeloo.code %]"/><label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]">[% UNLESS ( noItemTypeImages ) %][% IF ( itemtypeloo.imageurl ) %]<img border="0" src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" />[% END %]&nbsp;[% END %]
120
        <td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" name="limit" value="mc-[% itemtypeloo.ccl %]:[% itemtypeloo.code %]"/><label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]">[% UNLESS ( noItemTypeImages ) %][% IF ( itemtypeloo.imageurl ) %]<img src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" />[% END %]&nbsp;[% END %]
121
        [% itemtypeloo.description %]</label></td>
121
        [% itemtypeloo.description %]</label></td>
122
        [% IF ( loop.last ) %]</tr>[% ELSE %][% UNLESS ( loop.count % 5 ) %]</tr><tr>[% END %][% END %]
122
        [% IF ( loop.last ) %]</tr>[% ELSE %][% UNLESS ( loop.count % 5 ) %]</tr><tr>[% END %][% END %]
123
    [% END %]
123
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 387-393 function verify_images() { Link Here
387
        [% IF ( AmazonCoverImages ) %]
387
        [% IF ( AmazonCoverImages ) %]
388
            <div id="amazon-bookcoverimg">
388
            <div id="amazon-bookcoverimg">
389
            <a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link">
389
            <a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link">
390
                <img border="0" src="https://images-na.ssl-images-amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="" />
390
                <img src="https://images-na.ssl-images-amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="" />
391
        </a></div>
391
        </a></div>
392
        [% END %]
392
        [% END %]
393
        [% END %]
393
        [% END %]
Lines 461-467 function verify_images() { Link Here
461
        [% IF ( AmazonCoverImages ) %]
461
        [% IF ( AmazonCoverImages ) %]
462
            <div id="amazon-bookcoverimg">
462
            <div id="amazon-bookcoverimg">
463
            <a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link">
463
            <a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link">
464
            <img border="0" src="https://images-na.ssl-images-amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="" />
464
            <img src="https://images-na.ssl-images-amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="" />
465
            </a>
465
            </a>
466
        </div>
466
        </div>
467
        [% END %]
467
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-8 / +8 lines)
Lines 677-683 function checkMultiHold() { Link Here
677
        <th>Pickup library</th>
677
        <th>Pickup library</th>
678
        <th>Details</th>
678
        <th>Details</th>
679
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
679
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
680
            <th><img src="[% interface %]/[% theme %]/img/go-bottom.png" border="0" alt="Toggle set to lowest priority" /></th>
680
            <th><img src="[% interface %]/[% theme %]/img/go-bottom.png" alt="Toggle set to lowest priority" /></th>
681
        [% END %]
681
        [% END %]
682
	<th>&nbsp;</th>
682
	<th>&nbsp;</th>
683
    [% IF SuspendHoldsIntranet %]<th>&nbsp;</th><!-- Suspend Holds Column Header -->[% END %]
683
    [% IF SuspendHoldsIntranet %]<th>&nbsp;</th><!-- Suspend Holds Column Header -->[% END %]
Lines 715-733 function checkMultiHold() { Link Here
715
     [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
715
     [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
716
        <td style="white-space:nowrap;">
716
        <td style="white-space:nowrap;">
717
            <a title="Move hold up" href="request.pl?action=move&amp;where=up&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
717
            <a title="Move hold up" href="request.pl?action=move&amp;where=up&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
718
            <img src="[% interface %]/[% theme %]/img/go-up.png" border="0" alt="Go up" />
718
            <img src="[% interface %]/[% theme %]/img/go-up.png" alt="Go up" />
719
                </a>
719
                </a>
720
720
721
                <a title="Move hold to top" href="request.pl?action=move&amp;where=top&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
721
                <a title="Move hold to top" href="request.pl?action=move&amp;where=top&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
722
                    <img src="[% interface %]/[% theme %]/img/go-top.png" border="0" alt="Go top" />
722
                    <img src="[% interface %]/[% theme %]/img/go-top.png" alt="Go top" />
723
                </a>
723
                </a>
724
724
725
                <a title="Move hold to bottom" href="request.pl?action=move&amp;where=bottom&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
725
                <a title="Move hold to bottom" href="request.pl?action=move&amp;where=bottom&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
726
                    <img src="[% interface %]/[% theme %]/img/go-bottom.png" border="0" alt="Go bottom" />
726
                    <img src="[% interface %]/[% theme %]/img/go-bottom.png" alt="Go bottom" />
727
                </a>
727
                </a>
728
728
729
                <a title="Move hold down" href="request.pl?action=move&amp;where=down&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
729
                <a title="Move hold down" href="request.pl?action=move&amp;where=down&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
730
                    <img src="[% interface %]/[% theme %]/img/go-down.png" border="0" alt="Go down" />
730
                    <img src="[% interface %]/[% theme %]/img/go-down.png" alt="Go down" />
731
                </a>
731
                </a>
732
        </td>
732
        </td>
733
    [% END %]
733
    [% END %]
Lines 808-816 function checkMultiHold() { Link Here
808
	<td>
808
	<td>
809
                <a title="Toggle lowest priority" href="request.pl?action=setLowestPriority&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
809
                <a title="Toggle lowest priority" href="request.pl?action=setLowestPriority&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
810
			[% IF ( reserveloo.lowestPriority ) %]
810
			[% IF ( reserveloo.lowestPriority ) %]
811
                        <img src="[% interface %]/[% theme %]/img/go-bottom.png" border="0" alt="Unset lowest priority" />
811
                        <img src="[% interface %]/[% theme %]/img/go-bottom.png" alt="Unset lowest priority" />
812
		        [% ELSE %]
812
		        [% ELSE %]
813
                        <img src="[% interface %]/[% theme %]/img/go-down.png" border="0" alt="Set to lowest priority" />
813
                        <img src="[% interface %]/[% theme %]/img/go-down.png" alt="Set to lowest priority" />
814
		        [% END %]
814
		        [% END %]
815
		</a>
815
		</a>
816
	</td>
816
	</td>
Lines 818-824 function checkMultiHold() { Link Here
818
818
819
	<td>
819
	<td>
820
           <a title="Cancel hold" href="request.pl?action=cancel&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
820
           <a title="Cancel hold" href="request.pl?action=cancel&amp;borrowernumber=[% reserveloo.borrowernumber %]&amp;biblionumber=[% reserveloo.biblionumber %]&amp;reserve_id=[% reserveloo.reserve_id %]&amp;date=[% reserveloo.date %]">
821
                    <img src="[% interface %]/[% theme %]/img/x.png" border="0" alt="Cancel" />
821
                    <img src="[% interface %]/[% theme %]/img/x.png" alt="Cancel" />
822
                </a>
822
                </a>
823
	</td>
823
	</td>
824
824
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-5 / +4 lines)
Lines 79-97 Link Here
79
                            <tr>
79
                            <tr>
80
                                <td style="white-space:nowrap;">
80
                                <td style="white-space:nowrap;">
81
                                    <a title="Move action up" href="marc_modification_templates.pl?op=move_action&amp;where=up&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
81
                                    <a title="Move action up" href="marc_modification_templates.pl?op=move_action&amp;where=up&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
82
                                    <img src="[% interface %]/[% theme %]/img/go-up.png" border="0" alt="Go up" />
82
                                    <img src="[% interface %]/[% theme %]/img/go-up.png" alt="Go up" />
83
                                        </a>
83
                                        </a>
84
84
85
                                <a title="Move action to top" href="marc_modification_templates.pl?op=move_action&amp;where=top&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
85
                                <a title="Move action to top" href="marc_modification_templates.pl?op=move_action&amp;where=top&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
86
                                    <img src="[% interface %]/[% theme %]/img/go-top.png" border="0" alt="Go top" />
86
                                    <img src="[% interface %]/[% theme %]/img/go-top.png" alt="Go top" />
87
                                        </a>
87
                                        </a>
88
88
89
                                        <a title="Move action to bottom" href="marc_modification_templates.pl?op=move_action&amp;where=bottom&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
89
                                        <a title="Move action to bottom" href="marc_modification_templates.pl?op=move_action&amp;where=bottom&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
90
                                    <img src="[% interface %]/[% theme %]/img/go-bottom.png" border="0" alt="Go bottom" />
90
                                    <img src="[% interface %]/[% theme %]/img/go-bottom.png" alt="Go bottom" />
91
                                        </a>
91
                                        </a>
92
92
93
                                        <a title="Move action down" href="marc_modification_templates.pl?op=move_action&amp;where=down&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
93
                                        <a title="Move action down" href="marc_modification_templates.pl?op=move_action&amp;where=down&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
94
                                    <img src="[% interface %]/[% theme %]/img/go-down.png" border="0" alt="Go down" />
94
                                    <img src="[% interface %]/[% theme %]/img/go-down.png" alt="Go down" />
95
                                        </a>
95
                                        </a>
96
                                </td>
96
                                </td>
97
97
98
- 

Return to bug 16366