* adjust the feature of show new added actions of every version.

This commit is contained in:
wangchunsheng
2011-04-30 02:46:54 +00:00
parent 49013f36c2
commit 1800d46ef7
+1 -3
View File
@@ -15,9 +15,7 @@
<caption class='caption-tl'><?php echo $group->name . $lang->colon . $lang->group->managePriv;?>
<span class='half-right'>
<?php
echo $lang->group->addPriv . $lang->colon;
echo html::select('version', $this->lang->group->versions);
echo html::commonButton($this->lang->group->query, "onclick=showPriv()");
echo html::select('version', $this->lang->group->versions, '', 'onchange=showPriv()');
?>
</span>
</caption>