diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-25 11:55:36 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-25 11:55:36 -0700 |
| commit | 5e6aacb06ed099355ada9ebc3ddc322c40b13fea (patch) | |
| tree | e68a02d9dcc34066617dfd8408fd9111f55cec08 /httemplate/edit | |
| parent | 3d15558284480e5c0cd9dc713de880e6099bf5fd (diff) | |
un-break HTML invoice editor by using a regular textarea for now
Diffstat (limited to 'httemplate/edit')
| -rw-r--r-- | httemplate/edit/invoice_template.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/invoice_template.html b/httemplate/edit/invoice_template.html index 9cec62c86..3553c617b 100644 --- a/httemplate/edit/invoice_template.html +++ b/httemplate/edit/invoice_template.html @@ -8,7 +8,8 @@ <FORM ACTION="process/invoice_template.html" METHOD="POST"> <INPUT TYPE="hidden" NAME="confname" VALUE="<% $confname %>"> -% if ( $type eq 'html' ) { +% #if ( $type eq 'html' ) { +% if ( 0 ) { #this seems to broken, using a text editor for everything for now <% include('/elements/htmlarea.html', 'field' => 'value', |
