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 670B

12345678910111213141516171819202122
  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. <tr>
  10. <td nowrap="nowrap"><a target="_top" href="edit-alias.php">{$PALANG.pUsersMenu_edit_alias}</a></td>
  11. <td>{$PALANG.pUsersMain_edit_alias}</td>
  12. </tr>
  13. <tr>
  14. <td nowrap="nowrap"><a target="_top" href="password.php">{$PALANG.change_password}</a></td>
  15. <td>{$PALANG.pUsersMain_password}</td>
  16. </tr>
  17. <tr>
  18. <td nowrap="nowrap"><a target="_top" href="{#url_user_logout#}">{$PALANG.pMenu_logout}</a></td>
  19. <td>{$PALANG.pMain_logout}</td>
  20. </tr>
  21. </table>
  22. </div>