* finish task #2368.
This commit is contained in:
@@ -22,10 +22,10 @@ include '../../common/view/header.html.php';
|
||||
<tr>
|
||||
<td class='text-center'>
|
||||
<?php if(common::hasPriv('mail', 'detect')):?>
|
||||
<?php echo html::a(inlink('detect'), $lang->mail->smtp, '', "class='btn btn-lg w-200px'")?>
|
||||
<?php echo html::a(inlink('detect'), $lang->mail->smtp, '', "class='btn btn-default w-150px'")?>
|
||||
<?php endif;?>
|
||||
<?php if($this->app->getClientLang() != 'en' and common::hasPriv('mail', 'sendCloud')):?>
|
||||
<?php echo html::a(inlink('sendCloud'), $lang->mail->sendCloud, '', "class='btn btn-lg w-200px'")?>
|
||||
<?php echo html::a(inlink('sendCloud'), $lang->mail->sendCloud, '', "class='btn btn-default w-150px'")?>
|
||||
<?php endif;?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user