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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 / +1 lines)
Lines 52-58 Link Here
52
        [% END %]
52
        [% END %]
53
	</td>
53
	</td>
54
	<td class="cell">
54
	<td class="cell">
55
	    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid | uri %]">[% order.vendorname | html %]</a>
55
        <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid | uri %]">[% order.vendorname | html %]</a>
56
	</td>
56
	</td>
57
	<td class="cell">
57
	<td class="cell">
58
        [% ItemTypes.GetDescription( order.itype ) | html %]
58
        [% ItemTypes.GetDescription( order.itype ) | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 202-208 Link Here
202
                <option value="100">100</option>
202
                <option value="100">100</option>
203
                </select></li>
203
                </select></li>
204
        </ol>
204
        </ol>
205
	<fieldset class="action"><input type="submit" class="button" value="Filter" /> <a href="/cgi-bin/koha/acqui/parcels.pl?booksellerid=[% booksellerid | uri %]">Clear</a></fieldset>
205
    <fieldset class="action"><input type="submit" class="button" value="Filter" /> <a href="/cgi-bin/koha/acqui/parcels.pl?booksellerid=[% booksellerid | uri %]">Clear</a></fieldset>
206
	</fieldset>
206
	</fieldset>
207
</form>
207
</form>
208
</aside>
208
</aside>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 188-194 Link Here
188
		<li>[% IF ( MARCurl.part ) %][% MARCurl.part | html %]
188
		<li>[% IF ( MARCurl.part ) %][% MARCurl.part | html %]
189
			<br />[% END %] 
189
			<br />[% END %] 
190
		<!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
190
		<!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
191
		<a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
191
        <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
192
			[% IF ( MARCurl.notes ) %]<ul>[% FOREACH note IN MARCurl.notes %]<li>[% note.note | html %]</li>[% END %]</ul>[% END %]</li>
192
			[% IF ( MARCurl.notes ) %]<ul>[% FOREACH note IN MARCurl.notes %]<li>[% note.note | html %]</li>[% END %]</ul>[% END %]</li>
193
            [% END %]</ul>
193
            [% END %]</ul>
194
</li>
194
</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 326-332 Link Here
326
	        [% ELSE %]
326
	        [% ELSE %]
327
	        <li id="contact-details" style="display: none">
327
	        <li id="contact-details" style="display: none">
328
	        [% END %]
328
	        [% END %]
329
	            <span class="label">Organization #:</span> [% IF ( guarantorid ) %] <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantorid | uri %]" target="blank">[% guarantorid | html %]</a>[% END %]
329
                <span class="label">Organization #:</span> [% IF ( guarantorid ) %] <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantorid | uri %]" target="blank">[% guarantorid | html %]</a>[% END %]
330
	        </li>
330
	        </li>
331
	        <li>
331
	        <li>
332
	            <label for="contactname">Organization name: </label>
332
	            <label for="contactname">Organization name: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-2 / +2 lines)
Lines 53-59 Link Here
53
                            </td>
53
                            </td>
54
			                <td>
54
			                <td>
55
                                [% IF ( operation.biblionumber ) %]
55
                                [% IF ( operation.biblionumber ) %]
56
			                        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% operation.biblionumber | uri %]" title="[% operation.bibliotitle | html %]">[% operation.barcode | html %]</a>
56
                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% operation.biblionumber | uri %]" title="[% operation.bibliotitle | html %]">[% operation.barcode | html %]</a>
57
			                    [% ELSE %]
57
			                    [% ELSE %]
58
			                        <span class="error">[% operation.barcode | html %]</span>
58
			                        <span class="error">[% operation.barcode | html %]</span>
59
			                    [% END %]
59
			                    [% END %]
Lines 61-67 Link Here
61
			                <td>
61
			                <td>
62
			                [% IF ( operation.actionissue || operation.actionpayment) %]
62
			                [% IF ( operation.actionissue || operation.actionpayment) %]
63
		                        [% IF ( operation.borrowernumber ) %]
63
		                        [% IF ( operation.borrowernumber ) %]
64
		                            <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% operation.borrowernumber | uri %]" title="[% operation.borrower | html %]">[% operation.cardnumber | html %]</a>
64
                                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% operation.borrowernumber | uri %]" title="[% operation.borrower | html %]">[% operation.cardnumber | html %]</a>
65
		                        [% ELSE %]
65
		                        [% ELSE %]
66
		                            <span class="error">[% operation.cardnumber | html %]</span>
66
		                            <span class="error">[% operation.cardnumber | html %]</span>
67
		                        [% END %]
67
		                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
    [% IF ( message.issue ) %]<p>Checked out <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber | uri %]">[% message.title | html %]</a> ([% message.barcode | html %]) to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | html %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
