[freeside-commits] freeside/httemplate/edit msg_template.html, NONE, 1.1.2.2

Ivan,,, ivan at wavetail.420.am
Mon Jul 12 06:18:08 PDT 2010


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

Added Files:
      Tag: FREESIDE_1_9_BRANCH
	msg_template.html 
Log Message:
message templates, RT#8896

--- NEW FILE: msg_template.html ---
<% include( 'elements/edit.html',  
              'name_singular' => 'template',
              'table'         => 'msg_template',
              'viewall_dir'   => 'browse',
              'fields' => [ 'msgname',
                            { field=>'body', type=>'htmlarea' },
                          ],
          )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Edit templates')
  ||     $FS::CurrentUser::CurrentUser->access_right('Edit global templates');

</%init>



More information about the freeside-commits mailing list