Code

Added id to textarea
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jul 2010 09:15:47 +0000 (09:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jul 2010 09:15:47 +0000 (09:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19012 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/gofon/macro/generic.tpl

index 6d15571afd4d46235f08911fab38e6a71d903683..87c2240eb68552d7d8fc0ce303e6cb30b13eee4a 100644 (file)
@@ -63,7 +63,7 @@
 {t}Macro text{/t}
 <br>
 {render acl=$goFonMacroContentACL}
-<textarea name="goFonMacroContent" style="width:99%;height:300px;font-size:14px;font-family:Arial;">{$goFonMacroContent}</textarea>
+<textarea id='goFonMacroContent' name="goFonMacroContent" style="width:99%;height:300px;font-size:14px;font-family:Arial;">{$goFonMacroContent}</textarea>
 {/render}
 
 <input type='hidden' name='gofonMacroGenericPosted' value='1'>