css
This commit is contained in:
parent
95f67309e2
commit
4ea102f1de
@ -357,7 +357,7 @@ if ($resql)
|
|||||||
if (!empty($arrayfields['f.titre']['checked']))
|
if (!empty($arrayfields['f.titre']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="liste_titre left">';
|
print '<td class="liste_titre left">';
|
||||||
print '<input class="flat" size="6" type="text" name="search_ref" value="'.dol_escape_htmltag($search_ref).'">';
|
print '<input class="flat maxwidth100" type="text" name="search_ref" value="'.dol_escape_htmltag($search_ref).'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
// Thirpdarty
|
// Thirpdarty
|
||||||
@ -529,7 +529,7 @@ if ($resql)
|
|||||||
|
|
||||||
if (!empty($arrayfields['f.titre']['checked']))
|
if (!empty($arrayfields['f.titre']['checked']))
|
||||||
{
|
{
|
||||||
print '<td>';
|
print '<td class="nowrap tdoverflowmax200">';
|
||||||
print $invoicerectmp->getNomUrl(1);
|
print $invoicerectmp->getNomUrl(1);
|
||||||
print "</a>";
|
print "</a>";
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user