uikit #3

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

View File

@ -1,9 +1,9 @@
<div class="winix">
<h1 class="simple">{last_header}</h1>
<h1>{last_header}</h1>
[if last_tab]
<table>
<table class="uk-table uk-table-divider uk-table-small uk-table-responsive">
<tr><th>{last_tab_login}</th><th>{last_tab_ip}</th><th>{last_tab_login_date}</th><th>{last_tab_logout_date}</th></tr>
[for last_tab]
<tr><td>[last_tab_name]</td><td>[last_tab_ip]</td><td>[last_tab_start]</td><td>[last_tab_end]</td></tr>