uikit #3

Merged
tomasz.sowa merged 69 commits from uikit into master 2021-02-16 19:52:36 +01:00
3 changed files with 7 additions and 5 deletions
Showing only changes of commit 4a163bd170 - Show all commits

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