SAAS-939: Add option to preferences to display login button on radio page
This commit is contained in:
parent
9ec75f7179
commit
0601bd675e
6 changed files with 32 additions and 4 deletions
|
@ -1512,4 +1512,13 @@ class Application_Model_Preference
|
|||
self::setValue("task_manager_lock", $value);
|
||||
}
|
||||
|
||||
public static function getRadioPageDisplayLoginButton()
|
||||
{
|
||||
return self::getValue("radio_page_display_login_button");
|
||||
}
|
||||
|
||||
public static function setRadioPageDisplayLoginButton($value)
|
||||
{
|
||||
self::setValue("radio_page_display_login_button", $value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue