* adjust the build-notice logic.

* sync zh-tw lang.
This commit is contained in:
wangchunsheng
2012-07-03 02:53:55 +00:00
parent a58d888922
commit 7c098e20dd
6 changed files with 11 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(',');
<th class='rowhead'><?php echo $lang->bug->openedBuild;?></th>
<td>
<span id='buildBox'><?php echo html::select('openedBuild[]', $builds, $buildID, 'size=3 multiple=multiple class=select-3');?></span>
<?php if(!$builds) echo $lang->build->notice;?>
<?php if(count($builds) == 1) echo $lang->build->notice;?>
</td>
</tr>
<tr>