* removed useless headings from featurebar.
* fixed height of editable div in form for ie8.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div id='featurebar'>
|
||||
<div class='heading'><?php echo html::icon($lang->icons['extension']) . ' ' . $lang->extension->common;?></div>
|
||||
<ul class='nav'>
|
||||
<?php
|
||||
echo '<li id="installed">' . html::a($this->createLink('extension', 'browse', "type=installed"), $lang->extension->installed) . '</li>';
|
||||
|
||||
Reference in New Issue
Block a user