| 1 | *** /usr/local/tarballs/maia-1.0.1/php/themes/ocean_surf/templates/xadminusers.tpl Tue Dec 27 11:29:45 2005 |
|---|
| 2 | --- xadminusers.tpl Mon Apr 17 12:35:58 2006 |
|---|
| 3 | *************** |
|---|
| 4 | *** 6,18 **** |
|---|
| 5 | <table border="0" cellspacing="2" cellpadding="2"> |
|---|
| 6 | <tr><td align="center" class="messagebox"> |
|---|
| 7 | {if $new_email} |
|---|
| 8 | ! |
|---|
| 9 | ! {if ($super || !$bad_domain) && !$bad_user && $succeeded} |
|---|
| 10 | ! {$lang.text_address_added} |
|---|
| 11 | ! {else} |
|---|
| 12 | ! {$lang.text_address_not_added} |
|---|
| 13 | ! {/if} |
|---|
| 14 | ! |
|---|
| 15 | {else} |
|---|
| 16 | {$lang.text_address_not_added} |
|---|
| 17 | {/if} |
|---|
| 18 | --- 6,21 ---- |
|---|
| 19 | <table border="0" cellspacing="2" cellpadding="2"> |
|---|
| 20 | <tr><td align="center" class="messagebox"> |
|---|
| 21 | {if $new_email} |
|---|
| 22 | ! {foreach from=$lang.text_address_added_array item=text_address_added} |
|---|
| 23 | ! <tr><td align=""center" class="messagebox"> |
|---|
| 24 | ! {$text_address_added} |
|---|
| 25 | ! </td></tr> |
|---|
| 26 | ! {/foreach} |
|---|
| 27 | ! {foreach from=$lang.text_address_not_added_array item=text_address_not_added} |
|---|
| 28 | ! <tr><td align=""center" class="messagebox"> |
|---|
| 29 | ! {$text_address_not_added} |
|---|
| 30 | ! </td></tr> |
|---|
| 31 | ! {/foreach} |
|---|
| 32 | {else} |
|---|
| 33 | {$lang.text_address_not_added} |
|---|
| 34 | {/if} |
|---|