[freeside-commits] freeside/httemplate/elements errorpage.html, 1.5, 1.6 searchbar-cust_bill.html, 1.2, 1.3

Erik Levinson levinse at wavetail.420.am
Thu May 26 19:25:44 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv5847/elements

Modified Files:
	errorpage.html searchbar-cust_bill.html 
Log Message:
internationalization/localization, RT12515

Index: errorpage.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/errorpage.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- errorpage.html	22 May 2011 20:23:20 -0000	1.5
+++ errorpage.html	27 May 2011 02:25:41 -0000	1.6
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt("Error") &>
+<& /elements/header.html, mt("Error") &>
 
 % while (@_) {
 

Index: searchbar-cust_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/searchbar-cust_bill.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- searchbar-cust_bill.html	22 May 2011 16:39:45 -0000	1.2
+++ searchbar-cust_bill.html	27 May 2011 02:25:42 -0000	1.3
@@ -6,7 +6,7 @@
     <A HREF="<%$fsurl%>search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px"><% mt('Adv') |h %></A>\
 %   } 
     <BR>
-    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+    <INPUT TYPE="submit" VALUE="<% mt('Search invoices') |h %>" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
   </FORM>
   <% $menu_position eq 'left' ? '<BR><BR>' : '' %>
 



More information about the freeside-commits mailing list