installer: use dojo button for config save

This commit is contained in:
Andrew Dolgov 2019-02-20 08:34:23 +03:00
parent 9e7bbf6809
commit 41e88f64b2
1 changed files with 1 additions and 1 deletions

View File

@ -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.");