mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Merge branch 'ent-9059-vista-de-grupos-de-agentes-acortar-y-ordenar-filtro' into 'develop'
Ent 9059 vista de grupos de agentes acortar y ordenar filtro See merge request artica/pandorafms!5322
This commit is contained in:
commit
64510a6e31
@ -782,18 +782,18 @@ if ($tab == 'tree') {
|
|||||||
|
|
||||||
$form = "<form method='post' action=''>";
|
$form = "<form method='post' action=''>";
|
||||||
$form .= "<table class='databox filters bolder' width='100%'>";
|
$form .= "<table class='databox filters bolder' width='100%'>";
|
||||||
$form .= '<tr><td>'.__('Search').' ';
|
$form .= '<tr><td>'.__('Search').' ';
|
||||||
$form .= html_print_input_text(
|
$form .= html_print_input_text(
|
||||||
'search',
|
'search',
|
||||||
$search,
|
$search,
|
||||||
'',
|
'',
|
||||||
100,
|
30,
|
||||||
100,
|
30,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
$form .= '</td><td>';
|
$form .= '</td><td style="text-align: right">';
|
||||||
$form .= "<input name='find' type='submit' class='sub search' value='".__('Search')."'>";
|
$form .= "<input name='find' type='submit' class='sub search' value='".__('Search')."'>";
|
||||||
$form .= '<td></tr>';
|
$form .= '</tr>';
|
||||||
$form .= '</table>';
|
$form .= '</table>';
|
||||||
$form .= '</form>';
|
$form .= '</form>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user