summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 08:34:23 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 08:34:23 +0300
commit41e88f64b24680b8fcdc4bd0fb85e9c3deb82232 (patch)
treec0bd6981132f8767b866e948f89dc1929e474fbf /install
parent9e7bbf680970cfaf4d18cb78b5c6108209b0be5a (diff)
installer: use dojo button for config save
Diffstat (limited to 'install')
-rwxr-xr-xinstall/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php
index 350c2d497..f4f5fa6f3 100755
--- a/install/index.php
+++ b/install/index.php
@@ -466,7 +466,7 @@
<?php if (is_writable("..")) { ?>
<p>We can also try saving the file automatically now.</p>
- <p><input type="submit" value="Save configuration"></p>
+ <p><button type="submit" dojoType='dijit.form.Button' class='alt-primary'>Save configuration</button></p>
</form>
<?php } else {
print_error("Unfortunately, parent directory is not writable, so we're unable to save config.php automatically.");