* ajusted style of 'titlebar' & 'featurebar'.

* updated kindeditor & chosen.
This commit is contained in:
Catouse
2014-04-25 10:36:40 +08:00
parent 40cbbac903
commit 3485b105f0
68 changed files with 82 additions and 88 deletions
+6 -9
View File
@@ -16,8 +16,7 @@
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['task']);?></span>
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->task->common . $lang->colon . $lang->task->batchCreate;?></strong>
<small class='text-muted'><?php echo html::icon($lang->icons['project']) . ' ' . $lang->task->project . $lang->colon . ' ' . $project->name;?></small>
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->task->batchCreate . ' ' . $lang->task->common;?></strong>
</div>
</div>
<form class='form-condensed' method='post' target='hiddenwin'>
@@ -61,16 +60,14 @@
<td class='text-center'><?php echo $i+1;?></td>
<td><?php echo html::select("module[$i]", $modules, $module, 'class=form-control')?></td>
<td style='overflow: visible'>
<?php echo html::select("story[$i]", $stories, $story, "class='form-control'");?>
</td>
<td>
<div class='input-group'>
<span class='input-group-btn'>
<a href='javascript:copyStoryTitle(<?php echo $i;?>)' class='btn' title='<?php echo $lang->task->copyStoryTitle; ?>'><i class='icon-angle-right'></i></a>
</span>
<?php echo html::input("name[$i]", '', 'class=form-control');?>
<?php echo html::select("story[$i]", $stories, $story, "class='form-control'");?>
<span class='input-group-btn'>
<a href='javascript:copyStoryTitle(<?php echo $i;?>)' class='btn' title='<?php echo $lang->task->copyStoryTitle; ?>'><i class='icon-angle-right'></i></a>
</span>
</div>
</td>
<td><?php echo html::input("name[$i]", '', 'class=form-control');?></td>
<td><?php echo html::select("type[$i]", $lang->task->typeList, $type, 'class=form-control');?></td>
<td><?php echo html::select("assignedTo[$i]", $members, $member, 'class=form-control');?></td>
<td><?php echo html::input("estimate[$i]", '', 'class=form-control text-center');?></td>