29
    [% IF ( message.issue ) %]<p>Checked out <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber | uri %]">[% message.title | html %]</a> ([% message.barcode | html %]) to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | html %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
30
    [% IF ( message.renew ) %]<p>Renewed <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber | uri %]">[% message.title | html %]</a>  ([% message.barcode | html %]) for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | html %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
30
    [% IF ( message.renew ) %]<p>Renewed <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber | uri %]">[% message.title | html %]</a>  ([% message.barcode | html %]) for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | html %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
31
    [% IF ( message.return ) %]<p>Checked in <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber | uri %]">[% message.title | html %]</a> ([% message.barcode | html %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | html %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
31
    [% IF ( message.return ) %]<p>Checked in <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber | uri %]">[% message.title | html %]</a> ([% message.barcode | html %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | html %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
32
	[% IF ( message.payment ) %]<p>Accepted payment ([% message.amount | html %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | uri %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
32
    [% IF ( message.payment ) %]<p>Accepted payment ([% message.amount | html %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | uri %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
33
  [% END %]
33
  [% END %]
34
[% ELSE %]
34
[% ELSE %]
35
   <h2>Upload offline circulation data</h2>
35
   <h2>Upload offline circulation data</h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-1 / +1 lines)
Lines 76-82 Link Here
76
					[% loopro.rowtitle | html %]</td>
76
					[% loopro.rowtitle | html %]</td>
77
					[% FOREACH loopcel IN loopro.loopcell %]
77
					[% FOREACH loopcel IN loopro.loopcell %]
78
						[% IF ( loopcel.hilighted ) %]<td>[% ELSE %]<td>[% END %]
78
						[% IF ( loopcel.hilighted ) %]<td>[% ELSE %]<td>[% END %]
79
							[% IF ( loopcel.reference ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopcel.reference | uri %]">[% END %]
79
                            [% IF ( loopcel.reference ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopcel.reference | uri %]">[% END %]
80
							[% IF ( loopcel.value ) %][% loopcel.value | html %][% END %]
80
							[% IF ( loopcel.value ) %][% loopcel.value | html %][% END %]
81
							[% IF ( loopcel.reference ) %]</a>[% END %]
81
							[% IF ( loopcel.reference ) %]</a>[% END %]
82
						</td>
82
						</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
                <tr><th>Group</th><th>Call number range</th><th>Number of items displayed</th><th>Total items in group</th>
39
                <tr><th>Group</th><th>Call number range</th><th>Number of items displayed</th><th>Total items in group</th>
40
				</tr>
40
				</tr>
41
			[% FOREACH looptable IN mainloo.looptables %]
41
			[% FOREACH looptable IN mainloo.looptables %]
42
				<tr><td><a href="#table[% looptable.coltitle | uri %]">[% looptable.coltitle | html %]</a></td>
42
                <tr><td><a href="#table[% looptable.coltitle | uri %]">[% looptable.coltitle | html %]</a></td>
43
					<td>[% IF ( looptable.looptable_count ) %]
43
					<td>[% IF ( looptable.looptable_count ) %]
44
						[% looptable.looptable_first | html %] to [% looptable.looptable_last | html %]
44
						[% looptable.looptable_first | html %] to [% looptable.looptable_last | html %]
45
						[% END %]
45
						[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-2 / +1 lines)
Lines 52-58 Link Here
52
                        <td>[% loopro.rowtitle_display or "UNKNOWN VALUE" | html %]</td>
52
                        <td>[% loopro.rowtitle_display or "UNKNOWN VALUE" | html %]</td>
53
                    [% FOREACH loopcel IN loopro.loopcell %]
53
                    [% FOREACH loopcel IN loopro.loopcell %]
54
						<td align="center">
54
						<td align="center">
55
						[% IF ( loopcel.url_complement ) %]<a href="reserves_stats.pl?output=[% loopcel.output | uri %]&amp;[% loopcel.url_complement | uri %]">[% loopcel.value | html %]</a>[% ELSE %][% loopcel.value | html %][% END %]
55
                        [% IF ( loopcel.url_complement ) %]<a href="reserves_stats.pl?output=[% loopcel.output | uri %]&amp;[% loopcel.url_complement | uri %]">[% loopcel.value | html %]</a>[% ELSE %][% loopcel.value | html %][% END %]
56
						</td>
56
						</td>
57
                    [% END %]
57
                    [% END %]
58
						<td align="center">[% loopro.totalrow | html %]</td>
58
						<td align="center">[% loopro.totalrow | html %]</td>
59
- 

Return to bug 21526