14
templates/Sparkle/admin/logger/logger.tpl
vendored
14
templates/Sparkle/admin/logger/logger.tpl
vendored
@@ -3,7 +3,7 @@ $header
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/syslog_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['logger']['logger']}
|
||||
{$lng['menue']['logger']['logger']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -21,16 +21,16 @@ $header
|
||||
<div class="overviewadd">
|
||||
{$pagingcode}
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{\Froxlor\I18N\Lang::getAll()['logger']['truncate']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
|
||||
</div>
|
||||
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['logger']['date']} {$arrowcode['date']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['logger']['type']} {$arrowcode['type']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['logger']['user']} {$arrowcode['user']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['logger']['action']}</th>
|
||||
<th>{$lng['logger']['date']} {$arrowcode['date']}</th>
|
||||
<th>{$lng['logger']['type']} {$arrowcode['type']}</th>
|
||||
<th>{$lng['logger']['user']} {$arrowcode['user']}</th>
|
||||
<th>{$lng['logger']['action']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -43,7 +43,7 @@ $header
|
||||
<div class="overviewadd">
|
||||
{$pagingcode}
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{\Froxlor\I18N\Lang::getAll()['logger']['truncate']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user