You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

users_edit-alias.tpl 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <div id="edit_form">
  2. <form name="alias" method="post" action="">
  3. <input class="flat" type="hidden" name="token" value="{$smarty.session.PFA_token|escape:"url"}" />
  4. <table>
  5. <tr>
  6. <th colspan="3">{$PALANG.pEdit_alias_welcome}<br /><em>{$PALANG.pEdit_alias_help}</em></th>
  7. </tr>
  8. <tr>
  9. <td class="label"><label>{$PALANG.alias}:</label></td>
  10. <td><em>{$USERID_USERNAME}</em></td>
  11. <td>&nbsp;</td>
  12. </tr>
  13. <tr>
  14. <td class="label"><label>{$PALANG.to}:</label></td>
  15. <td><textarea class="flat" rows="4" cols="50" name="fGoto">
  16. {foreach from=$tGotoArray item=address}
  17. {$address}
  18. {/foreach}
  19. </textarea>
  20. </td>
  21. <td>&nbsp;</td>
  22. </tr>
  23. <tr>
  24. <td>&nbsp;</td>
  25. <td colspan="2">
  26. <input class="flat" type="radio" name="fForward_and_store" value="1"{$forward_and_store}/>
  27. {$PALANG.pEdit_alias_forward_and_store}<br />
  28. <input class="flat" type="radio" name="fForward_and_store" value="0" {$forward_only}/>
  29. {$PALANG.pEdit_alias_forward_only}
  30. </td>
  31. </tr>
  32. <tr>
  33. <td>&nbsp;</td>
  34. <td>
  35. <input class="button" type="submit" name="submit" value="{$PALANG.save}" />
  36. <input class="button" type="submit" name="fCancel" value="{$PALANG.exit}" />
  37. </td>
  38. <td>&nbsp;</td>
  39. </tr>
  40. </table>
  41. </form>
  42. </div>