* fix style for selectButton.

This commit is contained in:
wangyidong
2016-03-09 17:35:26 +08:00
parent 7da16e22ca
commit 4569039d98
4 changed files with 10 additions and 7 deletions
+2
View File
@@ -55,8 +55,10 @@
<?php
if(count($queueList))
{
echo "<div class='table-actions'>";
echo html::selectButton();
if(common::hasPriv('mail', 'batchDelete')) echo html::submitButton($lang->delete);
echo '</div>';
}
$pager->show();
?>
+3 -1
View File
@@ -44,12 +44,14 @@
<tfoot>
<tr>
<td colspan='3'>
<div class='table-actions'>
<?php
echo html::selectButton();
echo html::submitButton($lang->mail->sync);
echo html::hidden('action', 'sync');
?>
</td>
</div>
</td>
</tr>
</tfoot>
</table>
+4 -2
View File
@@ -71,8 +71,10 @@
<tfoot>
<tr>
<td colspan='<?php echo $this->session->currentProductType == 'normal' ? '6' : '7';?>'>
<?php echo html::selectButton();?>
<?php if(common::hasPriv('productplan', 'batchEdit')) echo html::submitButton($lang->edit);?>
<div class='table-actions clearfix'>
<?php echo html::selectButton();?>
<?php if(common::hasPriv('productplan', 'batchEdit')) echo html::submitButton($lang->edit);?>
</div>
<?php $pager->show();?>
</td>
</tr>
+1 -4
View File
@@ -41,10 +41,7 @@
<tfoot>
<tr>
<td colspan='5'>
<?php
echo html::selectButton();
echo html::submitButton();
?>
<div class='table-actions clearfix'><?php echo html::selectButton() . html::submitButton();?></div>
</td>
</tr>
</tfoot>