diff options
author | ivan <ivan> | 2009-07-12 23:22:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-12 23:22:06 +0000 |
commit | a404926bbec025159de0611ce95783488a8bd241 (patch) | |
tree | 5ea1765c7d659f551bc3d7a9b24790657facd20a /httemplate/elements/menu.html | |
parent | 8517a04eae51c3964f88bf4b72211ff4a763d8b0 (diff) |
resolve style weirdness (fallout from RT integration), especially non-fixed-width comment boxes, menu/searchbar differences, RT#1169
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r-- | httemplate/elements/menu.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index a24af7b37..999fa43ea 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -12,7 +12,9 @@ % } -<link href="<%$fsurl%>elements/freeside.css" type="text/css" rel="stylesheet"> +% unless ( $opt{'nocss'} ) { + <link href="<%$fsurl%>elements/freeside.css" type="text/css" rel="stylesheet"> +% } <SCRIPT TYPE="text/javascript"> @@ -446,6 +448,8 @@ if ( $conf->config('ticket_system') ) { 'Ticketing start page', ], } +$menu{'New customer'} = [ $fsurl.'edit/cust_main.cgi', 'Add a new customer' ] + if $curuser->access_right('New customer'); $menu{'Reports'} = [ \%report_menu, 'Lists, reporting and graphing' ] if keys %report_menu; $menu{'Tools'} = [ \%tools_menu, 'Tools' ] |