Update contact_edit.php

This commit is contained in:
FusionPBX 2022-11-06 00:04:40 -06:00 committed by GitHub
parent acf9a046e0
commit 1ec48d46c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2306,7 +2306,7 @@ if (permission_exists('contact_relation_view')) {
echo " <div id='contacts' class='field no-wrap' style=\"width: auto; display: inline;\">\n";
echo " <input class=\"formfld\" type=\"text\" name=\"contact_search\" placeholder=\"search\" style=\"width: 30%;\" onkeyup=\"get_contacts('contact_select_".$x."', 'contact_uuid', this.value);\" maxlength=\"255\" value=\"\">\n";
echo " <select class='formfld' style=\"width: 70%;\" id=\"contact_select_".$x."\" name=\"contact_relations[".$x."][relation_contact_uuid]\" >\n";
echo " <option value='".$row['relation_contact_uuid']."'>".$contact_name."</option>\n";
echo " <option value='".escape($row['relation_contact_uuid'])."'>".escape($contact_name)."</option>\n";
echo " </select>\n";
echo " </div>\n";
echo " </div>\n";
@ -2655,7 +2655,6 @@ if (permission_exists('contact_note_view')) {
unset($contact_notes);
}
//close the grid
echo "</div>\n";
echo "<br /><br />";