* change UI of 'project/manageMembers'.

This commit is contained in:
Catouse
2016-05-03 10:28:04 +08:00
parent 2ea55f54f5
commit 1289702d41
2 changed files with 7 additions and 4 deletions
+4
View File
@@ -14,3 +14,7 @@
.modal-dialog {margin-top: 10%;}
.table-form thead > tr > th {background: none; border: none}
#titlebar > .heading {float: left; padding-right: 10px!important}
#titlebar > .heading > .icon {display: inline;}
#deptSelector {float: left; min-width: 220px; position: relative; top: -7px}
+3 -4
View File
@@ -16,11 +16,10 @@
<?php js::set('roles', $roles);?>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['team']);?></span>
<strong> <?php echo $lang->project->manageMembers;?></strong>
<small class='text-muted'><i class='icon icon-cogs'></i></small>
<strong><?php echo $lang->project->manageMembers;?></strong>
<i class='icon icon-angle-right text-muted'></i>
</div>
<div><?php echo html::select('dept', $depts, $dept, "class='form-control chosen' onchange='setDeptUsers(this)' data-placeholder='{$lang->project->selectDept}'");?></div>
<div id='deptSelector'><?php echo html::select('dept', $depts, $dept, "class='form-control chosen' onchange='setDeptUsers(this)' data-placeholder='{$lang->project->selectDept}'");?></div>
<div class='actions'>
<button class='btn' id='itBtn'><?php echo html::icon($lang->icons['copy']) . ' ' . $lang->project->copyTeam;?></button>
</div>