- added 'isactive' for cronjobs so the admin can deactivate them (planned for 1.0); - re-adding 'panel_diskspace' and 'panel_diskspace_admins' to install/froxlor.sql; - show only 'logout' and 'froxlor update' in menulist when files have been updated and db is not up to date; - bugixing success.tpl (closing <a>-tag);
13 lines
523 B
Smarty
13 lines
523 B
Smarty
$header
|
|
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
|
<tr>
|
|
<td class="maintitle" colspan="2"><b> <img src="images/title.gif" alt="" /> {$lng['success']['success']}</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="field_name_center_noborder"><img src="images/info.png" alt="" /></td>
|
|
<td class="field_name">$success_message<if $redirect_url != ''><br /><a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}</a></if></td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<br />
|
|
$footer |