]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/projects/project_form.html
Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[mfinanz.git] / templates / webpages / projects / project_form.html
index 49b93928c3454b79597b35318ff070eadae4b1df..bd7921687b15fde7a193cb4dd08151bc7008c028 100644 (file)
@@ -37,7 +37,7 @@
       <td>
        [%- SET rows = LxERP.numtextrows(project.description, 60) %]
        [%- IF rows > 1 %]
-       <textarea name="project.description" rows="rows" cols="60" style="width: 100%" wrap="soft">[% HTML.escape(project.description) %]</textarea>
+       <textarea name="project.description" rows="[% rows %]" cols="60" style="width: 100%" wrap="soft">[% HTML.escape(project.description) %]</textarea>
        [%- ELSE %]
        <input name="project.description" size="60" value="[% HTML.escape(project.description) %]">
        [%- END %]
     -->
  </script>
 
+ [% PROCESS 'common/help_overlay.html' %]
 </body>
 </html>