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

(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css (+5 lines)
Lines 13-18 body { Link Here
13
    background-color : #eaeae6;
13
    background-color : #eaeae6;
14
}
14
}
15
15
16
body.popup {
17
    min-width: 100px;
18
    padding : 1em;
19
}
20
16
#container {
21
#container {
17
    background: #fff;
22
    background: #fff;
18
    border:1px solid #d2d2cf;
23
    border:1px solid #d2d2cf;
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt (-1 / +1 lines)
Lines 135-141 function enableCheckboxActions(){ Link Here
135
    </script>
135
    </script>
136
    [% END %]
136
    [% END %]
137
</head>
137
</head>
138
<body id="basket">
138
<body id="basket" class="popup">
139
139
140
<div id="doc" class="yui-t7">
140
<div id="doc" class="yui-t7">
141
<div id="userbasket" class="container">
141
<div id="userbasket" class="container">
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Download cart[% INCLUDE 'doc-head-close.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Download cart[% INCLUDE 'doc-head-close.inc' %]
2
</head>
2
</head>
3
<body id="opac-downloadcart" style="padding:1em;">
3
<body id="opac-downloadcart" class="popup">
4
<div id="userdownloadcart" class="container">[% IF ( format ) %]
4
<div id="userdownloadcart" class="container">[% IF ( format ) %]
5
    <p>Your download should begin automatically.</p>
5
    <p>Your download should begin automatically.</p>
6
[% ELSE %]
6
[% ELSE %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
//]]>
6
//]]>
7
</script>
7
</script>
8
</head>
8
</head>
9
<body id="opac-downloadlist" style="padding:1em;">
9
<body id="opac-downloadlist" class="popup">
10
<div id="userdownloadshelf" class="container">
10
<div id="userdownloadshelf" class="container">
11
[% UNLESS ( invalidlist ) %]
11
[% UNLESS ( invalidlist ) %]
12
	[% IF ( format ) %]
12
	[% IF ( format ) %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasketform.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;  Sending your cart
1
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;  Sending your cart
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
</head>
3
</head>
4
<body style="padding: 1em;" id="sendbasket">
4
<body id="sendbasket" class="popup">
5
<div id="usersendbasket" class="container">[% IF ( email_add ) %]
5
<div id="usersendbasket" class="container">[% IF ( email_add ) %]
6
6
7
	[% IF ( SENT ) %]
7
	[% IF ( SENT ) %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tt (-2 / +1 lines)
Lines 7-13 Link Here
7
//]]>
7
//]]>
8
</script>
8
</script>
9
</head>
9
</head>
10
<body style="padding: 1em;" id="sendshelf">
10
<body id="sendshelf" class="popup">
11
<div id="usersendshelfform" class="container">[% IF ( email ) %]
11
<div id="usersendshelfform" class="container">[% IF ( email ) %]
12
12
13
    [% IF ( SENT ) %]
13
    [% IF ( SENT ) %]
14
- 

Return to bug 9680