From 1a62d4a284a58919716f076baa594f02dda2472d Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 17 Jul 2010 22:26:36 +0000 Subject: [PATCH] customer tags, RT#9192 --- httemplate/edit/part_tag.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/httemplate/edit/part_tag.html b/httemplate/edit/part_tag.html index 319063fea..87c77fa98 100644 --- a/httemplate/edit/part_tag.html +++ b/httemplate/edit/part_tag.html @@ -1,11 +1,12 @@ <% include( 'elements/edit.html', 'table' => 'part_tag', 'name_singular' => 'tag', - 'fields' => [ 'tagname', - { field=>'disabled', type=>'checkbox', value=>'Y' }, - 'tagdesc', - $tagcolor, - ], + 'fields' => [ + { field=>'tagname', type=>'text', size=>10 }, + { field=>'disabled', type=>'checkbox', value=>'Y' }, + { field=>'tagdesc', type=>'text', size=>60 }, + $tagcolor, + ], 'labels' => { 'tagnum' => 'Tag #', 'tagname' => 'Tag', 'tagdesc' => 'Message', -- 2.11.0