added: in account winix function: links to locale and timezone

This commit is contained in:
Tomasz Sowa 2021-01-25 16:23:13 +01:00
parent 31a6aac9d3
commit 6afd5c637e
1 changed files with 9 additions and 0 deletions

View File

@ -9,12 +9,14 @@
<tr>
<td class="uk-width-1-4">{account_logged_as}</td>
<td>[user_name]</td>
<td></td>
</tr>
[if user_super_user]
<tr>
<td>{account_admin}</td>
<td>{account_admin_yes}</td>
<td></td>
</tr>
[end]
@ -23,17 +25,24 @@
<tr>
<td>{account_groups}</td>
<td>html, www, foo</td>
<td></td>
</tr>
[end]
<tr>
<td>{account_timezone}</td>
<td>[user_time_zone_name]</td>
<td>
<a href="[dir]timezone" class="uk-button uk-button-default uk-button-small">{change}</a>
</td>
</tr>
<tr>
<td>{account_language}</td>
<td>[user_locale_name]</td>
<td>
<a href="[dir]locale" class="uk-button uk-button-default uk-button-small">{change}</a>
</td>
</tr>
</tbody>
</table>