X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct%2Fbasics.html;h=6adebc6cef763e4f07c1ab3124eddceb8f7d3809;hb=f5e559bc13ccdd761417e8ef83454f80937799f1;hp=6eddd492dd2f57d9f57f996d87b5d7d6729a5fe5;hpb=259eacca8b815b2bf159e7ee14385e2ac28ed9ee;p=freeside.git diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index 6eddd492d..6adebc6ce 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -1,178 +1,109 @@ <% &ntable("#cccccc") %><% &ntable("#cccccc",2) %> - - Service - <% $part_svc->svc %> - +<& /view/elements/tr.html, label=>mt('Service'), value=>$part_svc->svc &> +<& /view/elements/tr.html, label=>mt('Username'), value=>$svc_acct->username &> +<& /view/elements/tr.html, label=>mt('Domain'), value=>$domain &> - - Username - <% $svc_acct->username %> - - - - Domain - <% $domain %> - +% if ( $opt{'communigate'} ) { + <& /view/elements/tr.html, label=>mt('Aliases'), value=>$svc_acct->cgp_aliases &> +%} % if ( $svc_acct->pbxsvc ) { - - PBX - <% $svc_acct->pbx_title %> - + <& /view/elements/tr.html, label=>mt('PBX'), value=>$svc_acct->pbx_title &> %} - - Password - +% my $show_pw = ''; % my $password = $svc_acct->get_cleartext_password; % if ( $password =~ /^\*\w+\* (.*)$/ ) { -% $password = $1; - (login disabled) +% $password = $1; +% $show_pw .= '('. mt('login disabled') .') '; % } -% if ( !$password and -% $svc_acct->_password_encryption ne 'plain' and -% $svc_acct->_password ) { - (<% uc($svc_acct->_password_encryption) %> encrypted) +% if ( ! $password +% && $svc_acct->_password_encryption ne 'plain' +% && $svc_acct->_password +% ) +% { +% $show_pw .= '('. uc($svc_acct->_password_encryption). ' '.mt('encrypted').')'; % } elsif ( $conf->exists('showpasswords') ) { -
<% encode_entities($password) %>
+% $show_pw .= '
'. encode_entities($password). '
'; % } else { - (hidden) +% $show_pw .= '('. mt('hidden') .')'; % } - - % $password = ''; +<& /view/elements/tr.html, label=>mt('Password'), value=>$show_pw &> + % if ( $conf->exists('security_phrase') ) { -% my $sec_phrase = $svc_acct->sec_phrase; -% - - Security phrase - <% $svc_acct->sec_phrase %> - + <& /view/elements/tr.html, label=>mt('Security phrase'), value=>$svc_acct->sec_phrase &> % } % if ( $svc_acct->popnum ) { -% my $svc_acct_pop = qsearchs('svc_acct_pop',{'popnum'=>$svc_acct->popnum}); - - Access number - <% $svc_acct_pop->text %> - +% my $svc_acct_pop = qsearchs('svc_acct_pop',{'popnum'=>$svc_acct->popnum}); + <& /view/elements/tr.html, label=>mt('Access number'), value=>$svc_acct_pop->text &> % } % if ($svc_acct->uid ne '') { - - UID - <% $svc_acct->uid %> - + <& /view/elements/tr.html, label=>mt('UID'), value=>$svc_acct->uid &> % } % if ($svc_acct->gid ne '') { - - GID - <% $svc_acct->gid %> - + <& /view/elements/tr.html, label=>mt('GID'), value=>$svc_acct->gid &> % } % if ($svc_acct->finger ne '') { - - Real Name - <% $svc_acct->finger %> - + <& /view/elements/tr.html, label=>mt('Real Name'), value=>$svc_acct->finger &> % } % if ($svc_acct->dir ne '') { - - Home directory - <% $svc_acct->dir %> - + <& /view/elements/tr.html, label=>mt('Home directory'), value=>$svc_acct->dir &> % } % if ($svc_acct->shell ne '') { - - Shell - <% $svc_acct->shell %> - + <& /view/elements/tr.html, label=>mt('Shell'), value=>$svc_acct->shell &> % } % if ($svc_acct->quota ne '' && ! $opt{'communigate'} ) { - - Quota - <% $svc_acct->quota %> - -% } elsif ( $opt{'communigate'} ) { - - - Mailbox type - <% $svc_acct->cgp_type %> - - - Enabled services - <% $svc_acct->cgp_accessmodes |h %> - + <& /view/elements/tr.html, label=>mt('Quota'), value=>$svc_acct->quota &> - - Mail storage limit - <% $svc_acct->quota %> - - - - File storage limit - <% $svc_acct->file_quota %> - - - - Number of files limit - <% $svc_acct->file_maxnum %> - +% } elsif ( $opt{'communigate'} ) { - - File size limit - <% $svc_acct->file_maxsize %> - + <& communigate.html, %opt &> % } % if ($svc_acct->slipip) { - - IP address - - <% ( $svc_acct->slipip eq "0.0.0.0" || $svc_acct->slipip eq '0e0' ) - ? "(Dynamic)" - : $svc_acct->slipip - %> - - + <& /view/elements/tr.html, + label=>mt('IP address'), + value=> ( $svc_acct->slipip eq "0.0.0.0" || $svc_acct->slipip eq '0e0' ) + ? "(".mt('Dynamic').")" + : $svc_acct->slipip. ' '. + include('/elements/popup_link-ping.html', + 'ip'=>$svc_acct->slipip, + ) + &> % } -<% include('usage.html', - 'svc_acct' => $svc_acct, - ) -%> +<& usage.html, 'svc_acct' => $svc_acct &> % foreach my $attribute ( grep /^radius_/, $svc_acct->fields ) { -% $attribute =~ /^radius_(.*)$/; -% my $pattribute = $FS::raddb::attrib{$1}; - - Radius (reply) <% $pattribute %> - <% $svc_acct->getfield($attribute) %> - - +% $attribute =~ /^radius_(.*)$/; +% my $pattribute = $FS::raddb::attrib{$1}; + <& /view/elements/tr.html, label=>mt("Radius (reply) [_1]",$pattribute), + value=>$svc_acct->getfield($attribute) + &> % } + % foreach my $attribute ( grep /^rc_/, $svc_acct->fields ) { -% $attribute =~ /^rc_(.*)$/; -% my $pattribute = $FS::raddb::attrib{$1}; - - Radius (check) <% $pattribute %> - <% $svc_acct->getfield($attribute) %> - +% $attribute =~ /^rc_(.*)$/; +% my $pattribute = $FS::raddb::attrib{$1}; + <& /view/elements/tr.html, label=>mt("Radius (check) [_1]",$pattribute), + value=>$svc_acct->getfield($attribute) + &> % } - - RADIUS groups - <% join('
', $svc_acct->radius_groups) %> - +<& /view/elements/tr.html, label=>mt('RADIUS groups'), + value=>join('
', $svc_acct->radius_groups('long_description')) &> %# Can this be abstracted further? Maybe a library function like %# widget('HTML', 'view', $svc_acct) ? It would definitely make UI