uikit #3

Merged
tomasz.sowa merged 69 commits from uikit into master 2021-02-16 19:52:36 +01:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit 6afd5c637e - Show all commits

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>