*Fix bug #20273 .
This commit is contained in:
@@ -257,7 +257,6 @@ js::set('hasTaskButton', $hasTaskButton);
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class='input-group'>
|
||||
|
||||
<?php echo html::select('products', $productNames, '', "class='form-control chosen' id='products'");?>
|
||||
<span class='input-group-btn'><?php echo html::a(helper::createLink('story', 'batchCreate', "productID=$productID&branch=$branchID&moduleID=0&story=0&execution=$execution->id", '', true), $lang->execution->batchCreateStory, '', "class='btn btn-primary iframe' data-width='90%' id='batchCreateStoryButton' data-dismiss='modal'");?></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user