[freeside-commits] freeside/httemplate/edit part_tag.html, 1.1.2.3, 1.1.2.4
Ivan,,,
ivan at wavetail.420.am
Sat Jul 17 14:41:51 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv7401/httemplate/edit
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.1.2.3
retrieving revision 1.1.2.4
diff -u -w -d -r1.1.2.3 -r1.1.2.4
--- part_tag.html 16 Jul 2010 23:46:39 -0000 1.1.2.3
+++ part_tag.html 17 Jul 2010 21:41:49 -0000 1.1.2.4
@@ -4,11 +4,11 @@
'fields' => [ 'tagname',
{ field=>'disabled', type=>'checkbox', value=>'Y' },
'tagdesc',
- 'tagcolor'
+ $tagcolor,
],
'labels' => { 'tagnum' => 'Tag #',
'tagname' => 'Tag',
- 'tagdesc' => 'Description',
+ 'tagdesc' => 'Message',
'tagcolor' => 'Highlight Color',
'disabled' => 'Disabled',
},
@@ -20,12 +20,9 @@
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
-#FF6666 red
-#FF9966 orange
-#FFFF66 yellow
-#66FF66 green
-#66FFFF cyan?
-#6666FF blue
-#FF66FF purple? looks more like pink. CC66FF?
+my $tagcolor = {
+ field => 'tagcolor',
+ type => 'pickcolor',
+};
</%init>
More information about the freeside-commits
mailing list