% if ( $curuser->access_right('List prospects') ) {

<% mt('Adv') |h %> " CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
<% $menu_position eq 'left' ? '
' : '' |n %> % } <%once> my $prospect_label = mt('(name, company or phone)'); <%init> my $curuser = $FS::CurrentUser::CurrentUser; my $menu_position = $curuser->option('menu_position') || 'top'; my $width = $menu_position eq 'left' ? '190px' : '155px';