File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface/web/mail/templates Expand file tree Collapse file tree 2 files changed +2
-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 >
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 >
You can’t perform that action at this time.
0 commit comments