* 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

@@ -11,10 +11,9 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<div id='titlebar'>
<div id='featurebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['trash']);?></span>
<strong><?php echo $lang->action->trash;?></strong>
<?php echo html::icon($lang->icons['trash']);?> <?php echo $lang->action->trash;?>
</div>
<div class='actions'>
<?php if($type == 'hidden') echo html::a(inLink('trash', "type=all"), $lang->goback, '', "class='btn'");?>

View File

@@ -17,9 +17,7 @@ js::set('browseType', $browseType);
js::set('moduleID', $moduleID);
js::set('customed', $customed);
?>
<div id='featurebar'>
<div class='heading'><?php echo html::icon($lang->icons['bug']);?></div>
<div class='actions'>
<div class='btn-group'>
<div class='btn-group'>

View File

@@ -16,7 +16,6 @@
var browseType = '<?php echo $browseType;?>';
</script>
<div id='featurebar'>
<div class='heading'><?php echo html::icon($lang->icons['dynamic']);?></div>
<ul class='nav'>
<?php
echo '<li id="today">' . html::a(inlink('dynamic', "browseType=today"), $lang->action->dynamic->today) . '</li>';

View File

@@ -18,7 +18,6 @@
var browseType = '<?php echo $browseType;?>';
</script>
<div id='featurebar'>
<div class='heading'><?php echo html::icon($lang->icons['doc']);?></div>
<ul class='nav'>
<li id='bymoduleTab' onclick='browseByModule()'><a href='#'><?php echo $lang->doc->moduleDoc;?></a></li>
<li id='bysearchTab'><a href='#'><i class='icon-search icon'></i>&nbsp;<?php echo $lang->doc->searchDoc;?></a></li>

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

View File

@@ -13,9 +13,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['dynamic']);?> <?php echo $lang->project->dynamic;?>
</div>
<ul class='nav'>
<?php
echo '<li id="today">' . html::a(inlink('dynamic', "projectID=$projectID&type=today"), $lang->action->dynamic->today) . '</li>';

View File

@@ -19,7 +19,6 @@ js::set('moduleID' , $moduleID);
js::set('confirmDelete', $lang->testcase->confirmDelete);
?>
<div id='featurebar'>
<div class='heading'><?php echo html::icon($lang->icons['usecase']);?></div>
<ul class='nav'>
<?php
echo "<li id='allTab'>" . html::a($this->createLink('testcase', 'browse', "productid=$productID&browseType=all&param=0&orderBy=$orderBy&recTotal=0&recPerPage=200"), $lang->testcase->allCases) . "</li>";

View File

@@ -252,7 +252,7 @@ form .star {display: none;}/* hide star */
.table-form > thead > tr > th.required:after {top: 2px; padding-left: 4px;}
/* Auto Height textarea */
div.form-control[contenteditable='true'] {height: auto; text-align: left; outline: 0; overflow-x: hidden; overflow-y: auto; min-height: 30px}
div.form-control[contenteditable='true'] {height: auto; text-align: left; outline: 0; overflow-x: hidden; overflow-y: auto; min-height: 30px; min-height: 18px\0}
/* Panel */
.panel > .table > thead > tr > th,.panel > form > .table > thead > tr > th {background-color: transparent;}