[freeside-commits] freeside/httemplate/edit invoice_template.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Mon Jun 16 20:35:40 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv32490/httemplate/edit

Modified Files:
	invoice_template.html 
Log Message:
finish adding a feature to easily list all email addresses for an agent & send them email

Index: invoice_template.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/invoice_template.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- invoice_template.html	1 Aug 2007 22:25:03 -0000	1.1
+++ invoice_template.html	17 Jun 2008 03:35:38 -0000	1.2
@@ -10,23 +10,12 @@
 
 % if ( $type eq 'html' ) {
 
-% #init
-  <SCRIPT TYPE="text/javascript" src="<% $p %>elements/fckeditor/fckeditor.js">
-  </SCRIPT>
-
-% #editor
-  <SCRIPT TYPE="text/javascript">
-    var oFCKeditor = new FCKeditor('value');
-    oFCKeditor.Value = <% $value |js_string %>;
-
-    oFCKeditor.BasePath = '<% $p %>elements/fckeditor/';
-    oFCKeditor.Config['SkinPath'] = '<% $p %>elements/fckeditor/editor/skins/silver/';
-    oFCKeditor.Height = '800';
-    oFCKeditor.Config['StartupFocus'] = true;
-
-    oFCKeditor.Create();
-
-  </SCRIPT>
+  <% include('/elements/htmlarea.html',
+               'field'      => 'value',
+               'curr_value' => $value,
+               'height'     => 800,
+            )
+  %>
 
 % } else {
 



More information about the freeside-commits mailing list