* adjust the checkall, select reverse and pager's style.

This commit is contained in:
wangchunsheng
2012-05-01 14:21:52 +00:00
parent 8232cea6d6
commit 5253dbf962
+5 -3
View File
@@ -48,9 +48,11 @@
</tbody>
<tfoot>
<tr>
<td colspan='8' class='f-14px'>
<div class='half-left'><?php echo html::selectAll() . html::selectReverse();?> </div>
<div class='half-right'><?php print($storyCount? html::submitButton() : $lang->project->whyNoStories);?></div>
<td colspan='7' class='a-left'>
<?php
if($storyCount) echo html::selectAll() . html::selectReverse() . html::submitButton();
if(!$storyCount) echo $lang->project->whyNoStories;
?>
</td>
</tr>
</tfoot>