[freeside-commits] freeside/httemplate/edit msg_template.html, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Mon Jul 12 06:17:47 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv16951/httemplate/edit
Added Files:
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