Revision 0582e44f
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
templates/webpages/gl/form_header.html | ||
---|---|---|
96 | 96 |
</tr> |
97 | 97 |
<tr> |
98 | 98 |
<th align="right">[% 'Description' | $T8 %]</th> |
99 |
<td>[% L.areainput_tag('description', description, style='width:330px', readonly=readonly) %]</td> |
|
99 |
<td>[% L.areainput_tag('description', description, cols=50, style='width:330px', readonly=readonly) %]</td>
|
|
100 | 100 |
</tr> |
101 | 101 |
<tr> |
102 | 102 |
<th align="right">[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %]</th> |
Auch abrufbar als: Unified diff
Beschreibungsfeld in Debitorenbuchung braucht cols-Attribut, …
… sonst gibt es eine "division by zero"-Ausnahme in SL::Form::numtextrows