From 4e253add8c78bb185911ffdffbb50ef318386a3c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Feb 2019 16:21:16 +0300 Subject: UI: add some more info links to relevant wiki pages; minor layout updates --- classes/pref/prefs.php | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'classes/pref/prefs.php') diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index aeaf5285b..5b6f522a8 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -47,7 +47,7 @@ class Pref_Prefs extends Handler_Protected { "SHORT_DATE_FORMAT" => array(__("Short date format"), ""), "SHOW_CONTENT_PREVIEW" => array(__("Show content preview in headlines list"), ""), "SORT_HEADLINES_BY_FEED_DATE" => array(__("Sort headlines by feed date"), __("Use feed-specified date to sort headlines instead of local import date.")), - "SSL_CERT_SERIAL" => array(__("Login with an SSL certificate"), __("Click to register your SSL client certificate with tt-rss")), + "SSL_CERT_SERIAL" => array(__("Login with an SSL certificate")), "STRIP_IMAGES" => array(__("Do not embed media in articles"), ""), "STRIP_UNSAFE_TAGS" => array(__("Strip unsafe tags from articles"), __("Strip all but most common HTML tags when reading articles.")), "USER_STYLESHEET" => array(__("Customize stylesheet")), @@ -550,6 +550,9 @@ class Pref_Prefs extends Handler_Protected { print ""; + print " + ".__("More themes...").""; + } else if ($pref_name == "DEFAULT_UPDATE_INTERVAL") { global $update_intervals_nodefault; @@ -603,14 +606,17 @@ class Pref_Prefs extends Handler_Protected { $cert_serial = htmlspecialchars(get_ssl_certificate_id()); $has_serial = ($cert_serial) ? "false" : "true"; - print " "; - print " "; + print ""; + } else if ($pref_name == 'DIGEST_PREFERRED_TIME') { print "

".__("User plugins")."

"; + print "

".__("User plugins")."

"; print "   @@ -829,7 +835,11 @@ class Pref_Prefs extends Handler_Protected { print ""; #content-pane print '
'; - print ""; + + print ""; print "
"; #pane -- cgit v1.2.3