[freeside-commits] freeside/httemplate/edit/process/elements svc_Common.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Wed Jun 16 18:16:18 PDT 2010


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

Modified Files:
	svc_Common.html 
Log Message:
new-style mason

Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/elements/svc_Common.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- svc_Common.html	23 Aug 2006 22:25:37 -0000	1.2
+++ svc_Common.html	17 Jun 2010 01:16:16 -0000	1.3
@@ -1,15 +1,14 @@
-%
-%
-%  my %opt = @_;
-%  my $table = $opt{'table'};
-%  $opt{'fields'} ||= [ fields($table) ];
-%  push @{ $opt{'fields'} }, qw( pkgnum svcpart );
-%
-%
 <% include( 'process.html',
                  'edit_ext' => 'cgi',
                  'redirect' => popurl(3)."view/$table.cgi?",
                  %opt,
            )
 %>
+<%init>
 
+my %opt = @_;
+my $table = $opt{'table'};
+$opt{'fields'} ||= [ fields($table) ];
+push @{ $opt{'fields'} }, qw( pkgnum svcpart );
+
+</%init>



More information about the freeside-commits mailing list