Call Control: Fix wrapping when mini paging controls visible.
This commit is contained in:
parent
8ec4d785fd
commit
a8d39d53fa
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue