summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 342d8ce)
raw | patch | inline | side by side (parent: 342d8ce)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 10:08:55 +0000 (10:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 10:08:55 +0000 (10:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15889 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-core/plugins/personal/generic/generic.tpl b/gosa-core/plugins/personal/generic/generic.tpl
index 31eba78eb17006a7845d5dc9be422e1addf81076..5a359593ac73b9710d6e7f7027d4951d117fe223 100644 (file)
<td style="vertical-align:top;"><label for="homePostalAddress">{t}Address{/t}</label></td>
<td>
{render acl=$homePostalAddressACL checkbox=$multiple_support checked=$use_homePostalAddress}
- <textarea id="homePostalAddress" name="homePostalAddress" rows="3" style="width:100%">{$homePostalAddress}</textarea>
+ <textarea cols='200' id="homePostalAddress" name="homePostalAddress" rows="3" style="width:100%">{$homePostalAddress}</textarea>
{/render}
</td>
</tr>
<td style="vertical-align:top;"><label for="postalAddress">{t}Address{/t}</label></td>
<td>
{render acl=$postalAddressACL checkbox=$multiple_support checked=$use_postalAddress}
- <textarea id="postalAddress" name="postalAddress" rows=3 style="width:100%">{$postalAddress}</textarea>
+ <textarea cols="200" id="postalAddress" name="postalAddress" rows=3 style="width:100%">{$postalAddress}</textarea>
{/render}
</td>
</tr>
diff --git a/gosa-core/plugins/personal/generic/generic_certs.tpl b/gosa-core/plugins/personal/generic/generic_certs.tpl
index 912d6407889ecc9e8caa0963ac742150f7127d2d..50eaedc0b20b67e935fa414ec575ed3de43613a6 100644 (file)
{/if}
</table>
-<p class="plugbottom">
+<div class='plugin-actions'>
{render acl=$CertificateACL}
- <button type='submit' name='cert_edit_finish'>{msgPool type=saveButton}</button>
-
+ <button type='submit' name='cert_edit_finish'>{msgPool type=saveButton}</button>
{/render}
-
<button type='submit' name='cert_edit_cancel'>{msgPool type=cancelButton}</button>
-
-</p>
+</div>
diff --git a/gosa-core/plugins/personal/generic/generic_picture.tpl b/gosa-core/plugins/personal/generic/generic_picture.tpl
index ac142a624cfa30e3f46fbc9b89101b7e6ab0035d..a3d95e910e48766c1178415edc42e277b6ef139e 100644 (file)
</tr>
</table>
<br>
-<p class="plugbottom">
- <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
-
+<div class='plugin-actions'>
+ <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
<button type='submit' name='picture_edit_cancel'>{msgPool type=cancelButton}</button>
-
-</p>
+</div>