From e070accf18b0d2f49f5408b3c829a921ecd6a5b6 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 12 Jul 2020 09:48:49 +0200 Subject: [PATCH] active export/import --- lam/templates/config/index.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lam/templates/config/index.php b/lam/templates/config/index.php index d6c2360c..c185010d 100644 --- a/lam/templates/config/index.php +++ b/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'); ?>