welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
33
templates/Sparkle/admin/cronjobs/cronjob_edit.tpl
vendored
Normal file
33
templates/Sparkle/admin/cronjobs/cronjob_edit.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/clock_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'cronjobs'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$cronjobs_edit_form}
|
||||
</table>
|
||||
|
||||
<p style="display: none;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="$action" />
|
||||
<input type="hidden" name="id" value="$id" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
|
||||
</article>
|
||||
$footer
|
||||
33
templates/Sparkle/admin/cronjobs/cronjobs.tpl
vendored
Normal file
33
templates/Sparkle/admin/cronjobs/cronjobs.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2><img src="templates/{$theme}/assets/img/icons/clock_big.png" alt="" />
|
||||
{$lng['admin']['cron']['cronsettings']}</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<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>
|
||||
$crons
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<div class="messagewrapperfull">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||
<div class="warning">{$lng['cron']['changewarning']}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
$footer
|
||||
11
templates/Sparkle/admin/cronjobs/cronjobs_cronjob.tpl
vendored
Normal file
11
templates/Sparkle/admin/cronjobs/cronjobs_cronjob.tpl
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<tr>
|
||||
<td>{$description}</td>
|
||||
<td>{$row['lastrun']}</td>
|
||||
<td>{$row['interval']}</td>
|
||||
<td>{$row['isactive']}</td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'cronjobs', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user