Fix for Bug 3838, Download List Pop Up Needs Margins
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / basket / downloadcart.tmpl
index d05e2a2..bec6fbe 100644 (file)
@@ -1,11 +1,16 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Download shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
+<title>Koha &rsaquo; Download cart</title>
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
-<body>
+<body style="padding:1em;">
 <!-- TMPL_IF NAME="format" -->
-    Your Download should automatically start
+    <p>Your download should begin automatically.</p>
 <!-- TMPL_ELSE -->
-<div id="export" class="detailtagcell">    <form method="post" action="/cgi-bin/koha/basket/downloadcart.pl">
-       <label for="format">Download cart:</label>
+<form method="post" action="/cgi-bin/koha/basket/downloadcart.pl">
+<fieldset class="rows">
+       <legend>Download cart</legend>
+       <ol><li>
+       <label for="format">Format:</label>
         <select name="format" id="format">
            <option value="">-- Choose Format --</option>
            <option value="iso2709">iso2709</option>
            <option value="<!-- TMPL_VAR NAME="export_format_id" -->">CSV - <!-- TMPL_VAR NAME="profile" --></option>
            <!-- /TMPL_LOOP -->
 
-       </select>
+       </select></li>
+       </ol>
+       </fieldset>
+       <fieldset class="action">
        <input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" />
-       <input type="submit" name="save" value="Go" />
+       <input type="submit" name="save" value="Save" /> <a class="cancel close" href="#">Cancel</a>
+       </fieldset>
     </form>
 
-    <p><a class="button" href="#" onclick="javascript:window.close()">Close this window</a></p>
-    </div>
-
 <!-- /TMPL_IF -->
 </body>
 </html>