mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Account Settings: Visual adjustment to Additional Info table widths.
This commit is contained in:
@@ -345,10 +345,10 @@ else {
|
||||
}
|
||||
else {
|
||||
echo " <tr>\n";
|
||||
echo " <td width='20%' class=\"vncell\">\n";
|
||||
echo " <td width='30%' class=\"vncell\">\n";
|
||||
echo " ".$text['label-status'].":\n";
|
||||
echo " </td>\n";
|
||||
echo " <td class=\"vtable\" align='left'>\n";
|
||||
echo " <td width='70%' class=\"vtable\" align='left'>\n";
|
||||
echo " <select id='user_status' name='user_status' class='formfld' style=''>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
if ($user_status == "Available") {
|
||||
|
||||
Reference in New Issue
Block a user