mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Call Control: Fix wrapping when mini paging controls visible.
This commit is contained in:
@@ -128,7 +128,7 @@ else {
|
||||
echo " <input id='btn_viewall_callrouting' type='button' class='btn' value='".$text['button-view_all']."' onclick=\"document.location.href='".PROJECT_PATH."/app/calls/calls.php';\">";
|
||||
}
|
||||
if (!$is_included) {
|
||||
echo " <form method='get' action=''>\n";
|
||||
echo " <form method='get' action='' style='display: inline-block;'>\n";
|
||||
echo " <input type='text' class='txt' style='width: 150px' name='search' value='".$search."'>";
|
||||
echo " <input type='submit' class='btn' name='submit' value='".$text['button-search']."'>";
|
||||
echo " </form>\n";
|
||||
|
||||
Reference in New Issue
Block a user