summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-02 08:03:20 +0300
committerAndrew Dolgov <[email protected]>2019-08-02 08:03:20 +0300
commit6825aaff555516b8dc3e8c412bb79f63d5a51c84 (patch)
treeec4a90abd121c5c90e0bfb10d672ef744c766a15 /classes
parentaa40a268f0b11cf40a031d451e23f2ab1af333bb (diff)
update SSL certificate wiki link
Diffstat (limited to 'classes')
-rw-r--r--classes/pref/prefs.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index cb19998ce..e7e7a365e 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -224,7 +224,7 @@ class Pref_Prefs extends Handler_Protected {
$_SESSION["prefs_op_result"] = "";
print "<div dojoType='dijit.layout.AccordionContainer' region='center'>";
- print "<div dojoType='dijit.layout.AccordionPane'
+ print "<div dojoType='dijit.layout.AccordionPane'
title=\"<i class='material-icons'>person</i> ".__('Personal data / Authentication')."\">";
print "<div dojoType='dijit.layout.TabContainer'>";
@@ -373,7 +373,7 @@ class Pref_Prefs extends Handler_Protected {
evt.preventDefault();
if (this.validate()) {
Notify.progress('Disabling OTP', true);
-
+
new Ajax.Request('backend.php', {
parameters: dojo.objectToQuery(this.getValues()),
onComplete: function(transport) {
@@ -469,7 +469,7 @@ class Pref_Prefs extends Handler_Protected {
print "</div>"; #pane
- print "<div dojoType='dijit.layout.AccordionPane' selected='true'
+ print "<div dojoType='dijit.layout.AccordionPane' selected='true'
title=\"<i class='material-icons'>settings</i> ".__('Preferences')."\">";
print "<form dojoType='dijit.form.Form' id='changeSettingsForm'>";
@@ -678,8 +678,8 @@ class Pref_Prefs extends Handler_Protected {
onclick=\"dijit.byId('SSL_CERT_SERIAL').attr('value', '')\">" .
__('Clear') . "</button>";
- print "<button dojoType='dijit.form.Button' class='alt-info'
- onclick='window.open(\"https://tt-rss.org/wiki/SSL+Certificate+Authentication\")'>
+ print "<button dojoType='dijit.form.Button' class='alt-info'
+ onclick='window.open(\"https://tt-rss.org/wiki/SSL%20Certificate%20Authentication\")'>
<i class='material-icons'>help</i> ".__("More info...")."</button>";
} else if ($pref_name == 'DIGEST_PREFERRED_TIME') {
@@ -741,7 +741,7 @@ class Pref_Prefs extends Handler_Protected {
print "</div>"; #pane
- print "<div dojoType=\"dijit.layout.AccordionPane\"
+ print "<div dojoType=\"dijit.layout.AccordionPane\"
title=\"<i class='material-icons'>extension</i> ".__('Plugins')."\">";
print "<form dojoType=\"dijit.form.Form\" id=\"changePluginsForm\">";
@@ -801,7 +801,7 @@ class Pref_Prefs extends Handler_Protected {
".htmlspecialchars($about[1]). "</label>";
if (@$about[4]) {
- print "<button dojoType='dijit.form.Button' class='alt-info'
+ print "<button dojoType='dijit.form.Button' class='alt-info'
onclick='window.open(\"".htmlspecialchars($about[4])."\")'>
<i class='material-icons'>open_in_new</i> ".__("More info...")."</button>";
}
@@ -840,7 +840,7 @@ class Pref_Prefs extends Handler_Protected {
if (count($tmppluginhost->get_all($plugin)) > 0) {
if (in_array($name, $system_enabled) || in_array($name, $user_enabled)) {
- print " <button dojoType='dijit.form.Button'
+ print " <button dojoType='dijit.form.Button'
onclick=\"Helpers.clearPluginData('$name')\">
<i class='material-icons'>clear</i> ".__("Clear data")."</button>";
}