diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 14:34:04 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 14:34:04 +0100 |
| commit | d7c848d97bb30d668a987ebe2348ccd52d72c99f (patch) | |
| tree | 0085024a9df3554254f33911a815e04a24c279a0 /opml.php | |
| parent | 1559e3741c7a823cf0eecee25d751e6553c7af76 (diff) | |
interface tweaks
Diffstat (limited to 'opml.php')
| -rw-r--r-- | opml.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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>"; |