diff options
| author | Bitweaver <bitweaver@bitweaver.org> | 2010-06-29 15:28:16 -0400 |
|---|---|---|
| committer | Bitweaver <bitweaver@bitweaver.org> | 2010-06-29 15:28:16 -0400 |
| commit | 11ba396d6e2bd97db13d7b342e5f7d7af7f2da90 (patch) | |
| tree | 9b1e330a839b0ba5a7ff899c828aa5c48c3118f2 | |
| parent | 266e37475d03c2bc68a5111e68b72e35cf72c72b (diff) | |
| download | install-11ba396d6e2bd97db13d7b342e5f7d7af7f2da90.tar.gz install-11ba396d6e2bd97db13d7b342e5f7d7af7f2da90.tar.bz2 install-11ba396d6e2bd97db13d7b342e5f7d7af7f2da90.zip | |
use formfeedback for admin mail transport test results
| -rw-r--r-- | templates/install_admin_inc_done.tpl | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/templates/install_admin_inc_done.tpl b/templates/install_admin_inc_done.tpl index 445bd07..bf04970 100644 --- a/templates/install_admin_inc_done.tpl +++ b/templates/install_admin_inc_done.tpl @@ -56,17 +56,11 @@ {formlabel label="Email transport"} {forminput} {if $mail.warning} - {biticon ipackage="icons" iname="dialog-warning" iexplain=warning} - - {$mail.warning} - <br /> - You will have to consult your server adminstrator to fix this issue. + {formfeedback error=$mail.warning} + {tr}You will have to consult your server adminstrator to fix this issue.{/tr} {else} - {biticon ipackage="icons" iname="dialog-ok" iexplain=success} - - {$mail.success} - <br /> - Please check your inbox to confirm that the email was sent. + {formfeedback success=$mail.success} + {tr}Please check your inbox to confirm that the email was sent.{/tr} {/if} {/forminput} </div> |
