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