[freeside-commits] freeside/httemplate/edit part_tag.html,1.3,1.4
Ivan,,,
ivan at wavetail.420.am
Sat Jul 17 15:26:38 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv10048
Modified Files:
part_tag.html
Log Message:
customer tags, RT#9192
Index: part_tag.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_tag.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- part_tag.html 17 Jul 2010 21:41:48 -0000 1.3
+++ part_tag.html 17 Jul 2010 22:26:36 -0000 1.4
@@ -1,9 +1,10 @@
<% include( 'elements/edit.html',
'table' => 'part_tag',
'name_singular' => 'tag',
- 'fields' => [ 'tagname',
+ 'fields' => [
+ { field=>'tagname', type=>'text', size=>10 },
{ field=>'disabled', type=>'checkbox', value=>'Y' },
- 'tagdesc',
+ { field=>'tagdesc', type=>'text', size=>60 },
$tagcolor,
],
'labels' => { 'tagnum' => 'Tag #',
More information about the freeside-commits
mailing list