Voicemail - Edit: Button updates.

This commit is contained in:
Nate
2020-02-07 06:52:58 -07:00
parent 3e65078dc4
commit bbfbc43330
3 changed files with 33 additions and 44 deletions
+1 -1
View File
@@ -502,7 +502,7 @@
echo " </select>\n";
echo " </td>\n";
echo " <td>\n";
echo button::create(['type'=>'submit','label'=>$text['button-add'],'icon'=>$_SESSION['theme']['button_icon_add'],'style'=>'white-space: nowrap;']);
echo button::create(['type'=>'submit','label'=>$text['button-add'],'icon'=>$_SESSION['theme']['button_icon_add']]);
echo " </td>\n";
echo " </tr>\n";