X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_tag.html;h=2cf34c6e8375028d9716a50d99a89c41feea33fa;hp=319063feadaad34a03478bd19e7bcfc125035208;hb=11bbf29de447fe39e9d7155fe280a0df70fa8c3c;hpb=a98cd4637716d783c20bb08d903978d06abf9d31 diff --git a/httemplate/edit/part_tag.html b/httemplate/edit/part_tag.html index 319063fea..2cf34c6e8 100644 --- a/httemplate/edit/part_tag.html +++ b/httemplate/edit/part_tag.html @@ -1,15 +1,18 @@ <% include( 'elements/edit.html', 'table' => 'part_tag', - 'name_singular' => 'tag', - 'fields' => [ 'tagname', - { field=>'disabled', type=>'checkbox', value=>'Y' }, - 'tagdesc', - $tagcolor, - ], - 'labels' => { 'tagnum' => 'Tag #', + 'name_singular' => 'customer tag', + 'fields' => [ + { field=>'tagname', type=>'text', size=>10 }, + { field=>'disabled', type=>'checkbox', value=>'Y' }, + { field=>'tagdesc', type=>'text', size=>60 }, + { field=>'by_default', type=>'checkbox', value=>'Y' }, + $tagcolor, + ], + 'labels' => { 'tagnum' => 'Tag', 'tagname' => 'Tag', 'tagdesc' => 'Message', 'tagcolor' => 'Highlight Color', + 'by_default' => 'On by default', 'disabled' => 'Disabled', }, 'viewall_dir' => 'browse',