[freeside-commits] freeside/httemplate/edit/elements edit.html, 1.59, 1.60 svc_Common.html, 1.18, 1.19
Mark Wells
mark at wavetail.420.am
Thu Mar 31 19:52:16 PDT 2011
- Previous message: [freeside-commits] freeside/httemplate/edit hardware_class.html, NONE, 1.1 hardware_status.html, NONE, 1.1 hardware_type.html, NONE, 1.1 part_svc.cgi, 1.77, 1.78 svc_dish.cgi, NONE, 1.1 svc_hardware.cgi, NONE, 1.1
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv29538/httemplate/edit/elements
Modified Files:
edit.html svc_Common.html
Log Message:
svc_hardware and svc_dish, #11454
Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/svc_Common.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -w -d -r1.18 -r1.19
--- svc_Common.html 28 Mar 2011 02:00:53 -0000 1.18
+++ svc_Common.html 1 Apr 2011 02:52:14 -0000 1.19
@@ -104,6 +104,12 @@
if $object->svcnum;
$f->{'extra_sql'} .= ' ) ';
$f->{'disable_empty'} = $object->svcnum ? 1 : 0,
+ } elsif ( $flag eq 'H' ) {
+ $f->{'type'} = 'select-hardware_type';
+ $f->{'hashref'} = {
+ 'classnum'=>$columndef->columnvalue
+ };
+ $f->{'empty_label'} = 'Select hardware type';
}
if ( $f->{'type'} eq 'select-svc_pbx'
Index: edit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/edit.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -w -d -r1.59 -r1.60
--- edit.html 21 Mar 2011 00:55:12 -0000 1.59
+++ edit.html 1 Apr 2011 02:52:14 -0000 1.60
@@ -260,6 +260,10 @@
% 'maxlength' => $f->{'maxlength'},
% 'postfix' => $f->{'postfix'},
%
+% #textarea
+% 'rows' => $f->{'rows'},
+% 'cols' => $f->{'cols'},
+%
% #checkbox, title, fixed, hidden
% #& deprecated weird value hashref used only by reason.html
% 'value' => $f->{'value'},
- Previous message: [freeside-commits] freeside/httemplate/edit hardware_class.html, NONE, 1.1 hardware_status.html, NONE, 1.1 hardware_type.html, NONE, 1.1 part_svc.cgi, 1.77, 1.78 svc_dish.cgi, NONE, 1.1 svc_hardware.cgi, NONE, 1.1
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list