diff options
author | Simon Rettberg | 2017-12-01 15:07:20 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-01 15:07:20 +0100 |
commit | 493b2ce8bcde8609f51c9c755dec6bf8b366059e (patch) | |
tree | 2090ec09b682f02506fbc455ff1505c4bfc33f44 /install.php | |
parent | [inc/User] Fix getAllowedLocations for legacy permission manager (diff) | |
download | slx-admin-493b2ce8bcde8609f51c9c755dec6bf8b366059e.tar.gz slx-admin-493b2ce8bcde8609f51c9c755dec6bf8b366059e.tar.xz slx-admin-493b2ce8bcde8609f51c9c755dec6bf8b366059e.zip |
<install.php> add another button at the top
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/install.php b/install.php index b736713f..a5d18f0c 100644 --- a/install.php +++ b/install.php @@ -343,6 +343,9 @@ if (DIRECT_MODE) { </head> <body> <h1>Modules</h1> + <button onclick="slxRunInstall()" class="install-btn">Install/Upgrade</button> + <br> + <br> <table> <tr><th>Module</th><th>Status</th></tr> HERE; @@ -353,7 +356,7 @@ HERE; echo <<<HERE </table> <br><br> - <button onclick="slxRunInstall(this)">Install/Upgrade</button> + <button onclick="slxRunInstall()" class="install-btn">Install/Upgrade</button> <script src="script/jquery.js"></script> <script src="script/install.js"></script> </body> |