summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf57146)
raw | patch | inline | side by side (parent: cf57146)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jun 2010 07:11:09 +0000 (07:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jun 2010 07:11:09 +0000 (07:11 +0000) |
-removed table
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18804 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18804 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dyngroup/addons/dyngroup/dyngroup.tpl | patch | blob | history |
diff --git a/gosa-plugins/dyngroup/addons/dyngroup/dyngroup.tpl b/gosa-plugins/dyngroup/addons/dyngroup/dyngroup.tpl
index a3e686b7792a433ffe2523a9dac5e37aa17f16a1..842dd28421996f0dc6494289e70a468bb9105894 100644 (file)
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding="0" border="0">
- <tr>
- <td style="width:100%; vertical-align:top;">
- <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Generic{/t}</h2>
- <table summary="">
- <tr>
- <td><label for="{$memberURLAttributeLabel}">{t}{$memberURLAttributeLabel}{/t}</label></td>
- <td>
- {foreach item=line from=$memberURLAttributeValue}
- <input size=70 name="{$memberURLAttributeLabel}" value="{$line}">
- {/foreach}
- </td>
- </tr>
- </table>
- </td>
- </tr>
-</table>
+<h3>{t}Generic{/t}</h3>
+<label for="{$memberURLAttributeLabel}">{t}{$memberURLAttributeLabel}{/t}</label>
+{foreach item=line from=$memberURLAttributeValue}
+ <input size=70 name="{$memberURLAttributeLabel}" value="{$line}">
+{/foreach}