- 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
60 lines
1.8 KiB
HTML
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> |