Bug 16241 - Move staff client CSS out of language directory
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / patroncards / print.tt
index 495039d..bf22842 100644 (file)
@@ -1,7 +1,7 @@
     [% INCLUDE 'doc-head-open.inc' %]
-    <title>Koha &rsaquo; Tools &rsaquo; Patron Cards &rsaquo; Patron Card Printing/Exporting</title>
-    [% INCLUDE 'doc-head-close.inc' %]
-    <script type="text/JavaScript" language="JavaScript">
+    <title>Koha &rsaquo; Tools &rsaquo; Patron cards &rsaquo; Patron card printing/exporting</title>
+    [% INCLUDE 'doc-head-close.inc' popup => 1%]
+    <script type="text/javascript">
         //<![CDATA[
             function Done() {
                 window.location = "[% referer %]";
@@ -9,72 +9,54 @@
         //]]>
     </script>
     <style type="text/css">#custom-doc {width:47.23em; *width:46.04em; min-width:610px; margin:auto; margin-top:0.4em;}</style>
-    <style type="text/css">table {border-collapse: separate; border-spacing: 0; border: hidden none;} .header {cursor: auto; background-position: center center; background-repeat: repeat;} .tr {border-collapse: separate;}</style>
 </head>
-<body>
+<body id="pcard_print" class="tools pcard">
     <div id="custom-doc" class="yui-t2">
         <div id="bd">
             [% IF ( batches ) %]
             <form>
-                <div align="center">
-                    <div class="message">
-                        <b>Click on the following link(s) to download the exported batch(es).</b>
-                    </div>
-                </div>
-                <fieldset class="rows">
-                    <table class="borderless">
-                        [% FOREACH batche IN batches %]
-                        <tr>
-                            [% IF ( batche.label_ids ) %]
-                            <td class="borderless">
-                                [% batche.card_count %] Single Patron Cards
-                            </td>
-                            <td class="borderless">
-                                <h1 id="pdf">
-                                    <a href="/cgi-bin/koha/patroncards/[% batche.create_script %]?batch_id=[% batche.batch_id %]&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %][% batche.label_ids %]">label_single_[% batche.card_count %].pdf</a>
-                                </h1>
-                            </td>
-                            [% ELSIF ( batche.borrower_numbers ) %]
-                            <td class="borderless">
-                                [% batche.card_count %] Single Patron Cards
-                            </td>
-                            <td class="borderless">
-                                <h1 id="pdf">
-                                    <a href="/cgi-bin/koha/patroncards/[% batche.create_script %]?template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %][% batche.borrower_numbers %]">label_single_[% batche.card_count %].pdf</a>
-                                </h1>
-                            </td>
-                            [% ELSE %]
-                            <td class="borderless">
-                                Card Batch Number [% batche.batch_id %]
-                            </td>
-                            <td class="borderless">
-                                <h1 id="pdf">
-                                    <a href="/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=[% batche.batch_id %]&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %]">label_batch_[% batche.batch_id %].pdf</a>
-                                </h1>
-                            </td>
-                            [% END %]
-                        </tr>
+                <h3>Click on the following link(s) to download the exported batch(es).</h3>
+                    <fieldset>
+                    [% FOREACH batche IN batches %]
+                        [% IF ( batche.label_ids ) %]
+                        <legend>[% batche.card_count %] Single patron cards</legend>
+                        <p>
+                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script %]?batch_id=[% batche.batch_id %]&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %][% batche.label_ids %]">label_single_[% batche.card_count %].pdf</a>
+                        </p>
+                        [% ELSIF ( batche.borrower_numbers ) %]
+                        <legend>[% batche.card_count %] Single Patron Cards</legend>
+                        <p>
+                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script %]?template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %][% batche.borrower_numbers %]">label_single_[% batche.card_count %].pdf</a>
+                        </p>
+                        [% ELSE %]
+                        <legend>Card batch number [% batche.batch_id %]</legend>
+                        <p>
+                                <a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=[% batche.batch_id %]&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %]">label_batch_[% batche.batch_id %].pdf</a>
+                        </p>
                         [% END %]
-                    </table>
-                </fieldset>
+                    [% END %]
+                    </fieldset>
+
                 <fieldset class="action">
-                    <div style="margin: 10px 10px 10px 0px;">
-                        <span class="yui-button yui-link-button"><span class="first-child"><input type="button" id="done" onclick="parent.parent.GB_hide();" value="Done"></span></span>
-                    </div>
+                    <input type="button" class="btn btn-default submit" id="done" onclick="parent.parent.GB_hide();" value="Done" />
                 </fieldset>
             </form>
