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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-12 / +12 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog &rsaquo; Your Cart</title>
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog &rsaquo; Your cart</title>
3
    [% IF ( print_basket ) %]
3
    [% IF ( print_basket ) %]
4
4
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Lines 77-89 function placeHold () { Link Here
77
<div id="doc" class="yui-t7">
77
<div id="doc" class="yui-t7">
78
<div class="container">
78
<div class="container">
79
[% UNLESS ( print_basket ) %]
79
[% UNLESS ( print_basket ) %]
80
<h1>Your Cart</h1>
80
<h1>Your cart</h1>
81
81
82
<div id="toolbar">
82
<div id="toolbar">
83
<ul class="toolbar">
83
<ul class="toolbar">
84
	<li>
84
	<li>
85
	    <span id="addchild" class="yui-button yui-link-button"><span class="first-child">
85
	    <span id="addchild" class="yui-button yui-link-button"><span class="first-child">
86
		[% IF ( verbose ) %]<a href="basket.pl" class="brief" onclick="showLess(); return false;">Brief Display</a>[% ELSE %]<a href="basket.pl" class="detail" onclick="showMore(); return false;">More Details</a>[% END %]
86
        [% IF ( verbose ) %]<a href="basket.pl" class="brief" onclick="showLess(); return false;">Brief display</a>[% ELSE %]<a href="basket.pl" class="detail" onclick="showMore(); return false;">More details</a>[% END %]
87
	    </span></span>
87
	    </span></span>
88
	</li>
88
	</li>
89
	<li>
89
	<li>
Lines 103-114 function placeHold () { Link Here
103
	</li>
103
	</li>
104
	<li>
104
	<li>
105
	    <span id="delete" class="yui-button yui-link-button"><span class="first-child">
105
	    <span id="delete" class="yui-button yui-link-button"><span class="first-child">
106
		<a class="empty" href="basket.pl" onclick="delBasket('popup'); return false;">Empty and Close</a>
106
        <a class="empty" href="basket.pl" onclick="delBasket('popup'); return false;">Empty and close</a>
107
	    </span></span>
107
	    </span></span>
108
	</li>
108
	</li>
109
	<li>
109
	<li>
110
	    <span id="hide" class="yui-button yui-link-button"><span class="first-child">
110
	    <span id="hide" class="yui-button yui-link-button"><span class="first-child">
111
		<a class="hide close" href="basket.pl">Hide Window</a>
111
        <a class="hide close" href="basket.pl">Hide window</a>
112
	    </span></span>
112
	    </span></span>
113
	</li>
113
	</li>
114
</ul>
114
</ul>
Lines 116-122 function placeHold () { Link Here
116
        [% END %]
116
        [% END %]
117
117
118
[% IF ( verbose ) %]
118
[% IF ( verbose ) %]
119
	[% UNLESS ( print_basket ) %]<p style="padding: 7px 0; border-top : 1px solid #E8E8E8;"><a id="CheckAll" href="#">Select All</a> <a id="CheckNone" href="#">Clear All</a> | <b>Selected items :</b>
119
    [% UNLESS ( print_basket ) %]<p style="padding: 7px 0; border-top : 1px solid #E8E8E8;"><a id="CheckAll" href="#">Select all</a> <a id="CheckNone" href="#">Clear all</a> | <b>Selected items :</b>
120
120
121
    <a href="#" onclick="delSelRecords(); return false;">Remove</a>
121
    <a href="#" onclick="delSelRecords(); return false;">Remove</a>
122
122
Lines 125-131 function placeHold () { Link Here
125
[% END %]
125
[% END %]
126
126
127
[% IF ( CAN_user_reserveforothers ) %]
127
[% IF ( CAN_user_reserveforothers ) %]
128
     | <a href="#" onclick="placeHold(); return false;">Place Hold</a>
128
     | <a href="#" onclick="placeHold(); return false;">Place hold</a>
129
[% END %]
129
[% END %]
130
130
131
</p>[% END %]
131
</p>[% END %]
Lines 253-259 function placeHold () { Link Here
253
253
254
        [% IF ( BIBLIO_RESULT.MARCurlS ) %]
254
        [% IF ( BIBLIO_RESULT.MARCurlS ) %]
255
        <tr>
255
        <tr>
256
            <th scope="row">url(s)</th>
256
            <th scope="row">URL(s)</th>
257
            <td>
257
            <td>
258
	   [% FOREACH MARCurl IN BIBLIO_RESULT.MARCurlS %]
258
	   [% FOREACH MARCurl IN BIBLIO_RESULT.MARCurlS %]
259
		<p>[% IF ( MARCurl.part ) %][% MARCurl.part %]
259
		<p>[% IF ( MARCurl.part ) %][% MARCurl.part %]
Lines 283-290 function placeHold () { Link Here
283
[% UNLESS ( print_basket ) %]
283
[% UNLESS ( print_basket ) %]
284
<p style="border-top : 1px solid #E8E8E8;">
284
<p style="border-top : 1px solid #E8E8E8;">
285
	<form action="/cgi-bin/koha/basket/basket.pl" method="get" name="bookbag_form" id="bookbag_form">
285
	<form action="/cgi-bin/koha/basket/basket.pl" method="get" name="bookbag_form" id="bookbag_form">
286
    <a id="CheckAll" href="#">Select All</a>
286
    <a id="CheckAll" href="#">Select all</a>
287
    <a id="CheckNone" href="#">Clear All</a>
287
    <a id="CheckNone" href="#">Clear all</a>
288
    | <b>Selected items :</b>
288
    | <b>Selected items :</b>
289
<a href="#" onclick="delSelRecords(); return false;">Remove</a>
289
<a href="#" onclick="delSelRecords(); return false;">Remove</a>
290
290
Lines 293-299 function placeHold () { Link Here
293
[% END %]
293
[% END %]
294
294
295
[% IF ( CAN_user_reserveforothers ) %]
295
[% IF ( CAN_user_reserveforothers ) %]
296
     | <a href="#" onclick="placeHold(); return false;">Place Hold</a>
296
     | <a href="#" onclick="placeHold(); return false;">Place hold</a>
297
[% END %]
297
[% END %]
298
298
299
299
Lines 303-309 function placeHold () { Link Here
303
	<thead><tr>
303
	<thead><tr>
304
	    [% UNLESS ( print_basket ) %]<th>&nbsp;</th>[% END %]
304
	    [% UNLESS ( print_basket ) %]<th>&nbsp;</th>[% END %]
305
	    <th>Title</th>
305
	    <th>Title</th>
306
	    <th>Item Type</th>
306
        <th>Item type</th>
307
	    <th>Location</th>
307
	    <th>Location</th>
308
        </tr></thead>
308
        </tr></thead>
309
309
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
	<ol><li>
12
	<ol><li>
13
	<label for="format">Format:</label>
13
	<label for="format">Format:</label>
14
        <select name="format" id="format">
14
        <select name="format" id="format">
15
	    <option value="">-- Choose Format --</option>
15
        <option value="">-- Choose format --</option>
16
	    <option value="iso2709">iso2709</option>
16
	    <option value="iso2709">iso2709</option>
17
	    <option value="ris">RIS</option>
17
	    <option value="ris">RIS</option>
18
	    <option value="bibtex">BibTex</option>
18
	    <option value="bibtex">BibTex</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
<SUBJECT>
1
<SUBJECT>
2
Your Cart
2
Your cart
3
<END_SUBJECT>
3
<END_SUBJECT>
4
4
5
<HEADER>
5
<HEADER>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt (-4 / +3 lines)
Lines 1-12 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog &rsaquo;  Sending Your Cart</title>
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog &rsaquo;  Sending your cart</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body style="padding: 1em;" id="cart_sendbasketform" class="cart">
5
<body style="padding: 1em;" id="cart_sendbasketform" class="cart">
6
<div class="container">[% IF ( email_add ) %]
6
<div class="container">[% IF ( email_add ) %]
7
7
8
	[% IF ( SENT ) %]
8
	[% IF ( SENT ) %]
9
		<h3>Message Sent</h3>
9
        <h3>Message sent</h3>
10
	    <p>The cart was sent to: [% email_add %]</p>
10
	    <p>The cart was sent to: [% email_add %]</p>
11
		<p><a class="focus close" href="#">Close window</a></p>
11
		<p><a class="focus close" href="#">Close window</a></p>
12
	[% END %]
12
	[% END %]
Lines 21-27 Link Here
21
<fieldset class="rows"> 
21
<fieldset class="rows"> 
22
<legend>Sending your cart</legend>
22
<legend>Sending your cart</legend>
23
<ol>   <li>
23
<ol>   <li>
24
        <label for="email_add">Email Address:</label>
24
        <label for="email_add">Email address:</label>
25
        <input type="text" id="email_add" name="email_add" size="43" class="focus" />
25
        <input type="text" id="email_add" name="email_add" size="43" class="focus" />
26
    </li>
26
    </li>
27
    <li>
27
    <li>
28
- 

Return to bug 2780