mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:45:56 +00:00
update SSL certificate wiki link
This commit is contained in:
@@ -224,7 +224,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
$_SESSION["prefs_op_result"] = "";
|
$_SESSION["prefs_op_result"] = "";
|
||||||
|
|
||||||
print "<div dojoType='dijit.layout.AccordionContainer' region='center'>";
|
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')."\">";
|
title=\"<i class='material-icons'>person</i> ".__('Personal data / Authentication')."\">";
|
||||||
|
|
||||||
print "<div dojoType='dijit.layout.TabContainer'>";
|
print "<div dojoType='dijit.layout.TabContainer'>";
|
||||||
@@ -373,7 +373,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
if (this.validate()) {
|
if (this.validate()) {
|
||||||
Notify.progress('Disabling OTP', true);
|
Notify.progress('Disabling OTP', true);
|
||||||
|
|
||||||
new Ajax.Request('backend.php', {
|
new Ajax.Request('backend.php', {
|
||||||
parameters: dojo.objectToQuery(this.getValues()),
|
parameters: dojo.objectToQuery(this.getValues()),
|
||||||
onComplete: function(transport) {
|
onComplete: function(transport) {
|
||||||
@@ -469,7 +469,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
|
|
||||||
print "</div>"; #pane
|
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')."\">";
|
title=\"<i class='material-icons'>settings</i> ".__('Preferences')."\">";
|
||||||
|
|
||||||
print "<form dojoType='dijit.form.Form' id='changeSettingsForm'>";
|
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', '')\">" .
|
onclick=\"dijit.byId('SSL_CERT_SERIAL').attr('value', '')\">" .
|
||||||
__('Clear') . "</button>";
|
__('Clear') . "</button>";
|
||||||
|
|
||||||
print "<button dojoType='dijit.form.Button' class='alt-info'
|
print "<button dojoType='dijit.form.Button' class='alt-info'
|
||||||
onclick='window.open(\"https://tt-rss.org/wiki/SSL+Certificate+Authentication\")'>
|
onclick='window.open(\"https://tt-rss.org/wiki/SSL%20Certificate%20Authentication\")'>
|
||||||
<i class='material-icons'>help</i> ".__("More info...")."</button>";
|
<i class='material-icons'>help</i> ".__("More info...")."</button>";
|
||||||
|
|
||||||
} else if ($pref_name == 'DIGEST_PREFERRED_TIME') {
|
} else if ($pref_name == 'DIGEST_PREFERRED_TIME') {
|
||||||
@@ -741,7 +741,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
|
|
||||||
print "</div>"; #pane
|
print "</div>"; #pane
|
||||||
|
|
||||||
print "<div dojoType=\"dijit.layout.AccordionPane\"
|
print "<div dojoType=\"dijit.layout.AccordionPane\"
|
||||||
title=\"<i class='material-icons'>extension</i> ".__('Plugins')."\">";
|
title=\"<i class='material-icons'>extension</i> ".__('Plugins')."\">";
|
||||||
|
|
||||||
print "<form dojoType=\"dijit.form.Form\" id=\"changePluginsForm\">";
|
print "<form dojoType=\"dijit.form.Form\" id=\"changePluginsForm\">";
|
||||||
@@ -801,7 +801,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
".htmlspecialchars($about[1]). "</label>";
|
".htmlspecialchars($about[1]). "</label>";
|
||||||
|
|
||||||
if (@$about[4]) {
|
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])."\")'>
|
onclick='window.open(\"".htmlspecialchars($about[4])."\")'>
|
||||||
<i class='material-icons'>open_in_new</i> ".__("More info...")."</button>";
|
<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 (count($tmppluginhost->get_all($plugin)) > 0) {
|
||||||
if (in_array($name, $system_enabled) || in_array($name, $user_enabled)) {
|
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')\">
|
onclick=\"Helpers.clearPluginData('$name')\">
|
||||||
<i class='material-icons'>clear</i> ".__("Clear data")."</button>";
|
<i class='material-icons'>clear</i> ".__("Clear data")."</button>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user