mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:25:56 +00:00
installer: use dojo button for config save
This commit is contained in:
@@ -466,7 +466,7 @@
|
|||||||
<?php if (is_writable("..")) { ?>
|
<?php if (is_writable("..")) { ?>
|
||||||
<p>We can also try saving the file automatically now.</p>
|
<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>
|
</form>
|
||||||
<?php } else {
|
<?php } else {
|
||||||
print_error("Unfortunately, parent directory is not writable, so we're unable to save config.php automatically.");
|
print_error("Unfortunately, parent directory is not writable, so we're unable to save config.php automatically.");
|
||||||
|
|||||||
Reference in New Issue
Block a user