* code for task #2576.

This commit is contained in:
Catouse
2016-04-08 17:53:10 +08:00
parent 18363ef7d4
commit 1aec16628e
16 changed files with 33 additions and 3 deletions
+6 -1
View File
@@ -112,7 +112,12 @@ js::set('refresh', $lang->refresh);
<th><?php echo $lang->bug->title;?></th>
<td colspan='2'>
<div class='row-table'>
<div class='col-table w-p100'><?php echo html::input('title', $bugTitle, "class='form-control'");?></div>
<div class='col-table w-p100'>
<div class='input-group w-p100'>
<input type='hidden' id='color' name='color' data-provide='colorpicker' data-wrapper='input-group-btn' data-pull-menu-right='false' data-btn-tip='<?php echo $lang->bug->colorTag ?>'>
<?php echo html::input('title', $bugTitle, "class='form-control'");?>
</div>
</div>
<div class='col-table'>
<div class='input-group'>
<span class='input-group-addon fix-border br-0'><?php echo $lang->bug->severity;?></span>