1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:05:56 +00:00

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

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