[freeside-commits] freeside/httemplate/edit part_tag.html, 1.1.2.4, 1.1.2.5

Ivan,,, ivan at wavetail.420.am
Sat Jul 17 15:26:39 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv10055

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.4
retrieving revision 1.1.2.5
diff -u -w -d -r1.1.2.4 -r1.1.2.5
--- part_tag.html	17 Jul 2010 21:41:49 -0000	1.1.2.4
+++ part_tag.html	17 Jul 2010 22:26:37 -0000	1.1.2.5
@@ -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