[freeside-commits] freeside/httemplate/edit/process/elements process.html, 1.21, 1.22
Mark Wells
mark at wavetail.420.am
Thu Mar 31 19:52:17 PDT 2011
- Previous message: [freeside-commits] freeside/httemplate/edit/process hardware_class.html, NONE, 1.1 hardware_status.html, NONE, 1.1 hardware_type.html, NONE, 1.1 svc_dish.html, NONE, 1.1 svc_hardware.html, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/elements menu.html, 1.112, 1.113 select-hardware_class.html, NONE, 1.1 select-hardware_type.html, NONE, 1.1 tr-cust_svc.html, NONE, 1.1 tr-cust_svc_cancel.html, NONE, 1.1 tr-select-hardware_type.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process/elements
In directory wavetail.420.am:/tmp/cvs-serv29538/httemplate/edit/process/elements
Modified Files:
process.html
Log Message:
svc_hardware and svc_dish, #11454
Index: process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/elements/process.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -w -d -r1.21 -r1.22
--- process.html 17 Jun 2010 02:08:53 -0000 1.21
+++ process.html 1 Apr 2011 02:52:15 -0000 1.22
@@ -133,9 +133,11 @@
% } else {
%
% my $ext = $opt{'viewall_ext'} || 'html';
+% my $viewall_dir = $opt{'viewall_dir'} || 'search';
+% my $viewall_url = $opt{'viewall_url'} || ($viewall_dir . "/$table.$ext");
%
-<% $cgi->redirect( popurl(3). ($opt{viewall_dir}||'search'). "/$table.$ext" ) %>
-%
+%#<% $cgi->redirect( popurl(3). ($opt{viewall_dir}||'search'). "/$table.$ext" ) %>
+<% $cgi->redirect( popurl(3) . $viewall_url ) %>
% }
%
%}
- Previous message: [freeside-commits] freeside/httemplate/edit/process hardware_class.html, NONE, 1.1 hardware_status.html, NONE, 1.1 hardware_type.html, NONE, 1.1 svc_dish.html, NONE, 1.1 svc_hardware.html, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/elements menu.html, 1.112, 1.113 select-hardware_class.html, NONE, 1.1 select-hardware_type.html, NONE, 1.1 tr-cust_svc.html, NONE, 1.1 tr-cust_svc_cancel.html, NONE, 1.1 tr-select-hardware_type.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list