Account Settings: Visual adjustment to Additional Info table widths.
This commit is contained in:
parent
3f0f7ab1a5
commit
fd918a10b8
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue