* upgrade the version.

This commit is contained in:
wangchunsheng
2010-04-27 15:33:23 +00:00
parent 703b2efc78
commit 39e8655205
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.0.rc1
1.0.rc2

View File

@@ -62,7 +62,7 @@ function checkall(checker)
<?php endforeach;?>
<tr>
<th class='rowhead'><?php echo $lang->group->checkall;?><input type='checkbox' onclick='checkall(this);'></th>
<td class='a-center'><?php echo html::submitButton() . html::linkButton($lang->goback, $this->createLink('group', 'browse'));?></td>
<td class='a-center'><?php echo html::submitButton($lang->save, 'name="submit"') . html::linkButton($lang->goback, $this->createLink('group', 'browse'));?></td>
</tr>
</table>
</form>