mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix the search string for the dialplans
This commit is contained in:
@@ -98,10 +98,10 @@ else {
|
|||||||
echo " <form method='get' action=''>\n";
|
echo " <form method='get' action=''>\n";
|
||||||
echo " <td width='50%' align='right'>\n";
|
echo " <td width='50%' align='right'>\n";
|
||||||
echo " <input type='text' class='txt' style='width: 150px' name='search' value='$search'>";
|
echo " <input type='text' class='txt' style='width: 150px' name='search' value='$search'>";
|
||||||
if (strlen($app_uuid) == 0) {
|
if (strlen($app_uuid) > 0) {
|
||||||
echo " <input type='hidden' class='txt' name='app_uuid' value='$app_uuid'>";
|
echo " <input type='hidden' class='txt' name='app_uuid' value='$app_uuid'>";
|
||||||
}
|
}
|
||||||
if (strlen($order_by) == 0) {
|
if (strlen($order_by) > 0) {
|
||||||
echo " <input type='hidden' class='txt' name='order' value='$order_by'>";
|
echo " <input type='hidden' class='txt' name='order' value='$order_by'>";
|
||||||
echo " <input type='hidden' class='txt' name='order' value='$order'>";
|
echo " <input type='hidden' class='txt' name='order' value='$order'>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user