File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
interface/web/mail/templates Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
88 < div class ="ctrlHolder ">
99 < p class ="label "> < em > *</ em > {tmpl_var name='email_txt'}</ p >
1010 < div class ="multiField ">
11- < label for ="email_local_part " class ="blockLabel "> Alias< input type ="text " id ="email_local_part " name ="email_local_part " size ="20 " value ="" class ="textInput " /> </ label >
11+ < label for ="email_local_part " class ="blockLabel "> Alias< input type ="text " id ="email_local_part " name ="email_local_part " size ="20 " value ="{tmpl_var name='email_local_part'} " class ="textInput " /> </ label >
1212 < label for ="email_at " class ="blockLabel email_at "> < span id ="email_at " name ="email_at " /> @</ label >
1313 < label for ="email_domain " class ="blockLabel "> Domain< select name ="email_domain " id ="email_domain " class ="selectInput "> {tmpl_var name='email_domain'}</ select > </ label >
1414 </ div >
@@ -28,7 +28,9 @@ <h2><tmpl_var name="list_head_txt"></h2>
2828 </ div >
2929 < div class ="ctrlHolder ">
3030 < label for ="policy "> {tmpl_var name='policy_txt'}</ label >
31- < input name ="policy " id ="policy " value ="{tmpl_var name='policy'} " size ="30 " maxlength ="255 " type ="text " class ="textInput " />
31+ < select name ="policy " id ="policy " class ="selectInput ">
32+ {tmpl_var name='policy'}
33+ </ select >
3234 </ div >
3335 < div class ="ctrlHolder ">
3436 < p class ="label "> {tmpl_var name='postfix_txt'}</ p >
You can’t perform that action at this time.
0 commit comments