colspan
This commit is contained in:
parent
af61006b8b
commit
cc2f4502fc
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2015 Ion Agorria <ion@agorria.com>
|
/* Copyright (C) 2015 Ion Agorria <ion@agorria.com>
|
||||||
|
* Copyright (C) 2023 Frédéric France <frederic.france@netlogic.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -183,7 +184,7 @@ if ($action != 'create_updater' && $action != 'edit_updater') {
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
print '<tr colspan="7"><td><span class="opacitymedium">';
|
print '<tr><td colspan="4"><span class="opacitymedium">';
|
||||||
print $langs->trans("None");
|
print $langs->trans("None");
|
||||||
print '</span></td></tr>';
|
print '</span></td></tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user