[freeside-commits] freeside/httemplate/search cust_bill.html, 1.39.2.1, 1.39.2.2
Ivan,,,
ivan at wavetail.420.am
Wed Jul 27 16:56:57 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS Mason.pm, 1.78, 1.78.2.1 Maketext.pm, 1.2, 1.2.2.1
- Next message: [freeside-commits] freeside/FS/FS template_content.pm, NONE, 1.1 Mason.pm, 1.79, 1.80 Misc.pm, 1.46, 1.47 Schema.pm, 1.318, 1.319 msg_template.pm, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv2195/httemplate/search
Modified Files:
Tag: FREESIDE_2_3_BRANCH
cust_bill.html
Log Message:
fix i18n of javascript re-print/email confirmations, RT#12515
Index: cust_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill.html,v
retrieving revision 1.39.2.1
retrieving revision 1.39.2.2
diff -u -w -d -r1.39.2.1 -r1.39.2.2
--- cust_bill.html 27 Jul 2011 23:27:15 -0000 1.39.2.1
+++ cust_bill.html 27 Jul 2011 23:56:55 -0000 1.39.2.2
@@ -205,31 +205,31 @@
'<SCRIPT TYPE="text/javascript">
function confirm_print_process() {
- if ( ! confirm('.emt("Are you sure you want to reprint these invoices?").') ) {
+ if ( ! confirm('.js_mt("Are you sure you want to reprint these invoices?").') ) {
return;
}
print_process();
}
function confirm_email_process() {
- if ( ! confirm('.emt("Are you sure you want to re-email these invoices?").') ) {
+ if ( ! confirm('.js_mt("Are you sure you want to re-email these invoices?").') ) {
return;
}
email_process();
}
function confirm_fax_process() {
- if ( ! confirm('.emt("Are you sure you want to re-fax these invoices?").') ) {
+ if ( ! confirm('.js_mt("Are you sure you want to re-fax these invoices?").') ) {
return;
}
fax_process();
}
function confirm_ftp_process() {
- if ( ! confirm('.emt("Are you sure you want to re-FTP these invoices?").') ) {
+ if ( ! confirm('.js_mt("Are you sure you want to re-FTP these invoices?").') ) {
return;
}
ftp_process();
}
function confirm_spool_process() {
- if ( ! confirm('.emt("Are you sure you want to re-spool these invoices?").') ) {
+ if ( ! confirm('.js_mt("Are you sure you want to re-spool these invoices?").') ) {
return;
}
spool_process();
- Previous message: [freeside-commits] freeside/FS/FS Mason.pm, 1.78, 1.78.2.1 Maketext.pm, 1.2, 1.2.2.1
- Next message: [freeside-commits] freeside/FS/FS template_content.pm, NONE, 1.1 Mason.pm, 1.79, 1.80 Misc.pm, 1.46, 1.47 Schema.pm, 1.318, 1.319 msg_template.pm, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list