Browse Source

active export/import

pull/102/head
Roland Gruber 3 years ago
parent
commit
e070accf18
  1. 10
      lam/templates/config/index.php

10
lam/templates/config/index.php

@ -80,12 +80,10 @@ $content = new htmlResponsiveRow();
$selfServiceLink->setCSSClasses(array('img-padding1 display-as-block'));
$topContent->add($selfServiceLink, 12);
}
if (isDeveloperVersion(LAMVersion())) {
$topContent->addVerticalSpacer('1rem');
$importExportLink = new htmlLink(_("Import and export configuration"), 'confImportExport.php', '../../graphics/confImportExport.png');
$importExportLink->setCSSClasses(array('img-padding1 display-as-block'));
$topContent->add($importExportLink, 12);
}
$topContent->addVerticalSpacer('1rem');
$importExportLink = new htmlLink(_("Import and export configuration"), 'confImportExport.php', '../../graphics/confImportExport.png');
$importExportLink->setCSSClasses(array('img-padding1 display-as-block'));
$topContent->add($importExportLink, 12);
$content->add($topContent, 12);
$content->addVerticalSpacer('4rem');
?>

Loading…
Cancel
Save