Merge branch 'bug_9680' into 3.14-master

This commit is contained in:
Jared Camins-Esakov 2013-05-12 10:14:48 -04:00
commit 34d5b7de89
6 changed files with 10 additions and 5 deletions

View file

@ -13,6 +13,11 @@ body {
background-color : #eaeae6;
}
body.popup {
min-width: 100px;
padding : 1em;
}
#container {
background: #fff;
border:1px solid #d2d2cf;

View file

@ -135,7 +135,7 @@ function enableCheckboxActions(){
</script>
[% END %]
</head>
<body id="basket">
<body id="basket" class="popup">
<div id="doc" class="yui-t7">
<div id="userbasket" class="container">

View file

@ -1,6 +1,6 @@
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Download cart[% INCLUDE 'doc-head-close.inc' %]
</head>
<body id="opac-downloadcart" style="padding:1em;">
<body id="opac-downloadcart" class="popup">
<div id="userdownloadcart" class="container">[% IF ( format ) %]
<p>Your download should begin automatically.</p>
[% ELSE %]

View file

@ -6,7 +6,7 @@
//]]>
</script>
</head>
<body id="opac-downloadlist" style="padding:1em;">
<body id="opac-downloadlist" class="popup">
<div id="userdownloadshelf" class="container">
[% UNLESS ( invalidlist ) %]
[% IF ( format ) %]

View file

@ -1,7 +1,7 @@
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Sending your cart
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body style="padding: 1em;" id="sendbasket">
<body id="sendbasket" class="popup">
<div id="usersendbasket" class="container">[% IF ( email_add ) %]
[% IF ( SENT ) %]

View file

@ -7,7 +7,7 @@
//]]>
</script>
</head>
<body style="padding: 1em;" id="sendshelf">
<body id="sendshelf" class="popup">
<div id="usersendshelfform" class="container">[% IF ( email ) %]
[% IF ( SENT ) %]