Update xml_cdr_search.php
This commit is contained in:
parent
e93e0bb04e
commit
22bd0e531d
|
|
@ -220,7 +220,7 @@
|
|||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td class='vncell'>".$text['label-uuid']."</td>";
|
||||
echo " <td class='vtable'><input type='text' class='formfld' name='uuid' value='".escape($uuid)."'></td>";
|
||||
echo " <td class='vtable'><input type='text' class='formfld' name='xml_cdr_uuid' value='".escape($xml_cdr_uuid)."'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td class='vncell'>".$text['label-bridge_uuid']."</td>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue