css
This commit is contained in:
parent
9d8ec0441b
commit
89066e50f8
@ -266,16 +266,16 @@ if ($result) {
|
|||||||
print '<input type="hidden" name="const['.$i.'][rowid]" value="'.$obj->rowid.'">';
|
print '<input type="hidden" name="const['.$i.'][rowid]" value="'.$obj->rowid.'">';
|
||||||
print '<input type="hidden" name="const['.$i.'][name]" value="'.$obj->name.'">';
|
print '<input type="hidden" name="const['.$i.'][name]" value="'.$obj->name.'">';
|
||||||
print '<input type="hidden" name="const['.$i.'][type]" value="'.$obj->type.'">';
|
print '<input type="hidden" name="const['.$i.'][type]" value="'.$obj->type.'">';
|
||||||
print '<input type="text" id="value_'.$i.'" class="flat inputforupdate" size="30" name="const['.$i.'][value]" value="'.htmlspecialchars($obj->value).'">';
|
print '<input type="text" id="value_'.$i.'" class="flat inputforupdate minwidth150" name="const['.$i.'][value]" value="'.htmlspecialchars($obj->value).'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Note
|
// Note
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print '<input type="text" id="note_'.$i.'" class="flat inputforupdate" size="40" name="const['.$i.'][note]" value="'.htmlspecialchars($obj->note, 1).'">';
|
print '<input type="text" id="note_'.$i.'" class="flat inputforupdate minwidth200" name="const['.$i.'][note]" value="'.htmlspecialchars($obj->note, 1).'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Date last change
|
// Date last change
|
||||||
print '<td>';
|
print '<td class="nowraponall">';
|
||||||
print dol_print_date($db->jdate($obj->tms), 'dayhour');
|
print dol_print_date($db->jdate($obj->tms), 'dayhour');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user