summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 13:13:34 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 13:13:34 +0300
commitd2d753532485d2b02a70c382e17a3b796a927ee0 (patch)
tree187691c2263903173cc69d9d41305ae7c780beda /modules/pref-feeds.php
parent7ce0ea28ce3f534b5511936db5b2170523fe1623 (diff)
add some more dijit Buttons
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php15
1 files changed, 6 insertions, 9 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index d82cb3f0d..2923f3349 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1259,25 +1259,22 @@
print "<iframe name=\"upload_iframe\"
style=\"width: 400px; height: 100px; display: none;\"></iframe>";
- print "<div style='float : left'>";
print "<form style='display : block' target=\"upload_iframe\"
enctype=\"multipart/form-data\" method=\"POST\"
action=\"backend.php\">
<input id=\"opml_file\" name=\"opml_file\" type=\"file\">&nbsp;
<input type=\"hidden\" name=\"op\" value=\"dlg\">
<input type=\"hidden\" name=\"id\" value=\"importOpml\">
- <button onclick=\"return opmlImport();\"
+ <button dojoType=\"dijit.form.Button\" onclick=\"return opmlImport();\"
type=\"submit\">".__('Import')."</button>
+ <button dojoType=\"dijit.form.Button\" onclick=\"gotoExportOpml()\">".__('Export OPML')."</button>
</form>";
- print "</div>&nbsp;";
-
- print "<button onclick=\"gotoExportOpml()\">".__('Export OPML')."</button>";
print "<p>".__('Your OPML can be published publicly and can be subscribed by anyone who knows the URL below.');
print "<div class=\"insensitive\">" . __("Note: Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds.") . "</div>" . "</p>";
- print "<button onclick=\"return displayDlg('pubOPMLUrl')\">".
+ print "<button dojoType=\"dijit.form.Button\" onclick=\"return displayDlg('pubOPMLUrl')\">".
__('Display URL')."</button> ";
@@ -1312,7 +1309,7 @@
$bm_url = htmlspecialchars("javascript:{if(confirm('$confirm_str'.replace('%s',window.location.href)))window.location.href='$bm_subscribe_url'+window.location.href}");
- print "<a href=\"$bm_url\" class='visibleLink'>" . __('Subscribe in Tiny Tiny RSS'). "</a>";
+ print "<a href=\"$bm_url\" class='bookmarklet'>" . __('Subscribe in Tiny Tiny RSS'). "</a>";
print "</div>"; #pane
@@ -1323,10 +1320,10 @@
$rss_url = '-2::' . htmlspecialchars(get_self_url_prefix() .
"/backend.php?op=rss&id=-2&view-mode=all_articles");;
- print "<button onclick=\"return displayDlg('generatedFeed', '$rss_url')\">".
+ print "<button dojoType=\"dijit.form.Button\" onclick=\"return displayDlg('generatedFeed', '$rss_url')\">".
__('Display URL')."</button> ";
- print "<button onclick=\"return clearFeedAccessKeys()\">".
+ print "<button dojoType=\"dijit.form.Button\" onclick=\"return clearFeedAccessKeys()\">".
__('Clear all generated URLs')."</button> ";
print "</div>"; #pane