lang->L_CONFIG_HEADLINE?> |
config->get('dynamic.configFile')?> |
lang->L_DBS?>: |
databasesToBackup?> (nrOfDatabasesToBackup?>)
|
lang->L_TABLES?>: |
numberFormat($sumTotal['tablesTotal'])?>
|
lang->L_RECORDS?>: |
numberFormat($sumTotal['recordsTotal'])?> |
lang->L_DATASIZE?>: |
byteOutput($sumTotal['datasizeTotal'])?> |
(lang->L_DATASIZE_INFO?>.)
|
lang->L_GZIP?>: |
config->get('dynamic.compression') ? $this->lang->L_YES: $this->lang->L_NO; ?> |
partial('dump/multipart.phtml', array('parent' => $this->parent));
echo $this->partial('dump/email.phtml', array('parent' => $this->parent));
echo $this->partial('dump/ftp.phtml', array('parent' => $this->parent));
?>