[freeside-commits] freeside/httemplate/edit/process 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/process
In directory wavetail.420.am:/tmp/cvs-serv17076/httemplate/edit/process

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

--- NEW FILE: msg_template.html ---
<% include( 'elements/process.html',  
              'table'       => 'msg_template',
              'viewall_dir' => 'browse',
          )
%>
<%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