summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b8cc324)
raw | patch | inline | side by side (parent: b8cc324)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jun 2010 11:34:05 +0000 (11:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jun 2010 11:34:05 +0000 (11:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18813 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 ad5dfc69a5cbb549a592363fca19977227fd4787..f7d95ce24cc0a6f5989d164a8aa5e0bd8d51b78b 100644 (file)
<table summary="{t}Labeled uri definitions{/t}" style='width:100%'>
<tr>
- <td>{t}Base{/t}</td>
+ <td style='width:40%;'>{t}Base{/t}</td>
<td></td>
<td>{t}Attribute{/t}</td>
- <td>{t}Filter{/t}</td>
+ <td style='width:40%;'>{t}Filter{/t}</td>
<td></td>
</tr>
{foreach item=item key=key from=$labeledURIparsed}
<tr>
<td>
- <input type='text' value='{$item.base}' name='base_{$key}'>
+ <input style='width:98%;' type='text' value='{$item.base}' name='base_{$key}'>
</td>
<td>
<select name='scope_{$key}' size='1'>
</select>
</td>
<td><input type='text' name='attr_{$key}' value='{$item.attr}'></td>
- <td style='width:50%;'><input name='filter_{$key}' type='text' style='width:98%;' value='{$item.filter}'></td>
+ <td><input name='filter_{$key}' type='text' style='width:98%;' value='{$item.filter}'></td>
<td><button name='delUri_{$key}'>{msgPool type='delButton'}</button></td>
</tr>
{/foreach}