* code for task #1971,1961.

This commit is contained in:
wangyidong
2014-07-22 09:10:00 +00:00
parent d81b64dafd
commit 080ea27752
8 changed files with 39 additions and 27 deletions
+3 -3
View File
@@ -30,7 +30,7 @@
</tr>
<tr>
<th><?php echo $lang->task->module;?></th>
<td id='moduleIdBox' class='w-p25-f'><?php echo html::select('module', $moduleOptionMenu, $task->module, "class='form-control' onchange='setStories(this.value,$project->id)'");?></td><td></td><td class='w-150px'></td>
<td id='moduleIdBox' class='w-p25-f'><?php echo html::select('module', $moduleOptionMenu, $task->module, "class='form-control chosen' onchange='setStories(this.value,$project->id)'");?></td><td></td><td class='w-150px'></td>
</tr>
<tr>
<th><?php echo $lang->task->assignedTo;?></th>
@@ -44,7 +44,7 @@
<th><?php echo $lang->task->story;?></th>
<td colspan='2'>
<div class='input-group'>
<?php echo html::select('story', $stories, $task->story, "class=form-control onchange='setStoryRelated();'");?>
<?php echo html::select('story', $stories, $task->story, "class='form-control chosen' onchange='setStoryRelated();'");?>
<span class='input-group-btn' id='preview'><a href='#' class='btn iframe'><?php echo $lang->preview;?></a></span>
</div>
</td>
@@ -86,7 +86,7 @@
<tr>
<th><?php echo $lang->task->mailto;?></th>
<td colspan='2'><?php echo html::select('mailto[]', $project->acl == 'private' ? $members : $users, str_replace(' ', '', $task->mailto), "multiple class='form-control'");?></td>
<td class='text-top'><?php if($contactLists) echo html::select('', $contactLists, '', "class='form-control' onchange=\"setMailto('mailto', this.value)\"");?></td>
<td class='text-top'><?php if($contactLists) echo html::select('', $contactLists, '', "class='form-control chosen' onchange=\"setMailto('mailto', this.value)\"");?></td>
</tr>
<tr>
<th><?php echo $lang->files;?></th>