diff options
author | jeff <jeff> | 2007-02-28 19:41:30 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-02-28 19:41:30 +0000 |
commit | 4aead372bfa01314c4e3734b5ce00b6eeb1e35d9 (patch) | |
tree | c045eea240cbda879c411ba0fbbd642ab0225290 /httemplate/edit | |
parent | 6397ca590fbffefc85c8d64a55300b75e15919ee (diff) |
restore (none) choice to first package select
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_main/select-domain.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/select-domain.html b/httemplate/edit/cust_main/select-domain.html index 3d42eb8b1..bec1e834c 100644 --- a/httemplate/edit/cust_main/select-domain.html +++ b/httemplate/edit/cust_main/select-domain.html @@ -42,6 +42,7 @@ </SCRIPT> <SELECT NAME="<% $opt{'prefix'} %>pkgpart_svcpart" onchange="<% $opt{'prefix'} %>pkgpart_svcpart_changed(this,0);" > + <OPTION VALUE="">(none) % foreach my $part_pkg ( @part_pkg ) { |