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

(-)a/installer/data/mysql/es-ES/mandatory/sample_notices.sql (+6 lines)
Lines 151-153 Your library.' Link Here
151
INSERT INTO letter(module, code, branchcode, name, title, content, message_transport_type)
151
INSERT INTO letter(module, code, branchcode, name, title, content, message_transport_type)
152
VALUES ('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'Notification on receiving', 'Order received', 'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\n The order <<aqorders.ordernumber>> (<<biblio.title>>) has been received.\n\nYour library.', 'email'),
152
VALUES ('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'Notification on receiving', 'Order received', 'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\n The order <<aqorders.ordernumber>> (<<biblio.title>>) has been received.\n\nYour library.', 'email'),
153
('members','MEMBERSHIP_EXPIRY','','Account expiration','Account expiration','Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian\r\n\r\n<<branches.branchname>>','email');
153
('members','MEMBERSHIP_EXPIRY','','Account expiration','Account expiration','Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian\r\n\r\n<<branches.branchname>>','email');
154
155
INSERT INTO letter ( module, code, branchcode, name, is_html, title, content, message_transport_type )
156
VALUES ( 'circulation', 'OVERDUES_SLIP', '', 'Overdues Slip', '0', 'OVERDUES_SLIP', 'The following item(s) is/are currently overdue:
157
158
<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>
159
', 'print' );
(-)a/installer/data/mysql/it-IT/necessari/notices.sql (+6 lines)
Lines 149-151 Lo staff della biblioteca.' Link Here
149
INSERT INTO letter(module, code, branchcode, name, title, content, message_transport_type)
149
INSERT INTO letter(module, code, branchcode, name, title, content, message_transport_type)
150
VALUES ('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'Notification on receiving', 'Order received', 'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\n The order <<aqorders.ordernumber>> (<<biblio.title>>) has been received.\n\nYour library.', 'email'),
150
VALUES ('acquisition', 'ACQ_NOTIF_ON_RECEIV', '', 'Notification on receiving', 'Order received', 'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\n The order <<aqorders.ordernumber>> (<<biblio.title>>) has been received.\n\nYour library.', 'email'),
151
('members','MEMBERSHIP_EXPIRY','','Account expiration','Account expiration','Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian\r\n\r\n<<branches.branchname>>','email');
151
('members','MEMBERSHIP_EXPIRY','','Account expiration','Account expiration','Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,.\r\n\r\nYour library card will expire soon, on:\r\n\r\n<<borrowers.dateexpiry>>\r\n\r\nThank you,\r\n\r\nLibrarian\r\n\r\n<<branches.branchname>>','email');
152
153
INSERT INTO letter ( module, code, branchcode, name, is_html, title, content, message_transport_type )
154
VALUES ( 'circulation', 'OVERDUES_SLIP', '', 'Overdues Slip', '0', 'OVERDUES_SLIP', 'The following item(s) is/are currently overdue:
155
156
<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>
157
', 'print' );
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc (-1 / +1 lines)
Lines 159-165 function searchToHold(){ Link Here
159
            <ul class="dropdown-menu">
159
            <ul class="dropdown-menu">
160
                [% IF ( CAN_user_borrowers ) %]<li><a id="printsummary" href="#">Print summary</a></li>[% END %]
160
                [% IF ( CAN_user_borrowers ) %]<li><a id="printsummary" href="#">Print summary</a></li>[% END %]
161
                <li><a id="printslip" href="#">Print slip</a></li>
161
                <li><a id="printslip" href="#">Print slip</a></li>
162
                <li><a id="printquickslip" href="#">Print quick slip[%  Borrowers.HasOverdues( borrowernumber ) %]</a></li>
162
                <li><a id="printquickslip" href="#">Print quick slip</a></li>
163
                [% IF Borrowers.HasOverdues( borrowernumber ) %]
163
                [% IF Borrowers.HasOverdues( borrowernumber ) %]
164
                    <li><a id="print_overdues" href="#">Print overdues</a></li>
164
                    <li><a id="print_overdues" href="#">Print overdues</a></li>
165
                [% END %]
165
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-5 / +4 lines)
Lines 5-13 Link Here
5
[% ELSIF ( caller == 'transfer' ) %]
5
[% ELSIF ( caller == 'transfer' ) %]
6
<title>Koha &rsaquo; Circulation &rsaquo; Transfers print receipt</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Transfers print receipt</title>
7
[% ELSIF ( caller == 'members' ) %]
7
[% ELSIF ( caller == 'members' ) %]
8
<title>Koha &rsaquo; Members &rsaquo; Print receipt for [% borrowernumber %]</title>
8
<title>Koha &rsaquo; Patrons &rsaquo; Print receipt for [% borrowernumber %]</title>
9
[% ELSIF ( title ) %]
9
[% ELSIF ( title ) %]
10
<title>Koha &rsaquo; Members &rsaquo; [% title %]</title>
10
<title>Koha &rsaquo; Patrons &rsaquo; [% title %]</title>
11
[% END %]
11
[% END %]
12
12
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Lines 24-33 Link Here
24
24
25
[% IF plain %]
25
[% IF plain %]
26
<pre>
26
<pre>
27
[% IF ( slip ) %][% slip %][% ELSE %]No hold found[% END %]
27
[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %]
28
</pre>
28
</pre>
29
[% ELSE %]
29
[% ELSE %]
30
[% IF ( slip ) %][% slip %][% ELSE %]No hold found[% END %]
30
[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %]
31
[% END %]
31
[% END %]
32
32
33
[% INCLUDE 'intranet-bottom.inc' %]
33
[% INCLUDE 'intranet-bottom.inc' %]
34
- 

Return to bug 12933