16
templates/Sparkle/admin/cronjobs/cronjobs.tpl
vendored
16
templates/Sparkle/admin/cronjobs/cronjobs.tpl
vendored
@@ -2,13 +2,13 @@ $header
|
||||
<article>
|
||||
<header>
|
||||
<h2><img src="templates/{$theme}/assets/img/icons/clock_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['admin']['cron']['cronsettings']}</h2>
|
||||
{$lng['admin']['cron']['cronsettings']}</h2>
|
||||
</header>
|
||||
|
||||
<div class="messagewrapperfull">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{\Froxlor\I18N\Lang::getAll()['admin']['warning']}</div>
|
||||
<div class="warning">{\Froxlor\I18N\Lang::getAll()['cron']['changewarning']}</div>
|
||||
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||
<div class="warning">{$lng['cron']['changewarning']}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -16,11 +16,11 @@ $header
|
||||
<table class="full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['cron']['description']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['cron']['lastrun']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['cron']['interval']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['cron']['isactive']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['options']}</th>
|
||||
<th>{$lng['cron']['description']}</th>
|
||||
<th>{$lng['cron']['lastrun']}</th>
|
||||
<th>{$lng['cron']['interval']}</th>
|
||||
<th>{$lng['cron']['isactive']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<td>{$row['isactive']}</td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'cronjobs', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user