[freeside-commits] freeside/httemplate/view/elements svc_export_settings.html, NONE, 1.1.2.2
Ivan,,,
ivan at wavetail.420.am
Sat Feb 20 14:31:35 PST 2010
- Previous message: [freeside-commits] freeside/httemplate/view/svc_acct basics.html, NONE, 1.1 change_svc_form.html, NONE, 1.1 change_svc.html, NONE, 1.1 hosting.html, NONE, 1.1 radius_usage.html, NONE, 1.1 usage.html, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/view/svc_acct basics.html, NONE, 1.1.2.2 change_svc_form.html, NONE, 1.1.2.2 change_svc.html, NONE, 1.1.2.2 hosting.html, NONE, 1.1.2.2 radius_usage.html, NONE, 1.1.2.2 usage.html, NONE, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view/elements
In directory wavetail.420.am:/tmp/cvs-serv7517/httemplate/view/elements
Added Files:
Tag: FREESIDE_1_9_BRANCH
svc_export_settings.html
Log Message:
communigate pro provisioning, RT#7083
--- NEW FILE: svc_export_settings.html ---
% my ( $settings, $defaults ) = $svc_x->export_getsettings;
% if ( keys %$settings ) {
%# XXX a way to label this "Communigate pro settings".. just a config maybe
External settings
<% ntable('#cccccc',2) %>
% foreach my $key ( keys %$settings ) {
<TR>
<TD ALIGN="right"><% $key |h %></TD>
<TD BGCOLOR="<% $defaults->{$key} ? '#eeeeee' : '#ffffff' %>">
<% $defaults->{$key} ? '<I>' : '<B>' %>
<% $settings->{$key} |h %>
<% $defaults->{$key} ? '</I>' : '</B>' %>
</TD>
</TR>
% }
</TABLE>
<BR>
% }
<%init>
my $svc_x = shift;
</%init>
- Previous message: [freeside-commits] freeside/httemplate/view/svc_acct basics.html, NONE, 1.1 change_svc_form.html, NONE, 1.1 change_svc.html, NONE, 1.1 hosting.html, NONE, 1.1 radius_usage.html, NONE, 1.1 usage.html, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/view/svc_acct basics.html, NONE, 1.1.2.2 change_svc_form.html, NONE, 1.1.2.2 change_svc.html, NONE, 1.1.2.2 hosting.html, NONE, 1.1.2.2 radius_usage.html, NONE, 1.1.2.2 usage.html, NONE, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list