... fixed, the unfixed fix... hopefuly the last time -.-, refs #186

This commit is contained in:
Andreas Burchert (scarya)
2011-04-24 10:49:06 +02:00
parent 9aecf4ca8a
commit 7db2fc6aeb
2 changed files with 6 additions and 13 deletions

View File

@@ -23,22 +23,12 @@ return array(
'title' => $lng['backup'],
'image' => 'icons/backup.png',
'fields' => array(
'info' => array(
'label' => $lng['extras']['backup_info'],
'type' => 'label',
'value' => ''
),
'path' => array(
'label' => $lng['extras']['backup_create'],
'desc' => ($settings['system']['backup_bigfile'] == 1 ? $lng['extras']['backup_info_big'] : $lng['extras']['backup_info_sep']),
'desc' => $lng['extras']['backup_info'].'<br />'.($settings['system']['backup_bigfile'] == 1 ? $lng['extras']['backup_info_big'] : $lng['extras']['backup_info_sep']).'<br />'.$lng['extras']['backup_count_info'],
'type' => 'yesno',
'yesno_var' => $backup_enabled
),
'count' => array(
'label' => $lng['extras']['backup_count_info'],
'type' => 'label',
'value' => ''
),
)
)
)
)

View File

@@ -5,7 +5,10 @@ $header
<input type="hidden" name="action" value="$action" />
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
{$backup_form}
<tr>
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['backup']}</b></td>
</tr>
{$backup_form}
</table>
</form>
<br />