1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:46:00 +00:00

installer: reduce margins; misc fixes

This commit is contained in:
Andrew Dolgov
2019-02-19 21:23:03 +03:00
parent 7716f82c2a
commit 5ce55faa3b
9 changed files with 14 additions and 6 deletions

View File

@@ -914,7 +914,7 @@ class Handler_Public extends Handler {
print "<hr/>";
print "<form method='GET' action='index.php'>
<button dojoType='dijit.form.Button'>".__("Return to Tiny Tiny RSS")."</button>
<button type='submit' class='alt-primary' dojoType='dijit.form.Button'>".__("Return to Tiny Tiny RSS")."</button>
</form>";
} else if (!$method) {
@@ -1025,7 +1025,7 @@ class Handler_Public extends Handler {
print "<form method='GET' action='public.php'>
<input type='hidden' name='op' value='forgotpass'>
<input dojoType='dijit.form.Button' type='submit' value=\"".__("Go back")."\">
<button dojoType='dijit.form.Button' type='submit'>".__("Go back")."</button>
</form>";
}