Voicemail - Greetings: Margin adjustment on Delete button.

This commit is contained in:
fusionate 2024-01-03 22:33:46 +00:00
parent 365ac1c4ab
commit 64591e413e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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";