* removed useless headings from featurebar.

* fixed height of editable div in form for ie8.
This commit is contained in:
Catouse
2014-04-18 11:15:05 +08:00
parent 305debac6b
commit 9b63112ba2
8 changed files with 3 additions and 13 deletions

View File

@@ -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>';