updated system reference rhein, saistart_rhein_fix
This commit is contained in:
parent
d3fc613b2a
commit
93feb714f3
@ -1,12 +1,15 @@
|
||||
<?php
|
||||
class saistart_rhein_sai extends \SYSTEM\SAI\saistart_sys_sai {
|
||||
protected static function html_content(){
|
||||
protected static function html_content(){
|
||||
return \SYSTEM\PAGE\replace::replaceFile(\SYSTEM\WEBPATH(new PSAI(),'saistart_rhein_sai/content.tpl'), array());}
|
||||
|
||||
//changed func names & menu
|
||||
public static function sai_mod_saistart_rhein_sai(){
|
||||
return \SYSTEM\PAGE\replace::replaceFile( \SYSTEM\WEBPATH(new \SYSTEM\PSAI(),'modules/saistart_sys_sai/saistart.tpl'),
|
||||
array('content' => self::html_content(), 'login' => self::html_login()));}
|
||||
$vars = array('content' => self::html_content(), 'login' => self::html_login());
|
||||
$vars = array_merge($vars, \SYSTEM\locale::getStrings(\SYSTEM\DBD\system_locale_string::VALUE_CATEGORY_BASIC),
|
||||
\SYSTEM\locale::getStrings(\SYSTEM\DBD\system_locale_string::VALUE_CATEGORY_SYSTEM_SAI),
|
||||
\SYSTEM\locale::getStrings(\SYSTEM\DBD\system_locale_string::VALUE_CATEGORY_SYSTEM_SAI_ERROR));
|
||||
return \SYSTEM\PAGE\replace::replaceFile( \SYSTEM\WEBPATH(new \SYSTEM\PSAI(),'modules/saistart_sys_sai/saistart.tpl'),$vars);}
|
||||
public static function html_li_menu(){return '<li class="active"><a href="#" saimenu="saistart_rhein_sai">'.\SYSTEM\CONFIG\config::get(\SYSTEM\CONFIG\config_ids::SYS_SAI_CONFIG_TITLE).'</a></li>';}
|
||||
public static function right_public(){return true;}
|
||||
public static function right_right(){return true;}
|
||||
|
||||
2
system
2
system
@ -1 +1 @@
|
||||
Subproject commit 26722b5f711714bf9ec16ccfc13c2d7e859d6917
|
||||
Subproject commit 3a716da9b899ca4887bb8d4e326a4735791180f3
|
||||
Reference in New Issue
Block a user