[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.54, 1.55

Erik Levinson levinse at wavetail.420.am
Mon May 16 12:47:21 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv17361

Modified Files:
	payment_history.html 
Log Message:
internationalization/localization, RT12515

Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -w -d -r1.54 -r1.55
--- payment_history.html	16 May 2011 18:48:24 -0000	1.54
+++ payment_history.html	16 May 2011 19:47:19 -0000	1.55
@@ -478,4 +478,9 @@
     $payby;
 };
 
+sub areyousure_link {
+    my ($url,$msg,$title,$label) = (shift,shift,shift,shift);
+    ' (<A HREF="javascript:areyousure(\''.$url.'\',\''.$msg.'\')" TITLE="'.$title.'">'.$label.'</A>)';
+}
+
 </%init>



More information about the freeside-commits mailing list