Qual: Trunc if text too long
This commit is contained in:
parent
6ac54625bc
commit
82513d9706
@ -166,7 +166,7 @@ if ($resql)
|
|||||||
print '<input type="text" class="flat" name="credit" size="6" value="'.$credit.'">';
|
print '<input type="text" class="flat" name="credit" size="6" value="'.$credit.'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td class="liste_titre" align="center">';
|
print '<td class="liste_titre" align="center">';
|
||||||
$html->select_types_paiements(empty($_REQUEST["type"])?'':$_REQUEST["type"], 'type', '', 2, 0, 1);
|
$html->select_types_paiements(empty($_REQUEST["type"])?'':$_REQUEST["type"], 'type', '', 2, 0, 1, 8);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td class="liste_titre" align="right">';
|
print '<td class="liste_titre" align="right">';
|
||||||
print '<input type="hidden" name="action" value="search">';
|
print '<input type="hidden" name="action" value="search">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user