* Finish task #56469.
This commit is contained in:
@@ -33,7 +33,13 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class='btn-toolbar pull-right'>
|
||||
<div class="input-group" id="taskKanbanSearch">
|
||||
<div class="input-control search-box" id="searchBox">
|
||||
<input type="text" name="taskKanbanSearchInput" id="taskKanbanSearchInput" value="" class="form-control" oninput="searchCards(this.value)" placeholder="<?php echo $lang->execution->pleaseInput;?>">
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
echo html::a('javascript:toggleSearchBox()', "<i class='icon-search muted'></i> " . $lang->searchAB, '', "class='btn btn-link querybox-toggle'");
|
||||
$link = $this->createLink('task', 'export', "execution=$executionID&orderBy=$orderBy&type=unclosed");
|
||||
if(common::hasPriv('task', 'export')) echo html::a($link, "<i class='icon-export muted'></i> " . $lang->export, '', "class='btn btn-link iframe export' data-width='700'");
|
||||
?>
|
||||
@@ -123,6 +129,9 @@
|
||||
<div class='panel' id='kanbanContainer'>
|
||||
<div class='panel-body'>
|
||||
<div id='kanbans'></div>
|
||||
<div class='table-empty-tip hidden' id='emptyBox'>
|
||||
<p><span class="text-muted"><?php echo $lang->kanban->empty?></span></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -166,6 +175,7 @@
|
||||
<?php js::set('browseType', $browseType);?>
|
||||
<?php js::set('groupBy', $groupBy);?>
|
||||
<?php js::set('productNum', $productNum);?>
|
||||
<?php js::set('searchValue', '');?>
|
||||
<?php
|
||||
js::set('priv',
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user