* Finish task#8899.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.input-group .chosen-container-single .chosen-single {border-radius: 2px 0 0 2px}
|
||||
#affectedProjects .table + h6 {border-top: 1px solid #ddd}
|
||||
.nav-tabs>li>a {height: 36px;}
|
||||
.nav-tabs>li>a {height: 36px;}
|
||||
.table-form>tbody>tr>th {width: 100px!important;}
|
||||
|
||||
@@ -93,7 +93,6 @@ $lang->story->source = 'Von';
|
||||
$lang->story->sourceNote = 'Hinweis';
|
||||
$lang->story->fromBug = 'Von Bug';
|
||||
$lang->story->title = 'Titel';
|
||||
$lang->story->name = 'Name';
|
||||
$lang->story->type = 'Type';
|
||||
$lang->story->color = 'Color';
|
||||
$lang->story->toBug = 'ToBug';
|
||||
|
||||
@@ -93,7 +93,6 @@ $lang->story->source = 'From';
|
||||
$lang->story->sourceNote = 'Note';
|
||||
$lang->story->fromBug = 'From Bug';
|
||||
$lang->story->title = 'Title';
|
||||
$lang->story->name = 'Name';
|
||||
$lang->story->type = 'Type';
|
||||
$lang->story->color = 'Color';
|
||||
$lang->story->toBug = 'ToBug';
|
||||
|
||||
@@ -93,7 +93,6 @@ $lang->story->source = 'De';
|
||||
$lang->story->sourceNote = 'Note';
|
||||
$lang->story->fromBug = 'Depuis Bug';
|
||||
$lang->story->title = 'Titre';
|
||||
$lang->story->name = 'Name';
|
||||
$lang->story->type = 'Type';
|
||||
$lang->story->color = 'Couleur';
|
||||
$lang->story->toBug = 'Vers Bug';
|
||||
|
||||
@@ -93,7 +93,6 @@ $lang->story->source = 'Từ';
|
||||
$lang->story->sourceNote = 'Ghi chú';
|
||||
$lang->story->fromBug = 'Từ Bug';
|
||||
$lang->story->title = 'Tiêu đề';
|
||||
$lang->story->name = 'Name';
|
||||
$lang->story->type = 'Loại';
|
||||
$lang->story->color = 'Màu';
|
||||
$lang->story->toBug = 'Tới Bug';
|
||||
|
||||
@@ -93,7 +93,6 @@ $lang->story->source = "来源";
|
||||
$lang->story->sourceNote = '来源备注';
|
||||
$lang->story->fromBug = '来源Bug';
|
||||
$lang->story->title = "{$lang->productSRCommon}名称";
|
||||
$lang->story->name = '名称';
|
||||
$lang->story->type = "类型";
|
||||
$lang->story->color = '标题颜色';
|
||||
$lang->story->toBug = '转Bug';
|
||||
|
||||
@@ -93,7 +93,6 @@ $lang->story->source = "來源";
|
||||
$lang->story->sourceNote = '來源備註';
|
||||
$lang->story->fromBug = '來源Bug';
|
||||
$lang->story->title = "{$lang->productSRCommon}名稱";
|
||||
$lang->story->name = '名稱';
|
||||
$lang->story->type = "{$lang->productSRCommon}類型";
|
||||
$lang->story->color = '標題顏色';
|
||||
$lang->story->toBug = '轉Bug';
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
</tr>
|
||||
<?php $this->printExtendFields($story, 'table');?>
|
||||
<tr>
|
||||
<th><?php echo $lang->story->name;?></th>
|
||||
<th><?php echo $lang->story->title;?></th>
|
||||
<td colspan='2'><?php echo html::input('title', $story->title, 'class="form-control"');?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user