css
This commit is contained in:
parent
767ad3e366
commit
6f8b1108ca
@ -1926,8 +1926,8 @@ if ($id > 0) {
|
|||||||
if (!is_null($withentity)) {
|
if (!is_null($withentity)) {
|
||||||
print '<input type="hidden" name="entity" value="'.$withentity.'">';
|
print '<input type="hidden" name="entity" value="'.$withentity.'">';
|
||||||
}
|
}
|
||||||
print '<input type="submit" class="button button-edit" name="actionmodify" value="'.$langs->trans("Modify").'">';
|
print '<input type="submit" class="button button-edit small" name="actionmodify" value="'.$langs->trans("Modify").'">';
|
||||||
print '<input type="submit" class="button button-cancel" name="actioncancel" value="'.$langs->trans("Cancel").'">';
|
print '<input type="submit" class="button button-cancel small" name="actioncancel" value="'.$langs->trans("Cancel").'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
} else {
|
} else {
|
||||||
$tmpaction = 'view';
|
$tmpaction = 'view';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user