summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 14:34:04 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 14:34:04 +0100
commitd7c848d97bb30d668a987ebe2348ccd52d72c99f (patch)
tree0085024a9df3554254f33911a815e04a24c279a0
parent1559e3741c7a823cf0eecee25d751e6553c7af76 (diff)
interface tweaks
-rw-r--r--modules/pref-feeds.php4
-rw-r--r--opml.php5
2 files changed, 5 insertions, 4 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index f92902437..3b5ed89d4 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1011,11 +1011,11 @@
type=\"submit\" value=\"Import\">
</form></div>";
- print "&nbsp;|&nbsp;";
+ print "&nbsp; or &nbsp;";
print "<input type=\"submit\"
class=\"button\" onclick=\"gotoExportOpml()\"
- value=\"Export\">";
+ value=\"Export OPML\">";
}
?>
diff --git a/opml.php b/opml.php
index ff888d246..5b0d7fe62 100644
--- a/opml.php
+++ b/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>";