mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-16 02:57:26 +02:00
interface tweaks
This commit is contained in:
parent
1559e3741c
commit
d7c848d97b
@ -1011,11 +1011,11 @@
|
|||||||
type=\"submit\" value=\"Import\">
|
type=\"submit\" value=\"Import\">
|
||||||
</form></div>";
|
</form></div>";
|
||||||
|
|
||||||
print " | ";
|
print " or ";
|
||||||
|
|
||||||
print "<input type=\"submit\"
|
print "<input type=\"submit\"
|
||||||
class=\"button\" onclick=\"gotoExportOpml()\"
|
class=\"button\" onclick=\"gotoExportOpml()\"
|
||||||
value=\"Export\">";
|
value=\"Export OPML\">";
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
5
opml.php
5
opml.php
@ -229,8 +229,9 @@
|
|||||||
print "<div class=\"error\">"._("Error: please upload OPML file.")."</div>";
|
print "<div class=\"error\">"._("Error: please upload OPML file.")."</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<p><a class=\"button\" href=\"prefs.php\">
|
print "<br><form method=\"GET\" action=\"prefs.php\">
|
||||||
"._("Return to preferences")."</a>";
|
<input type=\"submit\" value=\"Return to preferences\">
|
||||||
|
</form>";
|
||||||
|
|
||||||
print "</div></body></html>";
|
print "</div></body></html>";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user