";
@@ -1709,7 +1710,7 @@ class Pref_Feeds extends Handler_Protected {
print "
";
print "
";
- print "
";
diff --git a/css/dijit.css b/css/dijit.css
index f3fbc686e..06c2bffd2 100644
--- a/css/dijit.css
+++ b/css/dijit.css
@@ -184,6 +184,39 @@
/* Various buttons */
+.claro .dijitButton.danger .dijitButtonText {
+ color: #ffffff;
+}
+
+.claro .dijitButton.danger {
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ background-color: #da4f49;
+ *background-color: #bd362f;
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
+ background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
+ background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
+ background-repeat: repeat-x;
+ border-color: #bd362f #bd362f #802420;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.claro .dijitButton.dijitButtonDisabled.danger,
+.claro .dijitButton.dijitButtonActive.danger,
+.claro .dijitButton.dijitButtonHover.danger,
+.claro .dijitButton.dijitFocused.danger {
+ color: #ffffff;
+ background-color: #bd362f;
+ *background-color: #a9302a;
+}
+
+.claro .dijitButton.dijitButtonActive.danger {
+ background-color: #942a25 \9;
+}
+
.claro .dijitDropDownButton {
margin : 0px;
}
@@ -192,6 +225,10 @@
padding : 0px;
}
+.claro .dijitButton.dijitButtonActive.danger {
+ color: rgba(255, 255, 255, 0.75);
+}
+
.claro .dijitButton .dijitButtonNode,
.claro .dijitDropDownButton .dijitButtonNode,
.claro .dijitComboButton .dijitButtonNode,
@@ -628,3 +665,5 @@ button[disabled],
.claro .dijitProgressBar .dijitProgressBarLabel {
color : white;
}
+
+
diff --git a/plugins/af_psql_trgm/init.php b/plugins/af_psql_trgm/init.php
index d89c122f6..f93f7c02b 100644
--- a/plugins/af_psql_trgm/init.php
+++ b/plugins/af_psql_trgm/init.php
@@ -156,7 +156,7 @@ class Af_Psql_Trgm extends Plugin {
print "
";
print "
";
- print_notice("PostgreSQL trigram extension returns string similarity as a floating point number (0-1). Setting it too low might produce false positives, zero disables checking.");
+ print "
" . __("PostgreSQL trigram extension returns string similarity as a floating point number (0-1). Setting it too low might produce false positives, zero disables checking.") . "
";
print_notice("Enable the plugin for specific feeds in the feed editor.");
print "
" . __("Global settings") . "
";
diff --git a/plugins/af_redditimgur/init.php b/plugins/af_redditimgur/init.php
index e7658120d..9b3a999d3 100644
--- a/plugins/af_redditimgur/init.php
+++ b/plugins/af_redditimgur/init.php
@@ -43,9 +43,7 @@ class Af_RedditImgur extends Plugin {
print "
";
print "
";
- print "
" . __("Global settings") . "
";
-
- print_notice("Uses Readability (full-text-rss) implementation by
FiveFilters.org");
+ print "
" . __("Uses Readability (full-text-rss) implementation by FiveFilters.org");
print "
";
print "
";
- print_notice(__("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it."));
+ print "
" . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "
";
$bm_subscribe_url = str_replace('%s', '', add_feed_url());
@@ -31,7 +31,7 @@ class Bookmarklets extends Plugin {
print "
" . __('Subscribe in Tiny Tiny RSS'). "";
print "";
- print_notice(__("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS"));
+ print "
" . __("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS") . "
";
print "
";
diff --git a/plugins/share/init.php b/plugins/share/init.php
index bcc081897..0f8f8fec1 100644
--- a/plugins/share/init.php
+++ b/plugins/share/init.php
@@ -36,11 +36,9 @@ class Share extends Plugin {
function hook_prefs_tab_section($id) {
if ($id == "prefFeedsPublishedGenerated") {
- print_warning(__("You can disable all articles shared by unique URLs here."));
+ print "
" . __("You can disable all articles shared by unique URLs here.") . "
";
- print "
";
-
- print "".
+ print "".
__('Unshare all articles')." ";
print "
";
@@ -96,7 +94,7 @@ class Share extends Plugin {
AND owner_uid = " . $_SESSION['uid']);
}
- print "
". __("You can share this article by the following unique URL:") . "
";
+ print __("You can share this article by the following unique URL:") . "
";
$url_path = get_self_url_prefix();
$url_path .= "/public.php?op=share&key=$uuid";