Commit 2e0e6861 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

vlans, style glitch

(cherry picked from commit cbc2292f)
parent 5be0188b
...@@ -149,12 +149,14 @@ $main_buttons = array( ...@@ -149,12 +149,14 @@ $main_buttons = array(
<?php <?php
$i++; $i++;
endforeach; ?> endforeach; ?>
</tbody>
<tfoot>
<tr> <tr>
<td colspan="4"> <td colspan="5">
<?= gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems.");?> <?= gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems.");?>
</td> </td>
</tr> </tr>
</tbody> </tfoot>
</table> </table>
</div> </div>
</form> </form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment