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_main.tpl 704B

123456789101112131415161718192021222324
  1. <div id="main_menu">
  2. <table>
  3. {if $CONF.vacation===YES}
  4. <tr>
  5. <td nowrap="nowrap"><a target="_top" href="vacation.php">{$PALANG.pUsersMenu_vacation}</a></td>
  6. <td>{$tummVacationtext}</td>
  7. </tr>
  8. {/if}
  9. {if $CONF.edit_alias===YES}
  10. <tr>
  11. <td nowrap="nowrap"><a target="_top" href="edit-alias.php">{$PALANG.pUsersMenu_edit_alias}</a></td>
  12. <td>{$PALANG.pUsersMain_edit_alias}</td>
  13. </tr>
  14. {/if}
  15. <tr>
  16. <td nowrap="nowrap"><a target="_top" href="password.php">{$PALANG.change_password}</a></td>
  17. <td>{$PALANG.pUsersMain_password}</td>
  18. </tr>
  19. <tr>
  20. <td nowrap="nowrap"><a target="_top" href="{#url_user_logout#}">{$PALANG.pMenu_logout}</a></td>
  21. <td>{$PALANG.pMain_logout}</td>
  22. </tr>
  23. </table>
  24. </div>