Code

Fixed w3c error in snapshot dialog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Nov 2007 13:06:39 +0000 (13:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Nov 2007 13:06:39 +0000 (13:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7825 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/default/snapshotdialog.tpl

index 1fc7cff7883d9feccb0c70a55563f7ce5a91b531..5ca89580f950a3e0164ad9939db1cfa6cabc0013 100755 (executable)
@@ -77,7 +77,7 @@
                <td style="vertical-align:top;" colspan="2">
                        <br>
                        {t}Reason for generating this snapshot{/t}<br> 
-                       <textarea name="CurrentDescription" style="width:100%;height:160px;">{$CurrentDescription}</textarea>
+                       <textarea name="CurrentDescription" style="width:100%;height:160px;" rows=10 cols=100>{$CurrentDescription}</textarea>
                </td>
        </tr>
 </table>