diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-04-29 12:31:06 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-29 12:31:06 -0700 |
commit | a0b714142b349a36eee41a5de1e511758a382ffb (patch) | |
tree | 4806c09535932b1070df27d2c9c3aa829fb3641f /fs_selfservice/FS-SelfService/SelfService.pm | |
parent | 7266a53154af0f0b2240d3de4f912c52670d67d0 (diff) |
add selectable domain option to signup, RT#21557
Diffstat (limited to 'fs_selfservice/FS-SelfService/SelfService.pm')
-rw-r--r-- | fs_selfservice/FS-SelfService/SelfService.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm index 1fa67c2ad..d44f978a5 100644 --- a/fs_selfservice/FS-SelfService/SelfService.pm +++ b/fs_selfservice/FS-SelfService/SelfService.pm @@ -1799,7 +1799,7 @@ sub domainselector { '<INPUT TYPE="hidden" NAME="domsvc" VALUE="'. $key. '"></TD></TR>' } - my $text .= qq!<TR><TD ALIGN="right">Domain</TD><TD><SELECT NAME="domsvc" SIZE=1 STYLE="width: 20em">; + my $text .= qq!<TR><TD ALIGN="right">Domain</TD><TD><SELECT NAME="domsvc" SIZE=1 STYLE="width: 20em">!; $text .= '<OPTION>(Choose Domain)' unless $domsvc; |