* adjust the action button's style.

This commit is contained in:
wangchunsheng
2011-12-06 08:35:36 +00:00
parent f847f1228b
commit 49749d1509
+1 -1
View File
@@ -27,7 +27,7 @@ function switchChange(historyID,type)
<span onclick='$(".changes").toggle();' class='hand'><?php echo $lang->switchDisplay;?></span>
</legend>
<?php else:?>
<table class='table-1'>
<table class='table-1' id='actionbox'>
<caption>
<span onclick='$("#historyItem li").reverseOrder();' class='hand'> <?php echo $lang->history . $lang->reverse;?></span>
<span onclick='$(".changes").toggle();' class='hand'><?php echo $lang->switchDisplay;?></span>