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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-1 / +1 lines)
Lines 72-78 function placeHold () { Link Here
72
	</script>
72
	</script>
73
	[% END %]
73
	[% END %]
74
</head>
74
</head>
75
[% IF ( print_basket ) %]<body id="basket" onload="print();history.back();">[% ELSE %]<body id="basket">[% END %]
75
[% IF ( print_basket ) %]<body id="cart_basket" class="cart" onload="print();history.back();">[% ELSE %]<body id="cart_basket" class="cart">[% END %]
76
76
77
<div id="doc" class="yui-t7">
77
<div id="doc" class="yui-t7">
78
<div class="container">
78
<div class="container">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Download cart</title>
2
<title>Koha &rsaquo; Download cart</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body style="padding:1em;">
5
<body style="padding:1em;" id="cart_downloadcart" class="cart">
6
[% IF ( format ) %]
6
[% IF ( format ) %]
7
    <p>Your download should begin automatically.</p>
7
    <p>Your download should begin automatically.</p>
8
[% ELSE %]
8
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt (-2 / +1 lines)
Lines 2-8 Link Here
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="sendbasket">
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
- 

Return to bug 7760