BUG 0000 Small layout change. Enterprise plugin message position
The plugin message was moved to top just among User name to not add an extra line that affect extjs frames
This commit is contained in:
4
workflow/engine/skinEngine/base/layout.html
Executable file → Normal file
4
workflow/engine/skinEngine/base/layout.html
Executable file → Normal file
@@ -17,10 +17,10 @@
|
||||
<div align="right" class="logout">
|
||||
<small>
|
||||
{php}if ((int)$_SESSION['USER_LOGGED'] != 0) {{/php}
|
||||
<label class="textBlue">{$userfullname} <a href="../users/myInfo">{$user}</a> | </label>
|
||||
{$msgVer}<label class="textBlue">{$userfullname} <a href="../users/myInfo">{$user}</a> | </label>
|
||||
<a href="{$linklogout}" class="tableOption">{$logout}</a> <br/>
|
||||
<label class="textBlack"><b>{$rolename}</b> {$workspace_label} <b><u>{$workspace}</u></b> <br/>
|
||||
{$udate}</label> {$msgVer}
|
||||
{$udate}</label>
|
||||
{php}}{/php}
|
||||
</small>
|
||||
</div>
|
||||
|
||||
4
workflow/engine/skinEngine/skinEngine.php
Executable file → Normal file
4
workflow/engine/skinEngine/skinEngine.php
Executable file → Normal file
@@ -452,7 +452,9 @@ if (isset($G_ENABLE_BLANK_SKIN) && $G_ENABLE_BLANK_SKIN) {
|
||||
$expireIn=$pmLicenseManagerO->getExpireIn();
|
||||
$expireInLabel=$pmLicenseManagerO->getExpireInLabel();
|
||||
//if($expireIn<=30){
|
||||
$smarty->assign('msgVer', '<br><label class="textBlack">'.$expireInLabel.'</label> ');
|
||||
if($expireInLabel!=""){
|
||||
$smarty->assign('msgVer', '<label class="textBlack">'.$expireInLabel.'</label> ');
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user