[freeside-commits] freeside/httemplate/elements menu.html, 1.89, 1.90

Ivan,,, ivan at wavetail.420.am
Thu Jul 15 14:46:33 PDT 2010


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

Modified Files:
	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.89
retrieving revision 1.90
diff -u -w -d -r1.89 -r1.90
--- menu.html	12 Jul 2010 13:17:45 -0000	1.89
+++ menu.html	15 Jul 2010 21:46:31 -0000	1.90
@@ -475,6 +475,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.' ]
   if $curuser->access_right('Edit advertising sources')
   || $curuser->access_right('Edit global advertising sources');
@@ -518,7 +520,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');
 
 



More information about the freeside-commits mailing list