/
var
/
www
/
html
/
sugar14
/
include
/
javascript
/
Upload File
HOME
/* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ var rtl = rtl == "undefined" ? false : rtl; var modals=new Array(); modals[0] = { title: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_1_TITLE'), content: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_1_DESCRIPTION'), screenShotUrl: 'themes/default/images/pt-screen1-full.png' }; modals[1] = { title: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_2_TITLE'), content: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_2_DESCRIPTION'), screenShotUrl: 'themes/default/images/pt-screen2-full.png' }; modals[2] = { title: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_3_TITLE'), content: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_3_DESCRIPTION'), screenShotUrl: 'themes/default/images/pt-screen3-full.png' }; modals[3] = { title: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_4_TITLE'), content: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_4_DESCRIPTION'), screenShotUrl: 'themes/default/images/pt-screen4-full.png' }; modals[4] = { title: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_5_TITLE'), content: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_5_DESCRIPTION'), screenShotUrl: 'themes/default/images/pt-screen5-full.png' }; modals[5] = { title: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_6_TITLE'), content: SUGAR.language.get('app_strings', 'LBL_TOUR_SCREEN_6_DESCRIPTION'), screenShotUrl: 'themes/default/images/pt-screen6-full.png' };