Fixed up css
This commit is contained in:
parent
2ea54af6f7
commit
1fef0be197
8 changed files with 99 additions and 99 deletions
|
@ -60,7 +60,7 @@ class addgroup_panel extends admin_module{
|
|||
$panel->content.="<h3>Gruppename:</h3>";
|
||||
$panel->field(array("name"=>"name","typ"=>"text","value"=>""));
|
||||
$panel->content.="<br /><br />";
|
||||
$panel->content.="<table width=\"90%\" cellspacing=\"2\">
|
||||
$panel->content.="<table style=\"width: 90%; border-spacing: 2px;\">
|
||||
<tr>
|
||||
<th><strong>Rechte</strong></th>
|
||||
</tr>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue