BUG 5742 Adjustment in link and title hardcoded in System information.
This commit is contained in:
@@ -169,7 +169,7 @@ if (isset($G_ENABLE_BLANK_SKIN) && $G_ENABLE_BLANK_SKIN) {
|
|||||||
$footer = '';
|
$footer = '';
|
||||||
if (strpos($_SERVER['REQUEST_URI'], '/login/login') !== false) {
|
if (strpos($_SERVER['REQUEST_URI'], '/login/login') !== false) {
|
||||||
if (DB_SYSTEM_INFORMATION == 1) {
|
if (DB_SYSTEM_INFORMATION == 1) {
|
||||||
$footer = "<a href=\"#\" onclick=\"openInfoPanel();return false;\" class=\"FooterLink\">| System Information |</a><br />";
|
$footer = "<a href=\"#\" onclick=\"openInfoPanel();return false;\" class=\"FooterLink\">| " . G::LoadTranslation('ID_SYSTEM_INFO') . " |</a><br />";
|
||||||
}
|
}
|
||||||
|
|
||||||
$freeOfChargeText = "";
|
$freeOfChargeText = "";
|
||||||
@@ -317,7 +317,7 @@ if (isset($G_ENABLE_BLANK_SKIN) && $G_ENABLE_BLANK_SKIN) {
|
|||||||
$footer = '';
|
$footer = '';
|
||||||
if (strpos($_SERVER['REQUEST_URI'], '/login/login') !== false) {
|
if (strpos($_SERVER['REQUEST_URI'], '/login/login') !== false) {
|
||||||
if ( defined('SYS_SYS') ) {
|
if ( defined('SYS_SYS') ) {
|
||||||
$footer = "<a href=\"#\" onclick=\"openInfoPanel();return false;\" class=\"FooterLink\">| System Information |</a><br />";
|
$footer = "<a href=\"#\" onclick=\"openInfoPanel();return false;\" class=\"FooterLink\">| " . G::LoadTranslation('ID_SYSTEM_INFO') . " |</a><br />";
|
||||||
}
|
}
|
||||||
$footer .= "<br />Copyright <20> 2003-2008 Colosa, Inc. All rights reserved.";
|
$footer .= "<br />Copyright <20> 2003-2008 Colosa, Inc. All rights reserved.";
|
||||||
}
|
}
|
||||||
@@ -406,7 +406,7 @@ if (isset($G_ENABLE_BLANK_SKIN) && $G_ENABLE_BLANK_SKIN) {
|
|||||||
$footer = '';
|
$footer = '';
|
||||||
if (strpos($_SERVER['REQUEST_URI'], '/login/login') !== false) {
|
if (strpos($_SERVER['REQUEST_URI'], '/login/login') !== false) {
|
||||||
if (DB_SYSTEM_INFORMATION == 1) {
|
if (DB_SYSTEM_INFORMATION == 1) {
|
||||||
$footer = "<a href=\"#\" onclick=\"openInfoPanel();return false;\" class=\"FooterLink\">| System Information |</a><br />";
|
$footer = "<a href=\"#\" onclick=\"openInfoPanel();return false;\" class=\"FooterLink\">| " . G::LoadTranslation('ID_SYSTEM_INFO') . " |</a><br />";
|
||||||
}
|
}
|
||||||
|
|
||||||
$freeOfChargeText = "";
|
$freeOfChargeText = "";
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ var openInfoPanel = function() {
|
|||||||
oInfoPanel.options = {
|
oInfoPanel.options = {
|
||||||
size :{w:500,h:424},
|
size :{w:500,h:424},
|
||||||
position:{x:0,y:0,center:true},
|
position:{x:0,y:0,center:true},
|
||||||
title :'System Information',
|
title :'@G::LoadTranslation(ID_SYSTEM_INFO)',
|
||||||
theme :'processmaker',
|
theme :'processmaker',
|
||||||
control :{
|
control :{
|
||||||
close :true,
|
close :true,
|
||||||
|
|||||||
Reference in New Issue
Block a user