[freeside-commits] freeside/httemplate/browse part_device.html, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Mon Jun 29 18:42:57 PDT 2009
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.147, 1.148 part_device.pm, NONE, 1.1 phone_device.pm, NONE, 1.1 Mason.pm, 1.10, 1.11 svc_phone.pm, 1.18, 1.19
- Next message: [freeside-commits] freeside/httemplate/edit/process part_device.html, NONE, 1.1 phone_device.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv27146/httemplate/browse
Added Files:
part_device.html
Log Message:
phone devices (for netsapiens integration), RT#5226
--- NEW FILE: part_device.html ---
<% include( 'elements/browse.html',
'title' => 'Phone device types',
'name' => 'phone device types',
'menubar' => [ 'Add a new device type' =>
$p.'edit/part_device.html',
'Import device types' =>
$p.'misc/part_device-import.html',
],
'query' => { 'table' => 'part_device', },
'count_query' => 'SELECT COUNT(*) FROM part_device',
'header' => [ '#', 'Device type' ],
'fields' => [ 'devicepart',
'devicename',
],
'links' => [ $link,
$link,
],
)
%>
<%init>
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
my $link = [ "${p}edit/part_device.html?", 'devicepart' ];
</%init>
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.147, 1.148 part_device.pm, NONE, 1.1 phone_device.pm, NONE, 1.1 Mason.pm, 1.10, 1.11 svc_phone.pm, 1.18, 1.19
- Next message: [freeside-commits] freeside/httemplate/edit/process part_device.html, NONE, 1.1 phone_device.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list