Voicemail - Greetings: Margin adjustment on Delete button.
This commit is contained in:
parent
365ac1c4ab
commit
64591e413e
|
|
@ -361,7 +361,7 @@
|
|||
echo "</form>";
|
||||
}
|
||||
if (permission_exists('voicemail_greeting_delete') && $greetings) {
|
||||
echo button::create(['type'=>'button','label'=>$text['button-delete'],'icon'=>$_SESSION['theme']['button_icon_delete'],'id'=>'btn_delete','name'=>'btn_delete','style'=>'display: none;','onclick'=>"modal_open('modal-delete','btn_delete');"]);
|
||||
echo button::create(['type'=>'button','label'=>$text['button-delete'],'icon'=>$_SESSION['theme']['button_icon_delete'],'id'=>'btn_delete','name'=>'btn_delete','style'=>'display: none; margin-left: 15px;','onclick'=>"modal_open('modal-delete','btn_delete');"]);
|
||||
}
|
||||
echo " </div>\n";
|
||||
echo " <div style='clear: both;'></div>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue