Files
luos/workflow/engine/skinEngine/uxmodern/layout-pm-modern.html
Victor Saisa Lopez f68a5ea074 BUG 7408 "Fire Fox English/Sumatoria" SOLVED
- Grids in view mode displays the sum not properly
- Problem solved, improved SUM and AVG functions in grids
- It improves the visualization of the web page header, only for IE
* Available from version 2.0.45
2012-10-05 13:18:36 -04:00

60 lines
1.8 KiB
HTML

<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
{$_header}
{literal}
<!--[if lt IE 8]>
<style type="text/css">
.x-pm-headerbar-data {
padding-top: 8px;
}
</style>
<![endif]-->
{/literal}
</head>
<body>
<div id="panel-header" />
<div id="header-content" style="display:none">
<table class="x-pm-headerbar">
<tr>
<td width="50%" valign="middle">
<img src="{$logo_company}" height="40"/>
</td>
<td class="x-pm-headerbar-data" align="right" valign="top">
<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">
{$userfullname}
<span>
<img src="/images/classic/roll.static.gif" width="10px" headerRightSection="10px"/>
</span>
<br />
<span style="font-size:9px">{$rolename}</span>
</a>
</td>
<td width="40" align="right">
<span id="user-avatar">
<img src="{$user_avatar}" width="25" height="25"/>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>