mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 08:31:28 +00:00
pref-prefs: reposition profile warning
This commit is contained in:
@@ -158,10 +158,6 @@
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if ($_SESSION["profile"]) {
|
|
||||||
print_notice("Some preferences are only available in default profile.");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!SINGLE_USER_MODE) {
|
if (!SINGLE_USER_MODE) {
|
||||||
|
|
||||||
$result = db_query($link, "SELECT id FROM ttrss_users
|
$result = db_query($link, "SELECT id FROM ttrss_users
|
||||||
@@ -287,6 +283,10 @@
|
|||||||
|
|
||||||
print "<div dojoType=\"dijit.layout.AccordionPane\" selected=\"true\" title=\"".__('Preferences')."\">";
|
print "<div dojoType=\"dijit.layout.AccordionPane\" selected=\"true\" title=\"".__('Preferences')."\">";
|
||||||
|
|
||||||
|
if ($_SESSION["profile"]) {
|
||||||
|
print_notice("Some preferences are only available in default profile.");
|
||||||
|
}
|
||||||
|
|
||||||
if ($_SESSION["profile"]) {
|
if ($_SESSION["profile"]) {
|
||||||
initialize_user_prefs($link, $_SESSION["uid"], $_SESSION["profile"]);
|
initialize_user_prefs($link, $_SESSION["uid"], $_SESSION["profile"]);
|
||||||
$profile_qpart = "profile = '" . $_SESSION["profile"] . "'";
|
$profile_qpart = "profile = '" . $_SESSION["profile"] . "'";
|
||||||
|
|||||||
Reference in New Issue
Block a user