* code for task #2576.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user