public function __construct()
 {
     parent::__construct();
     $this->Title = "Reset Password";
     $this->RenderHeader = false;
     $this->RenderSidebar = false;
 }
 public function __construct()
 {
     parent::__construct();
     $this->Title = "Tenant Management";
     $this->Subtitle = "Configure multiple tenants for your PhoenixSNS installation";
     $this->SidebarButtons[3]->Expanded = true;
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->Title = "Log in to PhoenixSNS";
     $this->Subtitle = "You must log in to view this page";
     $this->RenderHeader = false;
     $this->RenderSidebar = false;
 }
 public function __construct()
 {
     parent::__construct();
     $this->StyleSheets[] = new WebStyleSheet("http://static.alcehosting.net/dropins/CodeMirror/StyleSheets/CodeMirror.css");
     $this->Scripts[] = new WebScript("http://static.alcehosting.net/dropins/CodeMirror/Scripts/Addons/Edit/MatchBrackets.js");
     $this->Scripts[] = new WebScript("http://static.alcehosting.net/dropins/CodeMirror/Scripts/Modes/clike/clike.js");
     $this->Scripts[] = new WebScript("http://static.alcehosting.net/dropins/CodeMirror/Scripts/Modes/php/php.js");
     $this->SidebarButtons[3]->Expanded = true;
 }
Esempio n. 5
0
 public function __construct()
 {
     parent::__construct();
     $this->Title = "Error";
     $this->Subtitle = "Something went wrong";
     $this->RenderHeader = false;
     $this->RenderSidebar = false;
     $this->ReturnButtonURL = "~/";
     $this->ReturnButtonText = "Return to Main Page";
 }
 public function __construct()
 {
     parent::__construct();
     $this->Title = "Dashboard";
     $this->Subtitle = "Welcome to PhoenixSNS";
 }
 public function __construct()
 {
     parent::__construct();
     $this->Title = "Confirm Operation";
     $this->ReturnButtonURL = "~/";
 }
Esempio n. 8
0
 public function __construct()
 {
     parent::__construct();
     $this->HeaderButtons[] = new NavigationButton("~/modules/modify", "Create Module", "fa-plus-circle", "// return nav('/modules/modify');", "Default");
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->Mode = TenantManagementPageMode::Create;
     $this->SidebarButtons[3]->Expanded = true;
 }
Esempio n. 11
0
 public function __construct()
 {
     parent::__construct();
     $this->RenderHeader = false;
     $this->RenderSidebar = false;
 }