+            [% ELSIF ( patronlist_id && template_id && layout_id ) %]
+                <h3>Click on the link to download the patron cards from the patron list.</h3>
+                    <p>
+                        <a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?patronlist_id=[% patronlist_id %]&amp;template_id=[% template_id %]&amp;layout_id=[% layout_id %]&amp;start_card=[% start_card %]">label_patronlist_[% patronlist_id %].pdf</a>
+                    </p>
             [% ELSE %]
-            <div align="center">
-                <div class="message">
+            <h3>
                     [% IF ( label_ids ) %]
-                    <b>Exporting [% card_count %] patroncard(s).</b>
+                        [% IF ( card_count == 1 ) %]Exporting [% card_count %] patron card[% ELSE %]Exporting [% card_count %] patron cards[% END %]
                     [% ELSIF ( borrower_numbers ) %]
-                    <b>Exporting [% borrower_count %] patroncard(s).</b>
+                        [% IF ( borrower_count == 1 ) %]Exporting [% borrower_count %] patron card[% ELSE %]Exporting [% borrower_count %] patron cards[% END %]
+                    [% ELSIF ( patronlist_id ) %] Exporting from patron list
                     [% ELSE %]
-                    <b>[% multi_batch_count %] batch(es) to export.</b>
+                        [% IF ( multi_batch_count == 1 ) %][% multi_batch_count %] batch to export[% ELSE %][% multi_batch_count %] batches to export[% END %]
                     [% END %]
-                </div>
-            </div>
+            </h3>
             <form name="exporting" method="post" action="/cgi-bin/koha/patroncards/print.pl">
                 <input type="hidden" name="op" value="export" />
                 <input type="hidden" name="referer" value="[% referer %]" />
                 [% FOREACH borrower_number IN borrower_numbers %]
                     <input type="hidden" name="borrower_number" value="[% borrower_number.borrower_number %]" />
                 [% END %]
+                [% IF (patronlist_id) %] <input type="hidden" name="patronlist_id" value="[% patronlist_id %]" /> [% END %]
                 <fieldset class="rows">
-                    <table class="borderless">
-                        <tr>
-                            <td class="borderless">
-                                <label for="template">Select a template to be applied: </label>
-                            </td>
-                            <td class="borderless">
-                                <select name="template_id">
-                                    [% FOREACH template IN templates %]
-                                    <option value="[% template.template_id %]">[% template.template_code %]</option>
-                                    [% END %]
-                                </select>
-                            </td>
-                        </tr>
-                        <tr>
-                            <td class="borderless">
-                                <label for="layout">Select a layout to be applied: </label>
-                            </td>
-                            <td class="borderless">
-                                <select name="layout_id">
-                                    [% FOREACH layout IN layouts %]
-                                    <option value="[% layout.layout_id %]">[% layout.layout_name %]</option>
-                                    [% END %]
-                                </select>
-                            </td>
-                        </tr>
-                        <tr>
-                            <td class="borderless">
-                                <label for="start_card">Enter starting card number: </label>
-                            </td>
-                            <td class="borderless">
-                                <input type="text" size="5" id="start_card" name="start_card" class="focus" title="Starting card number" value="1"/>
-                            </td>
-                        </tr>
-                    </table>
+                    <ol>
+                        <li>
+                            <label style="width:9em" for="template_id">Select a template to be applied: </label>
+                            <select name="template_id" id="template_id">
+                                [% FOREACH template IN templates %]
+                                <option value="[% template.template_id %]">[% template.template_code %]</option>
+                                [% END %]
+                            </select>
+                        </li>
+                        <li>
+                            <label style="width:9em" for="layout_id">Select a layout to be applied: </label>
+                            <select name="layout_id" id="layout_id">
+                                [% FOREACH layout IN layouts %]
+                                <option value="[% layout.layout_id %]">[% layout.layout_name %]</option>
+                                [% END %]
+                            </select>
+                        </li>
+                        <li>
+                            <label style="width:9em" for="start_card">Enter starting card position: </label>
+                            <input type="text" size="5" id="start_card" name="start_card" class="focus" title="Starting card number" value="1" />
+                        </li>
+                    </ol>
                 </fieldset>
                 <fieldset class="action">
-                    <div style="margin: 10px 10px 10px 0px;">
-                        <span class="yui-button yui-link-button"><span class="first-child"><input type="submit" value="Export" /></span></span>
-                        <span class="yui-button yui-link-button"><span class="first-child"><input type="button" id="done" onclick="parent.parent.GB_hide();" value="Cancel"></span></span>
-                    </div>
+                    <input type="submit" class="btn btn-default submit" value="Export" />
+                    <a href="#" class="cancel" id="done" onclick="parent.parent.GB_hide();">Cancel</a>
                 </fieldset>
             </form>
             [% END %]
         </div>
-    [% INCLUDE 'intranet-bottom.inc' %]
+    [% INCLUDE 'popup-bottom.inc' %]