* fix the bug #24.

This commit is contained in:
wangchunsheng
2010-02-10 08:08:49 +00:00
parent 57a36a5123
commit 2c2cbad546
+2
View File
@@ -1,4 +1,5 @@
<script src='<?php echo $jsRoot;?>jquery/reverseorder/raw.js' type='text/javascript'></script>
<div>
<fieldset>
<legend onclick='$("#historyItem li").reverseOrder();' class='hand'><?php echo $lang->history . $lang->reverse;?></legend>
<ol id='historyItem'>
@@ -20,3 +21,4 @@
<?php endforeach;?>
</ol>
</fieldset>
</div>