pref-prefs: reposition profile warning
This commit is contained in:
parent
069d63ebf7
commit
3571742512
1 changed files with 4 additions and 4 deletions
|
@ -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"] . "'";
|
||||||
|
|
Loading…
Reference in a new issue