Removing deprecated references and files
This commit is contained in:
@@ -202,7 +202,6 @@ a.next {
|
||||
<a href="http://www.processmaker.com/privacy-statement">Privacy Statement</a> -
|
||||
<a href="http://www.processmaker.com/security-statement">Security Statement</a> -
|
||||
<a href="http://www.processmaker.com/terms-of-service">Terms of Service</a> -
|
||||
<a href="http://www.processmaker.com/commercial-license">Commercial License</a> -
|
||||
<a href="http://www.processmaker.com/contact-us">Contact Us</a> -
|
||||
<a href="http://feeds.feedburner.com/processmaker">RSS</a>
|
||||
</div>
|
||||
|
||||
@@ -1707,15 +1707,6 @@ white-space:normal;
|
||||
* Cases Interface styles
|
||||
*/
|
||||
|
||||
|
||||
.ICON_PMENTERPRISE {
|
||||
background-image: url(/images/icon-pmlogo-15x15.png) !important;
|
||||
}
|
||||
|
||||
.ICON_ADDONSSTORE {
|
||||
background-image: url(/images/enterprise/store-medium.png) !important;
|
||||
}
|
||||
|
||||
.msg .x-box-mc {
|
||||
font-size:14px;
|
||||
}
|
||||
@@ -1736,24 +1727,6 @@ white-space:normal;
|
||||
background-color: #fff !important;
|
||||
}
|
||||
|
||||
.download {
|
||||
background-color: #333333 !important;
|
||||
/*padding-left: 17px !important;*/
|
||||
|
||||
background-image: url(/images/enterprise/loader-black.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px center;
|
||||
}
|
||||
|
||||
.install {
|
||||
background-color: #333333 !important;
|
||||
/*padding-left: 17px !important;*/
|
||||
|
||||
background-image: url(/images/enterprise/loader-black.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px center;
|
||||
}
|
||||
|
||||
.installed {
|
||||
background-color: #959595 !important;
|
||||
|
||||
|
||||
@@ -202,7 +202,6 @@ a.next {
|
||||
<a href="http://www.processmaker.com/privacy-statement">Privacy Statement</a> -
|
||||
<a href="http://www.processmaker.com/security-statement">Security Statement</a> -
|
||||
<a href="http://www.processmaker.com/terms-of-service">Terms of Service</a> -
|
||||
<a href="http://www.processmaker.com/commercial-license">Commercial License</a> -
|
||||
<a href="http://www.processmaker.com/contact-us">Contact Us</a> -
|
||||
<a href="http://feeds.feedburner.com/processmaker">RSS</a>
|
||||
</div>
|
||||
|
||||
@@ -418,12 +418,6 @@ class SkinEngine
|
||||
|
||||
if (strpos($_SERVER['REQUEST_URI'], '/login/login') !== false) {
|
||||
$freeOfChargeText = "";
|
||||
if (!defined('SKIP_FREE_OF_CHARGE_TEXT')) {
|
||||
$freeOfChargeText = "Supplied free of charge with no support, certification, warranty, <br>maintenance nor indemnity by Processmaker and its Certified Partners.";
|
||||
}
|
||||
if (file_exists(PATH_CLASSES . "class.pmLicenseManager.php")) {
|
||||
$freeOfChargeText = "";
|
||||
}
|
||||
|
||||
$fileFooter = PATH_SKINS . SYS_SKIN . PATH_SEP . 'footer.html';
|
||||
if (file_exists($fileFooter)) {
|
||||
@@ -777,12 +771,6 @@ class SkinEngine
|
||||
|
||||
if (strpos($_SERVER['REQUEST_URI'], '/login/login') !== false) {
|
||||
$freeOfChargeText = "";
|
||||
if (!defined('SKIP_FREE_OF_CHARGE_TEXT')) {
|
||||
$freeOfChargeText = "Supplied free of charge with no support, certification, warranty, maintenance nor indemnity by ProcessMaker and its Certified Partners.";
|
||||
}
|
||||
if (file_exists(PATH_CLASSES . "PmLicenseManager.php")) {
|
||||
$freeOfChargeText = "";
|
||||
}
|
||||
|
||||
$fileFooter = PATH_SKINS . SYS_SKIN . PATH_SEP . 'footer.html';
|
||||
if (file_exists($fileFooter)) {
|
||||
@@ -865,24 +853,6 @@ class SkinEngine
|
||||
$smarty->assign('user', $name);
|
||||
}
|
||||
|
||||
if (!empty(config("system.workspace"))) {
|
||||
$pmLicenseManagerO = PmLicenseManager::getSingleton();
|
||||
$expireIn = $pmLicenseManagerO->getExpireIn();
|
||||
$expireInLabel = $pmLicenseManagerO->getExpireInLabel();
|
||||
|
||||
if (!is_null($RBAC) &&
|
||||
isset($RBAC->aUserInfo['PROCESSMAKER']['ROLE']['ROL_CODE']) &&
|
||||
$RBAC->aUserInfo['PROCESSMAKER']['ROLE']['ROL_CODE'] == 'PROCESSMAKER_ADMIN'
|
||||
) {
|
||||
if ($expireInLabel != '') {
|
||||
$smarty->assign(
|
||||
'msgVer',
|
||||
'<label class="textBlack">' . $expireInLabel . '</label> '
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty(config("system.workspace"))) {
|
||||
$logout = "/sys" . config("system.workspace") . "/" . SYS_LANG . "/" . SYS_SKIN . ((SYS_COLLECTION != "tracker") ? "/login/login" : "/tracker/login");
|
||||
} else {
|
||||
|
||||
@@ -1615,27 +1615,6 @@ td.x-cnotes-label {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.x-pm-license-notification {
|
||||
background-color: #EFEFEF;
|
||||
border: 1px solid #B2B2B2;
|
||||
border-radius: 5px;
|
||||
color:#848484;
|
||||
font-family: Tahoma, sans-serif, MiscFixed;
|
||||
font-size: 10px;
|
||||
font-weight:bold;
|
||||
height:20px;
|
||||
line-height:20px;
|
||||
text-decoration:none;
|
||||
padding: 6px 15px;
|
||||
}
|
||||
|
||||
.x-pm-license-notification a {
|
||||
color:#848484;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
.cancelSummary {
|
||||
color: #333;
|
||||
background: #fff;
|
||||
|
||||
@@ -29,11 +29,6 @@
|
||||
<table width="100%" height="25" border="0" cellspacing="0" cellpadding="0" class="headerRightSection">
|
||||
<tr valign="middle">
|
||||
<td align="right">
|
||||
{if $licenseNotification != ''}
|
||||
<span class="x-pm-license-notification">
|
||||
<img src="/images/alert_icon.gif" width="10px" headerRightSection="10px"/> {$licenseNotification}
|
||||
</span>
|
||||
{/if}
|
||||
</td>
|
||||
<td height="12" valign="middle" align="right" valign="top">
|
||||
<a href="#" id="options-tool" class="options-tool">
|
||||
|
||||
Reference in New Issue
Block a user