[freeside-commits] freeside/httemplate/view svc_phone.cgi, 1.12.2.2, 1.12.2.3
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Feb 8 07:32:40 PST 2010
- Previous message: [freeside-commits] freeside/httemplate/elements checkboxes-table.html, 1.4, 1.4.4.1
- Next message: [freeside-commits] freeside/FS/FS export_device.pm, 1.1, 1.2 Mason.pm, 1.28, 1.29 Schema.pm, 1.189, 1.190 part_device.pm, 1.1, 1.2 part_export.pm, 1.102, 1.103 phone_device.pm, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv8492/httemplate/view
Modified Files:
Tag: FREESIDE_1_9_BRANCH
svc_phone.cgi
Log Message:
grandstream device configuration support #4220
Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_phone.cgi,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -d -r1.12.2.2 -r1.12.2.3
--- svc_phone.cgi 25 Jan 2010 22:17:29 -0000 1.12.2.2
+++ svc_phone.cgi 8 Feb 2010 15:32:38 -0000 1.12.2.3
@@ -58,6 +58,7 @@
'<TH CLASS="grid" BGCOLOR="#cccccc">Type</TH>'.
'<TH CLASS="grid" BGCOLOR="#cccccc">MAC Addr</TH>'.
'<TH CLASS="grid" BGCOLOR="#cccccc"></TH>'.
+ '<TH CLASS="grid" BGCOLOR="#cccccc"></TH>'.
'</TR>';
my $bgcolor1 = '#eeeeee';
my $bgcolor2 = '#ffffff';
@@ -73,10 +74,12 @@
my $td = qq(<TD CLASS="grid" BGCOLOR="$bgcolor">);
my $devicenum = $phone_device->devicenum;
+ my $export_links = join( '<BR>', @{ $phone_device->export_links } );
$devices .= '<TR>'.
$td. $phone_device->part_device->devicename. '</TD>'.
$td. $phone_device->mac_addr. '</TD>'.
+ $td. $export_links. '</TD>'.
"$td( ".
qq(<A HREF="${p}edit/phone_device.html?$devicenum">edit</A> | ).
qq(<A HREF="javascript:areyousure('${p}misc/delete-phone_device.html?$devicenum')">delete</A>).
- Previous message: [freeside-commits] freeside/httemplate/elements checkboxes-table.html, 1.4, 1.4.4.1
- Next message: [freeside-commits] freeside/FS/FS export_device.pm, 1.1, 1.2 Mason.pm, 1.28, 1.29 Schema.pm, 1.189, 1.190 part_device.pm, 1.1, 1.2 part_export.pm, 1.102, 1.103 phone_device.pm, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list