* Finish task #41565.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#object_chosen .chosen-single, #dept_chosen .chosen-single {width: 220px;}
|
||||
#object_chosen .chosen-drop ul li .label {margin-top: 2px; background: #fff; color: #838a9d; border: 1px solid #d8d8d8;}
|
||||
@@ -136,4 +136,9 @@ $(function()
|
||||
showItem(val);
|
||||
});
|
||||
});
|
||||
|
||||
$('#object_chosen').click(function()
|
||||
{
|
||||
if(systemMode == 'new' && objectType == 'sprint') $('#object_chosen ul li:first').append(' <label class="label">' + projectCommon + '</label>')
|
||||
})
|
||||
})
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php js::set('objectID', $objectID);?>
|
||||
<?php js::set('objectType', $objectType);?>
|
||||
<style>#object_chosen .chosen-single, #dept_chosen .chosen-single {width: 220px;}</style>
|
||||
<?php js::set('systemMode', $config->systemMode);?>
|
||||
<?php js::set('projectCommon', $lang->projectCommon);?>
|
||||
<div id='mainMenu' class='clearfix'>
|
||||
<div class='btn-toolbar pull-left'>
|
||||
<span class='btn btn-link btn-active-text'>
|
||||
|
||||
Reference in New Issue
Block a user