X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=46291066cbfcb54379659cf30c638055732f903f;hb=refs%2Fheads%2Fnew_standardization;hp=383e5f7ddb2ab44f895897e6883c37e2e96d961d;hpb=bd619048c12c9df799ebdf1e571da79bf89513c0;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 383e5f7dd..46291066c 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -151,6 +151,15 @@ Interface + + How many recent outbound emails to show in customer view + + + + + + +
@@ -204,6 +213,8 @@ Development
+% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -248,6 +259,7 @@ Vonage integration (see Click2Call
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -269,12 +281,13 @@ tie my %customer_views, 'Tie::IxHash', 'Basics' => 'basics', 'Notes' => 'notes', #notes and files? 'Tickets' => 'tickets', + 'Appointments' => 'appointments', + 'Quotations' => 'quotations', 'Packages' => 'packages', 'Payment History' => 'payment_history', ; $customer_views{'Change History'} = 'change_history' if $curuser->access_right('View customer history'); -$customer_views{'Jumbo'} = 'jumbo'; # XSS via your own preferences? seems unlikely, but nice try anyway... ( $curuser->option('menu_position') || 'top' )