added uikit markup for pw winix function

WIP: #2
This commit is contained in:
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>