summaryrefslogtreecommitdiffstats
path: root/modules/backup.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-30 11:51:59 +0200
committerSimon Rettberg2015-09-30 11:51:59 +0200
commitd265bcd8988ae9e83b84b375a58e074e5ffa5656 (patch)
tree78293475298bb002db86a7637c239975dd034db4 /modules/backup.inc.php
parent[diskstat] Fix i18n placeholder name; update translations (diff)
downloadslx-admin-d265bcd8988ae9e83b84b375a58e074e5ffa5656.tar.gz
slx-admin-d265bcd8988ae9e83b84b375a58e074e5ffa5656.tar.xz
slx-admin-d265bcd8988ae9e83b84b375a58e074e5ffa5656.zip
Make file input look more consistent across browsers
Diffstat (limited to 'modules/backup.inc.php')
-rw-r--r--modules/backup.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/backup.inc.php b/modules/backup.inc.php
index 8cc0502f..d152c03f 100644
--- a/modules/backup.inc.php
+++ b/modules/backup.inc.php
@@ -27,6 +27,7 @@ class Page_Backup extends Page
if ($this->action === 'restore') {
Render::addTemplate('backup/restore', $this->templateData);
} else {
+ Render::addScriptBottom('fileselect');
Render::addTemplate('backup/_page');
}
}