* rewrite the css in table.
This commit is contained in:
@@ -4,9 +4,9 @@ include 'header.lite.html.php';
|
||||
include 'colorbox.html.php';
|
||||
?>
|
||||
<div id='header'>
|
||||
<div class='g' id='header'>
|
||||
<div class='u-1-2'>
|
||||
<div class='cont'>
|
||||
<table class='cont' id='topbar'>
|
||||
<tr>
|
||||
<td class='w-p50'>
|
||||
<?php
|
||||
echo $app->company->name . $lang->colon;
|
||||
if($app->company->website) echo html::a($app->company->website, $lang->company->website, '_blank');
|
||||
@@ -15,12 +15,12 @@ include 'colorbox.html.php';
|
||||
echo html::select('', $app->config->langs, $this->cookie->lang, 'class=switcher onchange="selectLang(this.value)"');
|
||||
echo html::select('', $app->lang->themes, $this->cookie->theme, 'class=switcher onchange="selectTheme(this.value)"');
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class='u-1-2'><div class='cont a-right'><?php commonModel::printTopBar();?></div></div>
|
||||
</div>
|
||||
<div class='g' id='navbar'>
|
||||
<div id='mainmenu'><?php commonModel::printMainmenu($this->moduleName); commonModel::printSearchBox();?></div>
|
||||
<div id='modulemenu'><?php commonModel::printModuleMenu($this->moduleName);?></div>
|
||||
</div>
|
||||
</td>
|
||||
<td class='a-right'><?php commonModel::printTopBar();?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class='cont' id='navbar'>
|
||||
<tr><td id='mainmenu'><?php commonModel::printMainmenu($this->moduleName); commonModel::printSearchBox();?></td></tr>
|
||||
<tr><td id='modulemenu'><?php commonModel::printModuleMenu($this->moduleName);?></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user