X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Ffirst_pkg%2Fsvc_acct.html;h=b1ccc137cbd3dbe5909c11e231a76c89b4746001;hp=150d4c04377e9499e80d6e55f2b6f4cb3f19b2ab;hb=b5dbd9e1bcbb701a20ed23e723b1e0105fd7c1a1;hpb=d884f87c167fa00a24b2347c46606585b8420657 diff --git a/httemplate/edit/cust_main/first_pkg/svc_acct.html b/httemplate/edit/cust_main/first_pkg/svc_acct.html index 150d4c043..b1ccc137c 100644 --- a/httemplate/edit/cust_main/first_pkg/svc_acct.html +++ b/httemplate/edit/cust_main/first_pkg/svc_acct.html @@ -1,7 +1,7 @@ <% ntable("#cccccc") %> - Username + <% mt('Username') |h %> - Domain + <% mt('Domain') |h %> - Password + <% mt('Password') |h %> - Re-enter Password + <% mt('Re-enter Password') |h %> exists('security_phrase') ) { - Security Phrase + <% mt('Security Phrase') |h %> @@ -62,7 +62,7 @@ % } else { - Access number + <% mt('Access number') |h %> %# XXX should gain "area code" selection and labels on the dropdowns <% FS::svc_acct_pop::popselector($opt{'popnum'}) %> @@ -72,14 +72,10 @@ <%init> -#use FS::svc_acct_pop; - my( %opt ) = @_; my $conf = new FS::Conf; -#false laziness: (mostly) copied from edit/svc_acct.cgi -#$ulen = $svc_acct->dbdef_table->column('username')->length; my $ulen = dbdef->table('svc_acct')->column('username')->length; my $ulen2 = $ulen+2; my $passwordmax = $conf->config('passwordmax') || 8;