* fix style for selectButton.
This commit is contained in:
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user