[freeside-commits] freeside/httemplate/edit/elements edit.html, 1.61, 1.62

Ivan,,, ivan at wavetail.420.am
Wed May 11 09:20:14 PDT 2011


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

Modified Files:
	edit.html 
Log Message:
i18n, RT#12515

Index: edit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/edit.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -w -d -r1.61 -r1.62
--- edit.html	6 Apr 2011 08:19:57 -0000	1.61
+++ edit.html	11 May 2011 16:20:12 -0000	1.62
@@ -2,7 +2,7 @@
 
 Example:
 
-  include( 'elements/edit.html',  
+  <& elements/edit.html,  
     'name_singular' =>  #singular name for the record
                         # (preferred, will be pluralized automatically)
     'name'          =>  #name for the record
@@ -182,7 +182,7 @@
     #run before display to manipulate element of the 'fields' arrayref
     'field_callback' => sub { my( $cgi, $object, $field_hashref ) = @_; },
 
-  );
+  &>
 
 </%doc>
 



More information about the freeside-commits mailing list