added uikit markup for pw winix function

WIP: #2
This commit is contained in:
Tomasz Sowa 2021-02-16 19:12:15 +01:00
parent 85fbc1b882
commit 4a163bd170
3 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<div class="winix">
<h1>Pw</h1>
<h1>{pw_header}</h1>
[if user_tab]
<table class="tablec">
<table class="uk-table uk-table-divider uk-table-small uk-table-responsive">
<tr>
<th>{pw_table_no}</th>
<th>{pw_table_login}</th>
@ -14,7 +14,7 @@
</tr>
[for user_tab]
<tr class="[if index "odd"]roweven[else]rowodd[end]">
<tr>
<td>[user_tab_index]</td>
<td>[user_tab_name]</td>
<td>[if user_tab_is_super_user]{pw_table_yes}[end]</td>

View File

@ -258,7 +258,8 @@ pw_table_is_active = Is active
pw_table_is_suspended = Is suspended
pw_table_is_banned = Is banned
pw_table_yes = yes
pw_table_no = no
# !! is it used anymore?
pw_password_changed = Your password has been changed

View File

@ -280,7 +280,8 @@ pw_table_is_active = Aktywny
pw_table_is_suspended = Wstrzymany
pw_table_is_banned = Zbanowany
pw_table_yes = tak
pw_table_no = nie
# !! is it used anymore?
pw_password_changed = Twoje hasło zostało zmienione