@@ -, +, @@ --- .../intranet-tmpl/prog/en/css/staff-global.css | 57 -------- .../prog/en/modules/patroncards/members-search.tt | 2 +- .../prog/en/modules/patroncards/print.tt | 144 +++++++------------ koha-tmpl/intranet-tmpl/prog/img/csv_icon.gif | Bin 1315 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/icon_xml.gif | Bin 1239 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/pdficon_large.gif | Bin 434 -> 0 bytes 6 files changed, 54 insertions(+), 149 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/csv_icon.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/icon_xml.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/pdficon_large.gif --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1851,63 +1851,6 @@ span.permissiondesc { cursor: pointer; } -h1#pdf { - background:transparent url(../../img/pdficon_large.gif) no-repeat scroll 0%; - border: 0; - margin:0.75em .3em 0.75em .7em; - padding:0; -} - -h1#pdf a { - border:0; - cursor:pointer; - display:block; - height:0px !important; - margin:0; - overflow:hidden; - padding:44px 0 0; - text-decoration:none; - width:35px; -} - -h1#csv { - background:transparent url(../../img/csv_icon.gif) no-repeat scroll 0%; - border: 0; - margin:0.75em .3em 0.75em .7em; - padding:0; -} - -h1#csv a { - border:0; - cursor:pointer; - display:block; - height:0px !important; - margin:0; - overflow:hidden; - padding:44px 0 0; - text-decoration:none; - width:35px; -} - -h1#xml { - background:transparent url(../../img/icon_xml.gif) no-repeat scroll 0%; - border: 0; - margin:0.75em .3em 0.75em .7em; - padding:0; -} - -h1#xml a { - border:0; - cursor:pointer; - display:block; - height:0px !important; - margin:0; - overflow:hidden; - padding:44px 0 0; - text-decoration:none; - width:35px; -} - #cartDetails { background-color : #FFF; border: 1px solid #739acf; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt @@ -133,4 +133,4 @@ No results found -[% INCLUDE 'intranet-bottom.inc' %] +[% INCLUDE 'popup-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt @@ -1,7 +1,7 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Patron Cards › Patron Card Printing/Exporting [% INCLUDE 'doc-head-close.inc' %] - -
[% IF ( batches ) %]
-
-
- Click on the following link(s) to download the exported batch(es). -
-
-
- - [% FOREACH batche IN batches %] - - [% IF ( batche.label_ids ) %] - - - [% ELSIF ( batche.borrower_numbers ) %] - - - [% ELSE %] - - - [% END %] - +

Click on the following link(s) to download the exported batch(es).

+
+ [% FOREACH batche IN batches %] + [% IF ( batche.label_ids ) %] + [% batche.card_count %] Single Patron Cards +

+ label_single_[% batche.card_count %].pdf +

+ [% ELSIF ( batche.borrower_numbers ) %] + [% batche.card_count %] Single Patron Cards +

+ label_single_[% batche.card_count %].pdf +

+ [% ELSE %] + Card Batch Number [% batche.batch_id %] +

+ label_batch_[% batche.batch_id %].pdf +

[% END %] -
- [% batche.card_count %] Single Patron Cards - -

- label_single_[% batche.card_count %].pdf -

-
- [% batche.card_count %] Single Patron Cards - -

- label_single_[% batche.card_count %].pdf -

-
- Card Batch Number [% batche.batch_id %] - -

- label_batch_[% batche.batch_id %].pdf -

-
-
+ [% END %] + +
-
- -
+
[% ELSE %] -
-
+

[% IF ( label_ids ) %] - Exporting [% card_count %] patroncard(s). + [% IF ( card_count == 1 ) %]Exporting [% card_count %] patroncard[% ELSE %]Exporting [% card_count %] patroncards[% END %] [% ELSIF ( borrower_numbers ) %] - Exporting [% borrower_count %] patroncard(s). + [% IF ( borrower_count == 1 ) %]Exporting [% borrower_count %] patroncard[% ELSE %]Exporting [% borrower_count %] patroncards[% END %] [% ELSE %] - [% multi_batch_count %] batch(es) to export. + [% IF ( multi_batch_count == 1 ) %][% multi_batch_count %] batch to export[% ELSE %][% multi_batch_count %] batches to export[% END %] [% END %] -

-
+
@@ -88,48 +64,34 @@ [% END %]
- - - - - - - - - - - - - -
- - - -
- - - -
- - - -
+
    +
  1. + + +
  2. +
  3. + + +
  4. +
  5. + + +
  6. +
-
- - -
+ + Cancel
[% END %]
- [% INCLUDE 'intranet-bottom.inc' %] + [% INCLUDE 'popup-bottom.inc' %]