[freeside-commits] freeside/httemplate/elements menu.html, 1.68.2.6, 1.68.2.7

Ivan,,, ivan at wavetail.420.am
Thu Jul 15 14:47:10 PDT 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	menu.html 
Log Message:
customer tags, RT#9192

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.68.2.6
retrieving revision 1.68.2.7
diff -u -w -d -r1.68.2.6 -r1.68.2.7
--- menu.html	12 Jul 2010 13:18:06 -0000	1.68.2.6
+++ menu.html	15 Jul 2010 21:47:03 -0000	1.68.2.7
@@ -419,6 +419,8 @@
 $config_misc{'Message templates'} = [ $fsurl.'browse/msg_template.html', 'Templates for customer notices' ]
   if $curuser->access_right('Edit templates')
   || $curuser->access_right('Edit global templates');
+$config_misc{'Tags'} = [ $fsurl.'browse/part_tag.html', '' ]
+  if $curuser->access_right('Configuration');
 $config_misc{'Advertising sources'} = [ $fsurl.'browse/part_referral.html', 'Where a customer heard about your service.  Tracked for informational purposes' ]
   if $curuser->access_right('Edit advertising sources')
   || $curuser->access_right('Edit global advertising sources');
@@ -457,7 +459,8 @@
 $config_menu{'Phone'}  = [ \%config_phone, ''    ]
   if ( $curuser->access_right('Configuration') );
 $config_menu{'Miscellaneous'} = [ \%config_misc, ''    ]
-  if $curuser->access_right('Edit advertising sources')
+  if $curuser->access_right('Configuration' )
+  || $curuser->access_right('Edit advertising sources')
   || $curuser->access_right('Edit global advertising sources');
 
 tie my %menu, 'Tie::IxHash',



More information about the freeside-commits mailing list