interface tweaks
This commit is contained in:
parent
1559e3741c
commit
d7c848d97b
|
@ -1011,11 +1011,11 @@
|
|||
type=\"submit\" value=\"Import\">
|
||||
</form></div>";
|
||||
|
||||
print " | ";
|
||||
print " or ";
|
||||
|
||||
print "<input type=\"submit\"
|
||||
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 "<p><a class=\"button\" href=\"prefs.php\">
|
||||
"._("Return to preferences")."</a>";
|
||||
print "<br><form method=\"GET\" action=\"prefs.php\">
|
||||
<input type=\"submit\" value=\"Return to preferences\">
|
||||
</form>";
|
||||
|
||||
print "</div></body></html>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue