[freeside-commits] freeside/httemplate/edit part_tag.html, NONE, 1.1.2.2
Ivan,,,
ivan at wavetail.420.am
Thu Jul 15 14:47:10 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv19111/httemplate/edit
Added Files:
Tag: FREESIDE_1_9_BRANCH
part_tag.html
Log Message:
customer tags, RT#9192
--- NEW FILE: part_tag.html ---
<% include( 'elements/edit.html',
'table' => 'part_tag',
'name_singular' => 'tag',
'fields' => [ 'tagname',
{ field=>'disabled', type=>'checkbox', value=>'Y' },
'tagdesc',
'tagcolor'
],
'labels' => { 'tagnum' => 'Tag #',
'tagname' => 'Tag',
'tagdesc' => 'Description',
'tagcolor' => 'Highlight Color',
'disabled' => 'Disabled',
},
'viewall_dir' => 'browse',
)
%>
<%init>
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
</%init>
More information about the freeside-commits
mailing list