table header - keep consistent
This commit is contained in:
parent
411e1d05f2
commit
dfcee7c6c1
|
@ -51,7 +51,7 @@ xhtmlHeaders(__FILE__, translate('Groups') );
|
||||||
<input type="hidden" name="view" value="none"/>
|
<input type="hidden" name="view" value="none"/>
|
||||||
<input type="hidden" name="action" value="setgroup"/>
|
<input type="hidden" name="action" value="setgroup"/>
|
||||||
<table id="contentTable" class="major">
|
<table id="contentTable" class="major">
|
||||||
<thead>
|
<thead class="thead-highlight">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="colName" colspan="<?php echo $max_depth ?>"><?php echo translate('Name') ?></th>
|
<th class="colName" colspan="<?php echo $max_depth ?>"><?php echo translate('Name') ?></th>
|
||||||
<th class="colIds"><?php echo translate('Monitors') ?></th>
|
<th class="colIds"><?php echo translate('Monitors') ?></th>
|
||||||
|
|
Loading…
Reference in New Issue