Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
.col-side .chosen-container .chosen-drop {width: 216px!important}
|
||||
.col-side .chosen-container {width: 218px!important}
|
||||
#linkStoriesBox > li ,#childStoriesBox > li {margin-left:-56px}
|
||||
.table-form>tbody>tr>th{padding-top:7px;}
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
<div class='table-footer'>
|
||||
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
|
||||
<div class="table-actions btn-toolbar">
|
||||
<?php if($storyCount) echo html::submitButton();?>
|
||||
<?php if($storyCount) echo html::submitButton('', '', 'btn btn-default');?>
|
||||
</div>
|
||||
<?php echo html::hidden('story', $story->id);?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user