mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Adjusted Contact Add, Type select box width.
This commit is contained in:
@@ -259,7 +259,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
if (is_array($_SESSION["contact"]["role"])) {
|
||||
sort($_SESSION["contact"]["role"]);
|
||||
echo " <select class='formfld' style='width:85%;' name='contact_type'>\n";
|
||||
echo " <select class='formfld' name='contact_type'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
foreach($_SESSION["contact"]["type"] as $row) {
|
||||
if ($row == $contact_type) {
|
||||
@@ -272,7 +272,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " </select>\n";
|
||||
}
|
||||
else {
|
||||
echo " <select class='formfld' style='width:85%;' name='contact_type'>\n";
|
||||
echo " <select class='formfld' name='contact_type'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
|
||||
if ($contact_type == "customer") {
|
||||
|
||||
Reference in New Issue
Block a user