Improved table layout
This commit is contained in:
parent
ad9d3e8c1d
commit
429c78d74f
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/ ?>
|
*/ ?>
|
||||||
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper" width="800">
|
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper" width="700">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5" class="title"><?=_("Organisations")?></td>
|
<td colspan="5" class="title"><?=_("Organisations")?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><?=_("Organisation")?></td>
|
<td class="DataTD" width="350"><?=_("Organisation")?></td>
|
||||||
<td class="DataTD"><?=_("Domains")?></td>
|
<td class="DataTD"><?=_("Domains")?></td>
|
||||||
<td class="DataTD"><?=_("Admins")?></td>
|
<td class="DataTD"><?=_("Admins")?></td>
|
||||||
<td class="DataTD"><?=_("Edit")?></td>
|
<td class="DataTD"><?=_("Edit")?></td>
|
||||||
|
|
Loading…
Reference in a new issue