X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Ffirst_pkg%2Fsvc_acct.html;fp=httemplate%2Fedit%2Fcust_main%2Ffirst_pkg%2Fsvc_acct.html;h=150d4c04377e9499e80d6e55f2b6f4cb3f19b2ab;hb=beb9681db0ee4c0912c82849267a82dd434784b3;hp=91ee7a56c8919667b1bc784af45ccaa518232326;hpb=a22b55437cb9c2da2670c33b28dd521a1ef1a190;p=freeside.git diff --git a/httemplate/edit/cust_main/first_pkg/svc_acct.html b/httemplate/edit/cust_main/first_pkg/svc_acct.html index 91ee7a56c..150d4c043 100644 --- a/httemplate/edit/cust_main/first_pkg/svc_acct.html +++ b/httemplate/edit/cust_main/first_pkg/svc_acct.html @@ -29,14 +29,44 @@ VALUE = "<% $opt{'password'} %>" SIZE = <% $pmax2 %> MAXLENGTH = <% $passwordmax %>> - (blank to generate) +% unless ( $opt{'password_verify'} ) { + (blank to generate) +% } - - Access number - <% FS::svc_acct_pop::popselector($opt{'popnum'}) %> - +% if ( $opt{'password_verify'} ) { + + Re-enter Password + + + MAXLENGTH = <% $passwordmax %>> + + +% } + +% if ( $conf->exists('security_phrase') ) { + + Security Phrase + + + +% } else { + +% } + +% if ( $conf->exists('svc_acct-disable_access_number') ) { + +% } else { + + Access number +%# XXX should gain "area code" selection and labels on the dropdowns + <% FS::svc_acct_pop::popselector($opt{'popnum'}) %> + +% }