summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-05-01 04:29:23 +0000
committermnag <mnag@FreeBSD.org>2006-05-01 04:29:23 +0000
commit4b3496920526dc1d574e5e84c32108b32449b998 (patch)
tree570f7c9ec347ede045269a29dc0cd5caa7b12fe9 /deskutils
parent53fdcad3ea0b911dfad579d545068fd6aaf96f10 (diff)
downloadFreeBSD-ports-4b3496920526dc1d574e5e84c32108b32449b998.zip
FreeBSD-ports-4b3496920526dc1d574e5e84c32108b32449b998.tar.gz
- Update to 3.5.1
PR: 93663 Submitted by: maintainer
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/sugarcrm/Makefile70
-rw-r--r--deskutils/sugarcrm/distinfo15
-rw-r--r--deskutils/sugarcrm/files/UPGRADE-FreeBSD.txt115
-rw-r--r--deskutils/sugarcrm/files/pkg-message.in17
-rw-r--r--deskutils/sugarcrm/pkg-plist5857
5 files changed, 4289 insertions, 1785 deletions
diff --git a/deskutils/sugarcrm/Makefile b/deskutils/sugarcrm/Makefile
index f074f15..41ba2df 100644
--- a/deskutils/sugarcrm/Makefile
+++ b/deskutils/sugarcrm/Makefile
@@ -5,37 +5,47 @@
# $FreeBSD$
PORTNAME= sugarcrm
-PORTVERSION= 2.5.1b
-PORTREVISION= 1
+PORTVERSION= 3.5.1
CATEGORIES= deskutils www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= SugarSuite-Full-2_5_1b.zip \
- Sugar_Open_Source_User_Guide_v25_MSWord_2005-01-31.zip
+MASTER_SITES= ${SCRM_DISPATCHER}/392/:src \
+ ${SCRM_DISPATCHER}/387/:userdoc \
+ ${SCRM_DISPATCHER}/389/:installdoc
+DISTFILES= ${USERDOCFILE}:userdoc \
+ ${INSTALLDOCFILE}:installdoc \
+ ${SRCNAME}${EXTRACT_SUFX}:src
+DIST_SUBDIR= ${PORTNAME}
+EXTRACT_ONLY= ${SRCNAME}${EXTRACT_SUFX}
MAINTAINER= nick@foobar.org
COMMENT= A web based customer relationship management suite
-USE_PHP= gd mysql session pcre
+USE_PHP= gd mysql session pcre xml
+USE_PHP= gd mysql session pcre xml
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUGARCRMDIR?= www/${PORTNAME}
-INSTFILES= config.php export.php index.php install.php json.php \
- leadCapture.php pdf.php phprint.php soap.php \
- sugar_version.php vCard.php robots.txt log4php.properties
+SCRM_DISPATCHER= http://sugarforge.org/frs/download.php
+SRCNAME= SugarSuite-${PORTVERSION}
+USERDOCFILE= Sugar_Open_Source_User_Guide_v35.pdf
+INSTALLDOCFILE= Sugar_Open_Source_Installation_Guide_v35.pdf
-INSTDIRS= XTemplate custom data examples include install jscalendar \
- log4php modules soap themes
+INSTFILES= acceptDecline.php campaign_tracker.php config.php \
+ dictionary.php emailmandelivery.php export.php index.php \
+ install.php json.php json_server.php leadCapture.php \
+ log4php.properties log_file_restricted.html maintenance.php \
+ metagen.php pdf.php phprint.php removeme.php robots.txt \
+ soap.php sugar_version.php vCard.php vcal_server.php \
+ LICENSE.txt .htaccess
-INSTDOCS= INSTALLATION.txt LICENSE.txt README.txt
+INSTDIRS= ModuleInstall XTemplate cache custom data examples include \
+ install jscalendar log4php metadata modules soap themes upgrade
-# empty directories to be created and chowned to www user
-CACHEDIRS= custom_fields dyn_lay feeds images import layout pdf upload xml
+INSTDOCS= INSTALLATION.txt LICENSE.txt PATCH.txt README.txt UPGRADE.TXT UPGRADE-FreeBSD.txt
# files and directories to be chown -R'ed to www user
-WWWFILES= config.php custom data modules
+WWWFILES= config.php custom data modules .htaccess cache
PKGMESSAGE= ${WRKDIR}/pkg-message
@@ -45,26 +55,26 @@ PLIST_SUB+= SUGARCRMDIR="${SUGARCRMDIR}" \
CACHEDIRS="${CACHEDIRS}" \
WWWGRP="${WWWGRP}" \
WWWOWN="${WWWOWN}" \
- WWWFILES="${WWWFILES}"
+ WWWFILES="${WWWFILES}" \
+ USERDOCFILE="${USERDOCFILE}" \
+ INSTALLDOCFILE="${INSTALLDOCFILE}"
-do-install:
- @${FIND} ${WRKSRC} -name .cvsignore -delete
+post-patch:
+ ${CP} ${FILESDIR}/UPGRADE-FreeBSD.txt ${WRKSRC}
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
+ -e 's|%%SUGARCRMDIR%%|${SUGARCRMDIR}|' \
+ ${WRKSRC}/UPGRADE-FreeBSD.txt
+do-install:
@${MKDIR} ${PREFIX}/${SUGARCRMDIR}
.for i in ${INSTFILES} ${INSTDIRS}
- @cd ${WRKSRC} && \
+ cd ${WRKSRC} && \
${FIND} ${i} -type d -exec ${MKDIR} ${PREFIX}/${SUGARCRMDIR}/{} \; ; \
${FIND} ${i} \! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/${SUGARCRMDIR}/{} \;
.endfor
-.for i in ${CACHEDIRS}
- ${MKDIR} ${PREFIX}/${SUGARCRMDIR}/cache/${i}
- @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${SUGARCRMDIR}/cache/${i}
-.endfor
-
- @${INSTALL_DATA} ${WRKSRC}/cache/custom_fields/custom_fields_def.php \
- ${PREFIX}/${SUGARCRMDIR}/cache/custom_fields
+ @${MKDIR} ${PREFIX}/${SUGARCRMDIR}/cache/dynamic_fields
.for i in ${WWWFILES}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${SUGARCRMDIR}/${i}
@@ -72,8 +82,10 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/Sugar\ Open\ Source\ User\ Guide\ v25.doc \
- ${DOCSDIR}/Sugar_Open_Source_User_Guide_v25.doc
+ @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${USERDOCFILE} \
+ ${DOCSDIR}/${USERDOCFILE}
+ @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${INSTALLDOCFILE} \
+ ${DOCSDIR}/${INSTALLDOCFILE}
.for i in ${INSTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
diff --git a/deskutils/sugarcrm/distinfo b/deskutils/sugarcrm/distinfo
index 8c00eb3..ed339b8 100644
--- a/deskutils/sugarcrm/distinfo
+++ b/deskutils/sugarcrm/distinfo
@@ -1,6 +1,9 @@
-MD5 (SugarSuite-Full-2_5_1b.zip) = 3f3ff7441e0e4e7b7e01ee6635101bdb
-SHA256 (SugarSuite-Full-2_5_1b.zip) = 1a94b305fc729c7174e9c71e05afc876f33c07534ffde06803107c1060b956bd
-SIZE (SugarSuite-Full-2_5_1b.zip) = 2894351
-MD5 (Sugar_Open_Source_User_Guide_v25_MSWord_2005-01-31.zip) = 9402a5439874bb72abbff3a3fe4c4c2f
-SHA256 (Sugar_Open_Source_User_Guide_v25_MSWord_2005-01-31.zip) = 6665da4d7ab7dc868a02bcaba7f782922850e36d310ea0d283a351fd3b2900b6
-SIZE (Sugar_Open_Source_User_Guide_v25_MSWord_2005-01-31.zip) = 2611664
+MD5 (sugarcrm/Sugar_Open_Source_User_Guide_v35.pdf) = 986824ab7cae59d1c4016c86ed7e42fc
+SHA256 (sugarcrm/Sugar_Open_Source_User_Guide_v35.pdf) = 622818f892d82acb412f67c6b8e68a373c31665fe85c87ae0dc1b1cc136e71b5
+SIZE (sugarcrm/Sugar_Open_Source_User_Guide_v35.pdf) = 2781656
+MD5 (sugarcrm/Sugar_Open_Source_Installation_Guide_v35.pdf) = 70bddc09a4bc375f97cc5859840faf7d
+SHA256 (sugarcrm/Sugar_Open_Source_Installation_Guide_v35.pdf) = 047b6a6b4dbdcb5da1c355f3cd2d0de751ec7f80be045f19c4ea99b97b10db24
+SIZE (sugarcrm/Sugar_Open_Source_Installation_Guide_v35.pdf) = 72636
+MD5 (sugarcrm/SugarSuite-3.5.1.zip) = 439bc0bbbbc11139ca82c6845f227549
+SHA256 (sugarcrm/SugarSuite-3.5.1.zip) = 44783b687bab679b5d81b21ba8136d2abdfe43cc76241c8b362e63f318b93250
+SIZE (sugarcrm/SugarSuite-3.5.1.zip) = 4998578
diff --git a/deskutils/sugarcrm/files/UPGRADE-FreeBSD.txt b/deskutils/sugarcrm/files/UPGRADE-FreeBSD.txt
new file mode 100644
index 0000000..25c6b91
--- /dev/null
+++ b/deskutils/sugarcrm/files/UPGRADE-FreeBSD.txt
@@ -0,0 +1,115 @@
+How to Upgrade Your SugarCRM Installation
+=========================================
+
+This document outlines how to upgrade your SugarCRM installation on FreeBSD
+from 2.5.1b to 3.5.1. The upgrade process mainly depends on the SugarCRM
+upgrade scripts, but this document describes how to tie this into the
+FreeBSD ports system.
+
+This process will upgrade contacts, database information, templates, popups
+and all other supported SugarCRM modifications.
+
+
+Risk
+----
+
+Upgrades are risky business, and no guarantees are given that this upgrade
+process won't damage your data irreparably. Please ensure that all of your
+data is backed up beforehand and that you have a functional back-out plan if
+things go badly.
+
+The author of this FreeBSD port explicitly disclaims all responsibility and
+liability for any damage caused to your data, regardless of cause. In other
+words, if things go wrong, that's your problem.
+
+
+Preparation
+-----------
+
+For the purpose of upgrading, you will need to have a working installation
+of SugarCRM 2.5.1b, tied in to a MySQL database. Please ensure that you
+have the following information at hand:
+
+ - MySQL SugarCRM username
+ - MySQL SugarCRM password
+ - MySQL SugarCRM database name
+ - MySQL privileged username
+ - MySQL password
+ - Your old SugarCRM "config.php" file, (normally found in
+ /usr/local/www/sugarcrm/config.php)
+
+
+Procedure
+---------
+
+0. Make a backup of your old database. If you don't take a backup at this
+ stage, you seriously risk losing your entire customer database.
+
+ !!!!!! DO NOT CONTINUE UNLESS YOU HAVE MADE A DATABASE BACKUP !!!!!!!
+
+1. Do not upgrade SugarCRM using "portupgrade". SugarCRM needs both the
+ old version and the new version installed at the same time so that it
+ can migrate data files and configuration information to the new setup.
+
+2. Install the new version of SugarCRM. This will be installed in a new
+ directory (%%PREFIX%%/%%SUGARCRMDIR%%). Please note that you need to
+ have the both versions of SugarCRM installed simultaneously; if you
+ don't, your upgrade will go horribly wrong and you may break out in
+ spots.
+
+3. Update your Apache or other web server configuration to point SugarCRM
+ to the new installation. You'll probably need to have a line which
+ reads something like this:
+
+Alias "/sugarcrm" "%%PREFIX%%/%%SUGARCRMDIR%%"
+
+4. Copy your old "config.php" file into the new SugarCRM installation
+ directory. You can find this file in the base directory of your old
+ SugarCRM installation, which will probably be something like
+
+ /usr/local/www/sugarcrm/config.php
+ /usr/local/share/sugarcrm-2.5.1b/config.php
+
+5. Change the permissions on the old SugarCRM installation so that all
+ files are writable by the web user, and that the config.php file in your
+ new installation is also writable.
+
+# chown -R www:www /usr/local/www/sugarcrm/ %%PREFIX%%/%%SUGARCRMDIR%%
+# chmod -R u+rw /usr/local/www/sugarcrm/ %%PREFIX%%/%%SUGARCRMDIR%%
+
+6. Open up a web browser and point it at:
+
+ http://www.web-server-name.tld/sugarcrm/upgrade/
+
+ If an error appears at this stage about not being able to make a
+ peardatabase connection, then you have probably not copied over your
+ config.php to the correct directory. Please see the previous step.
+
+7. Click the "I'm Ready" tickbox and click "Next".
+
+8. Change the "Current Sugar Directory" field to the directory where your
+ old SugarCRM installation was located (probably something like
+ "/usr/local/www/sugarcrm" or "/usr/local/share/sugarcrm-2.5.1". Change
+ the "Sugar 3.5.1 Directory" field to be "%%PREFIX%%/%%SUGARCRMDIR%%".
+ Ensure that the "Privileged Database User Name" and "Privileged Database
+ User Password" are correct.
+
+9. Follow all of the upgrade steps as hinted by the upgrade procedure until
+ you reach the end. If things screw up along the way, or the upgrade
+ procedure stalls for some reason, you will need a restart using a clean
+ installation of your old version of SugarCRM, a clean installation of
+ your new version, and you will need to restore your database from the
+ backup you took (you took a backup, right? If you didn't, you either
+ need need to learn how to read or else need to have your head examined).
+ You can ignore any waying about "register_globals" which might appear
+ along the way.
+
+10. Remove the old version of SugarCRM using pkg_delete. Do _not_ use
+ "pkg_delete -f", as this may forcefully delete the installed
+ documentation. This process will almost certainly leave relic files in
+ the old installation directory which need to be removed manually.
+
+11. Check that the new installation works properly. If it does, delete the
+ old SugarCRM installation directory using something like:
+
+# rm -rf /usr/local/www/sugarcrm
diff --git a/deskutils/sugarcrm/files/pkg-message.in b/deskutils/sugarcrm/files/pkg-message.in
index 0828b17..3ae53e3 100644
--- a/deskutils/sugarcrm/files/pkg-message.in
+++ b/deskutils/sugarcrm/files/pkg-message.in
@@ -8,19 +8,28 @@ Notes:
memory_limit = 10M ; Maximum amount of memory a script may consume
-2. To complete installation of SugarCRM, please point your browser to
+2. In order to get Apache or your preferred web server to recognise
+ SugarCRM's location on your disk, you'll need to put the following line
+ (or the equivalent) into the web server configuration:
+
+Alias "/sugarcrm" "%%PREFIX%%/%%SUGARCRMDIR%%"
+
+3. If you're installing SugarCRM on your system for the first time, in
+ order to complete installation, please point your browser to
http://localhost/sugarcrm/ and set up your database and configuration
parameters. Once you have finished the installation procedure, you
should remove the installation directory and make the SugarCRM
configuration file (config.php) non writable. You can do these things
be executing the following commands:
-rm -rf %%PREFIX%%/%%SUGARCRMDIR%%/install
chown root:wheel %%PREFIX%%/%%SUGARCRMDIR%%/config.php
-3. Please see the documentation directory (%%DOCSDIR%%)
+4. If you are upgrading SugarCRM from a previous version, please follow the
+ instructions in %%DOCSDIR%%/UPGRADE-FreeBSD.txt.
+
+5. Please see the documentation directory (%%DOCSDIR%%)
for full documentation on how to get the best out of SugarCRM.
-4. Enjoy!
+6. Enjoy!
##
diff --git a/deskutils/sugarcrm/pkg-plist b/deskutils/sugarcrm/pkg-plist
index 5a5d90e..8776fb9 100644
--- a/deskutils/sugarcrm/pkg-plist
+++ b/deskutils/sugarcrm/pkg-plist
@@ -1,1887 +1,4252 @@
+%%SUGARCRMDIR%%/.htaccess
+%%SUGARCRMDIR%%/LICENSE.txt
+%%SUGARCRMDIR%%/ModuleInstall/ModuleInstaller.php
+%%SUGARCRMDIR%%/XTemplate/LICENSE
+%%SUGARCRMDIR%%/XTemplate/README
+%%SUGARCRMDIR%%/XTemplate/debug.php
+%%SUGARCRMDIR%%/XTemplate/ex1.html
+%%SUGARCRMDIR%%/XTemplate/ex1.php
+%%SUGARCRMDIR%%/XTemplate/ex2.html
+%%SUGARCRMDIR%%/XTemplate/ex2.php
+%%SUGARCRMDIR%%/XTemplate/ex3.html
+%%SUGARCRMDIR%%/XTemplate/ex3.php
+%%SUGARCRMDIR%%/XTemplate/ex4.html
+%%SUGARCRMDIR%%/XTemplate/ex4.php
+%%SUGARCRMDIR%%/XTemplate/ex5.html
+%%SUGARCRMDIR%%/XTemplate/ex5.php
+%%SUGARCRMDIR%%/XTemplate/ex6.html
+%%SUGARCRMDIR%%/XTemplate/ex6.php
+%%SUGARCRMDIR%%/XTemplate/ex7-inc.html
+%%SUGARCRMDIR%%/XTemplate/ex7-inc2.html
+%%SUGARCRMDIR%%/XTemplate/ex7.html
+%%SUGARCRMDIR%%/XTemplate/ex7.php
+%%SUGARCRMDIR%%/XTemplate/xtpl.php
+%%SUGARCRMDIR%%/acceptDecline.php
+%%SUGARCRMDIR%%/cache/csv/index.html
+%%SUGARCRMDIR%%/cache/custom_fields/custom_fields_def.php
+%%SUGARCRMDIR%%/cache/custom_fields/index.html
+%%SUGARCRMDIR%%/cache/dyn_lay/index.html
+%%SUGARCRMDIR%%/cache/feeds/index.html
+%%SUGARCRMDIR%%/cache/images/index.html
+%%SUGARCRMDIR%%/cache/import/index.html
+%%SUGARCRMDIR%%/cache/index.html
+%%SUGARCRMDIR%%/cache/layout/index.html
+%%SUGARCRMDIR%%/cache/pdf/index.html
+%%SUGARCRMDIR%%/cache/upload/index.html
+%%SUGARCRMDIR%%/cache/xml/index.html
+%%SUGARCRMDIR%%/campaign_tracker.php
%%SUGARCRMDIR%%/config.php
-%%SUGARCRMDIR%%/export.php
-%%SUGARCRMDIR%%/index.php
-%%SUGARCRMDIR%%/install.php
-%%SUGARCRMDIR%%/json.php
-%%SUGARCRMDIR%%/leadCapture.php
-%%SUGARCRMDIR%%/pdf.php
-%%SUGARCRMDIR%%/phprint.php
-%%SUGARCRMDIR%%/soap.php
-%%SUGARCRMDIR%%/sugar_version.php
-%%SUGARCRMDIR%%/vCard.php
-%%SUGARCRMDIR%%/robots.txt
-%%SUGARCRMDIR%%/log4php.properties
-%%SUGARCRMDIR%%/examples/SoapTest.php
-%%SUGARCRMDIR%%/examples/SoapTestPortal.php
+%%SUGARCRMDIR%%/custom/index.html
+%%SUGARCRMDIR%%/data/Link.php
+%%SUGARCRMDIR%%/data/SugarBean.php
+%%SUGARCRMDIR%%/data/Tracker.php
+%%SUGARCRMDIR%%/data/upload/index.html
+%%SUGARCRMDIR%%/dictionary.php
+%%SUGARCRMDIR%%/emailmandelivery.php
%%SUGARCRMDIR%%/examples/ExampleLeadCapture.php
%%SUGARCRMDIR%%/examples/FormValidationTest.php
+%%SUGARCRMDIR%%/examples/ProgressBarTest.php
+%%SUGARCRMDIR%%/examples/SoapTest.php
+%%SUGARCRMDIR%%/examples/SoapTestPortal.php
%%SUGARCRMDIR%%/examples/SoapTestPortal2.php
-%%SUGARCRMDIR%%/include/charts/drawWedge.as
+%%SUGARCRMDIR%%/export.php
+%%SUGARCRMDIR%%/include/BusinessLogic/BusinessLogic.php
+%%SUGARCRMDIR%%/include/BusinessLogic/index.html
+%%SUGARCRMDIR%%/include/CacheHandler.php
+%%SUGARCRMDIR%%/include/DetailView/DetailView.php
+%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/README
+%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Server.php
+%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_lockinfo.php
+%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_propfind.php
+%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_proppatch.php
+%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/dav.txt
+%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/license.txt
+%%SUGARCRMDIR%%/include/JSON.js
+%%SUGARCRMDIR%%/include/JSON.php
+%%SUGARCRMDIR%%/include/ListView/ListView.php
+%%SUGARCRMDIR%%/include/Mail_IMAP/IMAP.php
+%%SUGARCRMDIR%%/include/MassUpdate.php
+%%SUGARCRMDIR%%/include/Net_URL/URL.php
+%%SUGARCRMDIR%%/include/SubPanel/SubPanel.php
+%%SUGARCRMDIR%%/include/SubPanel/SubPanelDefinitions.php
+%%SUGARCRMDIR%%/include/SubPanel/SubPanelDynamic.html
+%%SUGARCRMDIR%%/include/SubPanel/SubPanelTiles.js
+%%SUGARCRMDIR%%/include/SubPanel/SubPanelTiles.php
+%%SUGARCRMDIR%%/include/SubPanel/SubPanelViewer.php
+%%SUGARCRMDIR%%/include/SubPanel/registered_layout_defs.php
+%%SUGARCRMDIR%%/include/SubPanel/subpanels.txt
+%%SUGARCRMDIR%%/include/TimeDate.php
+%%SUGARCRMDIR%%/include/VarDefHandler/VarDefHandler.php
+%%SUGARCRMDIR%%/include/VarDefHandler/listvardefoverride.php
+%%SUGARCRMDIR%%/include/VarDefHandler/vardef_meta_arrays.php
%%SUGARCRMDIR%%/include/charts/Charts.php
-%%SUGARCRMDIR%%/include/charts/hBarS.fla
-%%SUGARCRMDIR%%/include/charts/vBarF.fla
+%%SUGARCRMDIR%%/include/charts/colorFunctions.as
+%%SUGARCRMDIR%%/include/charts/drawWedge.as
%%SUGARCRMDIR%%/include/charts/hBarF.fla
+%%SUGARCRMDIR%%/include/charts/hBarF.swf
+%%SUGARCRMDIR%%/include/charts/hBarS.fla
%%SUGARCRMDIR%%/include/charts/hBarS.swf
-%%SUGARCRMDIR%%/include/charts/pieF.swf
-%%SUGARCRMDIR%%/include/charts/colorFunctions.as
%%SUGARCRMDIR%%/include/charts/pieF.fla
+%%SUGARCRMDIR%%/include/charts/pieF.swf
+%%SUGARCRMDIR%%/include/charts/vBarF.fla
%%SUGARCRMDIR%%/include/charts/vBarF.swf
-%%SUGARCRMDIR%%/include/charts/hBarF.swf
-%%SUGARCRMDIR%%/include/ListView/ListView.php
-%%SUGARCRMDIR%%/include/javascript/sugar.js
-%%SUGARCRMDIR%%/include/javascript/javascript.php
-%%SUGARCRMDIR%%/include/images/sugar_icon.ico
-%%SUGARCRMDIR%%/include/images/sugarcrm_copyright_logo.jpg
-%%SUGARCRMDIR%%/include/images/spacer.png
-%%SUGARCRMDIR%%/include/images/corp_office.jpg
-%%SUGARCRMDIR%%/include/images/cube_bg.gif
-%%SUGARCRMDIR%%/include/images/powered_by_sugarcrm.gif
-%%SUGARCRMDIR%%/include/images/sugar_md.png
-%%SUGARCRMDIR%%/include/images/sugarcrm_login.png
-%%SUGARCRMDIR%%/include/images/blank.gif
-%%SUGARCRMDIR%%/include/images/company_logo.png
-%%SUGARCRMDIR%%/include/images/poweredby_sugarcrm.png
-%%SUGARCRMDIR%%/include/images/sugarsales_lg.png
-%%SUGARCRMDIR%%/include/images/options.gif
-%%SUGARCRMDIR%%/include/images/company_logo_wap.gif
-%%SUGARCRMDIR%%/include/images/sugarsales_myarea.png
-%%SUGARCRMDIR%%/include/images/options_up.gif
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-en.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-br.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-de.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-fr.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-it.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-no.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-es.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-nl.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-se.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-tr.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-cz.php
-%%SUGARCRMDIR%%/include/phpmailer/class.smtp.php
-%%SUGARCRMDIR%%/include/phpmailer/class.phpmailer.php
-%%SUGARCRMDIR%%/include/nusoap/class.wsdlcache.php
-%%SUGARCRMDIR%%/include/nusoap/class.soap_server.php
-%%SUGARCRMDIR%%/include/nusoap/class.soap_fault.php
-%%SUGARCRMDIR%%/include/nusoap/class.soap_val.php
-%%SUGARCRMDIR%%/include/nusoap/class.nusoap_base.php
-%%SUGARCRMDIR%%/include/nusoap/class.xmlschema.php
-%%SUGARCRMDIR%%/include/nusoap/class.wsdl.php
-%%SUGARCRMDIR%%/include/nusoap/changelog
-%%SUGARCRMDIR%%/include/nusoap/nusoapmime.php
-%%SUGARCRMDIR%%/include/nusoap/class.soap_transport_http.php
-%%SUGARCRMDIR%%/include/nusoap/nusoap.php
-%%SUGARCRMDIR%%/include/nusoap/class.soap_parser.php
-%%SUGARCRMDIR%%/include/nusoap/class.soapclient.php
+%%SUGARCRMDIR%%/include/controller/Controller.php
+%%SUGARCRMDIR%%/include/database/DBHelper.php
+%%SUGARCRMDIR%%/include/database/DBManager.php
+%%SUGARCRMDIR%%/include/database/DBManagerFactory.php
+%%SUGARCRMDIR%%/include/database/MysqlHelper.php
+%%SUGARCRMDIR%%/include/database/MysqlManager.php
%%SUGARCRMDIR%%/include/database/PearDatabase.php
-%%SUGARCRMDIR%%/include/templates/TemplateGroupChooser.php
-%%SUGARCRMDIR%%/include/templates/Template.php
-%%SUGARCRMDIR%%/include/fonts/php_Helvetica-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/Helvetica.afm
-%%SUGARCRMDIR%%/include/fonts/Symbol.afm
-%%SUGARCRMDIR%%/include/fonts/php_ZapfDingbats.afm
-%%SUGARCRMDIR%%/include/fonts/Times-BoldItalic.afm
-%%SUGARCRMDIR%%/include/fonts/php_Courier-BoldOblique.afm
-%%SUGARCRMDIR%%/include/fonts/Times-Roman.afm
-%%SUGARCRMDIR%%/include/fonts/php_Courier.afm
-%%SUGARCRMDIR%%/include/fonts/php_Helvetica-BoldOblique.afm
-%%SUGARCRMDIR%%/include/fonts/ZapfDingbats.afm
-%%SUGARCRMDIR%%/include/fonts/php_Times-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/Helvetica-Oblique.afm
-%%SUGARCRMDIR%%/include/fonts/Courier.afm
-%%SUGARCRMDIR%%/include/fonts/php_Symbol.afm
-%%SUGARCRMDIR%%/include/fonts/Courier-BoldOblique.afm
-%%SUGARCRMDIR%%/include/fonts/php_a0100131.afm
-%%SUGARCRMDIR%%/include/fonts/php_Courier-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/php_Times-BoldItalic.afm
-%%SUGARCRMDIR%%/include/fonts/php_Helvetica-Oblique.afm
-%%SUGARCRMDIR%%/include/fonts/Courier-Oblique.afm
-%%SUGARCRMDIR%%/include/fonts/Helvetica-BoldOblique.afm
-%%SUGARCRMDIR%%/include/fonts/Times-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/php_Helvetica.afm
-%%SUGARCRMDIR%%/include/fonts/php_Courier-Oblique.afm
-%%SUGARCRMDIR%%/include/fonts/Times-Italic.afm
-%%SUGARCRMDIR%%/include/fonts/php_Times-Roman.afm
-%%SUGARCRMDIR%%/include/fonts/Helvetica-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/Courier-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/php_a010013l.afm
-%%SUGARCRMDIR%%/include/fonts/php_Times-Italic.afm
-%%SUGARCRMDIR%%/include/utils/array_utils.php
-%%SUGARCRMDIR%%/include/utils/security_utils.php
-%%SUGARCRMDIR%%/include/domit/testing_domit.css
-%%SUGARCRMDIR%%/include/domit/xml_domit_doctor.php
-%%SUGARCRMDIR%%/include/domit/php_http_exceptions.php
-%%SUGARCRMDIR%%/include/domit/php_http_connector.php
+%%SUGARCRMDIR%%/include/domit/changelog.txt
+%%SUGARCRMDIR%%/include/domit/docs.html
+%%SUGARCRMDIR%%/include/domit/domit.html
+%%SUGARCRMDIR%%/include/domit/domitBanner.gif
+%%SUGARCRMDIR%%/include/domit/license.txt
+%%SUGARCRMDIR%%/include/domit/php_file_utilities.php
+%%SUGARCRMDIR%%/include/domit/php_http_client_generic.php
%%SUGARCRMDIR%%/include/domit/php_http_client_include.php
+%%SUGARCRMDIR%%/include/domit/php_http_connector.php
+%%SUGARCRMDIR%%/include/domit/php_http_exceptions.php
%%SUGARCRMDIR%%/include/domit/php_http_proxy.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_include.php
-%%SUGARCRMDIR%%/include/domit/domit.html
-%%SUGARCRMDIR%%/include/domit/xml_saxy_shared.php
+%%SUGARCRMDIR%%/include/domit/testing_domit.css
%%SUGARCRMDIR%%/include/domit/testing_domit.php
-%%SUGARCRMDIR%%/include/domit/php_http_client_generic.php
-%%SUGARCRMDIR%%/include/domit/domitBanner.gif
-%%SUGARCRMDIR%%/include/domit/xml_domit_nodemaps.php
+%%SUGARCRMDIR%%/include/domit/timer.php
+%%SUGARCRMDIR%%/include/domit/tutorial.html
%%SUGARCRMDIR%%/include/domit/xml_domit_cache.php
+%%SUGARCRMDIR%%/include/domit/xml_domit_doctor.php
+%%SUGARCRMDIR%%/include/domit/xml_domit_getelementsbypath.php
+%%SUGARCRMDIR%%/include/domit/xml_domit_include.php
+%%SUGARCRMDIR%%/include/domit/xml_domit_lite_include.php
%%SUGARCRMDIR%%/include/domit/xml_domit_lite_parser.php
-%%SUGARCRMDIR%%/include/domit/timer.php
+%%SUGARCRMDIR%%/include/domit/xml_domit_nodemaps.php
+%%SUGARCRMDIR%%/include/domit/xml_domit_parser.php
+%%SUGARCRMDIR%%/include/domit/xml_domit_shared.php
%%SUGARCRMDIR%%/include/domit/xml_domit_utilities.php
%%SUGARCRMDIR%%/include/domit/xml_saxy_lite_parser.php
-%%SUGARCRMDIR%%/include/domit/php_file_utilities.php
-%%SUGARCRMDIR%%/include/domit/changelog.txt
-%%SUGARCRMDIR%%/include/domit/xml_domit_parser.php
-%%SUGARCRMDIR%%/include/domit/tutorial.html
%%SUGARCRMDIR%%/include/domit/xml_saxy_parser.php
-%%SUGARCRMDIR%%/include/domit/license.txt
-%%SUGARCRMDIR%%/include/domit/xml_domit_shared.php
-%%SUGARCRMDIR%%/include/domit/docs.html
-%%SUGARCRMDIR%%/include/domit/xml_domit_lite_include.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_getelementsbypath.php
-%%SUGARCRMDIR%%/include/Mail_IMAP/IMAP.php
+%%SUGARCRMDIR%%/include/domit/xml_saxy_shared.php
+%%SUGARCRMDIR%%/include/domit_rss/changelog.txt
%%SUGARCRMDIR%%/include/domit_rss/docs.html
-%%SUGARCRMDIR%%/include/domit_rss/testing_domitrss.css
+%%SUGARCRMDIR%%/include/domit_rss/example_domit_rss_lite.php
+%%SUGARCRMDIR%%/include/domit_rss/license.txt
%%SUGARCRMDIR%%/include/domit_rss/php_text_cache.php
+%%SUGARCRMDIR%%/include/domit_rss/testing_domitrss.css
+%%SUGARCRMDIR%%/include/domit_rss/testing_domitrss.php
%%SUGARCRMDIR%%/include/domit_rss/timer.php
-%%SUGARCRMDIR%%/include/domit_rss/example_domit_rss_lite.php
-%%SUGARCRMDIR%%/include/domit_rss/changelog.txt
%%SUGARCRMDIR%%/include/domit_rss/tutorial.html
-%%SUGARCRMDIR%%/include/domit_rss/testing_domitrss.php
%%SUGARCRMDIR%%/include/domit_rss/xml_domit_rss.php
%%SUGARCRMDIR%%/include/domit_rss/xml_domit_rss_lite.php
-%%SUGARCRMDIR%%/include/domit_rss/license.txt
%%SUGARCRMDIR%%/include/domit_rss/xml_domit_rss_shared.php
-%%SUGARCRMDIR%%/include/Net_URL/URL.php
+%%SUGARCRMDIR%%/include/fonts/Courier-Bold.afm
+%%SUGARCRMDIR%%/include/fonts/Courier-BoldOblique.afm
+%%SUGARCRMDIR%%/include/fonts/Courier-Oblique.afm
+%%SUGARCRMDIR%%/include/fonts/Courier.afm
+%%SUGARCRMDIR%%/include/fonts/Helvetica-Bold.afm
+%%SUGARCRMDIR%%/include/fonts/Helvetica-BoldOblique.afm
+%%SUGARCRMDIR%%/include/fonts/Helvetica-Oblique.afm
+%%SUGARCRMDIR%%/include/fonts/Helvetica.afm
+%%SUGARCRMDIR%%/include/fonts/Symbol.afm
+%%SUGARCRMDIR%%/include/fonts/Times-Bold.afm
+%%SUGARCRMDIR%%/include/fonts/Times-BoldItalic.afm
+%%SUGARCRMDIR%%/include/fonts/Times-Italic.afm
+%%SUGARCRMDIR%%/include/fonts/Times-Roman.afm
+%%SUGARCRMDIR%%/include/fonts/ZapfDingbats.afm
+%%SUGARCRMDIR%%/include/fonts/php_Courier-Bold.afm
+%%SUGARCRMDIR%%/include/fonts/php_Courier-BoldOblique.afm
+%%SUGARCRMDIR%%/include/fonts/php_Courier-Oblique.afm
+%%SUGARCRMDIR%%/include/fonts/php_Courier.afm
+%%SUGARCRMDIR%%/include/fonts/php_Helvetica-Bold.afm
+%%SUGARCRMDIR%%/include/fonts/php_Helvetica-BoldOblique.afm
+%%SUGARCRMDIR%%/include/fonts/php_Helvetica-Oblique.afm
+%%SUGARCRMDIR%%/include/fonts/php_Helvetica.afm
+%%SUGARCRMDIR%%/include/fonts/php_Symbol.afm
+%%SUGARCRMDIR%%/include/fonts/php_Times-Bold.afm
+%%SUGARCRMDIR%%/include/fonts/php_Times-BoldItalic.afm
+%%SUGARCRMDIR%%/include/fonts/php_Times-Italic.afm
+%%SUGARCRMDIR%%/include/fonts/php_Times-Roman.afm
+%%SUGARCRMDIR%%/include/fonts/php_ZapfDingbats.afm
+%%SUGARCRMDIR%%/include/fonts/php_a0100131.afm
+%%SUGARCRMDIR%%/include/fonts/php_a010013l.afm
+%%SUGARCRMDIR%%/include/formbase.php
+%%SUGARCRMDIR%%/include/generic/DeleteRelationship.php
+%%SUGARCRMDIR%%/include/generic/LayoutManager.php
+%%SUGARCRMDIR%%/include/generic/Save2.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidget.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetField.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldbool.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldchar.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldcurrency.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFielddate.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFielddatetime.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFielddecimal.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldemail.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldenum.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldfloat.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldid.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldint.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldname.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldnum.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldphone.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldtext.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldtime.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFielduser_name.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldvarchar.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetReportField.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelActivitiesStatusField.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelCloseButton.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelDetailViewLink.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEditButton.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEditRoleButton.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEmailLink.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelIcon.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelRemoveButton.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopArchiveEmailButton.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopButton.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopComposeEmailButton.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopSelectButton.php
+%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopSummaryButton.php
+%%SUGARCRMDIR%%/include/globalControlLinks.php
+%%SUGARCRMDIR%%/include/htmlarea.php
+%%SUGARCRMDIR%%/include/htmlarea/ChangeLog
+%%SUGARCRMDIR%%/include/htmlarea/dialog.js
+%%SUGARCRMDIR%%/include/htmlarea/htmlarea.css
+%%SUGARCRMDIR%%/include/htmlarea/htmlarea.js
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_about.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_align_center.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_align_justify.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_align_left.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_align_right.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_blank.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_charmap.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_color_bg.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_color_fg.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_copy.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_custom.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_cut.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_delete.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_format_bold.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_format_italic.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_format_strike.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_format_sub.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_format_sup.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_format_underline.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_help.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_hr.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_html.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_image.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_indent_less.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_indent_more.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_left_to_right.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_link.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_list_bullet.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_list_num.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_paste.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_redo.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_right_to_left.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_save.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_show_border.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_splitcel.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/ed_undo.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/fullscreen_maximize.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/fullscreen_minimize.gif
+%%SUGARCRMDIR%%/include/htmlarea/images/insert_table.gif
+%%SUGARCRMDIR%%/include/htmlarea/index.html
+%%SUGARCRMDIR%%/include/htmlarea/lang/b5.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/cz.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/da.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/de.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/ee.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/el.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/en.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/es.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/fi.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/fr.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/gb.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/he.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/hu.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/it.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/ja-euc.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/ja-jis.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/ja-sjis.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/ja-utf8.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/lt.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/lv.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/nb.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/nl.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/no.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/pl.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/pt_br.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/ro.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/ru.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/se.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/si.js
+%%SUGARCRMDIR%%/include/htmlarea/lang/vn.js
+%%SUGARCRMDIR%%/include/htmlarea/license.txt
+%%SUGARCRMDIR%%/include/htmlarea/plugins/CSS/css.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/CSS/lang/en.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/ContextMenu/context-menu.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/ContextMenu/lang/de.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/ContextMenu/lang/el.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/ContextMenu/lang/en.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/ContextMenu/lang/nl.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/ContextMenu/menu.css
+%%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/full-page.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/img/docprop.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/lang/en.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/lang/ro.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/popups/docprop.html
+%%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/test.html
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/img/spell-check.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/lang/cz.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/lang/da.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/lang/de.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/lang/en.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/lang/hu.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/lang/it.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/lang/ro.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/readme-tech.html
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/spell-check-logic.cgi
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/spell-check-style.css
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/spell-check-ui.html
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/spell-check-ui.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/spell-checker.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/cell-delete.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/cell-insert-after.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/cell-insert-before.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/cell-merge.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/cell-prop.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/cell-split.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/col-delete.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/col-insert-after.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/col-insert-before.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/col-split.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/row-delete.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/row-insert-above.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/row-insert-under.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/row-prop.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/row-split.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img/table-prop.gif
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/cz.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/da.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/de.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/el.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/en.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/fi.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/hu.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/it.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/nl.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/no.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang/ro.js
+%%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/table-operations.js
+%%SUGARCRMDIR%%/include/htmlarea/popupdiv.js
+%%SUGARCRMDIR%%/include/htmlarea/popups/about.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/blank.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/custom2.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/editor_help.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/fullscreen.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/insert_image.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/insert_table.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/link.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/old-fullscreen.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/old_insert_image.html
+%%SUGARCRMDIR%%/include/htmlarea/popups/popup.js
+%%SUGARCRMDIR%%/include/htmlarea/popups/select_color.html
+%%SUGARCRMDIR%%/include/htmlarea/popupwin.js
+%%SUGARCRMDIR%%/include/htmlarea/reference.html
+%%SUGARCRMDIR%%/include/htmlarea/release-notes.html
+%%SUGARCRMDIR%%/include/images/blank.gif
+%%SUGARCRMDIR%%/include/images/company_logo.png
+%%SUGARCRMDIR%%/include/images/corp_office.jpg
+%%SUGARCRMDIR%%/include/images/cube_bg.gif
+%%SUGARCRMDIR%%/include/images/options.gif
+%%SUGARCRMDIR%%/include/images/options_up.gif
+%%SUGARCRMDIR%%/include/images/powered_by_sugarcrm.gif
+%%SUGARCRMDIR%%/include/images/poweredby_sugarcrm.png
+%%SUGARCRMDIR%%/include/images/spacer.png
+%%SUGARCRMDIR%%/include/images/sugar_icon.ico
+%%SUGARCRMDIR%%/include/images/sugar_md.png
+%%SUGARCRMDIR%%/include/images/sugar_md_ent.png
+%%SUGARCRMDIR%%/include/images/sugarcrm_about_logo.gif
+%%SUGARCRMDIR%%/include/images/sugarcrm_copyright_logo.jpg
+%%SUGARCRMDIR%%/include/images/sugarcrm_login.png
+%%SUGARCRMDIR%%/include/images/sugarsales_lg.png
+%%SUGARCRMDIR%%/include/images/sugarsales_lg_ent.png
+%%SUGARCRMDIR%%/include/images/sugarsales_myarea.png
+%%SUGARCRMDIR%%/include/javascript/cookie.js
+%%SUGARCRMDIR%%/include/javascript/javascript.php
+%%SUGARCRMDIR%%/include/javascript/jsAlerts.php
+%%SUGARCRMDIR%%/include/javascript/jsclass_async.js
+%%SUGARCRMDIR%%/include/javascript/jsclass_base.js
+%%SUGARCRMDIR%%/include/javascript/popup_helper.js
+%%SUGARCRMDIR%%/include/javascript/popup_parent_helper.js
+%%SUGARCRMDIR%%/include/javascript/sugar_3.js
+%%SUGARCRMDIR%%/include/jsolait/copying.txt
+%%SUGARCRMDIR%%/include/jsolait/init.js
+%%SUGARCRMDIR%%/include/jsolait/lib/codecs.js
+%%SUGARCRMDIR%%/include/jsolait/lib/crypto.js
+%%SUGARCRMDIR%%/include/jsolait/lib/jsonrpc.js
+%%SUGARCRMDIR%%/include/jsolait/lib/lang.js
+%%SUGARCRMDIR%%/include/jsolait/lib/urllib.js
+%%SUGARCRMDIR%%/include/jsolait/lib/xml.js
+%%SUGARCRMDIR%%/include/jsolait/lib/xmlrpc.js
+%%SUGARCRMDIR%%/include/jsolait/missingmixin.js
%%SUGARCRMDIR%%/include/language/en_us.lang.php
%%SUGARCRMDIR%%/include/language/en_us.notify_template.html
+%%SUGARCRMDIR%%/include/logging.php
+%%SUGARCRMDIR%%/include/modules.php
+%%SUGARCRMDIR%%/include/nusoap/changelog
+%%SUGARCRMDIR%%/include/nusoap/class.nusoap_base.php
+%%SUGARCRMDIR%%/include/nusoap/class.soap_fault.php
+%%SUGARCRMDIR%%/include/nusoap/class.soap_parser.php
+%%SUGARCRMDIR%%/include/nusoap/class.soap_server.php
+%%SUGARCRMDIR%%/include/nusoap/class.soap_transport_http.php
+%%SUGARCRMDIR%%/include/nusoap/class.soap_val.php
+%%SUGARCRMDIR%%/include/nusoap/class.soapclient.php
+%%SUGARCRMDIR%%/include/nusoap/class.wsdl.php
+%%SUGARCRMDIR%%/include/nusoap/class.wsdlcache.php
+%%SUGARCRMDIR%%/include/nusoap/class.xmlschema.php
+%%SUGARCRMDIR%%/include/nusoap/nusoap.php
+%%SUGARCRMDIR%%/include/nusoap/nusoapmime.php
+%%SUGARCRMDIR%%/include/pclzip/gnu-lgpl.txt
+%%SUGARCRMDIR%%/include/pclzip/pclzip.lib.php
+%%SUGARCRMDIR%%/include/pclzip/readme.txt
%%SUGARCRMDIR%%/include/pdf/class.ezpdf.php
%%SUGARCRMDIR%%/include/pdf/class.pdf.php
-%%SUGARCRMDIR%%/include/utils.php
-%%SUGARCRMDIR%%/include/time.php
-%%SUGARCRMDIR%%/include/modules.php
+%%SUGARCRMDIR%%/include/phpmailer/class.phpmailer.php
+%%SUGARCRMDIR%%/include/phpmailer/class.smtp.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-br.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-cz.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-de.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-en.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-es.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-fr.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-it.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-nl.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-no.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-se.php
+%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-tr.php
%%SUGARCRMDIR%%/include/pngbehavior.htc
-%%SUGARCRMDIR%%/include/logging.php
-%%SUGARCRMDIR%%/include/formbase.php
-%%SUGARCRMDIR%%/include/MassUpdate.php
-%%SUGARCRMDIR%%/include/TimeDate.php
+%%SUGARCRMDIR%%/include/tabs.php
+%%SUGARCRMDIR%%/include/templates/Template.php
+%%SUGARCRMDIR%%/include/templates/TemplateGroupChooser.php
+%%SUGARCRMDIR%%/include/time.php
%%SUGARCRMDIR%%/include/upload_file.php
+%%SUGARCRMDIR%%/include/utils.php
+%%SUGARCRMDIR%%/include/utils/array_utils.php
+%%SUGARCRMDIR%%/include/utils/db_utils.php
+%%SUGARCRMDIR%%/include/utils/expression_utils.php
+%%SUGARCRMDIR%%/include/utils/file_utils.php
+%%SUGARCRMDIR%%/include/utils/logic_utils.php
+%%SUGARCRMDIR%%/include/utils/progress_bar_utils.php
+%%SUGARCRMDIR%%/include/utils/security_utils.php
+%%SUGARCRMDIR%%/include/utils/zip_utils.php
%%SUGARCRMDIR%%/include/vCard.php
-%%SUGARCRMDIR%%/XTemplate/README
-%%SUGARCRMDIR%%/XTemplate/ex7.html
-%%SUGARCRMDIR%%/XTemplate/debug.php
-%%SUGARCRMDIR%%/XTemplate/ex5.php
-%%SUGARCRMDIR%%/XTemplate/ex3.php
-%%SUGARCRMDIR%%/XTemplate/ex2.html
-%%SUGARCRMDIR%%/XTemplate/ex1.html
-%%SUGARCRMDIR%%/XTemplate/ex7-inc.html
-%%SUGARCRMDIR%%/XTemplate/ex4.php
-%%SUGARCRMDIR%%/XTemplate/ex6.php
-%%SUGARCRMDIR%%/XTemplate/ex6.html
-%%SUGARCRMDIR%%/XTemplate/xtpl.php
-%%SUGARCRMDIR%%/XTemplate/ex2.php
-%%SUGARCRMDIR%%/XTemplate/ex3.html
-%%SUGARCRMDIR%%/XTemplate/ex7-inc2.html
-%%SUGARCRMDIR%%/XTemplate/ex4.html
-%%SUGARCRMDIR%%/XTemplate/ex7.php
-%%SUGARCRMDIR%%/XTemplate/ex5.html
-%%SUGARCRMDIR%%/XTemplate/ex1.php
-%%SUGARCRMDIR%%/XTemplate/LICENSE
-%%SUGARCRMDIR%%/custom/index.html
-%%SUGARCRMDIR%%/data/upload/index.html
-%%SUGARCRMDIR%%/data/Tracker.php
-%%SUGARCRMDIR%%/data/SugarBean.php
-%%SUGARCRMDIR%%/modules/Dynamic/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Feeds/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Feeds/feeds.sql
-%%SUGARCRMDIR%%/modules/Feeds/Forms.php
-%%SUGARCRMDIR%%/modules/Feeds/FeedFormBase.php
-%%SUGARCRMDIR%%/modules/Feeds/EditView.html
-%%SUGARCRMDIR%%/modules/Feeds/Import.php
-%%SUGARCRMDIR%%/modules/Feeds/Save.php
-%%SUGARCRMDIR%%/modules/Feeds/Menu.php
-%%SUGARCRMDIR%%/modules/Feeds/SearchForm.html
-%%SUGARCRMDIR%%/modules/Feeds/Feed.php
-%%SUGARCRMDIR%%/modules/Feeds/MyFeeds.php
-%%SUGARCRMDIR%%/modules/Feeds/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Feeds/Popup.php
-%%SUGARCRMDIR%%/modules/Feeds/DeleteFavorite.php
-%%SUGARCRMDIR%%/modules/Feeds/EditView.php
-%%SUGARCRMDIR%%/modules/Feeds/index.php
-%%SUGARCRMDIR%%/modules/Feeds/ListView.php
-%%SUGARCRMDIR%%/modules/Feeds/DetailView.php
-%%SUGARCRMDIR%%/modules/Feeds/MoveDown.php
-%%SUGARCRMDIR%%/modules/Feeds/ListView.html
-%%SUGARCRMDIR%%/modules/Feeds/DetailView.html
-%%SUGARCRMDIR%%/modules/Feeds/MoveUp.php
-%%SUGARCRMDIR%%/modules/Feeds/AddFavorite.php
-%%SUGARCRMDIR%%/modules/Feeds/Delete.php
-%%SUGARCRMDIR%%/modules/Activities/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Activities/OpenListView.html
-%%SUGARCRMDIR%%/modules/Activities/SubPanelView.html
+%%SUGARCRMDIR%%/index.php
+%%SUGARCRMDIR%%/install.php
+%%SUGARCRMDIR%%/install/TeamDemoData.php
+%%SUGARCRMDIR%%/install/UserDemoData.php
+%%SUGARCRMDIR%%/install/checkSystem.php
+%%SUGARCRMDIR%%/install/confirmSettings.php
+%%SUGARCRMDIR%%/install/data/disc_client.php
+%%SUGARCRMDIR%%/install/dbConfig.js
+%%SUGARCRMDIR%%/install/dbConfig.php
+%%SUGARCRMDIR%%/install/install.css
+%%SUGARCRMDIR%%/install/installCommon.js
+%%SUGARCRMDIR%%/install/installDisabled.php
+%%SUGARCRMDIR%%/install/installHelp.php
+%%SUGARCRMDIR%%/install/license.js
+%%SUGARCRMDIR%%/install/license.php
+%%SUGARCRMDIR%%/install/licensePrint.php
+%%SUGARCRMDIR%%/install/performSetup.php
+%%SUGARCRMDIR%%/install/populateSeedData.php
+%%SUGARCRMDIR%%/install/register.js
+%%SUGARCRMDIR%%/install/register.php
+%%SUGARCRMDIR%%/install/seed_data/entreport_SeedData.php
+%%SUGARCRMDIR%%/install/seed_data/index.html
+%%SUGARCRMDIR%%/install/siteConfig.js
+%%SUGARCRMDIR%%/install/siteConfig.php
+%%SUGARCRMDIR%%/install/systemOptions.php
+%%SUGARCRMDIR%%/install/welcome.php
+%%SUGARCRMDIR%%/jscalendar/calendar-setup_3.js
+%%SUGARCRMDIR%%/jscalendar/calendar-win2k-cold-1.css
+%%SUGARCRMDIR%%/jscalendar/calendar.js
+%%SUGARCRMDIR%%/jscalendar/img.gif
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-af.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-br.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-ca.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-cs-win.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-da.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-de.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-du.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-el.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-en.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-es.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-fi.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-fr.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-hr-utf8.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-hr.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-hu.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-it.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-jp.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-ko-utf8.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-ko.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-lt-utf8.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-lt.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-nl.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-no.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-pl-utf8.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-pl.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-pt.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-ro.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-ru.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-si.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-sk.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-sp.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-sv.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-tr.js
+%%SUGARCRMDIR%%/jscalendar/lang/calendar-zh.js
+%%SUGARCRMDIR%%/jscalendar/menuarrow.gif
+%%SUGARCRMDIR%%/jscalendar/menuarrow2.gif
+%%SUGARCRMDIR%%/json.php
+%%SUGARCRMDIR%%/json_server.php
+%%SUGARCRMDIR%%/leadCapture.php
+%%SUGARCRMDIR%%/log4php.properties
+%%SUGARCRMDIR%%/log4php/Logger.php
+%%SUGARCRMDIR%%/log4php/LoggerAppender.php
+%%SUGARCRMDIR%%/log4php/LoggerAppenderSkeleton.php
+%%SUGARCRMDIR%%/log4php/LoggerBasicConfigurator.php
+%%SUGARCRMDIR%%/log4php/LoggerCategory.php
+%%SUGARCRMDIR%%/log4php/LoggerDefaultCategoryFactory.php
+%%SUGARCRMDIR%%/log4php/LoggerHierarchy.php
+%%SUGARCRMDIR%%/log4php/LoggerLayout.php
+%%SUGARCRMDIR%%/log4php/LoggerLevel.php
+%%SUGARCRMDIR%%/log4php/LoggerLog.php
+%%SUGARCRMDIR%%/log4php/LoggerMDC.php
+%%SUGARCRMDIR%%/log4php/LoggerManager.php
+%%SUGARCRMDIR%%/log4php/LoggerNDC.php
+%%SUGARCRMDIR%%/log4php/LoggerPropertyConfigurator.php
+%%SUGARCRMDIR%%/log4php/LoggerRoot.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderConsole.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderDailyFile.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderDb.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderEcho.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderFile.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderMail.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderMailEvent.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderNull.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderPhp.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderRollingFile.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderSocket.php
+%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderSyslog.php
+%%SUGARCRMDIR%%/log4php/config/LoggerPropertyGetter.php
+%%SUGARCRMDIR%%/log4php/config/LoggerPropertySetter.php
+%%SUGARCRMDIR%%/log4php/helpers/LoggerFormattingInfo.php
+%%SUGARCRMDIR%%/log4php/helpers/LoggerOptionConverter.php
+%%SUGARCRMDIR%%/log4php/helpers/LoggerPatternConverter.php
+%%SUGARCRMDIR%%/log4php/helpers/LoggerPatternParser.php
+%%SUGARCRMDIR%%/log4php/helpers/LoggerTransform.php
+%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutHtml.php
+%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutSimple.php
+%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutTTCC.php
+%%SUGARCRMDIR%%/log4php/layouts/LoggerPatternLayout.php
+%%SUGARCRMDIR%%/log4php/layouts/LoggerXmlLayout.php
+%%SUGARCRMDIR%%/log4php/or/LoggerDefaultRenderer.php
+%%SUGARCRMDIR%%/log4php/or/LoggerObjectRenderer.php
+%%SUGARCRMDIR%%/log4php/or/LoggerRendererMap.php
+%%SUGARCRMDIR%%/log4php/spi/LoggerConfigurator.php
+%%SUGARCRMDIR%%/log4php/spi/LoggerFactory.php
+%%SUGARCRMDIR%%/log4php/spi/LoggerFilter.php
+%%SUGARCRMDIR%%/log4php/spi/LoggerLocationInfo.php
+%%SUGARCRMDIR%%/log4php/spi/LoggerLoggingEvent.php
+%%SUGARCRMDIR%%/log4php/varia/LoggerDenyAllFilter.php
+%%SUGARCRMDIR%%/log4php/varia/LoggerLevelMatchFilter.php
+%%SUGARCRMDIR%%/log4php/varia/LoggerLevelRangeFilter.php
+%%SUGARCRMDIR%%/log4php/varia/LoggerStringMatchFilter.php
+%%SUGARCRMDIR%%/log4php/xml/LoggerDOMConfigurator.php
+%%SUGARCRMDIR%%/log_file_restricted.html
+%%SUGARCRMDIR%%/maintenance.php
+%%SUGARCRMDIR%%/metadata/accounts_bugsMetaData.php
+%%SUGARCRMDIR%%/metadata/accounts_casesMetaData.php
+%%SUGARCRMDIR%%/metadata/accounts_contactsMetaData.php
+%%SUGARCRMDIR%%/metadata/accounts_opportunitiesMetaData.php
+%%SUGARCRMDIR%%/metadata/audit_templateMetaData.php
+%%SUGARCRMDIR%%/metadata/calls_contactsMetaData.php
+%%SUGARCRMDIR%%/metadata/calls_usersMetaData.php
+%%SUGARCRMDIR%%/metadata/cases_bugsMetaData.php
+%%SUGARCRMDIR%%/metadata/configMetaData.php
+%%SUGARCRMDIR%%/metadata/contacts_bugsMetaData.php
+%%SUGARCRMDIR%%/metadata/contacts_casesMetaData.php
+%%SUGARCRMDIR%%/metadata/contacts_usersMetaData.php
+%%SUGARCRMDIR%%/metadata/custom_fieldsMetaData.php
+%%SUGARCRMDIR%%/metadata/emails_accountsMetaData.php
+%%SUGARCRMDIR%%/metadata/emails_casesMetaData.php
+%%SUGARCRMDIR%%/metadata/emails_contactsMetaData.php
+%%SUGARCRMDIR%%/metadata/emails_opportunitiesMetaData.php
+%%SUGARCRMDIR%%/metadata/emails_usersMetaData.php
+%%SUGARCRMDIR%%/metadata/fields_meta_dataMetaData.php
+%%SUGARCRMDIR%%/metadata/filesMetaData.php
+%%SUGARCRMDIR%%/metadata/import_mapsMetaData.php
+%%SUGARCRMDIR%%/metadata/meetings_contactsMetaData.php
+%%SUGARCRMDIR%%/metadata/meetings_usersMetaData.php
+%%SUGARCRMDIR%%/metadata/opportunities_contactsMetaData.php
+%%SUGARCRMDIR%%/metadata/project_relationMetaData.php
+%%SUGARCRMDIR%%/metadata/prospect_list_campaignsMetaData.php
+%%SUGARCRMDIR%%/metadata/prospect_lists_prospectsMetaData.php
+%%SUGARCRMDIR%%/metadata/roles_modulesMetaData.php
+%%SUGARCRMDIR%%/metadata/roles_usersMetaData.php
+%%SUGARCRMDIR%%/metadata/trackerMetaData.php
+%%SUGARCRMDIR%%/metadata/user_feedsMetaData.php
+%%SUGARCRMDIR%%/metadata/usersMetaData.php
+%%SUGARCRMDIR%%/metadata/users_last_importMetaData.php
+%%SUGARCRMDIR%%/metagen.php
+%%SUGARCRMDIR%%/modules/Accounts/Account.php
+%%SUGARCRMDIR%%/modules/Accounts/AccountFormBase.php
+%%SUGARCRMDIR%%/modules/Accounts/Delete.php
+%%SUGARCRMDIR%%/modules/Accounts/DeleteBugAccountRelationship.php
+%%SUGARCRMDIR%%/modules/Accounts/DeleteIssueAccountRelationship.php
+%%SUGARCRMDIR%%/modules/Accounts/DeleteMemberAccountRelationship.php
+%%SUGARCRMDIR%%/modules/Accounts/DetailView.html
+%%SUGARCRMDIR%%/modules/Accounts/DetailView.php
+%%SUGARCRMDIR%%/modules/Accounts/EditView.html
+%%SUGARCRMDIR%%/modules/Accounts/EditView.php
+%%SUGARCRMDIR%%/modules/Accounts/Forms.php
+%%SUGARCRMDIR%%/modules/Accounts/Import.php
+%%SUGARCRMDIR%%/modules/Accounts/ListView.html
+%%SUGARCRMDIR%%/modules/Accounts/ListView.php
+%%SUGARCRMDIR%%/modules/Accounts/Menu.php
+%%SUGARCRMDIR%%/modules/Accounts/Popup.php
+%%SUGARCRMDIR%%/modules/Accounts/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Accounts/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Accounts/Save.php
+%%SUGARCRMDIR%%/modules/Accounts/SearchForm.html
+%%SUGARCRMDIR%%/modules/Accounts/ShowDuplicates.html
+%%SUGARCRMDIR%%/modules/Accounts/ShowDuplicates.php
+%%SUGARCRMDIR%%/modules/Accounts/SubPanelView.php
+%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewBugs.html
+%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewBugs.php
+%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewMemberAccount.html
+%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewProjects.html
+%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewProjects.php
+%%SUGARCRMDIR%%/modules/Accounts/field_arrays.php
+%%SUGARCRMDIR%%/modules/Accounts/index.php
+%%SUGARCRMDIR%%/modules/Accounts/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Accounts/layout_defs.php
+%%SUGARCRMDIR%%/modules/Accounts/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Accounts/vardefs.php
+%%SUGARCRMDIR%%/modules/Activities/Forms.php
%%SUGARCRMDIR%%/modules/Activities/Menu.php
+%%SUGARCRMDIR%%/modules/Activities/OpenListView.html
%%SUGARCRMDIR%%/modules/Activities/OpenListView.php
-%%SUGARCRMDIR%%/modules/Activities/index.php
+%%SUGARCRMDIR%%/modules/Activities/Popup.php
+%%SUGARCRMDIR%%/modules/Activities/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Activities/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Activities/SubPanelView.html
%%SUGARCRMDIR%%/modules/Activities/SubPanelView.php
%%SUGARCRMDIR%%/modules/Activities/SubPanelViewContacts.html
-%%SUGARCRMDIR%%/modules/Activities/Forms.php
%%SUGARCRMDIR%%/modules/Activities/config.php
-%%SUGARCRMDIR%%/modules/Meetings/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Meetings/SubPanelViewInvitees.html
-%%SUGARCRMDIR%%/modules/Meetings/Forms.php
-%%SUGARCRMDIR%%/modules/Meetings/EditView.html
-%%SUGARCRMDIR%%/modules/Meetings/Save.php
-%%SUGARCRMDIR%%/modules/Meetings/Menu.php
-%%SUGARCRMDIR%%/modules/Meetings/SearchForm.html
-%%SUGARCRMDIR%%/modules/Meetings/SubPanelViewInvitees.php
-%%SUGARCRMDIR%%/modules/Meetings/EditView.php
-%%SUGARCRMDIR%%/modules/Meetings/index.php
-%%SUGARCRMDIR%%/modules/Meetings/Meeting.php
-%%SUGARCRMDIR%%/modules/Meetings/ListView.php
-%%SUGARCRMDIR%%/modules/Meetings/DetailView.php
-%%SUGARCRMDIR%%/modules/Meetings/DeleteMeetingContactRelationship.php
-%%SUGARCRMDIR%%/modules/Meetings/ListView.html
-%%SUGARCRMDIR%%/modules/Meetings/MeetingFormBase.php
-%%SUGARCRMDIR%%/modules/Meetings/DetailView.html
-%%SUGARCRMDIR%%/modules/Meetings/DeleteMeetingUserRelationship.php
-%%SUGARCRMDIR%%/modules/Meetings/Delete.php
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeSQL/2.0.x_to_2.5.sql
-%%SUGARCRMDIR%%/modules/Administration/Save.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeConfig.php
-%%SUGARCRMDIR%%/modules/Administration/language_upgrade.php
-%%SUGARCRMDIR%%/modules/Administration/Backup.php
-%%SUGARCRMDIR%%/modules/Administration/Menu.php
-%%SUGARCRMDIR%%/modules/Administration/upgradesql.php
-%%SUGARCRMDIR%%/modules/Administration/CustomizeFields.php
+%%SUGARCRMDIR%%/modules/Activities/index.php
+%%SUGARCRMDIR%%/modules/Activities/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Activities/layout_defs.php
+%%SUGARCRMDIR%%/modules/Administration/Administration.php
+%%SUGARCRMDIR%%/modules/Administration/Backups.php
%%SUGARCRMDIR%%/modules/Administration/Common.php
-%%SUGARCRMDIR%%/modules/Administration/Upgrade.php
-%%SUGARCRMDIR%%/modules/Administration/index.php
-%%SUGARCRMDIR%%/modules/Administration/ConfigureTabs.php
-%%SUGARCRMDIR%%/modules/Administration/ConfigureTabs.html
%%SUGARCRMDIR%%/modules/Administration/ConfigureSettings.html
-%%SUGARCRMDIR%%/modules/Administration/Administration.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeConfig.html
%%SUGARCRMDIR%%/modules/Administration/ConfigureSettings.php
-%%SUGARCRMDIR%%/modules/Administration/SaveTabs.php
+%%SUGARCRMDIR%%/modules/Administration/ConfigureTabs.html
+%%SUGARCRMDIR%%/modules/Administration/ConfigureTabs.php
+%%SUGARCRMDIR%%/modules/Administration/CustomizeFields.php
+%%SUGARCRMDIR%%/modules/Administration/Development.php
+%%SUGARCRMDIR%%/modules/Administration/ExportCustomFieldStructure.php
%%SUGARCRMDIR%%/modules/Administration/Forms.php
-%%SUGARCRMDIR%%/modules/Calls/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Calls/Forms.php
-%%SUGARCRMDIR%%/modules/Calls/EditView.html
-%%SUGARCRMDIR%%/modules/Calls/Save.php
+%%SUGARCRMDIR%%/modules/Administration/ImportCustomFieldStructure.php
+%%SUGARCRMDIR%%/modules/Administration/Menu.php
+%%SUGARCRMDIR%%/modules/Administration/RebuildAudit.php
+%%SUGARCRMDIR%%/modules/Administration/RebuildConfig.html
+%%SUGARCRMDIR%%/modules/Administration/RebuildConfig.php
+%%SUGARCRMDIR%%/modules/Administration/RebuildExtensions.php
+%%SUGARCRMDIR%%/modules/Administration/RebuildRelationship.php
+%%SUGARCRMDIR%%/modules/Administration/Save.php
+%%SUGARCRMDIR%%/modules/Administration/SaveTabs.php
+%%SUGARCRMDIR%%/modules/Administration/Updater.html
+%%SUGARCRMDIR%%/modules/Administration/Updater.php
+%%SUGARCRMDIR%%/modules/Administration/Upgrade.php
+%%SUGARCRMDIR%%/modules/Administration/UpgradeAccess.php
+%%SUGARCRMDIR%%/modules/Administration/UpgradeFields.php
+%%SUGARCRMDIR%%/modules/Administration/UpgradeHistory.php
+%%SUGARCRMDIR%%/modules/Administration/UpgradeWizard.php
+%%SUGARCRMDIR%%/modules/Administration/UpgradeWizardCommon.php
+%%SUGARCRMDIR%%/modules/Administration/UpgradeWizard_commit.php
+%%SUGARCRMDIR%%/modules/Administration/UpgradeWizard_prepare.php
+%%SUGARCRMDIR%%/modules/Administration/clear_chart_cache.php
+%%SUGARCRMDIR%%/modules/Administration/index.html
+%%SUGARCRMDIR%%/modules/Administration/index.php
+%%SUGARCRMDIR%%/modules/Administration/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Administration/language_upgrade.php
+%%SUGARCRMDIR%%/modules/Administration/repairDatabase.php
+%%SUGARCRMDIR%%/modules/Administration/updater_utils.php
+%%SUGARCRMDIR%%/modules/Administration/vardefs.php
+%%SUGARCRMDIR%%/modules/Audit/Audit.php
+%%SUGARCRMDIR%%/modules/Audit/Popup.php
+%%SUGARCRMDIR%%/modules/Audit/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Audit/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Audit/field_assoc.php
+%%SUGARCRMDIR%%/modules/Audit/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Audit/vardefs.php
+%%SUGARCRMDIR%%/modules/BeanDictionary.php
+%%SUGARCRMDIR%%/modules/Bugs/Bug.php
+%%SUGARCRMDIR%%/modules/Bugs/Charts.php
+%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationship.php
+%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationshipEdit.html
+%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationshipEdit.php
+%%SUGARCRMDIR%%/modules/Bugs/Delete.php
+%%SUGARCRMDIR%%/modules/Bugs/DeleteContactBugRelationship.php
+%%SUGARCRMDIR%%/modules/Bugs/DetailView.html
+%%SUGARCRMDIR%%/modules/Bugs/DetailView.php
+%%SUGARCRMDIR%%/modules/Bugs/EditView.html
+%%SUGARCRMDIR%%/modules/Bugs/EditView.php
+%%SUGARCRMDIR%%/modules/Bugs/Forms.php
+%%SUGARCRMDIR%%/modules/Bugs/ListView.html
+%%SUGARCRMDIR%%/modules/Bugs/ListView.php
+%%SUGARCRMDIR%%/modules/Bugs/Menu.php
+%%SUGARCRMDIR%%/modules/Bugs/MyBugs.html
+%%SUGARCRMDIR%%/modules/Bugs/MyBugs.php
+%%SUGARCRMDIR%%/modules/Bugs/Popup.php
+%%SUGARCRMDIR%%/modules/Bugs/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Bugs/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Bugs/Save.php
+%%SUGARCRMDIR%%/modules/Bugs/SaveContactBugRelationship.php
+%%SUGARCRMDIR%%/modules/Bugs/SearchForm.html
+%%SUGARCRMDIR%%/modules/Bugs/SubPanelView.html
+%%SUGARCRMDIR%%/modules/Bugs/SubPanelView.php
+%%SUGARCRMDIR%%/modules/Bugs/field_arrays.php
+%%SUGARCRMDIR%%/modules/Bugs/index.php
+%%SUGARCRMDIR%%/modules/Bugs/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Bugs/layout_defs.php
+%%SUGARCRMDIR%%/modules/Bugs/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Bugs/vardefs.php
+%%SUGARCRMDIR%%/modules/Calendar/Calendar.php
+%%SUGARCRMDIR%%/modules/Calendar/DateTime.php
+%%SUGARCRMDIR%%/modules/Calendar/Forms.php
+%%SUGARCRMDIR%%/modules/Calendar/Menu.php
+%%SUGARCRMDIR%%/modules/Calendar/SubPanelSharedCalendar.php
+%%SUGARCRMDIR%%/modules/Calendar/TasksListView.html
+%%SUGARCRMDIR%%/modules/Calendar/TasksListView.php
+%%SUGARCRMDIR%%/modules/Calendar/index.php
+%%SUGARCRMDIR%%/modules/Calendar/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Calendar/small_month.php
+%%SUGARCRMDIR%%/modules/Calendar/templates/template_shared_calendar.php
+%%SUGARCRMDIR%%/modules/Calendar/templates/templates_calendar.php
+%%SUGARCRMDIR%%/modules/Calls/Call.php
%%SUGARCRMDIR%%/modules/Calls/CallFormBase.php
+%%SUGARCRMDIR%%/modules/Calls/Delete.php
+%%SUGARCRMDIR%%/modules/Calls/DeleteCallContactRelationship.php
%%SUGARCRMDIR%%/modules/Calls/DeleteCallUserRelationship.php
+%%SUGARCRMDIR%%/modules/Calls/DetailView.html
+%%SUGARCRMDIR%%/modules/Calls/DetailView.php
+%%SUGARCRMDIR%%/modules/Calls/EditView.html
+%%SUGARCRMDIR%%/modules/Calls/EditView.php
+%%SUGARCRMDIR%%/modules/Calls/Forms.php
+%%SUGARCRMDIR%%/modules/Calls/ListView.html
+%%SUGARCRMDIR%%/modules/Calls/ListView.php
%%SUGARCRMDIR%%/modules/Calls/Menu.php
+%%SUGARCRMDIR%%/modules/Calls/Popup.php
+%%SUGARCRMDIR%%/modules/Calls/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Calls/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Calls/Save.php
%%SUGARCRMDIR%%/modules/Calls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Calls/DeleteCallContactRelationship.php
+%%SUGARCRMDIR%%/modules/Calls/SubPanelViewInvitees.html
%%SUGARCRMDIR%%/modules/Calls/SubPanelViewInvitees.php
-%%SUGARCRMDIR%%/modules/Calls/EditView.php
+%%SUGARCRMDIR%%/modules/Calls/field_arrays.php
%%SUGARCRMDIR%%/modules/Calls/index.php
-%%SUGARCRMDIR%%/modules/Calls/ListView.php
-%%SUGARCRMDIR%%/modules/Calls/DetailView.php
-%%SUGARCRMDIR%%/modules/Calls/ListView.html
-%%SUGARCRMDIR%%/modules/Calls/DetailView.html
-%%SUGARCRMDIR%%/modules/Calls/Call.php
-%%SUGARCRMDIR%%/modules/Calls/SubPanelViewInvitees.html
-%%SUGARCRMDIR%%/modules/Calls/Delete.php
-%%SUGARCRMDIR%%/modules/Currencies/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Currencies/Forms.php
-%%SUGARCRMDIR%%/modules/Currencies/ListCurrency.php
-%%SUGARCRMDIR%%/modules/Currencies/EditView.html
-%%SUGARCRMDIR%%/modules/Currencies/EditCurrency.php
-%%SUGARCRMDIR%%/modules/Currencies/Menu.php
-%%SUGARCRMDIR%%/modules/Currencies/index.php
-%%SUGARCRMDIR%%/modules/Currencies/ListView.html
-%%SUGARCRMDIR%%/modules/Currencies/Currency.php
-%%SUGARCRMDIR%%/modules/Currencies/Delete.php
-%%SUGARCRMDIR%%/modules/CustomFields/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/CustomFields/templates/edit_view.php
-%%SUGARCRMDIR%%/modules/CustomFields/templates/detail_view.php
-%%SUGARCRMDIR%%/modules/CustomFields/Menu.php
-%%SUGARCRMDIR%%/modules/CustomFields/Popup.php
-%%SUGARCRMDIR%%/modules/CustomFields/install_custom.php
-%%SUGARCRMDIR%%/modules/CustomFields/Forms.php
-%%SUGARCRMDIR%%/modules/CustomFields/CustomFields.php
-%%SUGARCRMDIR%%/modules/CustomFields/Save.php
-%%SUGARCRMDIR%%/modules/Calendar/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Calendar/templates/template_shared_calendar.php
-%%SUGARCRMDIR%%/modules/Calendar/templates/templates_calendar.php
-%%SUGARCRMDIR%%/modules/Calendar/Menu.php
-%%SUGARCRMDIR%%/modules/Calendar/Calendar.php
-%%SUGARCRMDIR%%/modules/Calendar/TasksListView.php
-%%SUGARCRMDIR%%/modules/Calendar/index.php
-%%SUGARCRMDIR%%/modules/Calendar/TasksListView.html
-%%SUGARCRMDIR%%/modules/Calendar/small_month.php
-%%SUGARCRMDIR%%/modules/Calendar/Forms.php
-%%SUGARCRMDIR%%/modules/Calendar/DateTime.php
-%%SUGARCRMDIR%%/modules/Calendar/SubPanelSharedCalendar.php
-%%SUGARCRMDIR%%/modules/Emails/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Emails/DetailViewSent.html
-%%SUGARCRMDIR%%/modules/Emails/Forms.php
-%%SUGARCRMDIR%%/modules/Emails/EditView.html
-%%SUGARCRMDIR%%/modules/Emails/Status.html
-%%SUGARCRMDIR%%/modules/Emails/EditViewArchive.html
-%%SUGARCRMDIR%%/modules/Emails/Save.php
-%%SUGARCRMDIR%%/modules/Emails/SubPanelViewRecipients.html
-%%SUGARCRMDIR%%/modules/Emails/EditViewSend.html
-%%SUGARCRMDIR%%/modules/Emails/Menu.php
-%%SUGARCRMDIR%%/modules/Emails/SearchForm.html
-%%SUGARCRMDIR%%/modules/Emails/DeleteEmailUserRelationship.php
-%%SUGARCRMDIR%%/modules/Emails/ListViewDrafts.php
-%%SUGARCRMDIR%%/modules/Emails/ListViewSent.html
-%%SUGARCRMDIR%%/modules/Emails/EditView.php
-%%SUGARCRMDIR%%/modules/Emails/Email.php
-%%SUGARCRMDIR%%/modules/Emails/DetailViewSent.php
-%%SUGARCRMDIR%%/modules/Emails/Status.php
-%%SUGARCRMDIR%%/modules/Emails/index.php
-%%SUGARCRMDIR%%/modules/Emails/EditViewSend.php
-%%SUGARCRMDIR%%/modules/Emails/ListView.php
-%%SUGARCRMDIR%%/modules/Emails/DetailView.php
-%%SUGARCRMDIR%%/modules/Emails/ListView.html
-%%SUGARCRMDIR%%/modules/Emails/DetailView.html
-%%SUGARCRMDIR%%/modules/Emails/ListViewDrafts.html
-%%SUGARCRMDIR%%/modules/Emails/SubPanelViewRecipients.php
-%%SUGARCRMDIR%%/modules/Emails/Delete.php
-%%SUGARCRMDIR%%/modules/Emails/ListViewSent.php
-%%SUGARCRMDIR%%/modules/Emails/DeleteEmailContactRelationship.php
-%%SUGARCRMDIR%%/modules/Dashboard/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Dashboard/Chart_lead_source_by_outcome.php
-%%SUGARCRMDIR%%/modules/Dashboard/Forms.php
-%%SUGARCRMDIR%%/modules/Dashboard/Menu.php
-%%SUGARCRMDIR%%/modules/Dashboard/Chart_my_pipeline_by_sales_stage.php
-%%SUGARCRMDIR%%/modules/Dashboard/Chart_pipeline_by_sales_stage.php
-%%SUGARCRMDIR%%/modules/Dashboard/index.php
-%%SUGARCRMDIR%%/modules/Dashboard/Chart_outcome_by_month.php
-%%SUGARCRMDIR%%/modules/Dashboard/Chart_pipeline_by_lead_source.php
-%%SUGARCRMDIR%%/modules/Leads/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Leads/ImportVCard.php
-%%SUGARCRMDIR%%/modules/Leads/EditView.html
-%%SUGARCRMDIR%%/modules/Leads/Lead.php
-%%SUGARCRMDIR%%/modules/Leads/Import.php
-%%SUGARCRMDIR%%/modules/Leads/Save.php
-%%SUGARCRMDIR%%/modules/Leads/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Leads/Menu.php
-%%SUGARCRMDIR%%/modules/Leads/SearchForm.html
-%%SUGARCRMDIR%%/modules/Leads/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Leads/Popup.php
-%%SUGARCRMDIR%%/modules/Leads/MyLeads.php
-%%SUGARCRMDIR%%/modules/Leads/LeadFormBase.php
-%%SUGARCRMDIR%%/modules/Leads/EditView.php
-%%SUGARCRMDIR%%/modules/Leads/index.php
-%%SUGARCRMDIR%%/modules/Leads/ListView.php
-%%SUGARCRMDIR%%/modules/Leads/DetailView.php
-%%SUGARCRMDIR%%/modules/Leads/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Leads/ListView.html
-%%SUGARCRMDIR%%/modules/Leads/ConvertLead.html
-%%SUGARCRMDIR%%/modules/Leads/Forms.php
-%%SUGARCRMDIR%%/modules/Leads/DetailView.html
-%%SUGARCRMDIR%%/modules/Leads/MyLeads.html
-%%SUGARCRMDIR%%/modules/Leads/ConvertLead.php
-%%SUGARCRMDIR%%/modules/Leads/Delete.php
-%%SUGARCRMDIR%%/modules/iFrames/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/iFrames/EditView.html
-%%SUGARCRMDIR%%/modules/iFrames/Save.php
-%%SUGARCRMDIR%%/modules/iFrames/Menu.php
-%%SUGARCRMDIR%%/modules/iFrames/iFrameFormBase.php
-%%SUGARCRMDIR%%/modules/iFrames/header.php
-%%SUGARCRMDIR%%/modules/iFrames/index.php
-%%SUGARCRMDIR%%/modules/iFrames/ListView.html
-%%SUGARCRMDIR%%/modules/iFrames/DetailView.html
-%%SUGARCRMDIR%%/modules/iFrames/iFrame.php
-%%SUGARCRMDIR%%/modules/iFrames/Forms.php
-%%SUGARCRMDIR%%/modules/iFrames/Delete.php
-%%SUGARCRMDIR%%/modules/Versions/InstallDefaultVersions.php
-%%SUGARCRMDIR%%/modules/Versions/ExpectedVersions.php
-%%SUGARCRMDIR%%/modules/Versions/Version.php
-%%SUGARCRMDIR%%/modules/Versions/CheckVersions.php
-%%SUGARCRMDIR%%/modules/Versions/DefaultVersions.php
-%%SUGARCRMDIR%%/modules/Cases/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Cases/Forms.php
+%%SUGARCRMDIR%%/modules/Calls/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Calls/layout_defs.php
+%%SUGARCRMDIR%%/modules/Calls/subpanels/ForActivities.php
+%%SUGARCRMDIR%%/modules/Calls/subpanels/ForHistory.php
+%%SUGARCRMDIR%%/modules/Calls/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Calls/vardefs.php
+%%SUGARCRMDIR%%/modules/Campaigns/Campaign.php
+%%SUGARCRMDIR%%/modules/Campaigns/CampaignProspectListRelationship.php
+%%SUGARCRMDIR%%/modules/Campaigns/Delete.php
+%%SUGARCRMDIR%%/modules/Campaigns/DeleteCampaignProspectListRelationship.php
+%%SUGARCRMDIR%%/modules/Campaigns/DetailView.html
+%%SUGARCRMDIR%%/modules/Campaigns/DetailView.js
+%%SUGARCRMDIR%%/modules/Campaigns/DetailView.php
+%%SUGARCRMDIR%%/modules/Campaigns/EditView.html
+%%SUGARCRMDIR%%/modules/Campaigns/EditView.php
+%%SUGARCRMDIR%%/modules/Campaigns/EmailQueue.php
+%%SUGARCRMDIR%%/modules/Campaigns/Forms.html
+%%SUGARCRMDIR%%/modules/Campaigns/Forms.php
+%%SUGARCRMDIR%%/modules/Campaigns/ListView.html
+%%SUGARCRMDIR%%/modules/Campaigns/ListView.php
+%%SUGARCRMDIR%%/modules/Campaigns/Menu.php
+%%SUGARCRMDIR%%/modules/Campaigns/Save.php
+%%SUGARCRMDIR%%/modules/Campaigns/SaveCampaignProspectListRelationship.php
+%%SUGARCRMDIR%%/modules/Campaigns/SaveCampaignProspectListRelationshipNew.php
+%%SUGARCRMDIR%%/modules/Campaigns/SearchForm.html
+%%SUGARCRMDIR%%/modules/Campaigns/field_arrays.php
+%%SUGARCRMDIR%%/modules/Campaigns/index.php
+%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Campaigns/layout_defs.php
+%%SUGARCRMDIR%%/modules/Campaigns/subpanels/ForEmailMarketing.php
+%%SUGARCRMDIR%%/modules/Campaigns/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Campaigns/vardefs.php
%%SUGARCRMDIR%%/modules/Cases/Case.php
-%%SUGARCRMDIR%%/modules/Cases/EditView.html
%%SUGARCRMDIR%%/modules/Cases/Charts.php
-%%SUGARCRMDIR%%/modules/Cases/Save.php
%%SUGARCRMDIR%%/modules/Cases/ContactCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Cases/Menu.php
-%%SUGARCRMDIR%%/modules/Cases/SearchForm.html
-%%SUGARCRMDIR%%/modules/Cases/SaveContactCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/DeleteContactCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/SaveBugCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Cases/Popup.php
%%SUGARCRMDIR%%/modules/Cases/ContactCaseRelationshipEdit.html
-%%SUGARCRMDIR%%/modules/Cases/EditView.php
-%%SUGARCRMDIR%%/modules/Cases/index.php
+%%SUGARCRMDIR%%/modules/Cases/ContactCaseRelationshipEdit.php
+%%SUGARCRMDIR%%/modules/Cases/Delete.php
%%SUGARCRMDIR%%/modules/Cases/DeleteBugCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/MyCases.html
-%%SUGARCRMDIR%%/modules/Cases/ListView.php
+%%SUGARCRMDIR%%/modules/Cases/DeleteContactCaseRelationship.php
+%%SUGARCRMDIR%%/modules/Cases/DetailView.html
%%SUGARCRMDIR%%/modules/Cases/DetailView.php
-%%SUGARCRMDIR%%/modules/Cases/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Cases/MyCases.php
+%%SUGARCRMDIR%%/modules/Cases/EditView.html
+%%SUGARCRMDIR%%/modules/Cases/EditView.php
+%%SUGARCRMDIR%%/modules/Cases/Forms.php
%%SUGARCRMDIR%%/modules/Cases/ListView.html
+%%SUGARCRMDIR%%/modules/Cases/ListView.php
+%%SUGARCRMDIR%%/modules/Cases/Menu.php
+%%SUGARCRMDIR%%/modules/Cases/MyCases.html
+%%SUGARCRMDIR%%/modules/Cases/MyCases.php
+%%SUGARCRMDIR%%/modules/Cases/Popup.php
+%%SUGARCRMDIR%%/modules/Cases/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Cases/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Cases/Save.php
+%%SUGARCRMDIR%%/modules/Cases/SaveBugCaseRelationship.php
+%%SUGARCRMDIR%%/modules/Cases/SaveContactCaseRelationship.php
+%%SUGARCRMDIR%%/modules/Cases/SearchForm.html
+%%SUGARCRMDIR%%/modules/Cases/SubPanelView.php
%%SUGARCRMDIR%%/modules/Cases/SubPanelViewBug.html
-%%SUGARCRMDIR%%/modules/Cases/DetailView.html
-%%SUGARCRMDIR%%/modules/Cases/ContactCaseRelationshipEdit.php
-%%SUGARCRMDIR%%/modules/Cases/Delete.php
-%%SUGARCRMDIR%%/modules/Users/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Users/EditView.html
-%%SUGARCRMDIR%%/modules/Users/Save.php
-%%SUGARCRMDIR%%/modules/Users/User.php
-%%SUGARCRMDIR%%/modules/Users/Login.php
-%%SUGARCRMDIR%%/modules/Users/Menu.php
-%%SUGARCRMDIR%%/modules/Users/SearchForm.html
-%%SUGARCRMDIR%%/modules/Users/ChangePassword.php
-%%SUGARCRMDIR%%/modules/Users/Logout.php
-%%SUGARCRMDIR%%/modules/Users/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Users/Authenticate.php
-%%SUGARCRMDIR%%/modules/Users/Popup.php
-%%SUGARCRMDIR%%/modules/Users/EditView.php
-%%SUGARCRMDIR%%/modules/Users/Error.php
-%%SUGARCRMDIR%%/modules/Users/ListView.php
-%%SUGARCRMDIR%%/modules/Users/DetailView.php
-%%SUGARCRMDIR%%/modules/Users/ListView.html
-%%SUGARCRMDIR%%/modules/Users/Forms.php
-%%SUGARCRMDIR%%/modules/Users/DetailView.html
-%%SUGARCRMDIR%%/modules/Contacts/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewBugs.html
-%%SUGARCRMDIR%%/modules/Contacts/Forms.php
-%%SUGARCRMDIR%%/modules/Contacts/ImportVCard.php
+%%SUGARCRMDIR%%/modules/Cases/SubPanelViewer.php
+%%SUGARCRMDIR%%/modules/Cases/field_arrays.php
+%%SUGARCRMDIR%%/modules/Cases/index.php
+%%SUGARCRMDIR%%/modules/Cases/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Cases/layout_defs.php
+%%SUGARCRMDIR%%/modules/Cases/subpanels/ForContacts.php
+%%SUGARCRMDIR%%/modules/Cases/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Cases/vardefs.php
+%%SUGARCRMDIR%%/modules/Contacts/BusinessCard.html
+%%SUGARCRMDIR%%/modules/Contacts/BusinessCard.php
+%%SUGARCRMDIR%%/modules/Contacts/Contact.php
+%%SUGARCRMDIR%%/modules/Contacts/ContactFormBase.php
+%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationship.php
+%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationshipEdit.html
+%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationshipEdit.php
+%%SUGARCRMDIR%%/modules/Contacts/Delete.php
+%%SUGARCRMDIR%%/modules/Contacts/DeleteContactCaseRelationship.php
+%%SUGARCRMDIR%%/modules/Contacts/DeleteContactOpportunityRelationship.php
+%%SUGARCRMDIR%%/modules/Contacts/DeleteDirectReportRelationship.php
+%%SUGARCRMDIR%%/modules/Contacts/DetailView.html
+%%SUGARCRMDIR%%/modules/Contacts/DetailView.php
%%SUGARCRMDIR%%/modules/Contacts/EditView.html
+%%SUGARCRMDIR%%/modules/Contacts/EditView.php
+%%SUGARCRMDIR%%/modules/Contacts/Email_picker.html
+%%SUGARCRMDIR%%/modules/Contacts/Email_picker_old.html
+%%SUGARCRMDIR%%/modules/Contacts/Forms.php
%%SUGARCRMDIR%%/modules/Contacts/Import.php
+%%SUGARCRMDIR%%/modules/Contacts/ImportVCard.html
+%%SUGARCRMDIR%%/modules/Contacts/ImportVCard.php
+%%SUGARCRMDIR%%/modules/Contacts/ListView.html
+%%SUGARCRMDIR%%/modules/Contacts/ListView.php
+%%SUGARCRMDIR%%/modules/Contacts/Menu.php
+%%SUGARCRMDIR%%/modules/Contacts/Popup.php
+%%SUGARCRMDIR%%/modules/Contacts/Popup_old.php
+%%SUGARCRMDIR%%/modules/Contacts/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Contacts/Popup_picker.php
%%SUGARCRMDIR%%/modules/Contacts/Save.php
+%%SUGARCRMDIR%%/modules/Contacts/SaveContactOpportunityRelationship.php
+%%SUGARCRMDIR%%/modules/Contacts/SearchForm.html
+%%SUGARCRMDIR%%/modules/Contacts/ShowDuplicates.html
+%%SUGARCRMDIR%%/modules/Contacts/ShowDuplicates.php
%%SUGARCRMDIR%%/modules/Contacts/SubPanelEdit.php
-%%SUGARCRMDIR%%/modules/Contacts/DeleteContactOpportunityRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationshipEdit.php
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelEditUsers.php
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelEditUsersContacts.php
%%SUGARCRMDIR%%/modules/Contacts/SubPanelView.html
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelView.php
%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewAccounts.html
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewBugs.html
%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewCase.html
-%%SUGARCRMDIR%%/modules/Contacts/Menu.php
-%%SUGARCRMDIR%%/modules/Contacts/DeleteDirectReportRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/SearchForm.html
-%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewContactsAndUsers.php
-%%SUGARCRMDIR%%/modules/Contacts/DeleteContactCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Contacts/Popup.php
-%%SUGARCRMDIR%%/modules/Contacts/SubPanelEditUsers.php
-%%SUGARCRMDIR%%/modules/Contacts/EditView.php
-%%SUGARCRMDIR%%/modules/Contacts/index.php
-%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationshipEdit.html
-%%SUGARCRMDIR%%/modules/Contacts/ListView.php
-%%SUGARCRMDIR%%/modules/Contacts/DetailView.php
-%%SUGARCRMDIR%%/modules/Contacts/BusinessCard.php
-%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Contacts/SaveContactOpportunityRelationship.php
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewCase.php
%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewContact.html
-%%SUGARCRMDIR%%/modules/Contacts/Contact.php
-%%SUGARCRMDIR%%/modules/Contacts/SubPanelEditUsersContacts.php
-%%SUGARCRMDIR%%/modules/Contacts/ImportVCard.html
-%%SUGARCRMDIR%%/modules/Contacts/ListView.html
-%%SUGARCRMDIR%%/modules/Contacts/ShowDuplicates.html
-%%SUGARCRMDIR%%/modules/Contacts/Email_picker.html
-%%SUGARCRMDIR%%/modules/Contacts/DetailView.html
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewContactsAndUsers.php
%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewDirectReport.html
-%%SUGARCRMDIR%%/modules/Contacts/BusinessCard.html
-%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewCase.php
-%%SUGARCRMDIR%%/modules/Contacts/Delete.php
-%%SUGARCRMDIR%%/modules/Contacts/contactSeedData.php
-%%SUGARCRMDIR%%/modules/Contacts/ContactFormBase.php
-%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewOpportunity.php
-%%SUGARCRMDIR%%/modules/Contacts/ShowDuplicates.php
%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewOpportunity.html
-%%SUGARCRMDIR%%/modules/Opportunities/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Opportunities/OpportunityFormBase.php
-%%SUGARCRMDIR%%/modules/Opportunities/UpgradeCurrency.php
-%%SUGARCRMDIR%%/modules/Opportunities/Forms.php
-%%SUGARCRMDIR%%/modules/Opportunities/EditView.html
-%%SUGARCRMDIR%%/modules/Opportunities/Opportunity.php
-%%SUGARCRMDIR%%/modules/Opportunities/Charts.php
-%%SUGARCRMDIR%%/modules/Opportunities/Import.php
-%%SUGARCRMDIR%%/modules/Opportunities/Save.php
-%%SUGARCRMDIR%%/modules/Opportunities/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Opportunities/Menu.php
-%%SUGARCRMDIR%%/modules/Opportunities/SearchForm.html
-%%SUGARCRMDIR%%/modules/Opportunities/ListViewTop.html
-%%SUGARCRMDIR%%/modules/Opportunities/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Opportunities/Popup.php
-%%SUGARCRMDIR%%/modules/Opportunities/EditView.php
-%%SUGARCRMDIR%%/modules/Opportunities/index.php
-%%SUGARCRMDIR%%/modules/Opportunities/ListView.php
-%%SUGARCRMDIR%%/modules/Opportunities/DetailView.php
-%%SUGARCRMDIR%%/modules/Opportunities/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Opportunities/ListView.html
-%%SUGARCRMDIR%%/modules/Opportunities/DetailView.html
-%%SUGARCRMDIR%%/modules/Opportunities/ListViewTop.php
-%%SUGARCRMDIR%%/modules/Opportunities/Delete.php
-%%SUGARCRMDIR%%/modules/Help/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewOpportunity.php
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewProject.html
+%%SUGARCRMDIR%%/modules/Contacts/SubPanelViewProject.php
+%%SUGARCRMDIR%%/modules/Contacts/contactSeedData.php
+%%SUGARCRMDIR%%/modules/Contacts/field_arrays.php
+%%SUGARCRMDIR%%/modules/Contacts/index.php
+%%SUGARCRMDIR%%/modules/Contacts/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Contacts/layout_defs.php
+%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForCases.php
+%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForContacts.php
+%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForOpportunities.php
+%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForProducts.php
+%%SUGARCRMDIR%%/modules/Contacts/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Contacts/vardefs.php
+%%SUGARCRMDIR%%/modules/Currencies/Currency.php
+%%SUGARCRMDIR%%/modules/Currencies/Delete.php
+%%SUGARCRMDIR%%/modules/Currencies/EditCurrency.php
+%%SUGARCRMDIR%%/modules/Currencies/EditView.html
+%%SUGARCRMDIR%%/modules/Currencies/Forms.php
+%%SUGARCRMDIR%%/modules/Currencies/ListCurrency.php
+%%SUGARCRMDIR%%/modules/Currencies/ListView.html
+%%SUGARCRMDIR%%/modules/Currencies/Menu.php
+%%SUGARCRMDIR%%/modules/Currencies/field_arrays.php
+%%SUGARCRMDIR%%/modules/Currencies/index.php
+%%SUGARCRMDIR%%/modules/Currencies/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Currencies/vardefs.php
+%%SUGARCRMDIR%%/modules/CustomFields/CustomFields.php
+%%SUGARCRMDIR%%/modules/CustomFields/Forms.php
+%%SUGARCRMDIR%%/modules/CustomFields/Menu.php
+%%SUGARCRMDIR%%/modules/CustomFields/Popup.php
+%%SUGARCRMDIR%%/modules/CustomFields/Save.php
+%%SUGARCRMDIR%%/modules/CustomFields/field_arrays.php
+%%SUGARCRMDIR%%/modules/CustomFields/install_custom.php
+%%SUGARCRMDIR%%/modules/CustomFields/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/CustomFields/templates/detail_view.php
+%%SUGARCRMDIR%%/modules/CustomFields/templates/edit_view.php
+%%SUGARCRMDIR%%/modules/CustomFields/vardefs.php
+%%SUGARCRMDIR%%/modules/Dashboard/Chart_lead_source_by_outcome.php
+%%SUGARCRMDIR%%/modules/Dashboard/Chart_my_pipeline_by_sales_stage.php
+%%SUGARCRMDIR%%/modules/Dashboard/Chart_outcome_by_month.php
+%%SUGARCRMDIR%%/modules/Dashboard/Chart_pipeline_by_lead_source.php
+%%SUGARCRMDIR%%/modules/Dashboard/Chart_pipeline_by_sales_stage.php
+%%SUGARCRMDIR%%/modules/Dashboard/Forms.php
+%%SUGARCRMDIR%%/modules/Dashboard/Menu.php
+%%SUGARCRMDIR%%/modules/Dashboard/index.php
+%%SUGARCRMDIR%%/modules/Dashboard/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Documents/Delete.php
+%%SUGARCRMDIR%%/modules/Documents/DetailView.html
+%%SUGARCRMDIR%%/modules/Documents/DetailView.php
+%%SUGARCRMDIR%%/modules/Documents/Document.php
+%%SUGARCRMDIR%%/modules/Documents/DocumentRevision.php
+%%SUGARCRMDIR%%/modules/Documents/DocumentRevisionEditView.html
+%%SUGARCRMDIR%%/modules/Documents/DocumentRevisionEditView.php
+%%SUGARCRMDIR%%/modules/Documents/DocumentRevisionListView.html
+%%SUGARCRMDIR%%/modules/Documents/DocumentTreeView.php
+%%SUGARCRMDIR%%/modules/Documents/EditView.html
+%%SUGARCRMDIR%%/modules/Documents/EditView.php
+%%SUGARCRMDIR%%/modules/Documents/Forms.php
+%%SUGARCRMDIR%%/modules/Documents/ListView.html
+%%SUGARCRMDIR%%/modules/Documents/ListView.php
+%%SUGARCRMDIR%%/modules/Documents/Menu.php
+%%SUGARCRMDIR%%/modules/Documents/Save.php
+%%SUGARCRMDIR%%/modules/Documents/SearchForm.html
+%%SUGARCRMDIR%%/modules/Documents/field_arrays.php
+%%SUGARCRMDIR%%/modules/Documents/index.php
+%%SUGARCRMDIR%%/modules/Documents/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Documents/vardefs.php
+%%SUGARCRMDIR%%/modules/Dropdown/EditView.html
+%%SUGARCRMDIR%%/modules/Dropdown/EditView.php
+%%SUGARCRMDIR%%/modules/Dropdown/Forms.php
+%%SUGARCRMDIR%%/modules/Dropdown/ListView.html
+%%SUGARCRMDIR%%/modules/Dropdown/ListView.php
+%%SUGARCRMDIR%%/modules/Dropdown/Menu.php
+%%SUGARCRMDIR%%/modules/Dropdown/Popup.html
+%%SUGARCRMDIR%%/modules/Dropdown/Popup.php
+%%SUGARCRMDIR%%/modules/Dropdown/SearchForm.html
+%%SUGARCRMDIR%%/modules/Dropdown/index.php
+%%SUGARCRMDIR%%/modules/Dropdown/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Dynamic/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Dynamic/templates/Fields/TemplateField.php
+%%SUGARCRMDIR%%/modules/Dynamic/templates/Fields/TemplateText.php
+%%SUGARCRMDIR%%/modules/Dynamic/templates/Files/DetailView.php
+%%SUGARCRMDIR%%/modules/Dynamic/templates/Files/EditView.php
+%%SUGARCRMDIR%%/modules/DynamicFields/DynamicField.php
+%%SUGARCRMDIR%%/modules/DynamicFields/FieldCases.php
+%%SUGARCRMDIR%%/modules/DynamicFields/Popup.php
+%%SUGARCRMDIR%%/modules/DynamicFields/Save.php
+%%SUGARCRMDIR%%/modules/DynamicFields/UpgradeFields.php
+%%SUGARCRMDIR%%/modules/DynamicFields/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateBoolean.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateDate.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateEnum.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateField.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateFloat.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateInt.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateRelatedTextField.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateText.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateTextArea.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Files/DetailView.php
+%%SUGARCRMDIR%%/modules/DynamicFields/templates/Files/EditView.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/AddField.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/ColSlotParser.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/DeleteFields.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/DynamicLayoutUtils.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/DynamicLayout_3.js
+%%SUGARCRMDIR%%/modules/DynamicLayout/Forms.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/HTMLPHPMapping.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/LabelParser.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/LayoutTemplate.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/Menu.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/RowSlotParser.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/SelectFile.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/SlotLogger.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/SlotParser.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/index.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/ArrayParser.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/ColSlotParser.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/RowSlotParser.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/SubPanelColParser.php
+%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/SubPanelParser.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/CustomFieldsTable.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/CustomFieldsTableSchema.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/Delete.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/DisplayDropDownValues.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/EditCustomFields.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/EditView.html
+%%SUGARCRMDIR%%/modules/EditCustomFields/EditView.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/FieldsMetaData.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/Forms.html
+%%SUGARCRMDIR%%/modules/EditCustomFields/Forms.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/ListView.html
+%%SUGARCRMDIR%%/modules/EditCustomFields/ListView.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/Menu.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/Popup.html
+%%SUGARCRMDIR%%/modules/EditCustomFields/Popup.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/Save.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/Saveold.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/SearchForm.html
+%%SUGARCRMDIR%%/modules/EditCustomFields/index.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/EditCustomFields/vardefs.php
+%%SUGARCRMDIR%%/modules/EmailMan/EmailMan.php
+%%SUGARCRMDIR%%/modules/EmailMan/EmailManDelivery.php
+%%SUGARCRMDIR%%/modules/EmailMan/Forms.php
+%%SUGARCRMDIR%%/modules/EmailMan/ListView.html
+%%SUGARCRMDIR%%/modules/EmailMan/ListView.php
+%%SUGARCRMDIR%%/modules/EmailMan/Menu.php
+%%SUGARCRMDIR%%/modules/EmailMan/SearchForm.html
+%%SUGARCRMDIR%%/modules/EmailMan/field_arrays.php
+%%SUGARCRMDIR%%/modules/EmailMan/index.php
+%%SUGARCRMDIR%%/modules/EmailMan/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/EmailMan/vardefs.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/Delete.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/DetailView.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/EditView.html
+%%SUGARCRMDIR%%/modules/EmailMarketing/EditView.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/EmailMarketing.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/Forms.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/Menu.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/Save.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/SubPanelView.html
+%%SUGARCRMDIR%%/modules/EmailMarketing/SubPanelView.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/field_arrays.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/layout_defs.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/subpanels/default.php
+%%SUGARCRMDIR%%/modules/EmailMarketing/vardefs.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/Delete.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/DetailView.html
+%%SUGARCRMDIR%%/modules/EmailTemplates/DetailView.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/EditView.html
+%%SUGARCRMDIR%%/modules/EmailTemplates/EditView.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/EmailTemplate.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/EmailTemplateFormBase.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/Forms.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/ListView.html
+%%SUGARCRMDIR%%/modules/EmailTemplates/ListView.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/Menu.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/Save.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/SearchForm.html
+%%SUGARCRMDIR%%/modules/EmailTemplates/field_arrays.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/index.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/EmailTemplates/vardefs.php
+%%SUGARCRMDIR%%/modules/Emails/Delete.php
+%%SUGARCRMDIR%%/modules/Emails/DeleteEmailContactRelationship.php
+%%SUGARCRMDIR%%/modules/Emails/DeleteEmailUserRelationship.php
+%%SUGARCRMDIR%%/modules/Emails/DetailView.html
+%%SUGARCRMDIR%%/modules/Emails/DetailView.php
+%%SUGARCRMDIR%%/modules/Emails/DetailViewSent.html
+%%SUGARCRMDIR%%/modules/Emails/DetailViewSent.php
+%%SUGARCRMDIR%%/modules/Emails/EditView.html
+%%SUGARCRMDIR%%/modules/Emails/EditView.js
+%%SUGARCRMDIR%%/modules/Emails/EditView.php
+%%SUGARCRMDIR%%/modules/Emails/EditViewArchive.html
+%%SUGARCRMDIR%%/modules/Emails/EditViewArchive.js
+%%SUGARCRMDIR%%/modules/Emails/EditViewSend.html
+%%SUGARCRMDIR%%/modules/Emails/EditViewSend.php
+%%SUGARCRMDIR%%/modules/Emails/Email.php
+%%SUGARCRMDIR%%/modules/Emails/Forms.php
+%%SUGARCRMDIR%%/modules/Emails/ListView.html
+%%SUGARCRMDIR%%/modules/Emails/ListView.php
+%%SUGARCRMDIR%%/modules/Emails/ListViewDrafts.html
+%%SUGARCRMDIR%%/modules/Emails/ListViewDrafts.php
+%%SUGARCRMDIR%%/modules/Emails/ListViewSent.html
+%%SUGARCRMDIR%%/modules/Emails/ListViewSent.php
+%%SUGARCRMDIR%%/modules/Emails/Menu.php
+%%SUGARCRMDIR%%/modules/Emails/Popup.php
+%%SUGARCRMDIR%%/modules/Emails/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Emails/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Emails/Save.php
+%%SUGARCRMDIR%%/modules/Emails/SearchForm.html
+%%SUGARCRMDIR%%/modules/Emails/Status.html
+%%SUGARCRMDIR%%/modules/Emails/Status.php
+%%SUGARCRMDIR%%/modules/Emails/SubPanelViewRecipients.html
+%%SUGARCRMDIR%%/modules/Emails/SubPanelViewRecipients.php
+%%SUGARCRMDIR%%/modules/Emails/field_arrays.php
+%%SUGARCRMDIR%%/modules/Emails/index.php
+%%SUGARCRMDIR%%/modules/Emails/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Emails/layout_defs.php
+%%SUGARCRMDIR%%/modules/Emails/subpanels/ForContacts.php
+%%SUGARCRMDIR%%/modules/Emails/subpanels/ForHistory.php
+%%SUGARCRMDIR%%/modules/Emails/subpanels/ForUsers.php
+%%SUGARCRMDIR%%/modules/Emails/vardefs.php
+%%SUGARCRMDIR%%/modules/Employees/DetailView.html
+%%SUGARCRMDIR%%/modules/Employees/DetailView.php
+%%SUGARCRMDIR%%/modules/Employees/EditView.html
+%%SUGARCRMDIR%%/modules/Employees/EditView.php
+%%SUGARCRMDIR%%/modules/Employees/Employee.php
+%%SUGARCRMDIR%%/modules/Employees/Error.php
+%%SUGARCRMDIR%%/modules/Employees/Forms.php
+%%SUGARCRMDIR%%/modules/Employees/ListView.html
+%%SUGARCRMDIR%%/modules/Employees/ListView.php
+%%SUGARCRMDIR%%/modules/Employees/Menu.php
+%%SUGARCRMDIR%%/modules/Employees/Popup.php
+%%SUGARCRMDIR%%/modules/Employees/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Employees/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Employees/Save.php
+%%SUGARCRMDIR%%/modules/Employees/SearchForm.html
+%%SUGARCRMDIR%%/modules/Employees/WapAuthenticate.php
+%%SUGARCRMDIR%%/modules/Employees/WapMenu.php
+%%SUGARCRMDIR%%/modules/Employees/field_arrays.php
+%%SUGARCRMDIR%%/modules/Employees/index.php
+%%SUGARCRMDIR%%/modules/Employees/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Employees/vardefs.php
+%%SUGARCRMDIR%%/modules/Feeds/AddFavorite.php
+%%SUGARCRMDIR%%/modules/Feeds/Delete.php
+%%SUGARCRMDIR%%/modules/Feeds/DeleteFavorite.php
+%%SUGARCRMDIR%%/modules/Feeds/DetailView.html
+%%SUGARCRMDIR%%/modules/Feeds/DetailView.php
+%%SUGARCRMDIR%%/modules/Feeds/EditView.html
+%%SUGARCRMDIR%%/modules/Feeds/EditView.php
+%%SUGARCRMDIR%%/modules/Feeds/Feed.php
+%%SUGARCRMDIR%%/modules/Feeds/FeedFormBase.php
+%%SUGARCRMDIR%%/modules/Feeds/Forms.php
+%%SUGARCRMDIR%%/modules/Feeds/Import.php
+%%SUGARCRMDIR%%/modules/Feeds/ListView.html
+%%SUGARCRMDIR%%/modules/Feeds/ListView.php
+%%SUGARCRMDIR%%/modules/Feeds/Menu.php
+%%SUGARCRMDIR%%/modules/Feeds/MoveDown.php
+%%SUGARCRMDIR%%/modules/Feeds/MoveUp.php
+%%SUGARCRMDIR%%/modules/Feeds/MyFeeds.php
+%%SUGARCRMDIR%%/modules/Feeds/Save.php
+%%SUGARCRMDIR%%/modules/Feeds/SearchForm.html
+%%SUGARCRMDIR%%/modules/Feeds/feeds.sql
+%%SUGARCRMDIR%%/modules/Feeds/feeds_os.sql
+%%SUGARCRMDIR%%/modules/Feeds/field_arrays.php
+%%SUGARCRMDIR%%/modules/Feeds/index.php
+%%SUGARCRMDIR%%/modules/Feeds/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Feeds/vardefs.php
%%SUGARCRMDIR%%/modules/Help/Forms.php
%%SUGARCRMDIR%%/modules/Help/Menu.php
%%SUGARCRMDIR%%/modules/Help/index.php
-%%SUGARCRMDIR%%/modules/Import/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Import/parse_utils.php
+%%SUGARCRMDIR%%/modules/Help/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/History/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/History/layout_defs.php
+%%SUGARCRMDIR%%/modules/Home/About.php
+%%SUGARCRMDIR%%/modules/Home/Forms.php
+%%SUGARCRMDIR%%/modules/Home/Home.html
+%%SUGARCRMDIR%%/modules/Home/LastViewed.php
+%%SUGARCRMDIR%%/modules/Home/Menu.php
+%%SUGARCRMDIR%%/modules/Home/PopupSugar.php
+%%SUGARCRMDIR%%/modules/Home/UnifiedSearch.php
+%%SUGARCRMDIR%%/modules/Home/index.php
+%%SUGARCRMDIR%%/modules/Home/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Import/Forms.php
+%%SUGARCRMDIR%%/modules/Import/ImportAccount.php
+%%SUGARCRMDIR%%/modules/Import/ImportButton.php
+%%SUGARCRMDIR%%/modules/Import/ImportContact.php
%%SUGARCRMDIR%%/modules/Import/ImportLead.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep4.php
-%%SUGARCRMDIR%%/modules/Import/error.html
+%%SUGARCRMDIR%%/modules/Import/ImportMap.php
%%SUGARCRMDIR%%/modules/Import/ImportNote.php
%%SUGARCRMDIR%%/modules/Import/ImportOpportunity.php
-%%SUGARCRMDIR%%/modules/Import/Forms.php
-%%SUGARCRMDIR%%/modules/Import/ImportContact.php
-%%SUGARCRMDIR%%/modules/Import/Menu.php
-%%SUGARCRMDIR%%/modules/Import/UsersLastImport.php
+%%SUGARCRMDIR%%/modules/Import/ImportProspect.php
+%%SUGARCRMDIR%%/modules/Import/ImportStep1.html
+%%SUGARCRMDIR%%/modules/Import/ImportStep1.php
+%%SUGARCRMDIR%%/modules/Import/ImportStep2.html
+%%SUGARCRMDIR%%/modules/Import/ImportStep2.php
+%%SUGARCRMDIR%%/modules/Import/ImportStep3.html
%%SUGARCRMDIR%%/modules/Import/ImportStep3.php
+%%SUGARCRMDIR%%/modules/Import/ImportStep4.html
+%%SUGARCRMDIR%%/modules/Import/ImportStep4.php
%%SUGARCRMDIR%%/modules/Import/ImportSteplast.php
%%SUGARCRMDIR%%/modules/Import/ImportStepundo.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep2.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep1.php
-%%SUGARCRMDIR%%/modules/Import/ImportMap.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep4.html
-%%SUGARCRMDIR%%/modules/Import/index.php
+%%SUGARCRMDIR%%/modules/Import/Menu.php
%%SUGARCRMDIR%%/modules/Import/SugarFile.php
+%%SUGARCRMDIR%%/modules/Import/UsersLastImport.php
%%SUGARCRMDIR%%/modules/Import/config.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep1.html
-%%SUGARCRMDIR%%/modules/Import/ImportButton.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep3.html
+%%SUGARCRMDIR%%/modules/Import/error.html
%%SUGARCRMDIR%%/modules/Import/error.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep2.html
-%%SUGARCRMDIR%%/modules/Import/ImportAccount.php
-%%SUGARCRMDIR%%/modules/Dropdown/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Dropdown/EditView.html
-%%SUGARCRMDIR%%/modules/Dropdown/Menu.php
-%%SUGARCRMDIR%%/modules/Dropdown/SearchForm.html
-%%SUGARCRMDIR%%/modules/Dropdown/Popup.php
-%%SUGARCRMDIR%%/modules/Dropdown/Popup.html
-%%SUGARCRMDIR%%/modules/Dropdown/EditView.php
-%%SUGARCRMDIR%%/modules/Dropdown/index.php
-%%SUGARCRMDIR%%/modules/Dropdown/ListView.php
-%%SUGARCRMDIR%%/modules/Dropdown/Forms.php
-%%SUGARCRMDIR%%/modules/Dropdown/ListView.html
-%%SUGARCRMDIR%%/modules/Accounts/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Accounts/DeleteIssueAccountRelationship.php
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewBugs.html
-%%SUGARCRMDIR%%/modules/Accounts/Forms.php
-%%SUGARCRMDIR%%/modules/Accounts/EditView.html
-%%SUGARCRMDIR%%/modules/Accounts/Import.php
-%%SUGARCRMDIR%%/modules/Accounts/Save.php
-%%SUGARCRMDIR%%/modules/Accounts/Menu.php
-%%SUGARCRMDIR%%/modules/Accounts/DeleteBugAccountRelationship.php
-%%SUGARCRMDIR%%/modules/Accounts/SearchForm.html
-%%SUGARCRMDIR%%/modules/Accounts/Account.php
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewMemberAccount.html
-%%SUGARCRMDIR%%/modules/Accounts/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Accounts/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Accounts/Popup.php
-%%SUGARCRMDIR%%/modules/Accounts/EditView.php
-%%SUGARCRMDIR%%/modules/Accounts/index.php
-%%SUGARCRMDIR%%/modules/Accounts/ListView.php
-%%SUGARCRMDIR%%/modules/Accounts/DetailView.php
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Accounts/ListView.html
-%%SUGARCRMDIR%%/modules/Accounts/ShowDuplicates.html
-%%SUGARCRMDIR%%/modules/Accounts/DeleteMemberAccountRelationship.php
-%%SUGARCRMDIR%%/modules/Accounts/DetailView.html
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewBugs.php
-%%SUGARCRMDIR%%/modules/Accounts/AccountFormBase.php
-%%SUGARCRMDIR%%/modules/Accounts/ShowDuplicates.php
-%%SUGARCRMDIR%%/modules/Accounts/Delete.php
-%%SUGARCRMDIR%%/modules/Home/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Home/UnifiedSearch.php
-%%SUGARCRMDIR%%/modules/Home/Home.html
-%%SUGARCRMDIR%%/modules/Home/LastViewed.php
-%%SUGARCRMDIR%%/modules/Home/Menu.php
-%%SUGARCRMDIR%%/modules/Home/About.php
-%%SUGARCRMDIR%%/modules/Home/Forms.php
-%%SUGARCRMDIR%%/modules/Home/index.php
-%%SUGARCRMDIR%%/modules/Tasks/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Tasks/MyTasks.html
-%%SUGARCRMDIR%%/modules/Tasks/Forms.php
-%%SUGARCRMDIR%%/modules/Tasks/EditView.html
-%%SUGARCRMDIR%%/modules/Tasks/Save.php
-%%SUGARCRMDIR%%/modules/Tasks/Menu.php
-%%SUGARCRMDIR%%/modules/Tasks/SearchForm.html
-%%SUGARCRMDIR%%/modules/Tasks/EditView.php
-%%SUGARCRMDIR%%/modules/Tasks/index.php
-%%SUGARCRMDIR%%/modules/Tasks/ListView.php
-%%SUGARCRMDIR%%/modules/Tasks/DetailView.php
-%%SUGARCRMDIR%%/modules/Tasks/ListView.html
-%%SUGARCRMDIR%%/modules/Tasks/Task.php
-%%SUGARCRMDIR%%/modules/Tasks/DetailView.html
-%%SUGARCRMDIR%%/modules/Tasks/MyTasks.php
-%%SUGARCRMDIR%%/modules/Tasks/Delete.php
-%%SUGARCRMDIR%%/modules/Releases/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Releases/EditView.html
-%%SUGARCRMDIR%%/modules/Releases/Save.php
-%%SUGARCRMDIR%%/modules/Releases/Menu.php
-%%SUGARCRMDIR%%/modules/Releases/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Releases/Popup.php
-%%SUGARCRMDIR%%/modules/Releases/Release.php
-%%SUGARCRMDIR%%/modules/Releases/EditView.php
-%%SUGARCRMDIR%%/modules/Releases/index.php
-%%SUGARCRMDIR%%/modules/Releases/DetailView.php
-%%SUGARCRMDIR%%/modules/Releases/ListView.html
-%%SUGARCRMDIR%%/modules/Releases/Forms.php
-%%SUGARCRMDIR%%/modules/Releases/Delete.php
-%%SUGARCRMDIR%%/modules/Notes/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Import/index.php
+%%SUGARCRMDIR%%/modules/Import/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Import/parse_utils.php
+%%SUGARCRMDIR%%/modules/Import/vardefs.php
+%%SUGARCRMDIR%%/modules/LabelEditor/EditView.html
+%%SUGARCRMDIR%%/modules/LabelEditor/EditView.php
+%%SUGARCRMDIR%%/modules/LabelEditor/Forms.php
+%%SUGARCRMDIR%%/modules/LabelEditor/LabelList.php
+%%SUGARCRMDIR%%/modules/LabelEditor/Menu.php
+%%SUGARCRMDIR%%/modules/LabelEditor/Save.php
+%%SUGARCRMDIR%%/modules/LabelEditor/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Leads/ConvertLead.html
+%%SUGARCRMDIR%%/modules/Leads/ConvertLead.php
+%%SUGARCRMDIR%%/modules/Leads/Delete.php
+%%SUGARCRMDIR%%/modules/Leads/DetailView.html
+%%SUGARCRMDIR%%/modules/Leads/DetailView.php
+%%SUGARCRMDIR%%/modules/Leads/EditView.html
+%%SUGARCRMDIR%%/modules/Leads/EditView.php
+%%SUGARCRMDIR%%/modules/Leads/Forms.php
+%%SUGARCRMDIR%%/modules/Leads/Import.php
+%%SUGARCRMDIR%%/modules/Leads/ImportVCard.php
+%%SUGARCRMDIR%%/modules/Leads/Lead.php
+%%SUGARCRMDIR%%/modules/Leads/LeadFormBase.php
+%%SUGARCRMDIR%%/modules/Leads/ListView.html
+%%SUGARCRMDIR%%/modules/Leads/ListView.php
+%%SUGARCRMDIR%%/modules/Leads/Menu.php
+%%SUGARCRMDIR%%/modules/Leads/MyLeads.html
+%%SUGARCRMDIR%%/modules/Leads/MyLeads.php
+%%SUGARCRMDIR%%/modules/Leads/Popup.php
+%%SUGARCRMDIR%%/modules/Leads/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Leads/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Leads/Save.php
+%%SUGARCRMDIR%%/modules/Leads/SearchForm.html
+%%SUGARCRMDIR%%/modules/Leads/SubPanelView.html
+%%SUGARCRMDIR%%/modules/Leads/SubPanelView.php
+%%SUGARCRMDIR%%/modules/Leads/field_arrays.php
+%%SUGARCRMDIR%%/modules/Leads/index.php
+%%SUGARCRMDIR%%/modules/Leads/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Leads/layout_defs.php
+%%SUGARCRMDIR%%/modules/Leads/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Leads/vardefs.php
+%%SUGARCRMDIR%%/modules/Meetings/Delete.php
+%%SUGARCRMDIR%%/modules/Meetings/DeleteMeetingContactRelationship.php
+%%SUGARCRMDIR%%/modules/Meetings/DeleteMeetingUserRelationship.php
+%%SUGARCRMDIR%%/modules/Meetings/DetailView.html
+%%SUGARCRMDIR%%/modules/Meetings/DetailView.php
+%%SUGARCRMDIR%%/modules/Meetings/EditView.html
+%%SUGARCRMDIR%%/modules/Meetings/EditView.php
+%%SUGARCRMDIR%%/modules/Meetings/Forms.php
+%%SUGARCRMDIR%%/modules/Meetings/ListView.html
+%%SUGARCRMDIR%%/modules/Meetings/ListView.php
+%%SUGARCRMDIR%%/modules/Meetings/Meeting.php
+%%SUGARCRMDIR%%/modules/Meetings/MeetingFormBase.php
+%%SUGARCRMDIR%%/modules/Meetings/Menu.php
+%%SUGARCRMDIR%%/modules/Meetings/Popup.php
+%%SUGARCRMDIR%%/modules/Meetings/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Meetings/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Meetings/Save.php
+%%SUGARCRMDIR%%/modules/Meetings/SearchForm.html
+%%SUGARCRMDIR%%/modules/Meetings/SubPanelViewInvitees.html
+%%SUGARCRMDIR%%/modules/Meetings/SubPanelViewInvitees.php
+%%SUGARCRMDIR%%/modules/Meetings/field_arrays.php
+%%SUGARCRMDIR%%/modules/Meetings/index.php
+%%SUGARCRMDIR%%/modules/Meetings/jsclass_scheduler.js
+%%SUGARCRMDIR%%/modules/Meetings/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Meetings/layout_defs.php
+%%SUGARCRMDIR%%/modules/Meetings/subpanels/ForActivities.php
+%%SUGARCRMDIR%%/modules/Meetings/subpanels/ForHistory.php
+%%SUGARCRMDIR%%/modules/Meetings/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Meetings/vardefs.php
+%%SUGARCRMDIR%%/modules/MySettings/StoreQuery.php
+%%SUGARCRMDIR%%/modules/MySettings/TabController.php
+%%SUGARCRMDIR%%/modules/MySettings/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Notes/Delete.php
+%%SUGARCRMDIR%%/modules/Notes/DetailView.html
+%%SUGARCRMDIR%%/modules/Notes/DetailView.php
%%SUGARCRMDIR%%/modules/Notes/EditView.html
+%%SUGARCRMDIR%%/modules/Notes/EditView.php
+%%SUGARCRMDIR%%/modules/Notes/Forms.php
%%SUGARCRMDIR%%/modules/Notes/Import.php
-%%SUGARCRMDIR%%/modules/Notes/Save.php
-%%SUGARCRMDIR%%/modules/Notes/SubPanelView.html
+%%SUGARCRMDIR%%/modules/Notes/ListView.html
+%%SUGARCRMDIR%%/modules/Notes/ListView.php
%%SUGARCRMDIR%%/modules/Notes/Menu.php
%%SUGARCRMDIR%%/modules/Notes/Note.php
-%%SUGARCRMDIR%%/modules/Notes/SearchForm.html
%%SUGARCRMDIR%%/modules/Notes/NoteFormBase.php
-%%SUGARCRMDIR%%/modules/Notes/EditView.php
-%%SUGARCRMDIR%%/modules/Notes/index.php
-%%SUGARCRMDIR%%/modules/Notes/ListView.php
-%%SUGARCRMDIR%%/modules/Notes/DetailView.php
-%%SUGARCRMDIR%%/modules/Notes/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Notes/ListView.html
-%%SUGARCRMDIR%%/modules/Notes/DetailView.html
%%SUGARCRMDIR%%/modules/Notes/NoteSoap.php
-%%SUGARCRMDIR%%/modules/Notes/Forms.php
-%%SUGARCRMDIR%%/modules/Notes/Delete.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/Forms.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/SelectFile.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/LayoutTemplate.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/Menu.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/DynamicLayoutUtils.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/SlotLogger.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/HTMLPHPMapping.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/AddField.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/index.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/SlotParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/RowSlotParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/ColSlotParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/DeleteFields.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/DynamicLayout.js
-%%SUGARCRMDIR%%/modules/MySettings/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/MySettings/StoreQuery.php
-%%SUGARCRMDIR%%/modules/MySettings/TabController.php
-%%SUGARCRMDIR%%/modules/Bugs/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationship.php
-%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationshipEdit.php
-%%SUGARCRMDIR%%/modules/Bugs/DeleteContactBugRelationship.php
-%%SUGARCRMDIR%%/modules/Bugs/Forms.php
-%%SUGARCRMDIR%%/modules/Bugs/EditView.html
-%%SUGARCRMDIR%%/modules/Bugs/Charts.php
-%%SUGARCRMDIR%%/modules/Bugs/Save.php
-%%SUGARCRMDIR%%/modules/Bugs/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Bugs/Menu.php
-%%SUGARCRMDIR%%/modules/Bugs/SearchForm.html
-%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationshipEdit.html
-%%SUGARCRMDIR%%/modules/Bugs/SaveContactBugRelationship.php
-%%SUGARCRMDIR%%/modules/Bugs/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Bugs/Popup.php
-%%SUGARCRMDIR%%/modules/Bugs/EditView.php
-%%SUGARCRMDIR%%/modules/Bugs/index.php
-%%SUGARCRMDIR%%/modules/Bugs/MyBugs.php
-%%SUGARCRMDIR%%/modules/Bugs/ListView.php
-%%SUGARCRMDIR%%/modules/Bugs/DetailView.php
-%%SUGARCRMDIR%%/modules/Bugs/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Bugs/ListView.html
-%%SUGARCRMDIR%%/modules/Bugs/DetailView.html
-%%SUGARCRMDIR%%/modules/Bugs/Bug.php
-%%SUGARCRMDIR%%/modules/Bugs/MyBugs.html
-%%SUGARCRMDIR%%/modules/Bugs/Delete.php
-%%SUGARCRMDIR%%/soap/SoapSugarUsers.php
+%%SUGARCRMDIR%%/modules/Notes/Popup.php
+%%SUGARCRMDIR%%/modules/Notes/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Notes/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Notes/Save.php
+%%SUGARCRMDIR%%/modules/Notes/SearchForm.html
+%%SUGARCRMDIR%%/modules/Notes/SubPanelView.html
+%%SUGARCRMDIR%%/modules/Notes/SubPanelView.php
+%%SUGARCRMDIR%%/modules/Notes/field_arrays.php
+%%SUGARCRMDIR%%/modules/Notes/index.php
+%%SUGARCRMDIR%%/modules/Notes/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Notes/subpanels/ForHistory.php
+%%SUGARCRMDIR%%/modules/Notes/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Notes/vardefs.php
+%%SUGARCRMDIR%%/modules/Opportunities/Charts.php
+%%SUGARCRMDIR%%/modules/Opportunities/Delete.php
+%%SUGARCRMDIR%%/modules/Opportunities/DetailView.html
+%%SUGARCRMDIR%%/modules/Opportunities/DetailView.php
+%%SUGARCRMDIR%%/modules/Opportunities/EditView.html
+%%SUGARCRMDIR%%/modules/Opportunities/EditView.php
+%%SUGARCRMDIR%%/modules/Opportunities/Forms.php
+%%SUGARCRMDIR%%/modules/Opportunities/Import.php
+%%SUGARCRMDIR%%/modules/Opportunities/ListView.html
+%%SUGARCRMDIR%%/modules/Opportunities/ListView.php
+%%SUGARCRMDIR%%/modules/Opportunities/ListViewTop.html
+%%SUGARCRMDIR%%/modules/Opportunities/ListViewTop.php
+%%SUGARCRMDIR%%/modules/Opportunities/Menu.php
+%%SUGARCRMDIR%%/modules/Opportunities/Opportunity.php
+%%SUGARCRMDIR%%/modules/Opportunities/OpportunityFormBase.php
+%%SUGARCRMDIR%%/modules/Opportunities/Popup.php
+%%SUGARCRMDIR%%/modules/Opportunities/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Opportunities/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Opportunities/Save.php
+%%SUGARCRMDIR%%/modules/Opportunities/SearchForm.html
+%%SUGARCRMDIR%%/modules/Opportunities/SubPanelView.html
+%%SUGARCRMDIR%%/modules/Opportunities/SubPanelView.php
+%%SUGARCRMDIR%%/modules/Opportunities/SubPanelViewProjects.html
+%%SUGARCRMDIR%%/modules/Opportunities/SubPanelViewProjects.php
+%%SUGARCRMDIR%%/modules/Opportunities/UpgradeCurrency.php
+%%SUGARCRMDIR%%/modules/Opportunities/field_arrays.php
+%%SUGARCRMDIR%%/modules/Opportunities/index.php
+%%SUGARCRMDIR%%/modules/Opportunities/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Opportunities/layout_defs.php
+%%SUGARCRMDIR%%/modules/Opportunities/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Opportunities/vardefs.php
+%%SUGARCRMDIR%%/modules/OptimisticLock/Forms.php
+%%SUGARCRMDIR%%/modules/OptimisticLock/LockResolve.php
+%%SUGARCRMDIR%%/modules/OptimisticLock/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/OptimisticLock/menu.php
+%%SUGARCRMDIR%%/modules/Project/Delete.php
+%%SUGARCRMDIR%%/modules/Project/DetailView.html
+%%SUGARCRMDIR%%/modules/Project/DetailView.php
+%%SUGARCRMDIR%%/modules/Project/EditView.html
+%%SUGARCRMDIR%%/modules/Project/EditView.php
+%%SUGARCRMDIR%%/modules/Project/Forms.html
+%%SUGARCRMDIR%%/modules/Project/Forms.php
+%%SUGARCRMDIR%%/modules/Project/ListView.html
+%%SUGARCRMDIR%%/modules/Project/ListView.php
+%%SUGARCRMDIR%%/modules/Project/Menu.php
+%%SUGARCRMDIR%%/modules/Project/Popup.html
+%%SUGARCRMDIR%%/modules/Project/Popup.php
+%%SUGARCRMDIR%%/modules/Project/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Project/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Project/Project.php
+%%SUGARCRMDIR%%/modules/Project/Save.php
+%%SUGARCRMDIR%%/modules/Project/SearchForm.html
+%%SUGARCRMDIR%%/modules/Project/SubPanelView.html
+%%SUGARCRMDIR%%/modules/Project/SubPanelView.php
+%%SUGARCRMDIR%%/modules/Project/field_arrays.php
+%%SUGARCRMDIR%%/modules/Project/index.php
+%%SUGARCRMDIR%%/modules/Project/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Project/layout_defs.php
+%%SUGARCRMDIR%%/modules/Project/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Project/vardefs.php
+%%SUGARCRMDIR%%/modules/ProjectTask/Delete.php
+%%SUGARCRMDIR%%/modules/ProjectTask/DetailView.html
+%%SUGARCRMDIR%%/modules/ProjectTask/DetailView.php
+%%SUGARCRMDIR%%/modules/ProjectTask/EditView.html
+%%SUGARCRMDIR%%/modules/ProjectTask/EditView.php
+%%SUGARCRMDIR%%/modules/ProjectTask/Forms.html
+%%SUGARCRMDIR%%/modules/ProjectTask/Forms.php
+%%SUGARCRMDIR%%/modules/ProjectTask/ListView.html
+%%SUGARCRMDIR%%/modules/ProjectTask/ListView.php
+%%SUGARCRMDIR%%/modules/ProjectTask/Menu.php
+%%SUGARCRMDIR%%/modules/ProjectTask/MyProjectTasks.html
+%%SUGARCRMDIR%%/modules/ProjectTask/MyProjectTasks.php
+%%SUGARCRMDIR%%/modules/ProjectTask/Popup.html
+%%SUGARCRMDIR%%/modules/ProjectTask/Popup.php
+%%SUGARCRMDIR%%/modules/ProjectTask/Popup_picker.html
+%%SUGARCRMDIR%%/modules/ProjectTask/Popup_picker.php
+%%SUGARCRMDIR%%/modules/ProjectTask/ProjectTask.php
+%%SUGARCRMDIR%%/modules/ProjectTask/Save.php
+%%SUGARCRMDIR%%/modules/ProjectTask/SearchForm.html
+%%SUGARCRMDIR%%/modules/ProjectTask/SubPanelView.html
+%%SUGARCRMDIR%%/modules/ProjectTask/SubPanelView.php
+%%SUGARCRMDIR%%/modules/ProjectTask/field_arrays.php
+%%SUGARCRMDIR%%/modules/ProjectTask/index.php
+%%SUGARCRMDIR%%/modules/ProjectTask/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/ProjectTask/layout_defs.php
+%%SUGARCRMDIR%%/modules/ProjectTask/subpanels/ForActivities.php
+%%SUGARCRMDIR%%/modules/ProjectTask/subpanels/default.php
+%%SUGARCRMDIR%%/modules/ProjectTask/vardefs.php
+%%SUGARCRMDIR%%/modules/ProspectLists/Delete.php
+%%SUGARCRMDIR%%/modules/ProspectLists/DeleteContactsRelationship.php
+%%SUGARCRMDIR%%/modules/ProspectLists/DeleteLeadsRelationship.php
+%%SUGARCRMDIR%%/modules/ProspectLists/DeleteProspectsRelationship.php
+%%SUGARCRMDIR%%/modules/ProspectLists/DetailView.html
+%%SUGARCRMDIR%%/modules/ProspectLists/DetailView.php
+%%SUGARCRMDIR%%/modules/ProspectLists/EditView.html
+%%SUGARCRMDIR%%/modules/ProspectLists/EditView.php
+%%SUGARCRMDIR%%/modules/ProspectLists/Forms.html
+%%SUGARCRMDIR%%/modules/ProspectLists/Forms.php
+%%SUGARCRMDIR%%/modules/ProspectLists/ListView.html
+%%SUGARCRMDIR%%/modules/ProspectLists/ListView.php
+%%SUGARCRMDIR%%/modules/ProspectLists/Menu.php
+%%SUGARCRMDIR%%/modules/ProspectLists/Popup.php
+%%SUGARCRMDIR%%/modules/ProspectLists/Popup_picker.html
+%%SUGARCRMDIR%%/modules/ProspectLists/Popup_picker.php
+%%SUGARCRMDIR%%/modules/ProspectLists/ProspectList.php
+%%SUGARCRMDIR%%/modules/ProspectLists/Save.php
+%%SUGARCRMDIR%%/modules/ProspectLists/SaveContactsRelationship.php
+%%SUGARCRMDIR%%/modules/ProspectLists/SaveLeadsRelationship.php
+%%SUGARCRMDIR%%/modules/ProspectLists/SaveProspectsRelationship.php
+%%SUGARCRMDIR%%/modules/ProspectLists/SaveReportRelationship.php
+%%SUGARCRMDIR%%/modules/ProspectLists/SearchForm.html
+%%SUGARCRMDIR%%/modules/ProspectLists/SubPanelView.html
+%%SUGARCRMDIR%%/modules/ProspectLists/SubPanelView.php
+%%SUGARCRMDIR%%/modules/ProspectLists/field_arrays.php
+%%SUGARCRMDIR%%/modules/ProspectLists/index.php
+%%SUGARCRMDIR%%/modules/ProspectLists/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/ProspectLists/layout_defs.php
+%%SUGARCRMDIR%%/modules/ProspectLists/subpanels/default.php
+%%SUGARCRMDIR%%/modules/ProspectLists/vardefs.php
+%%SUGARCRMDIR%%/modules/Prospects/Delete.php
+%%SUGARCRMDIR%%/modules/Prospects/DetailView.html
+%%SUGARCRMDIR%%/modules/Prospects/DetailView.php
+%%SUGARCRMDIR%%/modules/Prospects/EditView.html
+%%SUGARCRMDIR%%/modules/Prospects/EditView.php
+%%SUGARCRMDIR%%/modules/Prospects/Forms.php
+%%SUGARCRMDIR%%/modules/Prospects/Import.php
+%%SUGARCRMDIR%%/modules/Prospects/ListView.html
+%%SUGARCRMDIR%%/modules/Prospects/ListView.php
+%%SUGARCRMDIR%%/modules/Prospects/Menu.php
+%%SUGARCRMDIR%%/modules/Prospects/PopupContacts.php
+%%SUGARCRMDIR%%/modules/Prospects/PopupLeads.php
+%%SUGARCRMDIR%%/modules/Prospects/PopupProspects.php
+%%SUGARCRMDIR%%/modules/Prospects/PopupReports.php
+%%SUGARCRMDIR%%/modules/Prospects/Popup_Contacts_picker.html
+%%SUGARCRMDIR%%/modules/Prospects/Popup_Leads_picker.html
+%%SUGARCRMDIR%%/modules/Prospects/Popup_Prospects_picker.html
+%%SUGARCRMDIR%%/modules/Prospects/Popup_Reports_picker.html
+%%SUGARCRMDIR%%/modules/Prospects/Prospect.php
+%%SUGARCRMDIR%%/modules/Prospects/ProspectFormBase.php
+%%SUGARCRMDIR%%/modules/Prospects/Save.php
+%%SUGARCRMDIR%%/modules/Prospects/SearchForm.html
+%%SUGARCRMDIR%%/modules/Prospects/SubPanelViewContacts.html
+%%SUGARCRMDIR%%/modules/Prospects/SubPanelViewContacts.php
+%%SUGARCRMDIR%%/modules/Prospects/SubPanelViewLeads.html
+%%SUGARCRMDIR%%/modules/Prospects/SubPanelViewLeads.php
+%%SUGARCRMDIR%%/modules/Prospects/SubPanelViewProspects.html
+%%SUGARCRMDIR%%/modules/Prospects/SubPanelViewProspects.php
+%%SUGARCRMDIR%%/modules/Prospects/field_arrays.php
+%%SUGARCRMDIR%%/modules/Prospects/index.php
+%%SUGARCRMDIR%%/modules/Prospects/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Prospects/layout_defs.php
+%%SUGARCRMDIR%%/modules/Prospects/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Prospects/vardefs.php
+%%SUGARCRMDIR%%/modules/Relationships/Relationship.php
+%%SUGARCRMDIR%%/modules/Relationships/field_arrays.php
+%%SUGARCRMDIR%%/modules/Relationships/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Relationships/vardefs.php
+%%SUGARCRMDIR%%/modules/Releases/Delete.php
+%%SUGARCRMDIR%%/modules/Releases/DetailView.php
+%%SUGARCRMDIR%%/modules/Releases/EditView.html
+%%SUGARCRMDIR%%/modules/Releases/EditView.php
+%%SUGARCRMDIR%%/modules/Releases/Forms.php
+%%SUGARCRMDIR%%/modules/Releases/ListView.html
+%%SUGARCRMDIR%%/modules/Releases/Menu.php
+%%SUGARCRMDIR%%/modules/Releases/Popup.php
+%%SUGARCRMDIR%%/modules/Releases/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Releases/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Releases/Release.php
+%%SUGARCRMDIR%%/modules/Releases/Save.php
+%%SUGARCRMDIR%%/modules/Releases/field_arrays.php
+%%SUGARCRMDIR%%/modules/Releases/index.php
+%%SUGARCRMDIR%%/modules/Releases/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Releases/vardefs.php
+%%SUGARCRMDIR%%/modules/Roles/Delete.php
+%%SUGARCRMDIR%%/modules/Roles/DeleteUserRelationship.php
+%%SUGARCRMDIR%%/modules/Roles/DetailView.html
+%%SUGARCRMDIR%%/modules/Roles/DetailView.php
+%%SUGARCRMDIR%%/modules/Roles/EditView.html
+%%SUGARCRMDIR%%/modules/Roles/EditView.php
+%%SUGARCRMDIR%%/modules/Roles/Forms.php
+%%SUGARCRMDIR%%/modules/Roles/ListView.html
+%%SUGARCRMDIR%%/modules/Roles/ListView.php
+%%SUGARCRMDIR%%/modules/Roles/Menu.php
+%%SUGARCRMDIR%%/modules/Roles/Role.php
+%%SUGARCRMDIR%%/modules/Roles/Save.php
+%%SUGARCRMDIR%%/modules/Roles/SaveUserRelationship.php
+%%SUGARCRMDIR%%/modules/Roles/SearchForm.html
+%%SUGARCRMDIR%%/modules/Roles/SubPanelViewUsers.html
+%%SUGARCRMDIR%%/modules/Roles/SubPanelViewUsers.php
+%%SUGARCRMDIR%%/modules/Roles/field_arrays.php
+%%SUGARCRMDIR%%/modules/Roles/index.php
+%%SUGARCRMDIR%%/modules/Roles/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Roles/layout_defs.php
+%%SUGARCRMDIR%%/modules/Roles/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Roles/vardefs.php
+%%SUGARCRMDIR%%/modules/TableDictionary.php
+%%SUGARCRMDIR%%/modules/Tasks/Delete.php
+%%SUGARCRMDIR%%/modules/Tasks/DetailView.html
+%%SUGARCRMDIR%%/modules/Tasks/DetailView.php
+%%SUGARCRMDIR%%/modules/Tasks/EditView.html
+%%SUGARCRMDIR%%/modules/Tasks/EditView.php
+%%SUGARCRMDIR%%/modules/Tasks/Forms.php
+%%SUGARCRMDIR%%/modules/Tasks/ListView.html
+%%SUGARCRMDIR%%/modules/Tasks/ListView.php
+%%SUGARCRMDIR%%/modules/Tasks/Menu.php
+%%SUGARCRMDIR%%/modules/Tasks/MyTasks.html
+%%SUGARCRMDIR%%/modules/Tasks/MyTasks.php
+%%SUGARCRMDIR%%/modules/Tasks/Popup.php
+%%SUGARCRMDIR%%/modules/Tasks/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Tasks/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Tasks/Save.php
+%%SUGARCRMDIR%%/modules/Tasks/SearchForm.html
+%%SUGARCRMDIR%%/modules/Tasks/Task.php
+%%SUGARCRMDIR%%/modules/Tasks/field_arrays.php
+%%SUGARCRMDIR%%/modules/Tasks/index.php
+%%SUGARCRMDIR%%/modules/Tasks/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Tasks/subpanels/ForActivities.php
+%%SUGARCRMDIR%%/modules/Tasks/subpanels/ForHistory.php
+%%SUGARCRMDIR%%/modules/Tasks/vardefs.php
+%%SUGARCRMDIR%%/modules/Users/Authenticate.php
+%%SUGARCRMDIR%%/modules/Users/ChangePassword.php
+%%SUGARCRMDIR%%/modules/Users/DetailView.html
+%%SUGARCRMDIR%%/modules/Users/DetailView.js
+%%SUGARCRMDIR%%/modules/Users/DetailView.php
+%%SUGARCRMDIR%%/modules/Users/EditView.html
+%%SUGARCRMDIR%%/modules/Users/EditView.php
+%%SUGARCRMDIR%%/modules/Users/Error.php
+%%SUGARCRMDIR%%/modules/Users/Forms.php
+%%SUGARCRMDIR%%/modules/Users/ListView.html
+%%SUGARCRMDIR%%/modules/Users/ListView.php
+%%SUGARCRMDIR%%/modules/Users/Login.php
+%%SUGARCRMDIR%%/modules/Users/Logout.php
+%%SUGARCRMDIR%%/modules/Users/Menu.php
+%%SUGARCRMDIR%%/modules/Users/Popup.php
+%%SUGARCRMDIR%%/modules/Users/PopupUsers.php
+%%SUGARCRMDIR%%/modules/Users/Popup_Users_picker.html
+%%SUGARCRMDIR%%/modules/Users/Popup_picker.html
+%%SUGARCRMDIR%%/modules/Users/Popup_picker.php
+%%SUGARCRMDIR%%/modules/Users/Save.php
+%%SUGARCRMDIR%%/modules/Users/SearchForm.html
+%%SUGARCRMDIR%%/modules/Users/User.php
+%%SUGARCRMDIR%%/modules/Users/field_arrays.php
+%%SUGARCRMDIR%%/modules/Users/index.php
+%%SUGARCRMDIR%%/modules/Users/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Users/layout_defs.php
+%%SUGARCRMDIR%%/modules/Users/subpanels/default.php
+%%SUGARCRMDIR%%/modules/Users/vardefs.php
+%%SUGARCRMDIR%%/modules/Versions/CheckVersions.php
+%%SUGARCRMDIR%%/modules/Versions/DefaultVersions.php
+%%SUGARCRMDIR%%/modules/Versions/ExpectedVersions.php
+%%SUGARCRMDIR%%/modules/Versions/InstallDefaultVersions.php
+%%SUGARCRMDIR%%/modules/Versions/Version.php
+%%SUGARCRMDIR%%/modules/Versions/field_arrays.php
+%%SUGARCRMDIR%%/modules/Versions/index.html
+%%SUGARCRMDIR%%/modules/Versions/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/Versions/vardefs.php
+%%SUGARCRMDIR%%/modules/iFrames/Delete.php
+%%SUGARCRMDIR%%/modules/iFrames/DetailView.html
+%%SUGARCRMDIR%%/modules/iFrames/EditView.html
+%%SUGARCRMDIR%%/modules/iFrames/Forms.php
+%%SUGARCRMDIR%%/modules/iFrames/ListView.html
+%%SUGARCRMDIR%%/modules/iFrames/Menu.php
+%%SUGARCRMDIR%%/modules/iFrames/Save.php
+%%SUGARCRMDIR%%/modules/iFrames/field_arrays.php
+%%SUGARCRMDIR%%/modules/iFrames/header.php
+%%SUGARCRMDIR%%/modules/iFrames/iFrame.php
+%%SUGARCRMDIR%%/modules/iFrames/iFrameFormBase.php
+%%SUGARCRMDIR%%/modules/iFrames/index.php
+%%SUGARCRMDIR%%/modules/iFrames/language/en_us.lang.php
+%%SUGARCRMDIR%%/modules/iFrames/vardefs.php
+%%SUGARCRMDIR%%/modules/vCals/HTTP_WebDAV_Server_vCal.php
+%%SUGARCRMDIR%%/modules/vCals/field_arrays.php
+%%SUGARCRMDIR%%/modules/vCals/vCal.php
+%%SUGARCRMDIR%%/modules/vCals/vardefs.php
+%%SUGARCRMDIR%%/pdf.php
+%%SUGARCRMDIR%%/phprint.php
+%%SUGARCRMDIR%%/removeme.php
+%%SUGARCRMDIR%%/robots.txt
+%%SUGARCRMDIR%%/soap.php
%%SUGARCRMDIR%%/soap/SoapError.php
%%SUGARCRMDIR%%/soap/SoapErrorDefinitions.php
-%%SUGARCRMDIR%%/soap/SoapPortalUsers.php
%%SUGARCRMDIR%%/soap/SoapHelperFunctions.php
-%%SUGARCRMDIR%%/soap/SoapTypes.php
%%SUGARCRMDIR%%/soap/SoapPortalHelper.php
-%%SUGARCRMDIR%%/themes/Shred/images/CreateTeams.png
-%%SUGARCRMDIR%%/themes/Shred/images/otherTab_middle.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateCalls.png
-%%SUGARCRMDIR%%/themes/Shred/images/Users.png
-%%SUGARCRMDIR%%/themes/Shred/images/calendar_next.png
-%%SUGARCRMDIR%%/themes/Shred/images/calendarHeaderBg.png
-%%SUGARCRMDIR%%/themes/Shred/images/Feeds.png
-%%SUGARCRMDIR%%/themes/Shred/images/TaskReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/help.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateiFrames.png
-%%SUGARCRMDIR%%/themes/Shred/images/otherTab_right.png
-%%SUGARCRMDIR%%/themes/Shred/images/downarrow_big.png
-%%SUGARCRMDIR%%/themes/Shred/images/minus.png
-%%SUGARCRMDIR%%/themes/Shred/images/next_off.png
-%%SUGARCRMDIR%%/themes/Shred/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/Shred/images/print.png
-%%SUGARCRMDIR%%/themes/Shred/images/listViewBg.png
-%%SUGARCRMDIR%%/themes/Shred/images/leftModuleBg.png
-%%SUGARCRMDIR%%/themes/Shred/images/MeetingReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/boarder.png
-%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_left.png
-%%SUGARCRMDIR%%/themes/Shred/images/detailViewBg.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateLeads.png
-%%SUGARCRMDIR%%/themes/Shred/images/Shippers.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateNotes.png
-%%SUGARCRMDIR%%/themes/Shred/images/Manufacturers.png
-%%SUGARCRMDIR%%/themes/Shred/images/EmailTemplates.png
-%%SUGARCRMDIR%%/themes/Shred/images/advanced_search.png
-%%SUGARCRMDIR%%/themes/Shred/images/arrow_up.png
-%%SUGARCRMDIR%%/themes/Shred/images/spacer.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateDropdown.png
-%%SUGARCRMDIR%%/themes/Shred/images/MyReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/downarrow.png
-%%SUGARCRMDIR%%/themes/Shred/images/Contacts.png
-%%SUGARCRMDIR%%/themes/Shred/images/formButtonBg.png
-%%SUGARCRMDIR%%/themes/Shred/images/leftarrow_big.png
-%%SUGARCRMDIR%%/themes/Shred/images/Price_List.png
-%%SUGARCRMDIR%%/themes/Shred/images/Dashboard.png
-%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_right.png
-%%SUGARCRMDIR%%/themes/Shred/images/view.png
-%%SUGARCRMDIR%%/themes/Shred/images/rightarrow_big.png
-%%SUGARCRMDIR%%/themes/Shred/images/unpublish_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/delete.png
-%%SUGARCRMDIR%%/themes/Shred/images/check_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateOpportunities.png
-%%SUGARCRMDIR%%/themes/Shred/images/Tasks.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateUsers.png
-%%SUGARCRMDIR%%/themes/Shred/images/Product_Categories.png
-%%SUGARCRMDIR%%/themes/Shred/images/AccountReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/Cases.png
-%%SUGARCRMDIR%%/themes/Shred/images/BugReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/ContactReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/start_off.png
-%%SUGARCRMDIR%%/themes/Shred/images/Administration.png
-%%SUGARCRMDIR%%/themes/Shred/images/subTabBar_bg.png
-%%SUGARCRMDIR%%/themes/Shred/images/iFrames.png
-%%SUGARCRMDIR%%/themes/Shred/images/Leads.png
-%%SUGARCRMDIR%%/themes/Shred/images/minus_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/rightarrow.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateBugs.png
-%%SUGARCRMDIR%%/themes/Shred/images/close.png
-%%SUGARCRMDIR%%/themes/Shred/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Shred/images/EmailReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/arrow.png
-%%SUGARCRMDIR%%/themes/Shred/images/edit.png
-%%SUGARCRMDIR%%/themes/Shred/images/monthCalBodyTHDay_bg.png
-%%SUGARCRMDIR%%/themes/Shred/images/leftarrow.png
-%%SUGARCRMDIR%%/themes/Shred/images/Calls.png
-%%SUGARCRMDIR%%/themes/Shred/images/view_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/previous_off.png
-%%SUGARCRMDIR%%/themes/Shred/images/doc_bg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Search.png
-%%SUGARCRMDIR%%/themes/Shred/images/otherTab_left.png
-%%SUGARCRMDIR%%/themes/Shred/images/export.png
-%%SUGARCRMDIR%%/themes/Shred/images/TaxRates.png
-%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_bg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/plus_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/Upgrade.png
-%%SUGARCRMDIR%%/themes/Shred/images/EmailFolder.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateAccounts.png
-%%SUGARCRMDIR%%/themes/Shred/images/Notes.png
-%%SUGARCRMDIR%%/themes/Shred/images/Product_Types.png
-%%SUGARCRMDIR%%/themes/Shred/images/Emails.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateQuotes.png
-%%SUGARCRMDIR%%/themes/Shred/images/QuoteReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/downarrow_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/ProductCategories.png
-%%SUGARCRMDIR%%/themes/Shred/images/ProductTypes.png
-%%SUGARCRMDIR%%/themes/Shred/images/Reports.png
-%%SUGARCRMDIR%%/themes/Shred/images/plus.png
-%%SUGARCRMDIR%%/themes/Shred/images/start.png
-%%SUGARCRMDIR%%/themes/Shred/images/AllNews.png
-%%SUGARCRMDIR%%/themes/Shred/images/arrow_down.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateProducts.png
-%%SUGARCRMDIR%%/themes/Shred/images/Releases.png
-%%SUGARCRMDIR%%/themes/Shred/images/ConfigureTabs.png
-%%SUGARCRMDIR%%/themes/Shred/images/CallReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/Bugs.png
-%%SUGARCRMDIR%%/themes/Shred/images/basic_search.png
-%%SUGARCRMDIR%%/themes/Shred/images/end_off.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateCases.png
-%%SUGARCRMDIR%%/themes/Shred/images/end.png
-%%SUGARCRMDIR%%/themes/Shred/images/Products.png
-%%SUGARCRMDIR%%/themes/Shred/images/formButtonBgOn.png
-%%SUGARCRMDIR%%/themes/Shred/images/EditLayout.png
-%%SUGARCRMDIR%%/themes/Shred/images/OpportunityReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/Teams.png
-%%SUGARCRMDIR%%/themes/Shred/images/Meetings.png
-%%SUGARCRMDIR%%/themes/Shred/images/next.png
-%%SUGARCRMDIR%%/themes/Shred/images/delete_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/calendar.gif
-%%SUGARCRMDIR%%/themes/Shred/images/blank.gif
-%%SUGARCRMDIR%%/themes/Shred/images/refresh.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateEmails.png
-%%SUGARCRMDIR%%/themes/Shred/images/PriceList.png
-%%SUGARCRMDIR%%/themes/Shred/images/emptyTabSpace.png
-%%SUGARCRMDIR%%/themes/Shred/images/LeadReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/CaseReports.png
-%%SUGARCRMDIR%%/themes/Shred/images/calendar_previous.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateTasks.png
-%%SUGARCRMDIR%%/themes/Shred/images/icicle_right.png
-%%SUGARCRMDIR%%/themes/Shred/images/Layout.png
-%%SUGARCRMDIR%%/themes/Shred/images/RSS.png
-%%SUGARCRMDIR%%/themes/Shred/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Shred/images/icicle_left.png
-%%SUGARCRMDIR%%/themes/Shred/images/searchFormBg.png
-%%SUGARCRMDIR%%/themes/Shred/images/uparrow_big.png
-%%SUGARCRMDIR%%/themes/Shred/images/Accounts.png
-%%SUGARCRMDIR%%/themes/Shred/images/Backup.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateMeetings.png
-%%SUGARCRMDIR%%/themes/Shred/images/uparrow_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/edit_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateContacts.png
-%%SUGARCRMDIR%%/themes/Shred/images/teamNoticeTop.png
-%%SUGARCRMDIR%%/themes/Shred/images/Currencies.png
-%%SUGARCRMDIR%%/themes/Shred/images/AllRSS.png
-%%SUGARCRMDIR%%/themes/Shred/images/Quotes.png
-%%SUGARCRMDIR%%/themes/Shred/images/publish_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/currentTab_right.png
-%%SUGARCRMDIR%%/themes/Shred/images/previous.png
-%%SUGARCRMDIR%%/themes/Shred/images/scheduled_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/header_bg.png
-%%SUGARCRMDIR%%/themes/Shred/images/createBg.png
-%%SUGARCRMDIR%%/themes/Shred/images/slot.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Import.png
-%%SUGARCRMDIR%%/themes/Shred/images/FieldLabels.png
-%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_middle.png
-%%SUGARCRMDIR%%/themes/Shred/images/Opportunities.png
-%%SUGARCRMDIR%%/themes/Shred/images/monthCalBodyTHWeek_bg.png
-%%SUGARCRMDIR%%/themes/Shred/images/attachment.png
-%%SUGARCRMDIR%%/themes/Shred/images/unscheduled_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/teamNoticeBottom.png
-%%SUGARCRMDIR%%/themes/Shred/images/Dropdown.png
-%%SUGARCRMDIR%%/themes/Shred/images/ProductTemplates.png
-%%SUGARCRMDIR%%/themes/Shred/images/currentTab_middle.png
-%%SUGARCRMDIR%%/themes/Shred/images/uparrow.png
-%%SUGARCRMDIR%%/themes/Shred/images/close_inline.png
-%%SUGARCRMDIR%%/themes/Shred/images/Calendar.png
-%%SUGARCRMDIR%%/themes/Shred/header.html
-%%SUGARCRMDIR%%/themes/Shred/header.php
-%%SUGARCRMDIR%%/themes/Shred/config.php
-%%SUGARCRMDIR%%/themes/Shred/layout_utils.php
-%%SUGARCRMDIR%%/themes/Shred/footer.php
-%%SUGARCRMDIR%%/themes/Shred/style.css
-%%SUGARCRMDIR%%/themes/Retro/images/CreateTeams.png
-%%SUGARCRMDIR%%/themes/Retro/images/Calendar.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateCalls.png
-%%SUGARCRMDIR%%/themes/Retro/images/Users.png
-%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/Retro/images/calendar_next.png
-%%SUGARCRMDIR%%/themes/Retro/images/Feeds.png
-%%SUGARCRMDIR%%/themes/Retro/images/TaskReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/help.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateiFrames.png
-%%SUGARCRMDIR%%/themes/Retro/images/downarrow_big.png
-%%SUGARCRMDIR%%/themes/Retro/images/minus.png
-%%SUGARCRMDIR%%/themes/Retro/images/next_off.png
-%%SUGARCRMDIR%%/themes/Retro/images/print.png
-%%SUGARCRMDIR%%/themes/Retro/images/MeetingReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateLeads.png
-%%SUGARCRMDIR%%/themes/Retro/images/Shippers.png
-%%SUGARCRMDIR%%/themes/Retro/images/currentTab_left.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateNotes.png
-%%SUGARCRMDIR%%/themes/Retro/images/spacer.png
-%%SUGARCRMDIR%%/themes/Retro/images/Manufacturers.png
-%%SUGARCRMDIR%%/themes/Retro/images/EmailTemplates.png
-%%SUGARCRMDIR%%/themes/Retro/images/advanced_search.png
-%%SUGARCRMDIR%%/themes/Retro/images/shortcutSeparator.png
-%%SUGARCRMDIR%%/themes/Retro/images/arrow_up.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateDropdown.png
-%%SUGARCRMDIR%%/themes/Retro/images/currentTab_right.gif
-%%SUGARCRMDIR%%/themes/Retro/images/MyReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/downarrow.png
-%%SUGARCRMDIR%%/themes/Retro/images/Contacts.png
-%%SUGARCRMDIR%%/themes/Retro/images/leftarrow_big.png
-%%SUGARCRMDIR%%/themes/Retro/images/Price_List.png
-%%SUGARCRMDIR%%/themes/Retro/images/Dashboard.png
-%%SUGARCRMDIR%%/themes/Retro/images/rightarrow_big.png
-%%SUGARCRMDIR%%/themes/Retro/images/view.png
-%%SUGARCRMDIR%%/themes/Retro/images/unpublish_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/delete.png
-%%SUGARCRMDIR%%/themes/Retro/images/check_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateOpportunities.png
-%%SUGARCRMDIR%%/themes/Retro/images/Tasks.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateUsers.png
-%%SUGARCRMDIR%%/themes/Retro/images/Product_Categories.png
-%%SUGARCRMDIR%%/themes/Retro/images/AccountReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/Cases.png
-%%SUGARCRMDIR%%/themes/Retro/images/BugReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/ContactReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/start_off.png
-%%SUGARCRMDIR%%/themes/Retro/images/Administration.png
-%%SUGARCRMDIR%%/themes/Retro/images/iFrames.png
-%%SUGARCRMDIR%%/themes/Retro/images/Leads.png
-%%SUGARCRMDIR%%/themes/Retro/images/minus_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/rightarrow.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateBugs.png
-%%SUGARCRMDIR%%/themes/Retro/images/close.png
-%%SUGARCRMDIR%%/themes/Retro/images/EmailReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/arrow.png
-%%SUGARCRMDIR%%/themes/Retro/images/edit.png
-%%SUGARCRMDIR%%/themes/Retro/images/leftarrow.png
-%%SUGARCRMDIR%%/themes/Retro/images/Calls.png
-%%SUGARCRMDIR%%/themes/Retro/images/view_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/previous_off.png
-%%SUGARCRMDIR%%/themes/Retro/images/Search.png
-%%SUGARCRMDIR%%/themes/Retro/images/export.png
-%%SUGARCRMDIR%%/themes/Retro/images/TaxRates.png
-%%SUGARCRMDIR%%/themes/Retro/images/plus_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/Upgrade.png
-%%SUGARCRMDIR%%/themes/Retro/images/EmailFolder.png
-%%SUGARCRMDIR%%/themes/Retro/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateAccounts.png
-%%SUGARCRMDIR%%/themes/Retro/images/Notes.png
-%%SUGARCRMDIR%%/themes/Retro/images/Product_Types.png
-%%SUGARCRMDIR%%/themes/Retro/images/Emails.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateQuotes.png
-%%SUGARCRMDIR%%/themes/Retro/images/QuoteReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/downarrow_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/Reports.png
-%%SUGARCRMDIR%%/themes/Retro/images/plus.png
-%%SUGARCRMDIR%%/themes/Retro/images/start.png
-%%SUGARCRMDIR%%/themes/Retro/images/AllNews.png
-%%SUGARCRMDIR%%/themes/Retro/images/arrow_down.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateProducts.png
-%%SUGARCRMDIR%%/themes/Retro/images/Releases.png
-%%SUGARCRMDIR%%/themes/Retro/images/ConfigureTabs.png
-%%SUGARCRMDIR%%/themes/Retro/images/CallReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Bugs.png
-%%SUGARCRMDIR%%/themes/Retro/images/basic_search.png
-%%SUGARCRMDIR%%/themes/Retro/images/end_off.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateCases.png
-%%SUGARCRMDIR%%/themes/Retro/images/Products.png
-%%SUGARCRMDIR%%/themes/Retro/images/EditLayout.png
-%%SUGARCRMDIR%%/themes/Retro/images/OpportunityReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/Teams.png
-%%SUGARCRMDIR%%/themes/Retro/images/Meetings.png
-%%SUGARCRMDIR%%/themes/Retro/images/next.png
-%%SUGARCRMDIR%%/themes/Retro/images/delete_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/end.png
-%%SUGARCRMDIR%%/themes/Retro/images/calendar.gif
-%%SUGARCRMDIR%%/themes/Retro/images/blank.gif
-%%SUGARCRMDIR%%/themes/Retro/images/refresh.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateEmails.png
-%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_middle.gif
-%%SUGARCRMDIR%%/themes/Retro/images/LeadReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/CaseReports.png
-%%SUGARCRMDIR%%/themes/Retro/images/calendar_previous.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateTasks.png
-%%SUGARCRMDIR%%/themes/Retro/images/Layout.png
-%%SUGARCRMDIR%%/themes/Retro/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Retro/images/uparrow_big.png
-%%SUGARCRMDIR%%/themes/Retro/images/Accounts.png
-%%SUGARCRMDIR%%/themes/Retro/images/Backup.png
-%%SUGARCRMDIR%%/themes/Retro/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateMeetings.png
-%%SUGARCRMDIR%%/themes/Retro/images/uparrow_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/edit_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateContacts.png
-%%SUGARCRMDIR%%/themes/Retro/images/teamNoticeTop.png
-%%SUGARCRMDIR%%/themes/Retro/images/RSS.png
-%%SUGARCRMDIR%%/themes/Retro/images/Currencies.png
-%%SUGARCRMDIR%%/themes/Retro/images/AllRSS.png
-%%SUGARCRMDIR%%/themes/Retro/images/Quotes.png
-%%SUGARCRMDIR%%/themes/Retro/images/publish_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/slot.gif
-%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/Retro/images/previous.png
-%%SUGARCRMDIR%%/themes/Retro/images/scheduled_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/Import.png
-%%SUGARCRMDIR%%/themes/Retro/images/FieldLabels.png
-%%SUGARCRMDIR%%/themes/Retro/images/Opportunities.png
-%%SUGARCRMDIR%%/themes/Retro/images/attachment.png
-%%SUGARCRMDIR%%/themes/Retro/images/unscheduled_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/teamNoticeBottom.png
-%%SUGARCRMDIR%%/themes/Retro/images/Dropdown.png
-%%SUGARCRMDIR%%/themes/Retro/images/mass_update.png
-%%SUGARCRMDIR%%/themes/Retro/images/ProductTemplates.png
-%%SUGARCRMDIR%%/themes/Retro/images/uparrow.png
-%%SUGARCRMDIR%%/themes/Retro/images/close_inline.png
-%%SUGARCRMDIR%%/themes/Retro/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/Retro/header.html
-%%SUGARCRMDIR%%/themes/Retro/header.php
-%%SUGARCRMDIR%%/themes/Retro/config.php
-%%SUGARCRMDIR%%/themes/Retro/layout_utils.php
-%%SUGARCRMDIR%%/themes/Retro/footer.php
-%%SUGARCRMDIR%%/themes/Retro/style.css
-%%SUGARCRMDIR%%/themes/Love/images/CreateTeams.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateCalls.png
-%%SUGARCRMDIR%%/themes/Love/images/Users.png
-%%SUGARCRMDIR%%/themes/Love/images/leftNav_lowerRight.png
-%%SUGARCRMDIR%%/themes/Love/images/calendar_next.png
-%%SUGARCRMDIR%%/themes/Love/images/Feeds.png
-%%SUGARCRMDIR%%/themes/Love/images/TaskReports.png
-%%SUGARCRMDIR%%/themes/Love/images/help.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateiFrames.png
-%%SUGARCRMDIR%%/themes/Love/images/downarrow_big.png
-%%SUGARCRMDIR%%/themes/Love/images/minus.png
-%%SUGARCRMDIR%%/themes/Love/images/next_off.png
-%%SUGARCRMDIR%%/themes/Love/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/Love/images/print.png
-%%SUGARCRMDIR%%/themes/Love/images/listViewBg.png
-%%SUGARCRMDIR%%/themes/Love/images/leftModuleBg.png
-%%SUGARCRMDIR%%/themes/Love/images/MeetingReports.png
-%%SUGARCRMDIR%%/themes/Love/images/flower.png
-%%SUGARCRMDIR%%/themes/Love/images/moduleTab_left.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateLeads.png
-%%SUGARCRMDIR%%/themes/Love/images/moduleTab_lowerRight.png
-%%SUGARCRMDIR%%/themes/Love/images/Shippers.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateNotes.png
-%%SUGARCRMDIR%%/themes/Love/images/Manufacturers.png
-%%SUGARCRMDIR%%/themes/Love/images/EmailTemplates.png
-%%SUGARCRMDIR%%/themes/Love/images/advanced_search.png
-%%SUGARCRMDIR%%/themes/Love/images/arrow_up.png
-%%SUGARCRMDIR%%/themes/Love/images/spacer.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateDropdown.png
-%%SUGARCRMDIR%%/themes/Love/images/MyReports.png
-%%SUGARCRMDIR%%/themes/Love/images/downarrow.png
-%%SUGARCRMDIR%%/themes/Love/images/Contacts.png
-%%SUGARCRMDIR%%/themes/Love/images/formButtonBg.png
-%%SUGARCRMDIR%%/themes/Love/images/leftarrow_big.png
-%%SUGARCRMDIR%%/themes/Love/images/Price_List.png
-%%SUGARCRMDIR%%/themes/Love/images/Dashboard.png
-%%SUGARCRMDIR%%/themes/Love/images/moduleTab_right.png
-%%SUGARCRMDIR%%/themes/Love/images/rightarrow_big.png
-%%SUGARCRMDIR%%/themes/Love/images/view.png
-%%SUGARCRMDIR%%/themes/Love/images/delete.png
-%%SUGARCRMDIR%%/themes/Love/images/unpublish_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/check_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateOpportunities.png
-%%SUGARCRMDIR%%/themes/Love/images/Tasks.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateUsers.png
-%%SUGARCRMDIR%%/themes/Love/images/Product_Categories.png
-%%SUGARCRMDIR%%/themes/Love/images/AccountReports.png
-%%SUGARCRMDIR%%/themes/Love/images/Cases.png
-%%SUGARCRMDIR%%/themes/Love/images/BugReports.png
-%%SUGARCRMDIR%%/themes/Love/images/moduleTab_lowerLeft.png
-%%SUGARCRMDIR%%/themes/Love/images/ContactReports.png
-%%SUGARCRMDIR%%/themes/Love/images/start_off.png
-%%SUGARCRMDIR%%/themes/Love/images/Administration.png
-%%SUGARCRMDIR%%/themes/Love/images/iFrames.png
-%%SUGARCRMDIR%%/themes/Love/images/Leads.png
-%%SUGARCRMDIR%%/themes/Love/images/minus_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/rightarrow.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateBugs.png
-%%SUGARCRMDIR%%/themes/Love/images/close.png
-%%SUGARCRMDIR%%/themes/Love/images/arrow.png
-%%SUGARCRMDIR%%/themes/Love/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Love/images/leftNav_right.png
-%%SUGARCRMDIR%%/themes/Love/images/EmailReports.png
-%%SUGARCRMDIR%%/themes/Love/images/edit.png
-%%SUGARCRMDIR%%/themes/Love/images/leftarrow.png
-%%SUGARCRMDIR%%/themes/Love/images/Calls.png
-%%SUGARCRMDIR%%/themes/Love/images/view_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/previous_off.png
-%%SUGARCRMDIR%%/themes/Love/images/Search.png
-%%SUGARCRMDIR%%/themes/Love/images/export.png
-%%SUGARCRMDIR%%/themes/Love/images/TaxRates.png
-%%SUGARCRMDIR%%/themes/Love/images/plus_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/Upgrade.png
-%%SUGARCRMDIR%%/themes/Love/images/EmailFolder.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateAccounts.png
-%%SUGARCRMDIR%%/themes/Love/images/Notes.png
-%%SUGARCRMDIR%%/themes/Love/images/Product_Types.png
-%%SUGARCRMDIR%%/themes/Love/images/Emails.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateQuotes.png
-%%SUGARCRMDIR%%/themes/Love/images/QuoteReports.png
-%%SUGARCRMDIR%%/themes/Love/images/ProductTypes.png
-%%SUGARCRMDIR%%/themes/Love/images/downarrow_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/ProductCategories.png
-%%SUGARCRMDIR%%/themes/Love/images/Reports.png
-%%SUGARCRMDIR%%/themes/Love/images/plus.png
-%%SUGARCRMDIR%%/themes/Love/images/leftNav_left.png
-%%SUGARCRMDIR%%/themes/Love/images/start.png
-%%SUGARCRMDIR%%/themes/Love/images/AllNews.png
-%%SUGARCRMDIR%%/themes/Love/images/arrow_down.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateProducts.png
-%%SUGARCRMDIR%%/themes/Love/images/Releases.png
-%%SUGARCRMDIR%%/themes/Love/images/ConfigureTabs.png
-%%SUGARCRMDIR%%/themes/Love/images/CallReports.png
-%%SUGARCRMDIR%%/themes/Love/images/Bugs.png
-%%SUGARCRMDIR%%/themes/Love/images/basic_search.png
-%%SUGARCRMDIR%%/themes/Love/images/end_off.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateCases.png
-%%SUGARCRMDIR%%/themes/Love/images/Products.png
-%%SUGARCRMDIR%%/themes/Love/images/formButtonBgOn.png
-%%SUGARCRMDIR%%/themes/Love/images/EditLayout.png
-%%SUGARCRMDIR%%/themes/Love/images/OpportunityReports.png
-%%SUGARCRMDIR%%/themes/Love/images/Teams.png
-%%SUGARCRMDIR%%/themes/Love/images/Meetings.png
-%%SUGARCRMDIR%%/themes/Love/images/next.png
-%%SUGARCRMDIR%%/themes/Love/images/delete_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/end.png
-%%SUGARCRMDIR%%/themes/Love/images/calendar.gif
-%%SUGARCRMDIR%%/themes/Love/images/blank.gif
-%%SUGARCRMDIR%%/themes/Love/images/refresh.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateEmails.png
-%%SUGARCRMDIR%%/themes/Love/images/PriceList.png
-%%SUGARCRMDIR%%/themes/Love/images/emptyTabSpace.png
-%%SUGARCRMDIR%%/themes/Love/images/leftNav_lowerLeft.png
-%%SUGARCRMDIR%%/themes/Love/images/LeadReports.png
-%%SUGARCRMDIR%%/themes/Love/images/CaseReports.png
-%%SUGARCRMDIR%%/themes/Love/images/calendar_previous.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateTasks.png
-%%SUGARCRMDIR%%/themes/Love/images/Layout.png
-%%SUGARCRMDIR%%/themes/Love/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Love/images/leftColumnCornerBottom.png
-%%SUGARCRMDIR%%/themes/Love/images/searchFormBg.png
-%%SUGARCRMDIR%%/themes/Love/images/uparrow_big.png
-%%SUGARCRMDIR%%/themes/Love/images/Accounts.png
-%%SUGARCRMDIR%%/themes/Love/images/Backup.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateMeetings.png
-%%SUGARCRMDIR%%/themes/Love/images/uparrow_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/edit_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/leftColumnDivider.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateContacts.png
-%%SUGARCRMDIR%%/themes/Love/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Love/images/teamNoticeTop.png
-%%SUGARCRMDIR%%/themes/Love/images/RSS.png
-%%SUGARCRMDIR%%/themes/Love/images/Currencies.png
-%%SUGARCRMDIR%%/themes/Love/images/AllRSS.png
-%%SUGARCRMDIR%%/themes/Love/images/myAreaLeft.png
-%%SUGARCRMDIR%%/themes/Love/images/Quotes.png
-%%SUGARCRMDIR%%/themes/Love/images/publish_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/previous.png
-%%SUGARCRMDIR%%/themes/Love/images/scheduled_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/header_bg.png
-%%SUGARCRMDIR%%/themes/Love/images/slot.gif
-%%SUGARCRMDIR%%/themes/Love/images/Import.png
-%%SUGARCRMDIR%%/themes/Love/images/FieldLabels.png
-%%SUGARCRMDIR%%/themes/Love/images/Opportunities.png
-%%SUGARCRMDIR%%/themes/Love/images/attachment.png
-%%SUGARCRMDIR%%/themes/Love/images/unscheduled_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/leftColumnCorner.png
-%%SUGARCRMDIR%%/themes/Love/images/teamNoticeBottom.png
-%%SUGARCRMDIR%%/themes/Love/images/Dropdown.png
-%%SUGARCRMDIR%%/themes/Love/images/ProductTemplates.png
-%%SUGARCRMDIR%%/themes/Love/images/uparrow.png
-%%SUGARCRMDIR%%/themes/Love/images/close_inline.png
-%%SUGARCRMDIR%%/themes/Love/images/Calendar.png
-%%SUGARCRMDIR%%/themes/Love/header.html
-%%SUGARCRMDIR%%/themes/Love/header.php
-%%SUGARCRMDIR%%/themes/Love/config.php
-%%SUGARCRMDIR%%/themes/Love/layout_utils.php
-%%SUGARCRMDIR%%/themes/Love/footer.php
-%%SUGARCRMDIR%%/themes/Love/style.css
-%%SUGARCRMDIR%%/themes/Links/images/CreateTeams.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateCalls.png
-%%SUGARCRMDIR%%/themes/Links/images/Users.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lower.png
-%%SUGARCRMDIR%%/themes/Links/images/leftNav_lowerRight.png
-%%SUGARCRMDIR%%/themes/Links/images/calendar_next.png
-%%SUGARCRMDIR%%/themes/Links/images/Feeds.png
-%%SUGARCRMDIR%%/themes/Links/images/TaskReports.png
-%%SUGARCRMDIR%%/themes/Links/images/help.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateiFrames.png
-%%SUGARCRMDIR%%/themes/Links/images/downarrow_big.png
-%%SUGARCRMDIR%%/themes/Links/images/minus.png
-%%SUGARCRMDIR%%/themes/Links/images/next_off.png
-%%SUGARCRMDIR%%/themes/Links/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/Links/images/print.png
-%%SUGARCRMDIR%%/themes/Links/images/listViewBg.png
-%%SUGARCRMDIR%%/themes/Links/images/leftModuleBg.png
-%%SUGARCRMDIR%%/themes/Links/images/MeetingReports.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_left.png
-%%SUGARCRMDIR%%/themes/Links/images/spacer.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lowerRight.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateLeads.png
-%%SUGARCRMDIR%%/themes/Links/images/Shippers.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateNotes.png
-%%SUGARCRMDIR%%/themes/Links/images/Manufacturers.png
-%%SUGARCRMDIR%%/themes/Links/images/EmailTemplates.png
-%%SUGARCRMDIR%%/themes/Links/images/advanced_search.png
-%%SUGARCRMDIR%%/themes/Links/images/arrow_up.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateDropdown.png
-%%SUGARCRMDIR%%/themes/Links/images/MyReports.png
-%%SUGARCRMDIR%%/themes/Links/images/downarrow.png
-%%SUGARCRMDIR%%/themes/Links/images/Contacts.png
-%%SUGARCRMDIR%%/themes/Links/images/formButtonBg.png
-%%SUGARCRMDIR%%/themes/Links/images/grass_bg2.png
-%%SUGARCRMDIR%%/themes/Links/images/leftarrow_big.png
-%%SUGARCRMDIR%%/themes/Links/images/Price_List.png
-%%SUGARCRMDIR%%/themes/Links/images/Dashboard.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_right.png
-%%SUGARCRMDIR%%/themes/Links/images/rightarrow_big.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_top.png
-%%SUGARCRMDIR%%/themes/Links/images/view.png
-%%SUGARCRMDIR%%/themes/Links/images/unpublish_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/delete.png
-%%SUGARCRMDIR%%/themes/Links/images/check_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateOpportunities.png
-%%SUGARCRMDIR%%/themes/Links/images/Tasks.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateUsers.png
-%%SUGARCRMDIR%%/themes/Links/images/Product_Categories.png
-%%SUGARCRMDIR%%/themes/Links/images/AccountReports.png
-%%SUGARCRMDIR%%/themes/Links/images/Cases.png
-%%SUGARCRMDIR%%/themes/Links/images/BugReports.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lowerLeft.png
-%%SUGARCRMDIR%%/themes/Links/images/ContactReports.png
-%%SUGARCRMDIR%%/themes/Links/images/start_off.png
-%%SUGARCRMDIR%%/themes/Links/images/Administration.png
-%%SUGARCRMDIR%%/themes/Links/images/iFrames.png
-%%SUGARCRMDIR%%/themes/Links/images/Leads.png
-%%SUGARCRMDIR%%/themes/Links/images/minus_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/rightarrow.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateBugs.png
-%%SUGARCRMDIR%%/themes/Links/images/close.png
-%%SUGARCRMDIR%%/themes/Links/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Links/images/golfball.png
-%%SUGARCRMDIR%%/themes/Links/images/leftNav_right.png
-%%SUGARCRMDIR%%/themes/Links/images/EmailReports.png
-%%SUGARCRMDIR%%/themes/Links/images/arrow.png
-%%SUGARCRMDIR%%/themes/Links/images/edit.png
-%%SUGARCRMDIR%%/themes/Links/images/leftarrow.png
-%%SUGARCRMDIR%%/themes/Links/images/Calls.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_rightCol.png
-%%SUGARCRMDIR%%/themes/Links/images/view_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/previous_off.png
-%%SUGARCRMDIR%%/themes/Links/images/doc_bg.gif
-%%SUGARCRMDIR%%/themes/Links/images/Search.png
-%%SUGARCRMDIR%%/themes/Links/images/export.png
-%%SUGARCRMDIR%%/themes/Links/images/TaxRates.png
-%%SUGARCRMDIR%%/themes/Links/images/plus_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/Upgrade.png
-%%SUGARCRMDIR%%/themes/Links/images/EmailFolder.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateAccounts.png
-%%SUGARCRMDIR%%/themes/Links/images/Notes.png
-%%SUGARCRMDIR%%/themes/Links/images/grass_top_bg.png
-%%SUGARCRMDIR%%/themes/Links/images/Product_Types.png
-%%SUGARCRMDIR%%/themes/Links/images/Emails.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateQuotes.png
-%%SUGARCRMDIR%%/themes/Links/images/QuoteReports.png
-%%SUGARCRMDIR%%/themes/Links/images/downarrow_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/ProductCategories.png
-%%SUGARCRMDIR%%/themes/Links/images/ProductTypes.png
-%%SUGARCRMDIR%%/themes/Links/images/Reports.png
-%%SUGARCRMDIR%%/themes/Links/images/plus.png
-%%SUGARCRMDIR%%/themes/Links/images/grass_left_bg.png
-%%SUGARCRMDIR%%/themes/Links/images/leftNav_left.png
-%%SUGARCRMDIR%%/themes/Links/images/start.png
-%%SUGARCRMDIR%%/themes/Links/images/AllNews.png
-%%SUGARCRMDIR%%/themes/Links/images/arrow_down.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateProducts.png
-%%SUGARCRMDIR%%/themes/Links/images/Releases.png
-%%SUGARCRMDIR%%/themes/Links/images/ConfigureTabs.png
-%%SUGARCRMDIR%%/themes/Links/images/CallReports.png
-%%SUGARCRMDIR%%/themes/Links/images/Bugs.png
-%%SUGARCRMDIR%%/themes/Links/images/basic_search.png
-%%SUGARCRMDIR%%/themes/Links/images/end_off.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateCases.png
-%%SUGARCRMDIR%%/themes/Links/images/Products.png
-%%SUGARCRMDIR%%/themes/Links/images/flag.png
-%%SUGARCRMDIR%%/themes/Links/images/formButtonBgOn.png
-%%SUGARCRMDIR%%/themes/Links/images/EditLayout.png
-%%SUGARCRMDIR%%/themes/Links/images/OpportunityReports.png
-%%SUGARCRMDIR%%/themes/Links/images/Teams.png
-%%SUGARCRMDIR%%/themes/Links/images/Meetings.png
-%%SUGARCRMDIR%%/themes/Links/images/next.png
-%%SUGARCRMDIR%%/themes/Links/images/delete_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/end.png
-%%SUGARCRMDIR%%/themes/Links/images/calendar.gif
+%%SUGARCRMDIR%%/soap/SoapPortalUsers.php
+%%SUGARCRMDIR%%/soap/SoapSugarUsers.php
+%%SUGARCRMDIR%%/soap/SoapTypes.php
+%%SUGARCRMDIR%%/sugar_version.php
+%%SUGARCRMDIR%%/themes/GoldenGate/config.php
+%%SUGARCRMDIR%%/themes/GoldenGate/cookie.js
+%%SUGARCRMDIR%%/themes/GoldenGate/footer.php
+%%SUGARCRMDIR%%/themes/GoldenGate/header.html
+%%SUGARCRMDIR%%/themes/GoldenGate/header.php
+%%SUGARCRMDIR%%/themes/GoldenGate/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Administration.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Backup.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Backups.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Calls.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Cases.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Documents.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Emails.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Employees.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Import.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Layout.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Leads.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/License.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Notes.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Products.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Project.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/RSS.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Releases.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Repair.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Reports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Roles.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Search.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Teams.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Themes.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/Users.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/arrow.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/attachment.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/basic_search.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/blank.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/calendarHeaderBg.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/close.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/close_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/company_logo.png
+%%SUGARCRMDIR%%/themes/GoldenGate/images/currentTab_left.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/currentTab_middle.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/currentTab_right.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/delete.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/edit.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/end.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/end_off.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/export.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/formButtonBg.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/formButtonBgOn.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/h3Arrow1.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/h3Arrow2.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/h3Arrow3.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/header_bg.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/header_bg2.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/header_left_bg.jpg
+%%SUGARCRMDIR%%/themes/GoldenGate/images/header_left_bg2.jpg
+%%SUGARCRMDIR%%/themes/GoldenGate/images/header_right_bg.jpg
+%%SUGARCRMDIR%%/themes/GoldenGate/images/header_right_bg2.jpg
+%%SUGARCRMDIR%%/themes/GoldenGate/images/header_right_bottom_bg.jpg
+%%SUGARCRMDIR%%/themes/GoldenGate/images/header_right_bottom_bg2.jpg
+%%SUGARCRMDIR%%/themes/GoldenGate/images/help.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/hide.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/listViewBg.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/listViewPaginationBg.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/mass_update.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/minus.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/moduleTab_left.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/moduleTab_middle.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/moduleTab_right.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/more.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/moreSub.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/myAreaSeparator.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/next.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/next_off.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/otherTab_left.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/otherTab_middle.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/otherTab_right.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/plus.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/previous.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/print.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/refresh.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/searchFormBg.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/shortcutSeparator.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/show.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/slot.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/spacer.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/start.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/start_off.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/subMenuBg.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/view.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/images/xls_image_inline.gif
+%%SUGARCRMDIR%%/themes/GoldenGate/layout_utils.php
+%%SUGARCRMDIR%%/themes/GoldenGate/menu.js
+%%SUGARCRMDIR%%/themes/GoldenGate/navigation.css
+%%SUGARCRMDIR%%/themes/GoldenGate/style.css
+%%SUGARCRMDIR%%/themes/Links/config.php
+%%SUGARCRMDIR%%/themes/Links/cookie.js
+%%SUGARCRMDIR%%/themes/Links/footer.php
+%%SUGARCRMDIR%%/themes/Links/header.html
+%%SUGARCRMDIR%%/themes/Links/header.php
+%%SUGARCRMDIR%%/themes/Links/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/Links/images/Administration.gif
+%%SUGARCRMDIR%%/themes/Links/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/Links/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/Links/images/Backup.gif
+%%SUGARCRMDIR%%/themes/Links/images/Backups.gif
+%%SUGARCRMDIR%%/themes/Links/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/Links/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/Links/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Calls.gif
+%%SUGARCRMDIR%%/themes/Links/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/Links/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Cases.gif
+%%SUGARCRMDIR%%/themes/Links/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/Links/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/Links/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/Links/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/Links/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/Links/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/Links/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/Links/images/Documents.gif
+%%SUGARCRMDIR%%/themes/Links/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/Links/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/Links/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/Links/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/Links/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/Links/images/Emails.gif
+%%SUGARCRMDIR%%/themes/Links/images/Employees.gif
+%%SUGARCRMDIR%%/themes/Links/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Links/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/Links/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/Links/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/Links/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/Links/images/Import.gif
+%%SUGARCRMDIR%%/themes/Links/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Links/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/Links/images/Layout.gif
+%%SUGARCRMDIR%%/themes/Links/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Leads.gif
+%%SUGARCRMDIR%%/themes/Links/images/License.gif
+%%SUGARCRMDIR%%/themes/Links/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/Links/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/Links/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/Links/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/Links/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/Links/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Notes.gif
+%%SUGARCRMDIR%%/themes/Links/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/Links/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/Links/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/Links/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/Links/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/Links/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/Links/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/Links/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/Links/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/Links/images/Products.gif
+%%SUGARCRMDIR%%/themes/Links/images/Project.gif
+%%SUGARCRMDIR%%/themes/Links/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/Links/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/Links/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/Links/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/Links/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/Links/images/RSS.gif
+%%SUGARCRMDIR%%/themes/Links/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/Links/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/Links/images/Releases.gif
+%%SUGARCRMDIR%%/themes/Links/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/Links/images/Repair.gif
+%%SUGARCRMDIR%%/themes/Links/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/Links/images/Reports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Roles.gif
+%%SUGARCRMDIR%%/themes/Links/images/Search.gif
+%%SUGARCRMDIR%%/themes/Links/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/Links/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/Links/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/Links/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/Links/images/Teams.gif
+%%SUGARCRMDIR%%/themes/Links/images/Themes.gif
+%%SUGARCRMDIR%%/themes/Links/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/Links/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/Links/images/Users.gif
+%%SUGARCRMDIR%%/themes/Links/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/Links/images/arrow.gif
+%%SUGARCRMDIR%%/themes/Links/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/Links/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/Links/images/attachment.gif
+%%SUGARCRMDIR%%/themes/Links/images/basic_search.gif
%%SUGARCRMDIR%%/themes/Links/images/blank.gif
-%%SUGARCRMDIR%%/themes/Links/images/refresh.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateEmails.png
-%%SUGARCRMDIR%%/themes/Links/images/PriceList.png
-%%SUGARCRMDIR%%/themes/Links/images/emptyTabSpace.png
-%%SUGARCRMDIR%%/themes/Links/images/leftNav_lowerLeft.png
-%%SUGARCRMDIR%%/themes/Links/images/LeadReports.png
-%%SUGARCRMDIR%%/themes/Links/images/CaseReports.png
-%%SUGARCRMDIR%%/themes/Links/images/calendar_previous.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateTasks.png
-%%SUGARCRMDIR%%/themes/Links/images/Layout.png
+%%SUGARCRMDIR%%/themes/Links/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/Links/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/Links/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/close.gif
+%%SUGARCRMDIR%%/themes/Links/images/close_inline.gif
%%SUGARCRMDIR%%/themes/Links/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Links/images/leftColumnCornerBottom.png
-%%SUGARCRMDIR%%/themes/Links/images/searchFormBg.png
-%%SUGARCRMDIR%%/themes/Links/images/uparrow_big.png
-%%SUGARCRMDIR%%/themes/Links/images/Accounts.png
-%%SUGARCRMDIR%%/themes/Links/images/Backup.png
-%%SUGARCRMDIR%%/themes/Links/images/grass_bg.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateMeetings.png
-%%SUGARCRMDIR%%/themes/Links/images/uparrow_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/edit_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/leftColumnDivider.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_leftCol.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateContacts.png
-%%SUGARCRMDIR%%/themes/Links/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Links/images/teamNoticeTop.png
-%%SUGARCRMDIR%%/themes/Links/images/RSS.png
-%%SUGARCRMDIR%%/themes/Links/images/Currencies.png
-%%SUGARCRMDIR%%/themes/Links/images/AllRSS.png
-%%SUGARCRMDIR%%/themes/Links/images/myAreaLeft.png
-%%SUGARCRMDIR%%/themes/Links/images/Quotes.png
-%%SUGARCRMDIR%%/themes/Links/images/publish_inline.png
+%%SUGARCRMDIR%%/themes/Links/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/delete.gif
+%%SUGARCRMDIR%%/themes/Links/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/doc_bg.gif
+%%SUGARCRMDIR%%/themes/Links/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/Links/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/Links/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/edit.gif
+%%SUGARCRMDIR%%/themes/Links/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/emptyTabSpace.gif
+%%SUGARCRMDIR%%/themes/Links/images/end.gif
+%%SUGARCRMDIR%%/themes/Links/images/end_off.gif
+%%SUGARCRMDIR%%/themes/Links/images/export.gif
+%%SUGARCRMDIR%%/themes/Links/images/flag.png
%%SUGARCRMDIR%%/themes/Links/images/flag_header.png
-%%SUGARCRMDIR%%/themes/Links/images/previous.png
-%%SUGARCRMDIR%%/themes/Links/images/scheduled_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/header_bg.png
+%%SUGARCRMDIR%%/themes/Links/images/formButtonBg.gif
+%%SUGARCRMDIR%%/themes/Links/images/formButtonBgOn.gif
+%%SUGARCRMDIR%%/themes/Links/images/golfball.png
%%SUGARCRMDIR%%/themes/Links/images/golfer.png
+%%SUGARCRMDIR%%/themes/Links/images/grass_bg.gif
+%%SUGARCRMDIR%%/themes/Links/images/grass_bg2.gif
+%%SUGARCRMDIR%%/themes/Links/images/grass_bottom_bg.gif
+%%SUGARCRMDIR%%/themes/Links/images/grass_left_bg.gif
+%%SUGARCRMDIR%%/themes/Links/images/grass_top_bg.gif
+%%SUGARCRMDIR%%/themes/Links/images/h3Arrow.png
+%%SUGARCRMDIR%%/themes/Links/images/header_bg.png
+%%SUGARCRMDIR%%/themes/Links/images/help.gif
+%%SUGARCRMDIR%%/themes/Links/images/hide.gif
+%%SUGARCRMDIR%%/themes/Links/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/Links/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftColumnCorner.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftColumnCornerBottom.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftColumnDivider.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftModuleBg.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftNav_left.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftNav_lowerLeft.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftNav_lowerRight.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftNav_right.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/Links/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/Links/images/listViewBg.gif
+%%SUGARCRMDIR%%/themes/Links/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/Links/images/minus.gif
+%%SUGARCRMDIR%%/themes/Links/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/moduleTab_left.gif
+%%SUGARCRMDIR%%/themes/Links/images/moduleTab_leftCol.gif
+%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lower.gif
+%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lowerLeft.gif
+%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lowerRight.gif
+%%SUGARCRMDIR%%/themes/Links/images/moduleTab_right.gif
+%%SUGARCRMDIR%%/themes/Links/images/moduleTab_rightCol.gif
+%%SUGARCRMDIR%%/themes/Links/images/moduleTab_top.gif
+%%SUGARCRMDIR%%/themes/Links/images/moreSub.gif
+%%SUGARCRMDIR%%/themes/Links/images/myAreaLeft.gif
+%%SUGARCRMDIR%%/themes/Links/images/next.gif
+%%SUGARCRMDIR%%/themes/Links/images/next_off.gif
+%%SUGARCRMDIR%%/themes/Links/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/plus.gif
+%%SUGARCRMDIR%%/themes/Links/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/previous.gif
+%%SUGARCRMDIR%%/themes/Links/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/Links/images/print.gif
+%%SUGARCRMDIR%%/themes/Links/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/refresh.gif
+%%SUGARCRMDIR%%/themes/Links/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/Links/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/Links/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/searchButton.gif
+%%SUGARCRMDIR%%/themes/Links/images/searchButton.png
+%%SUGARCRMDIR%%/themes/Links/images/searchFormBg.gif
+%%SUGARCRMDIR%%/themes/Links/images/show.gif
%%SUGARCRMDIR%%/themes/Links/images/slot.gif
-%%SUGARCRMDIR%%/themes/Links/images/Import.png
-%%SUGARCRMDIR%%/themes/Links/images/FieldLabels.png
-%%SUGARCRMDIR%%/themes/Links/images/grass_bottom_bg.png
-%%SUGARCRMDIR%%/themes/Links/images/Opportunities.png
-%%SUGARCRMDIR%%/themes/Links/images/attachment.png
-%%SUGARCRMDIR%%/themes/Links/images/unscheduled_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/leftColumnCorner.png
-%%SUGARCRMDIR%%/themes/Links/images/uparrow.png
-%%SUGARCRMDIR%%/themes/Links/images/teamNoticeBottom.png
-%%SUGARCRMDIR%%/themes/Links/images/Dropdown.png
-%%SUGARCRMDIR%%/themes/Links/images/ProductTemplates.png
-%%SUGARCRMDIR%%/themes/Links/images/close_inline.png
-%%SUGARCRMDIR%%/themes/Links/images/Calendar.png
-%%SUGARCRMDIR%%/themes/Links/header.html
-%%SUGARCRMDIR%%/themes/Links/header.php
-%%SUGARCRMDIR%%/themes/Links/config.php
+%%SUGARCRMDIR%%/themes/Links/images/spacer.gif
+%%SUGARCRMDIR%%/themes/Links/images/start.gif
+%%SUGARCRMDIR%%/themes/Links/images/start_off.gif
+%%SUGARCRMDIR%%/themes/Links/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/Links/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/Links/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/Links/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/view.gif
+%%SUGARCRMDIR%%/themes/Links/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/Links/images/xls_image_inline.gif
%%SUGARCRMDIR%%/themes/Links/layout_utils.php
-%%SUGARCRMDIR%%/themes/Links/footer.php
+%%SUGARCRMDIR%%/themes/Links/menu.js
+%%SUGARCRMDIR%%/themes/Links/navigation.css
%%SUGARCRMDIR%%/themes/Links/style.css
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateTeams.png
-%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_middle.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateCalls.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Users.png
-%%SUGARCRMDIR%%/themes/Paradise/images/calendar_next.png
-%%SUGARCRMDIR%%/themes/Paradise/images/calendarHeaderBg.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Feeds.png
-%%SUGARCRMDIR%%/themes/Paradise/images/TaskReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/help.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateiFrames.png
-%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_right.png
-%%SUGARCRMDIR%%/themes/Paradise/images/downarrow_big.png
-%%SUGARCRMDIR%%/themes/Paradise/images/minus.png
-%%SUGARCRMDIR%%/themes/Paradise/images/next_off.png
-%%SUGARCRMDIR%%/themes/Paradise/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/Paradise/images/print.png
-%%SUGARCRMDIR%%/themes/Paradise/images/listViewBg.png
-%%SUGARCRMDIR%%/themes/Paradise/images/leftModuleBg.png
-%%SUGARCRMDIR%%/themes/Paradise/images/MeetingReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/spacer.png
-%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_left.png
-%%SUGARCRMDIR%%/themes/Paradise/images/detailViewBg.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateLeads.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Shippers.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateNotes.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Manufacturers.png
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailTemplates.png
-%%SUGARCRMDIR%%/themes/Paradise/images/advanced_search.png
-%%SUGARCRMDIR%%/themes/Paradise/images/arrow_up.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateDropdown.png
-%%SUGARCRMDIR%%/themes/Paradise/images/MyReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/downarrow.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Contacts.png
-%%SUGARCRMDIR%%/themes/Paradise/images/palm_tree.png
-%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_left.png
-%%SUGARCRMDIR%%/themes/Paradise/images/formButtonBg.png
-%%SUGARCRMDIR%%/themes/Paradise/images/leftarrow_big.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Price_List.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Dashboard.png
-%%SUGARCRMDIR%%/themes/Paradise/images/view.png
-%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_right.png
-%%SUGARCRMDIR%%/themes/Paradise/images/rightarrow_big.png
-%%SUGARCRMDIR%%/themes/Paradise/images/unpublish_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/delete.png
-%%SUGARCRMDIR%%/themes/Paradise/images/check_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateOpportunities.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Tasks.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateUsers.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Product_Categories.png
-%%SUGARCRMDIR%%/themes/Paradise/images/AccountReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Cases.png
-%%SUGARCRMDIR%%/themes/Paradise/images/BugReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/ContactReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/start_off.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Administration.png
-%%SUGARCRMDIR%%/themes/Paradise/images/subTabBar_bg.png
-%%SUGARCRMDIR%%/themes/Paradise/images/iFrames.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Leads.png
-%%SUGARCRMDIR%%/themes/Paradise/images/minus_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/close.png
-%%SUGARCRMDIR%%/themes/Paradise/images/rightarrow.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateBugs.png
-%%SUGARCRMDIR%%/themes/Paradise/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Paradise/images/searchSeparator.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/arrow.png
-%%SUGARCRMDIR%%/themes/Paradise/images/edit.png
-%%SUGARCRMDIR%%/themes/Paradise/images/leftarrow.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Calls.png
-%%SUGARCRMDIR%%/themes/Paradise/images/view_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/previous_off.png
-%%SUGARCRMDIR%%/themes/Paradise/images/doc_bg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Search.png
-%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_left.png
-%%SUGARCRMDIR%%/themes/Paradise/images/export.png
-%%SUGARCRMDIR%%/themes/Paradise/images/TaxRates.png
-%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_bg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/plus_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Upgrade.png
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailFolder.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateAccounts.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Notes.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Product_Types.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Emails.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateQuotes.png
-%%SUGARCRMDIR%%/themes/Paradise/images/QuoteReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/downarrow_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/ProductCategories.png
-%%SUGARCRMDIR%%/themes/Paradise/images/ProductTypes.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Reports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/plus.png
-%%SUGARCRMDIR%%/themes/Paradise/images/start.png
-%%SUGARCRMDIR%%/themes/Paradise/images/AllNews.png
-%%SUGARCRMDIR%%/themes/Paradise/images/arrow_down.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateProducts.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Releases.png
-%%SUGARCRMDIR%%/themes/Paradise/images/ConfigureTabs.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CallReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Bugs.png
-%%SUGARCRMDIR%%/themes/Paradise/images/basic_search.png
-%%SUGARCRMDIR%%/themes/Paradise/images/end_off.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Teams.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateCases.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Products.png
-%%SUGARCRMDIR%%/themes/Paradise/images/formButtonBgOn.png
-%%SUGARCRMDIR%%/themes/Paradise/images/EditLayout.png
-%%SUGARCRMDIR%%/themes/Paradise/images/OpportunityReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Meetings.png
-%%SUGARCRMDIR%%/themes/Paradise/images/next.png
-%%SUGARCRMDIR%%/themes/Paradise/images/delete_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/end.png
-%%SUGARCRMDIR%%/themes/Paradise/images/calendar.gif
+%%SUGARCRMDIR%%/themes/Love/config.php
+%%SUGARCRMDIR%%/themes/Love/cookie.js
+%%SUGARCRMDIR%%/themes/Love/footer.php
+%%SUGARCRMDIR%%/themes/Love/header.html
+%%SUGARCRMDIR%%/themes/Love/header.php
+%%SUGARCRMDIR%%/themes/Love/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/Love/images/Administration.gif
+%%SUGARCRMDIR%%/themes/Love/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/Love/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/Love/images/Backup.gif
+%%SUGARCRMDIR%%/themes/Love/images/Backups.gif
+%%SUGARCRMDIR%%/themes/Love/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/Love/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/Love/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Calls.gif
+%%SUGARCRMDIR%%/themes/Love/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/Love/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Cases.gif
+%%SUGARCRMDIR%%/themes/Love/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/Love/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/Love/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/Love/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/Love/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/Love/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/Love/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/Love/images/Documents.gif
+%%SUGARCRMDIR%%/themes/Love/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/Love/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/Love/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/Love/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/Love/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/Love/images/Emails.gif
+%%SUGARCRMDIR%%/themes/Love/images/Employees.gif
+%%SUGARCRMDIR%%/themes/Love/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Love/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/Love/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/Love/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/Love/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/Love/images/Import.gif
+%%SUGARCRMDIR%%/themes/Love/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Love/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/Love/images/Layout.gif
+%%SUGARCRMDIR%%/themes/Love/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Leads.gif
+%%SUGARCRMDIR%%/themes/Love/images/License.gif
+%%SUGARCRMDIR%%/themes/Love/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/Love/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/Love/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/Love/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/Love/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/Love/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Notes.gif
+%%SUGARCRMDIR%%/themes/Love/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/Love/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/Love/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/Love/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/Love/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/Love/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/Love/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/Love/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/Love/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/Love/images/Products.gif
+%%SUGARCRMDIR%%/themes/Love/images/Project.gif
+%%SUGARCRMDIR%%/themes/Love/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/Love/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/Love/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/Love/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/Love/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/Love/images/RSS.gif
+%%SUGARCRMDIR%%/themes/Love/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/Love/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/Love/images/Releases.gif
+%%SUGARCRMDIR%%/themes/Love/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/Love/images/Repair.gif
+%%SUGARCRMDIR%%/themes/Love/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/Love/images/Reports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Roles.gif
+%%SUGARCRMDIR%%/themes/Love/images/Search.gif
+%%SUGARCRMDIR%%/themes/Love/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/Love/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/Love/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/Love/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/Love/images/Teams.gif
+%%SUGARCRMDIR%%/themes/Love/images/Themes.gif
+%%SUGARCRMDIR%%/themes/Love/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/Love/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/Love/images/Users.gif
+%%SUGARCRMDIR%%/themes/Love/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/Love/images/arrow.gif
+%%SUGARCRMDIR%%/themes/Love/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/Love/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/Love/images/attachment.gif
+%%SUGARCRMDIR%%/themes/Love/images/basic_search.gif
+%%SUGARCRMDIR%%/themes/Love/images/blank.gif
+%%SUGARCRMDIR%%/themes/Love/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/Love/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/Love/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/close.gif
+%%SUGARCRMDIR%%/themes/Love/images/close_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/company_logo.gif
+%%SUGARCRMDIR%%/themes/Love/images/company_logo.png
+%%SUGARCRMDIR%%/themes/Love/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/delete.gif
+%%SUGARCRMDIR%%/themes/Love/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/Love/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/Love/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/edit.gif
+%%SUGARCRMDIR%%/themes/Love/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/emptyTabSpace.gif
+%%SUGARCRMDIR%%/themes/Love/images/end.gif
+%%SUGARCRMDIR%%/themes/Love/images/end_off.gif
+%%SUGARCRMDIR%%/themes/Love/images/export.gif
+%%SUGARCRMDIR%%/themes/Love/images/flower.gif
+%%SUGARCRMDIR%%/themes/Love/images/flower.png
+%%SUGARCRMDIR%%/themes/Love/images/formButtonBg.gif
+%%SUGARCRMDIR%%/themes/Love/images/formButtonBgOn.gif
+%%SUGARCRMDIR%%/themes/Love/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/Love/images/h3Arrow.png
+%%SUGARCRMDIR%%/themes/Love/images/header_bg.gif
+%%SUGARCRMDIR%%/themes/Love/images/help.gif
+%%SUGARCRMDIR%%/themes/Love/images/hide.gif
+%%SUGARCRMDIR%%/themes/Love/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/Love/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftColumnCorner.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftColumnCornerBottom.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftColumnDivider.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftModuleBg.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftNav_left.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftNav_lowerLeft.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftNav_lowerRight.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftNav_right.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/Love/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/Love/images/listViewBg.gif
+%%SUGARCRMDIR%%/themes/Love/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/Love/images/minus.gif
+%%SUGARCRMDIR%%/themes/Love/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/moduleTab_left.gif
+%%SUGARCRMDIR%%/themes/Love/images/moduleTab_lowerLeft.gif
+%%SUGARCRMDIR%%/themes/Love/images/moduleTab_lowerRight.gif
+%%SUGARCRMDIR%%/themes/Love/images/moduleTab_right.gif
+%%SUGARCRMDIR%%/themes/Love/images/moreSub.gif
+%%SUGARCRMDIR%%/themes/Love/images/myAreaLeft.gif
+%%SUGARCRMDIR%%/themes/Love/images/next.gif
+%%SUGARCRMDIR%%/themes/Love/images/next_off.gif
+%%SUGARCRMDIR%%/themes/Love/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/plus.gif
+%%SUGARCRMDIR%%/themes/Love/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/previous.gif
+%%SUGARCRMDIR%%/themes/Love/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/Love/images/print.gif
+%%SUGARCRMDIR%%/themes/Love/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/refresh.gif
+%%SUGARCRMDIR%%/themes/Love/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/Love/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/Love/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/searchButton.gif
+%%SUGARCRMDIR%%/themes/Love/images/searchButton.png
+%%SUGARCRMDIR%%/themes/Love/images/searchFormBg.gif
+%%SUGARCRMDIR%%/themes/Love/images/show.gif
+%%SUGARCRMDIR%%/themes/Love/images/slot.gif
+%%SUGARCRMDIR%%/themes/Love/images/spacer.gif
+%%SUGARCRMDIR%%/themes/Love/images/start.gif
+%%SUGARCRMDIR%%/themes/Love/images/start_off.gif
+%%SUGARCRMDIR%%/themes/Love/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/Love/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/Love/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/Love/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/view.gif
+%%SUGARCRMDIR%%/themes/Love/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/Love/images/xls_image_inline.gif
+%%SUGARCRMDIR%%/themes/Love/layout_utils.php
+%%SUGARCRMDIR%%/themes/Love/menu.js
+%%SUGARCRMDIR%%/themes/Love/navigation.css
+%%SUGARCRMDIR%%/themes/Love/style.css
+%%SUGARCRMDIR%%/themes/Paradise/config.php
+%%SUGARCRMDIR%%/themes/Paradise/cookie.js
+%%SUGARCRMDIR%%/themes/Paradise/footer.php
+%%SUGARCRMDIR%%/themes/Paradise/header.html
+%%SUGARCRMDIR%%/themes/Paradise/header.php
+%%SUGARCRMDIR%%/themes/Paradise/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Administration.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Backup.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Backups.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Calls.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Cases.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Documents.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Emails.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Employees.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Import.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Layout.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Leads.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/License.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Notes.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Products.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Project.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/RSS.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Releases.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Repair.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Reports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Roles.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Search.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Teams.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Themes.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/Users.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/arrow.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/attachment.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/basic_search.gif
%%SUGARCRMDIR%%/themes/Paradise/images/blank.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/refresh.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateEmails.png
-%%SUGARCRMDIR%%/themes/Paradise/images/PriceList.png
-%%SUGARCRMDIR%%/themes/Paradise/images/emptyTabSpace.png
-%%SUGARCRMDIR%%/themes/Paradise/images/LeadReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CaseReports.png
-%%SUGARCRMDIR%%/themes/Paradise/images/calendar_previous.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateTasks.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Layout.png
-%%SUGARCRMDIR%%/themes/Paradise/images/uparrow_big.png
+%%SUGARCRMDIR%%/themes/Paradise/images/calendarHeaderBg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/close.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/close_inline.gif
%%SUGARCRMDIR%%/themes/Paradise/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Paradise/images/searchFormBg.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Accounts.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Backup.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateMeetings.png
-%%SUGARCRMDIR%%/themes/Paradise/images/uparrow_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/edit_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateContacts.png
-%%SUGARCRMDIR%%/themes/Paradise/images/teamNoticeTop.png
-%%SUGARCRMDIR%%/themes/Paradise/images/RSS.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Currencies.png
-%%SUGARCRMDIR%%/themes/Paradise/images/AllRSS.png
-%%SUGARCRMDIR%%/themes/Paradise/images/subTab_shadow.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Quotes.png
-%%SUGARCRMDIR%%/themes/Paradise/images/publish_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_right.png
-%%SUGARCRMDIR%%/themes/Paradise/images/previous.png
-%%SUGARCRMDIR%%/themes/Paradise/images/scheduled_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/header_bg.png
-%%SUGARCRMDIR%%/themes/Paradise/images/createBg.png
+%%SUGARCRMDIR%%/themes/Paradise/images/createBg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_left.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_middle.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_right.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/delete.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/detailViewBg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/doc_bg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/edit.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/emptyTabSpace.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/end.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/end_off.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/export.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/formButtonBg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/formButtonBgOn.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/header_bg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/help.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/hide.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/leftModuleBg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/listViewBg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/mass_update.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/minus.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_bg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_left.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_middle.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_right.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/more.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/next.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/next_off.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_left.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_middle.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_right.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/palm_tree.png
+%%SUGARCRMDIR%%/themes/Paradise/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/plus.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/previous.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/print.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/refresh.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/sailboat.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/searchButton.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/searchFormBg.gif
%%SUGARCRMDIR%%/themes/Paradise/images/searchSeparator.png
+%%SUGARCRMDIR%%/themes/Paradise/images/show.gif
%%SUGARCRMDIR%%/themes/Paradise/images/slot.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Import.png
-%%SUGARCRMDIR%%/themes/Paradise/images/FieldLabels.png
-%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_middle.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Opportunities.png
-%%SUGARCRMDIR%%/themes/Paradise/images/attachment.png
-%%SUGARCRMDIR%%/themes/Paradise/images/unscheduled_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/teamNoticeBottom.png
-%%SUGARCRMDIR%%/themes/Paradise/images/sailboat.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Dropdown.png
-%%SUGARCRMDIR%%/themes/Paradise/images/mass_update.png
-%%SUGARCRMDIR%%/themes/Paradise/images/ProductTemplates.png
-%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_middle.png
-%%SUGARCRMDIR%%/themes/Paradise/images/uparrow.png
-%%SUGARCRMDIR%%/themes/Paradise/images/close_inline.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Calendar.png
-%%SUGARCRMDIR%%/themes/Paradise/header.html
-%%SUGARCRMDIR%%/themes/Paradise/header.php
-%%SUGARCRMDIR%%/themes/Paradise/config.php
+%%SUGARCRMDIR%%/themes/Paradise/images/spacer.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/start.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/start_off.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/subTabBar_bg.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/subTab_shadow.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/view.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/Paradise/images/xls_image_inline.gif
%%SUGARCRMDIR%%/themes/Paradise/layout_utils.php
-%%SUGARCRMDIR%%/themes/Paradise/footer.php
+%%SUGARCRMDIR%%/themes/Paradise/menu.js
+%%SUGARCRMDIR%%/themes/Paradise/navigation.css
%%SUGARCRMDIR%%/themes/Paradise/style.css
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateTeams.png
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTab_middle.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateCalls.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Users.png
-%%SUGARCRMDIR%%/themes/Sugar/images/calendar_next.png
-%%SUGARCRMDIR%%/themes/Sugar/images/calendarHeaderBg.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Feeds.png
-%%SUGARCRMDIR%%/themes/Sugar/images/TaskReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/help.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateiFrames.png
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTab_right.png
-%%SUGARCRMDIR%%/themes/Sugar/images/downarrow_big.png
-%%SUGARCRMDIR%%/themes/Sugar/images/minus.png
-%%SUGARCRMDIR%%/themes/Sugar/images/next_off.png
-%%SUGARCRMDIR%%/themes/Sugar/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/Sugar/images/print.png
-%%SUGARCRMDIR%%/themes/Sugar/images/listViewBg.png
-%%SUGARCRMDIR%%/themes/Sugar/images/leftModuleBg.png
-%%SUGARCRMDIR%%/themes/Sugar/images/MeetingReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/spacer.png
-%%SUGARCRMDIR%%/themes/Sugar/images/moduleTab_left.png
-%%SUGARCRMDIR%%/themes/Sugar/images/detailViewBg.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateLeads.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Shippers.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateNotes.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Manufacturers.png
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailTemplates.png
-%%SUGARCRMDIR%%/themes/Sugar/images/advanced_search.png
-%%SUGARCRMDIR%%/themes/Sugar/images/arrow_up.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateDropdown.png
-%%SUGARCRMDIR%%/themes/Sugar/images/MyReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/downarrow.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Contacts.png
-%%SUGARCRMDIR%%/themes/Sugar/images/currentTab_left.png
-%%SUGARCRMDIR%%/themes/Sugar/images/formButtonBg.png
-%%SUGARCRMDIR%%/themes/Sugar/images/leftarrow_big.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Price_List.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Dashboard.png
-%%SUGARCRMDIR%%/themes/Sugar/images/moduleTab_right.png
-%%SUGARCRMDIR%%/themes/Sugar/images/end.png
-%%SUGARCRMDIR%%/themes/Sugar/images/rightarrow_big.png
-%%SUGARCRMDIR%%/themes/Sugar/images/view.png
-%%SUGARCRMDIR%%/themes/Sugar/images/unpublish_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/delete.png
-%%SUGARCRMDIR%%/themes/Sugar/images/check_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateOpportunities.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Tasks.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateUsers.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Product_Categories.png
-%%SUGARCRMDIR%%/themes/Sugar/images/AccountReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Cases.png
-%%SUGARCRMDIR%%/themes/Sugar/images/BugReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/ContactReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/start_off.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Administration.png
-%%SUGARCRMDIR%%/themes/Sugar/images/iFrames.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Leads.png
-%%SUGARCRMDIR%%/themes/Sugar/images/minus_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/rightarrow.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateBugs.png
-%%SUGARCRMDIR%%/themes/Sugar/images/close.png
-%%SUGARCRMDIR%%/themes/Sugar/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Sugar/images/searchSeparator.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/arrow.png
-%%SUGARCRMDIR%%/themes/Sugar/images/edit.png
-%%SUGARCRMDIR%%/themes/Sugar/images/leftarrow.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Calls.png
-%%SUGARCRMDIR%%/themes/Sugar/images/view_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/previous_off.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Search.png
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTab_left.png
-%%SUGARCRMDIR%%/themes/Sugar/images/export.png
-%%SUGARCRMDIR%%/themes/Sugar/images/TaxRates.png
-%%SUGARCRMDIR%%/themes/Sugar/images/plus_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Upgrade.png
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailFolder.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateAccounts.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Notes.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Product_Types.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Emails.png
-%%SUGARCRMDIR%%/themes/Sugar/images/RSS.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateQuotes.png
-%%SUGARCRMDIR%%/themes/Sugar/images/QuoteReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/downarrow_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/ProductCategories.png
-%%SUGARCRMDIR%%/themes/Sugar/images/ProductTypes.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Reports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/plus.png
-%%SUGARCRMDIR%%/themes/Sugar/images/start.png
-%%SUGARCRMDIR%%/themes/Sugar/images/AllNews.png
-%%SUGARCRMDIR%%/themes/Sugar/images/arrow_down.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateProducts.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Releases.png
-%%SUGARCRMDIR%%/themes/Sugar/images/ConfigureTabs.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CallReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Bugs.png
-%%SUGARCRMDIR%%/themes/Sugar/images/basic_search.png
-%%SUGARCRMDIR%%/themes/Sugar/images/end_off.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateCases.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Products.png
-%%SUGARCRMDIR%%/themes/Sugar/images/formButtonBgOn.png
-%%SUGARCRMDIR%%/themes/Sugar/images/EditLayout.png
-%%SUGARCRMDIR%%/themes/Sugar/images/OpportunityReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Teams.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Meetings.png
-%%SUGARCRMDIR%%/themes/Sugar/images/next.png
-%%SUGARCRMDIR%%/themes/Sugar/images/delete_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/calendar.gif
+%%SUGARCRMDIR%%/themes/Pipeline/config.php
+%%SUGARCRMDIR%%/themes/Pipeline/cookie.js
+%%SUGARCRMDIR%%/themes/Pipeline/footer.php
+%%SUGARCRMDIR%%/themes/Pipeline/header.html
+%%SUGARCRMDIR%%/themes/Pipeline/header.php
+%%SUGARCRMDIR%%/themes/Pipeline/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Administration.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Backup.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Backups.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Calls.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Cases.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Documents.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Emails.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Employees.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Import.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Layout.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Leads.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/License.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Notes.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Products.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Project.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/RSS.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Releases.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Repair.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Reports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Roles.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Search.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Teams.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Themes.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/Users.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/arrow.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/attachment.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/basic_search.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/blank.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/calendarHeaderBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/close.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/close_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/company_logo.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/company_logo.png
+%%SUGARCRMDIR%%/themes/Pipeline/images/currentTabBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/delete.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/edit.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/emptyTabSpace.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/end.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/end_off.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/export.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/flower.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/flower.png
+%%SUGARCRMDIR%%/themes/Pipeline/images/formButtonBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/formButtonBgOn.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/h3Arrow.png
+%%SUGARCRMDIR%%/themes/Pipeline/images/header_bg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/header_search_bg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/header_surfer.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/help.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/hide.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftColumnCorner.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftColumnCornerBottom.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftColumnDivider.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftModuleBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftNav_left.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftNav_lowerLeft.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftNav_lowerRight.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftNav_right.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/listViewBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/minus.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/moduleTab_left.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/moduleTab_lowerLeft.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/moduleTab_lowerRight.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/moduleTab_right.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/moreSub.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/myAreaBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/myAreaLeft.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/next.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/next_off.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/otherTabBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/otherTabBottomBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/plus.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/previous.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/print.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/refresh.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/searchButton.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/searchButton.png
+%%SUGARCRMDIR%%/themes/Pipeline/images/searchFormBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/searchText.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/show.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/slot.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/spacer.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/start.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/start_off.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/subMenuBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/view.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/welcomeBarBg.gif
+%%SUGARCRMDIR%%/themes/Pipeline/images/xls_image_inline.gif
+%%SUGARCRMDIR%%/themes/Pipeline/layout_utils.php
+%%SUGARCRMDIR%%/themes/Pipeline/menu.js
+%%SUGARCRMDIR%%/themes/Pipeline/navigation.css
+%%SUGARCRMDIR%%/themes/Pipeline/style.css
+%%SUGARCRMDIR%%/themes/Retro/config.php
+%%SUGARCRMDIR%%/themes/Retro/cookie.js
+%%SUGARCRMDIR%%/themes/Retro/footer.php
+%%SUGARCRMDIR%%/themes/Retro/header.html
+%%SUGARCRMDIR%%/themes/Retro/header.php
+%%SUGARCRMDIR%%/themes/Retro/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Administration.gif
+%%SUGARCRMDIR%%/themes/Retro/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/Retro/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Backup.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Backups.gif
+%%SUGARCRMDIR%%/themes/Retro/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Calls.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Cases.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/Retro/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/Retro/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Documents.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/Retro/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/Retro/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/Retro/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/Retro/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Emails.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Employees.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/Retro/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Import.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Retro/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Layout.gif
+%%SUGARCRMDIR%%/themes/Retro/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Leads.gif
+%%SUGARCRMDIR%%/themes/Retro/images/License.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/Retro/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/Retro/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/Retro/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/Retro/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Notes.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/Retro/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Products.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Project.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/Retro/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/Retro/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/Retro/images/RSS.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Releases.gif
+%%SUGARCRMDIR%%/themes/Retro/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Repair.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Reports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Roles.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Search.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/Retro/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/Retro/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Teams.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Themes.gif
+%%SUGARCRMDIR%%/themes/Retro/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/Retro/images/Users.gif
+%%SUGARCRMDIR%%/themes/Retro/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/Retro/images/arrow.gif
+%%SUGARCRMDIR%%/themes/Retro/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/Retro/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/Retro/images/attachment.gif
+%%SUGARCRMDIR%%/themes/Retro/images/basic_search.gif
+%%SUGARCRMDIR%%/themes/Retro/images/blank.gif
+%%SUGARCRMDIR%%/themes/Retro/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/Retro/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/Retro/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/close.gif
+%%SUGARCRMDIR%%/themes/Retro/images/close_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/company_logo.png
+%%SUGARCRMDIR%%/themes/Retro/images/currentTab_left.gif
+%%SUGARCRMDIR%%/themes/Retro/images/currentTab_middle.gif
+%%SUGARCRMDIR%%/themes/Retro/images/currentTab_right.gif
+%%SUGARCRMDIR%%/themes/Retro/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/delete.gif
+%%SUGARCRMDIR%%/themes/Retro/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/Retro/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/Retro/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/edit.gif
+%%SUGARCRMDIR%%/themes/Retro/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/end.gif
+%%SUGARCRMDIR%%/themes/Retro/images/end_off.gif
+%%SUGARCRMDIR%%/themes/Retro/images/export.gif
+%%SUGARCRMDIR%%/themes/Retro/images/help.gif
+%%SUGARCRMDIR%%/themes/Retro/images/hide.gif
+%%SUGARCRMDIR%%/themes/Retro/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/Retro/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/Retro/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/Retro/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/Retro/images/mass_update.gif
+%%SUGARCRMDIR%%/themes/Retro/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/Retro/images/minus.gif
+%%SUGARCRMDIR%%/themes/Retro/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_left.gif
+%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_middle.gif
+%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_right.gif
+%%SUGARCRMDIR%%/themes/Retro/images/more.gif
+%%SUGARCRMDIR%%/themes/Retro/images/moreSub.gif
+%%SUGARCRMDIR%%/themes/Retro/images/next.gif
+%%SUGARCRMDIR%%/themes/Retro/images/next_off.gif
+%%SUGARCRMDIR%%/themes/Retro/images/otherTab_left.gif
+%%SUGARCRMDIR%%/themes/Retro/images/otherTab_middle.gif
+%%SUGARCRMDIR%%/themes/Retro/images/otherTab_right.gif
+%%SUGARCRMDIR%%/themes/Retro/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/plus.gif
+%%SUGARCRMDIR%%/themes/Retro/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/previous.gif
+%%SUGARCRMDIR%%/themes/Retro/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/Retro/images/print.gif
+%%SUGARCRMDIR%%/themes/Retro/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/refresh.gif
+%%SUGARCRMDIR%%/themes/Retro/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/Retro/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/Retro/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/shortcutSeparator.gif
+%%SUGARCRMDIR%%/themes/Retro/images/show.gif
+%%SUGARCRMDIR%%/themes/Retro/images/slot.gif
+%%SUGARCRMDIR%%/themes/Retro/images/spacer.gif
+%%SUGARCRMDIR%%/themes/Retro/images/start.gif
+%%SUGARCRMDIR%%/themes/Retro/images/start_off.gif
+%%SUGARCRMDIR%%/themes/Retro/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/Retro/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/Retro/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/Retro/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/view.gif
+%%SUGARCRMDIR%%/themes/Retro/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/images/xls_image_inline.gif
+%%SUGARCRMDIR%%/themes/Retro/layout_utils.php
+%%SUGARCRMDIR%%/themes/Retro/menu.js
+%%SUGARCRMDIR%%/themes/Retro/navigation.css
+%%SUGARCRMDIR%%/themes/Retro/style.css
+%%SUGARCRMDIR%%/themes/RipCurl/config.php
+%%SUGARCRMDIR%%/themes/RipCurl/cookie.js
+%%SUGARCRMDIR%%/themes/RipCurl/footer.php
+%%SUGARCRMDIR%%/themes/RipCurl/header.html
+%%SUGARCRMDIR%%/themes/RipCurl/header.php
+%%SUGARCRMDIR%%/themes/RipCurl/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Administration.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Backup.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Backups.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Calls.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Cases.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Documents.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Emails.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Employees.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Import.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Layout.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Leads.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/License.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Notes.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Products.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Project.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/RSS.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Releases.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Repair.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Reports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Roles.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Search.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Teams.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Themes.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/Users.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/arrow.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/attachment.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/basic_search.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/blank.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/close.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/close_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/company_logo.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/company_logo.png
+%%SUGARCRMDIR%%/themes/RipCurl/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/delete.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/edit.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/emptyTabSpace.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/end.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/end_off.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/export.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/flower.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/flower.png
+%%SUGARCRMDIR%%/themes/RipCurl/images/formButtonBg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/formButtonBgOn.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/h3Arrow.png
+%%SUGARCRMDIR%%/themes/RipCurl/images/header_bg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/header_search_bg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/header_surfer.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/help.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/hide.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/leftColumnDivider.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/leftModuleBg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/minus.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/moreSub.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/myAreaBg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/myAreaLeft.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/next.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/next_off.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/otherTabBg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/plus.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/previous.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/print.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/refresh.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/searchButton.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/searchButton.png
+%%SUGARCRMDIR%%/themes/RipCurl/images/searchFormBg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/searchText.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/show.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/slot.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/spacer.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/start.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/start_off.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/subMenu2Bg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/view.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/welcomeBarBg.gif
+%%SUGARCRMDIR%%/themes/RipCurl/images/xls_image_inline.gif
+%%SUGARCRMDIR%%/themes/RipCurl/layout_utils.php
+%%SUGARCRMDIR%%/themes/RipCurl/menu.js
+%%SUGARCRMDIR%%/themes/RipCurl/navigation.css
+%%SUGARCRMDIR%%/themes/RipCurl/style.css
+%%SUGARCRMDIR%%/themes/Shred/config.php
+%%SUGARCRMDIR%%/themes/Shred/cookie.js
+%%SUGARCRMDIR%%/themes/Shred/footer.php
+%%SUGARCRMDIR%%/themes/Shred/header.html
+%%SUGARCRMDIR%%/themes/Shred/header.php
+%%SUGARCRMDIR%%/themes/Shred/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Administration.gif
+%%SUGARCRMDIR%%/themes/Shred/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/Shred/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Backup.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Backups.gif
+%%SUGARCRMDIR%%/themes/Shred/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Calls.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Cases.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/Shred/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/Shred/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Documents.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/Shred/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/Shred/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/Shred/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/Shred/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Emails.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Employees.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/Shred/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Import.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Shred/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Layout.gif
+%%SUGARCRMDIR%%/themes/Shred/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Leads.gif
+%%SUGARCRMDIR%%/themes/Shred/images/License.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/Shred/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/Shred/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/Shred/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/Shred/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Notes.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/Shred/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/Shred/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Products.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Project.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/Shred/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/Shred/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/Shred/images/RSS.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Releases.gif
+%%SUGARCRMDIR%%/themes/Shred/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Repair.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Reports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Roles.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Search.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/Shred/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/Shred/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Teams.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Themes.gif
+%%SUGARCRMDIR%%/themes/Shred/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/Shred/images/Users.gif
+%%SUGARCRMDIR%%/themes/Shred/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/Shred/images/arrow.gif
+%%SUGARCRMDIR%%/themes/Shred/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/Shred/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/Shred/images/attachment.gif
+%%SUGARCRMDIR%%/themes/Shred/images/basic_search.gif
+%%SUGARCRMDIR%%/themes/Shred/images/blank.gif
+%%SUGARCRMDIR%%/themes/Shred/images/boarder.gif
+%%SUGARCRMDIR%%/themes/Shred/images/boarder.png
+%%SUGARCRMDIR%%/themes/Shred/images/calendarHeaderBg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/Shred/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/Shred/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/close.gif
+%%SUGARCRMDIR%%/themes/Shred/images/close_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/company_logo.gif
+%%SUGARCRMDIR%%/themes/Shred/images/company_logo.png
+%%SUGARCRMDIR%%/themes/Shred/images/createBg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/currentTab_middle.gif
+%%SUGARCRMDIR%%/themes/Shred/images/currentTab_right.gif
+%%SUGARCRMDIR%%/themes/Shred/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/delete.gif
+%%SUGARCRMDIR%%/themes/Shred/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/detailViewBg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/doc_bg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/Shred/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/Shred/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/edit.gif
+%%SUGARCRMDIR%%/themes/Shred/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/emptyTabSpace.gif
+%%SUGARCRMDIR%%/themes/Shred/images/end.gif
+%%SUGARCRMDIR%%/themes/Shred/images/end_off.gif
+%%SUGARCRMDIR%%/themes/Shred/images/export.gif
+%%SUGARCRMDIR%%/themes/Shred/images/formButtonBg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/formButtonBgOn.gif
+%%SUGARCRMDIR%%/themes/Shred/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/Shred/images/header_bg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/help.gif
+%%SUGARCRMDIR%%/themes/Shred/images/hide.gif
+%%SUGARCRMDIR%%/themes/Shred/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/Shred/images/icicle_left.png
+%%SUGARCRMDIR%%/themes/Shred/images/icicle_right.png
+%%SUGARCRMDIR%%/themes/Shred/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/Shred/images/leftModuleBg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/Shred/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/Shred/images/listViewBg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/Shred/images/minus.gif
+%%SUGARCRMDIR%%/themes/Shred/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_left.png
+%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_middle.png
+%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_right.gif
+%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_right.png
+%%SUGARCRMDIR%%/themes/Shred/images/monthCalBodyTHDay_bg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/monthCalBodyTHWeek_bg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/more.gif
+%%SUGARCRMDIR%%/themes/Shred/images/next.gif
+%%SUGARCRMDIR%%/themes/Shred/images/next_off.gif
+%%SUGARCRMDIR%%/themes/Shred/images/otherTab_left.gif
+%%SUGARCRMDIR%%/themes/Shred/images/otherTab_middle.gif
+%%SUGARCRMDIR%%/themes/Shred/images/otherTab_right.gif
+%%SUGARCRMDIR%%/themes/Shred/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/plus.gif
+%%SUGARCRMDIR%%/themes/Shred/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/previous.gif
+%%SUGARCRMDIR%%/themes/Shred/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/Shred/images/print.gif
+%%SUGARCRMDIR%%/themes/Shred/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/refresh.gif
+%%SUGARCRMDIR%%/themes/Shred/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/Shred/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/Shred/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/searchButton.png
+%%SUGARCRMDIR%%/themes/Shred/images/searchFormBg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/show.gif
+%%SUGARCRMDIR%%/themes/Shred/images/slot.gif
+%%SUGARCRMDIR%%/themes/Shred/images/spacer.gif
+%%SUGARCRMDIR%%/themes/Shred/images/start.gif
+%%SUGARCRMDIR%%/themes/Shred/images/start_off.gif
+%%SUGARCRMDIR%%/themes/Shred/images/subTabBar_bg.gif
+%%SUGARCRMDIR%%/themes/Shred/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/Shred/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/Shred/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/Shred/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/view.gif
+%%SUGARCRMDIR%%/themes/Shred/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/images/xls_image_inline.gif
+%%SUGARCRMDIR%%/themes/Shred/layout_utils.php
+%%SUGARCRMDIR%%/themes/Shred/menu.js
+%%SUGARCRMDIR%%/themes/Shred/navigation.css
+%%SUGARCRMDIR%%/themes/Shred/style.css
+%%SUGARCRMDIR%%/themes/Sugar/config.php
+%%SUGARCRMDIR%%/themes/Sugar/cookie.js
+%%SUGARCRMDIR%%/themes/Sugar/footer.php
+%%SUGARCRMDIR%%/themes/Sugar/header.html
+%%SUGARCRMDIR%%/themes/Sugar/header.php
+%%SUGARCRMDIR%%/themes/Sugar/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Administration.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Backup.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Backups.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Calls.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Cases.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Documents.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Emails.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Employees.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Import.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Layout.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Leads.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/License.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Notes.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Products.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Project.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/RSS.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Releases.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Repair.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Reports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Roles.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Search.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Teams.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Themes.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/Users.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/arrow.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/attachment.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/basic_search.gif
%%SUGARCRMDIR%%/themes/Sugar/images/blank.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/refresh.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateEmails.png
-%%SUGARCRMDIR%%/themes/Sugar/images/PriceList.png
-%%SUGARCRMDIR%%/themes/Sugar/images/emptyTabSpace.png
-%%SUGARCRMDIR%%/themes/Sugar/images/LeadReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CaseReports.png
-%%SUGARCRMDIR%%/themes/Sugar/images/calendar_previous.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateTasks.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Layout.png
+%%SUGARCRMDIR%%/themes/Sugar/images/calendarHeaderBg.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/close.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/close_inline.gif
%%SUGARCRMDIR%%/themes/Sugar/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Sugar/images/searchFormBg.png
-%%SUGARCRMDIR%%/themes/Sugar/images/uparrow_big.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Accounts.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Backup.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateMeetings.png
-%%SUGARCRMDIR%%/themes/Sugar/images/uparrow_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/edit_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateContacts.png
-%%SUGARCRMDIR%%/themes/Sugar/images/teamNoticeTop.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Currencies.png
-%%SUGARCRMDIR%%/themes/Sugar/images/AllRSS.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Quotes.png
-%%SUGARCRMDIR%%/themes/Sugar/images/publish_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/currentTab_right.png
-%%SUGARCRMDIR%%/themes/Sugar/images/previous.png
-%%SUGARCRMDIR%%/themes/Sugar/images/scheduled_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/header_bg.png
-%%SUGARCRMDIR%%/themes/Sugar/images/createBg.png
+%%SUGARCRMDIR%%/themes/Sugar/images/createBg.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/currentTab_left.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/currentTab_middle.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/currentTab_right.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/delete.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/detailViewBg.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/edit.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/emptyTabSpace.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/end.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/end_off.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/export.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/formButtonBg.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/formButtonBgOn.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/header_bg.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/help.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/hide.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/leftModuleBg.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/listViewBg.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/mass_update.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/minus.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/moduleTab_left.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/moduleTab_middle.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/moduleTab_right.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/more.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/next.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/next_off.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/otherTab_left.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/otherTab_middle.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/otherTab_right.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/plus.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/previous.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/print.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/refresh.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/searchButton.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/searchFormBg.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/searchSeparator.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/show.gif
%%SUGARCRMDIR%%/themes/Sugar/images/slot.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Import.png
-%%SUGARCRMDIR%%/themes/Sugar/images/FieldLabels.png
-%%SUGARCRMDIR%%/themes/Sugar/images/moduleTab_middle.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Opportunities.png
-%%SUGARCRMDIR%%/themes/Sugar/images/attachment.png
-%%SUGARCRMDIR%%/themes/Sugar/images/unscheduled_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/teamNoticeBottom.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Dropdown.png
-%%SUGARCRMDIR%%/themes/Sugar/images/mass_update.png
-%%SUGARCRMDIR%%/themes/Sugar/images/ProductTemplates.png
-%%SUGARCRMDIR%%/themes/Sugar/images/currentTab_middle.png
-%%SUGARCRMDIR%%/themes/Sugar/images/uparrow.png
-%%SUGARCRMDIR%%/themes/Sugar/images/close_inline.png
-%%SUGARCRMDIR%%/themes/Sugar/images/Calendar.png
-%%SUGARCRMDIR%%/themes/Sugar/header.html
-%%SUGARCRMDIR%%/themes/Sugar/header.php
-%%SUGARCRMDIR%%/themes/Sugar/config.php
+%%SUGARCRMDIR%%/themes/Sugar/images/spacer.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/start.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/start_off.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/view.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/Sugar/images/xls_image_inline.gif
%%SUGARCRMDIR%%/themes/Sugar/layout_utils.php
-%%SUGARCRMDIR%%/themes/Sugar/footer.php
+%%SUGARCRMDIR%%/themes/Sugar/menu.js
+%%SUGARCRMDIR%%/themes/Sugar/navigation.css
%%SUGARCRMDIR%%/themes/Sugar/style.css
-%%SUGARCRMDIR%%/install/3siteConfig.js
-%%SUGARCRMDIR%%/install/1checkSystem.php
-%%SUGARCRMDIR%%/install/5register.js
-%%SUGARCRMDIR%%/install/populateSeedData.php
-%%SUGARCRMDIR%%/install/install.css
-%%SUGARCRMDIR%%/install/installCommon.js
-%%SUGARCRMDIR%%/install/5register.php
-%%SUGARCRMDIR%%/install/2dbConfig.php
-%%SUGARCRMDIR%%/install/2dbConfig.js
-%%SUGARCRMDIR%%/install/0welcome.php
-%%SUGARCRMDIR%%/install/4performSetup.php
-%%SUGARCRMDIR%%/install/installHelp.php
-%%SUGARCRMDIR%%/install/3siteConfig.php
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-es.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-hu.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-pl.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-tr.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-cs-win.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-sp.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-en.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-zh.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ca.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-lt.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-de.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-no.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-jp.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-fr.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ko-utf8.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-fi.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-sk.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ro.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ko.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-af.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-pl-utf8.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-lt-utf8.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-hr.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ru.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-br.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-si.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-sv.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-du.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-nl.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-pt.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-da.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-it.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-hr-utf8.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-el.js
-%%SUGARCRMDIR%%/jscalendar/menuarrow2.gif
-%%SUGARCRMDIR%%/jscalendar/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/jscalendar/calendar.js
-%%SUGARCRMDIR%%/jscalendar/menuarrow.gif
-%%SUGARCRMDIR%%/jscalendar/img.gif
-%%SUGARCRMDIR%%/jscalendar/calendar-setup.js
-%%SUGARCRMDIR%%/log4php/xml/LoggerDOMConfigurator.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerXmlLayout.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerPatternLayout.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutTTCC.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutHtml.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutSimple.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerLoggingEvent.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerLocationInfo.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerFilter.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerFactory.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerConfigurator.php
-%%SUGARCRMDIR%%/log4php/varia/LoggerDenyAllFilter.php
-%%SUGARCRMDIR%%/log4php/varia/LoggerLevelRangeFilter.php
-%%SUGARCRMDIR%%/log4php/varia/LoggerStringMatchFilter.php
-%%SUGARCRMDIR%%/log4php/varia/LoggerLevelMatchFilter.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerPatternParser.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerFormattingInfo.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerPatternConverter.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerTransform.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerOptionConverter.php
-%%SUGARCRMDIR%%/log4php/or/LoggerRendererMap.php
-%%SUGARCRMDIR%%/log4php/or/LoggerDefaultRenderer.php
-%%SUGARCRMDIR%%/log4php/or/LoggerObjectRenderer.php
-%%SUGARCRMDIR%%/log4php/config/LoggerPropertyGetter.php
-%%SUGARCRMDIR%%/log4php/config/LoggerPropertySetter.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderEcho.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderSyslog.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderPhp.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderMail.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderFile.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderRollingFile.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderNull.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderDb.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderSocket.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderConsole.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderMailEvent.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderDailyFile.php
-%%SUGARCRMDIR%%/log4php/LoggerPropertyConfigurator.php
-%%SUGARCRMDIR%%/log4php/Logger.php
-%%SUGARCRMDIR%%/log4php/LoggerCategory.php
-%%SUGARCRMDIR%%/log4php/LoggerDefaultCategoryFactory.php
-%%SUGARCRMDIR%%/log4php/LoggerMDC.php
-%%SUGARCRMDIR%%/log4php/LoggerRoot.php
-%%SUGARCRMDIR%%/log4php/LoggerNDC.php
-%%SUGARCRMDIR%%/log4php/LoggerLayout.php
-%%SUGARCRMDIR%%/log4php/LoggerHierarchy.php
-%%SUGARCRMDIR%%/log4php/LoggerLog.php
-%%SUGARCRMDIR%%/log4php/LoggerAppender.php
-%%SUGARCRMDIR%%/log4php/LoggerBasicConfigurator.php
-%%SUGARCRMDIR%%/log4php/LoggerAppenderSkeleton.php
-%%SUGARCRMDIR%%/log4php/LoggerManager.php
-%%SUGARCRMDIR%%/log4php/LoggerLevel.php
-%%SUGARCRMDIR%%/cache/custom_fields/custom_fields_def.php
+%%SUGARCRMDIR%%/themes/SugarLite/config.php
+%%SUGARCRMDIR%%/themes/SugarLite/cookie.js
+%%SUGARCRMDIR%%/themes/SugarLite/footer.php
+%%SUGARCRMDIR%%/themes/SugarLite/header.html
+%%SUGARCRMDIR%%/themes/SugarLite/header.php
+%%SUGARCRMDIR%%/themes/SugarLite/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Administration.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Backup.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Backups.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Calls.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Cases.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Documents.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Emails.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Employees.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Import.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Layout.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Leads.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/License.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Notes.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Products.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Project.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/RSS.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Releases.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Repair.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Reports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Roles.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Search.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Teams.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Themes.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/Users.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/arrow.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/attachment.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/basic_search.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/blank.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/close.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/close_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/company_logo.png
+%%SUGARCRMDIR%%/themes/SugarLite/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/delete.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/edit.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/emptyTabSpace.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/end.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/end_off.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/export.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/help.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/hide.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/hide_submenu.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/hide_submenu_lastview.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/hide_submenu_record.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/hide_submenu_shortcuts.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/mass_update.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/minus.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/more.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/next.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/next_off.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/plus.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/previous.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/print.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/refresh.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/show.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/show_submenu.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/show_submenu_lastview.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/show_submenu_record.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/show_submenu_shortcuts.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/slot.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/spacer.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/start.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/start_off.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/view.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/images/xls_image_inline.gif
+%%SUGARCRMDIR%%/themes/SugarLite/layout_utils.php
+%%SUGARCRMDIR%%/themes/SugarLite/menu.js
+%%SUGARCRMDIR%%/themes/SugarLite/navigation.css
+%%SUGARCRMDIR%%/themes/SugarLite/style.css
+%%SUGARCRMDIR%%/themes/Sunset/config.php
+%%SUGARCRMDIR%%/themes/Sunset/cookie.js
+%%SUGARCRMDIR%%/themes/Sunset/footer.php
+%%SUGARCRMDIR%%/themes/Sunset/header.html
+%%SUGARCRMDIR%%/themes/Sunset/header.php
+%%SUGARCRMDIR%%/themes/Sunset/images/AccountReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Accounts.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Administration.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/AllNews.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/AllRSS.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Backup.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Backups.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/BugReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Bugs.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Calendar.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CallReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Calls.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Campaigns.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CaseReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Cases.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ConfigureTabs.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ContactReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Contacts.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateAccounts.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateBugs.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateCalls.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateCampaigns.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateCases.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateContacts.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateCustomQuery.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateDataSet.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateDocuments.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateDropdown.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateEmails.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateEmployees.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateLeads.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateMeetings.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateNotes.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateOpportunities.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateProducts.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateProject.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateProjectTask.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateProspectLists.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateProspects.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateQuery.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateQuotes.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateReport.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateRoles.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateTasks.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateTeams.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateTimePeriods.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateUsers.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CreateiFrames.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Currencies.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/CustomQueries.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Dashboard.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/DataSets.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Documents.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Dropdown.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/EditLayout.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/EmailFolder.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/EmailMan.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/EmailReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/EmailTemplates.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Emails.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Employees.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ExportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Feeds.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/FieldLabels.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ForecastReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ForecastWorksheet.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Forecasts.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Import.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ImportCustomFields.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/LanguagePacks.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Layout.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/LeadReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Leads.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/License.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Manufacturers.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/MeetingReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Meetings.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/MigrateFields.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ModuleLoader.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/MyProject.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/MyReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Notes.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Opportunities.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/OpportunityReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/PatchUpgrades.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/PriceList.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Price_List.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ProductCategories.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ProductTemplates.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ProductTypes.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Product_Categories.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Product_Types.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Products.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Project.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ProjectTask.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ProspectLists.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Prospects.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/QueryBuilder.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/QuoteReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Quotes.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/RSS.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Rebuild.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Rebuild2.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Releases.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/RenameTabs.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Repair.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ReportMaker.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Reports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Roles.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Search.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Shippers.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/TaskReports.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Tasks.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/TaxRates.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Teams.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Themes.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/TimePeriods.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Upgrade.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/Users.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/accept_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/advanced_search.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/arrow.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/arrow_down.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/arrow_up.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/attachment.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/basic_search.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/blank.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/calendarHeaderBg.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/calendar_next.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/calendar_previous.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/check_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/close.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/close_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/company_logo.png
+%%SUGARCRMDIR%%/themes/Sunset/images/currentTab_middle.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/decline_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/def_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/delete.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/delete_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/doc_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/downarrow.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/downarrow_big.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/downarrow_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/edit.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/edit_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/end.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/end_off.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/export.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/h3Arrow.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/header_bg.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/header_sunset.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/header_sunset_bottom.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/help.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/hide.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/iFrames.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/jscalendar.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/lastViewBg.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/leftarrow.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/leftarrow_big.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/listViewBg.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/mass_update.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/menuarrow.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/minus.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/minus_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/more.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/next.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/next_off.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/otherTab_middle.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/pdf_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/plus.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/plus_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/ppt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/previous.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/previous_off.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/print.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/publish_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/refresh.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/rightarrow.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/rightarrow_big.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/scheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/searchButton.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/searchFormBg.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/show.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/slot.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/spacer.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/start.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/start_off.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/sugarupdate.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/tentative_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/txt_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/unpublish_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/unscheduled_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/uparrow.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/uparrow_big.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/uparrow_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/view.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/view_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/welcomeBar_bg.gif
+%%SUGARCRMDIR%%/themes/Sunset/images/xls_image_inline.gif
+%%SUGARCRMDIR%%/themes/Sunset/layout_utils.php
+%%SUGARCRMDIR%%/themes/Sunset/menu.js
+%%SUGARCRMDIR%%/themes/Sunset/navigation.css
+%%SUGARCRMDIR%%/themes/Sunset/style.css
+%%SUGARCRMDIR%%/upgrade/2.5.1x_to_3.0.sql
+%%SUGARCRMDIR%%/upgrade/3.0.1_to_3.5.0_mysql.sql
+%%SUGARCRMDIR%%/upgrade/3.0x_to_3.0.1.sql
+%%SUGARCRMDIR%%/upgrade/3.5.0_to_3.5.0a.php
+%%SUGARCRMDIR%%/upgrade/3.5.0_to_3.5.0a_mysql.sql
+%%SUGARCRMDIR%%/upgrade/3.5.0a_to_3.5.1_mysql.sql
+%%SUGARCRMDIR%%/upgrade/301runSql.php
+%%SUGARCRMDIR%%/upgrade/30phpCalls.php
+%%SUGARCRMDIR%%/upgrade/30runSql.php
+%%SUGARCRMDIR%%/upgrade/30upgradeCustomFields.php
+%%SUGARCRMDIR%%/upgrade/30upgradeTabs.php
+%%SUGARCRMDIR%%/upgrade/FixEmailOpportunities.php
+%%SUGARCRMDIR%%/upgrade/FixEmailTemplates.php
+%%SUGARCRMDIR%%/upgrade/checklist.js
+%%SUGARCRMDIR%%/upgrade/checklist.php
+%%SUGARCRMDIR%%/upgrade/clearSortPrefs.php
+%%SUGARCRMDIR%%/upgrade/configFile.php
+%%SUGARCRMDIR%%/upgrade/copyFiles.php
+%%SUGARCRMDIR%%/upgrade/dir_inc.php
+%%SUGARCRMDIR%%/upgrade/fin.php
+%%SUGARCRMDIR%%/upgrade/gmtupgradeto3_5.php
+%%SUGARCRMDIR%%/upgrade/index.php
+%%SUGARCRMDIR%%/upgrade/phpCalls.php
+%%SUGARCRMDIR%%/upgrade/runSql.php
+%%SUGARCRMDIR%%/upgrade/settings.php
+%%SUGARCRMDIR%%/upgrade/upgrade.css
+%%SUGARCRMDIR%%/upgrade/upgradepopups.php
+%%SUGARCRMDIR%%/vCard.php
+%%SUGARCRMDIR%%/vcal_server.php
@exec for i in %%CACHEDIRS%%; do mkdir -p %D/%%SUGARCRMDIR%%/cache/${i}; chown %%WWWOWN%%:%%WWWGRP%% %D/%%SUGARCRMDIR%%/cache/${i}; done
@exec for i in %%WWWFILES%%; do chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%SUGARCRMDIR%%/${i}; done
-@dirrm %%SUGARCRMDIR%%/examples
-@dirrm %%SUGARCRMDIR%%/include/charts
-@dirrm %%SUGARCRMDIR%%/include/ListView
-@dirrm %%SUGARCRMDIR%%/include/javascript
-@dirrm %%SUGARCRMDIR%%/include/images
-@dirrm %%SUGARCRMDIR%%/include/phpmailer/language
-@dirrm %%SUGARCRMDIR%%/include/phpmailer
-@dirrm %%SUGARCRMDIR%%/include/nusoap
-@dirrm %%SUGARCRMDIR%%/include/database
-@dirrm %%SUGARCRMDIR%%/include/templates
-@dirrm %%SUGARCRMDIR%%/include/fonts
-@dirrm %%SUGARCRMDIR%%/include/utils
-@dirrm %%SUGARCRMDIR%%/include/domit
-@dirrm %%SUGARCRMDIR%%/include/Mail_IMAP
-@dirrm %%SUGARCRMDIR%%/include/domit_rss
-@dirrm %%SUGARCRMDIR%%/include/Net_URL
-@dirrm %%SUGARCRMDIR%%/include/language
-@dirrm %%SUGARCRMDIR%%/include/pdf
-@dirrm %%SUGARCRMDIR%%/include
-@dirrm %%SUGARCRMDIR%%/XTemplate
-@dirrm %%SUGARCRMDIR%%/custom
+@dirrm %%SUGARCRMDIR%%/upgrade
+@dirrm %%SUGARCRMDIR%%/metadata
@dirrm %%SUGARCRMDIR%%/data/upload
@dirrm %%SUGARCRMDIR%%/data
-@dirrm %%SUGARCRMDIR%%/modules/Dynamic/language
-@dirrm %%SUGARCRMDIR%%/modules/Dynamic
-@dirrm %%SUGARCRMDIR%%/modules/Feeds/language
-@dirrm %%SUGARCRMDIR%%/modules/Feeds
+@dirrm %%SUGARCRMDIR%%/custom
+@dirrm %%SUGARCRMDIR%%/soap
+@dirrm %%SUGARCRMDIR%%/jscalendar/lang
+@dirrm %%SUGARCRMDIR%%/jscalendar
+@dirrm %%SUGARCRMDIR%%/cache/images
+@dirrm %%SUGARCRMDIR%%/cache/custom_fields
+@dirrm %%SUGARCRMDIR%%/cache/dyn_lay
+@dirrm %%SUGARCRMDIR%%/cache/feeds
+@dirrm %%SUGARCRMDIR%%/cache/upload
+@dirrm %%SUGARCRMDIR%%/cache/csv
+@dirrm %%SUGARCRMDIR%%/cache/xml
+@dirrm %%SUGARCRMDIR%%/cache/layout
+@dirrm %%SUGARCRMDIR%%/cache/pdf
+@dirrm %%SUGARCRMDIR%%/cache/import
+@dirrm %%SUGARCRMDIR%%/cache/dynamic_fields
+@dirrm %%SUGARCRMDIR%%/cache
+@dirrm %%SUGARCRMDIR%%/themes/Retro/images
+@dirrm %%SUGARCRMDIR%%/themes/Retro
+@dirrm %%SUGARCRMDIR%%/themes/Links/images
+@dirrm %%SUGARCRMDIR%%/themes/Links
+@dirrm %%SUGARCRMDIR%%/themes/Love/images
+@dirrm %%SUGARCRMDIR%%/themes/Love
+@dirrm %%SUGARCRMDIR%%/themes/Paradise/images
+@dirrm %%SUGARCRMDIR%%/themes/Paradise
+@dirrm %%SUGARCRMDIR%%/themes/Pipeline/images
+@dirrm %%SUGARCRMDIR%%/themes/Pipeline
+@dirrm %%SUGARCRMDIR%%/themes/GoldenGate/images
+@dirrm %%SUGARCRMDIR%%/themes/GoldenGate
+@dirrm %%SUGARCRMDIR%%/themes/RipCurl/images
+@dirrm %%SUGARCRMDIR%%/themes/RipCurl
+@dirrm %%SUGARCRMDIR%%/themes/Shred/images
+@dirrm %%SUGARCRMDIR%%/themes/Shred
+@dirrm %%SUGARCRMDIR%%/themes/Sugar/images
+@dirrm %%SUGARCRMDIR%%/themes/Sugar
+@dirrm %%SUGARCRMDIR%%/themes/SugarLite/images
+@dirrm %%SUGARCRMDIR%%/themes/SugarLite
+@dirrm %%SUGARCRMDIR%%/themes/Sunset/images
+@dirrm %%SUGARCRMDIR%%/themes/Sunset
+@dirrm %%SUGARCRMDIR%%/themes
+@dirrm %%SUGARCRMDIR%%/XTemplate
+@dirrm %%SUGARCRMDIR%%/install/data
+@dirrm %%SUGARCRMDIR%%/install/seed_data
+@dirrm %%SUGARCRMDIR%%/install
+@dirrm %%SUGARCRMDIR%%/modules/EmailTemplates/language
+@dirrm %%SUGARCRMDIR%%/modules/EmailTemplates
@dirrm %%SUGARCRMDIR%%/modules/Activities/language
@dirrm %%SUGARCRMDIR%%/modules/Activities
-@dirrm %%SUGARCRMDIR%%/modules/Meetings/language
-@dirrm %%SUGARCRMDIR%%/modules/Meetings
@dirrm %%SUGARCRMDIR%%/modules/Administration/language
-@dirrm %%SUGARCRMDIR%%/modules/Administration/UpgradeSQL
@dirrm %%SUGARCRMDIR%%/modules/Administration
+@dirrm %%SUGARCRMDIR%%/modules/Audit/language
+@dirrm %%SUGARCRMDIR%%/modules/Audit
+@dirrm %%SUGARCRMDIR%%/modules/Versions/language
+@dirrm %%SUGARCRMDIR%%/modules/Versions
+@dirrm %%SUGARCRMDIR%%/modules/Bugs/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Bugs/language
+@dirrm %%SUGARCRMDIR%%/modules/Bugs
+@dirrm %%SUGARCRMDIR%%/modules/Calendar/language
+@dirrm %%SUGARCRMDIR%%/modules/Calendar/templates
+@dirrm %%SUGARCRMDIR%%/modules/Calendar
+@dirrm %%SUGARCRMDIR%%/modules/Calls/subpanels
@dirrm %%SUGARCRMDIR%%/modules/Calls/language
@dirrm %%SUGARCRMDIR%%/modules/Calls
+@dirrm %%SUGARCRMDIR%%/modules/Campaigns/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Campaigns/language
+@dirrm %%SUGARCRMDIR%%/modules/Campaigns
+@dirrm %%SUGARCRMDIR%%/modules/Cases/language
+@dirrm %%SUGARCRMDIR%%/modules/Cases/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Cases
+@dirrm %%SUGARCRMDIR%%/modules/Contacts/language
+@dirrm %%SUGARCRMDIR%%/modules/Contacts/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Contacts
@dirrm %%SUGARCRMDIR%%/modules/Currencies/language
@dirrm %%SUGARCRMDIR%%/modules/Currencies
-@dirrm %%SUGARCRMDIR%%/modules/CustomFields/language
@dirrm %%SUGARCRMDIR%%/modules/CustomFields/templates
+@dirrm %%SUGARCRMDIR%%/modules/CustomFields/language
@dirrm %%SUGARCRMDIR%%/modules/CustomFields
-@dirrm %%SUGARCRMDIR%%/modules/Calendar/language
-@dirrm %%SUGARCRMDIR%%/modules/Calendar/templates
-@dirrm %%SUGARCRMDIR%%/modules/Calendar
-@dirrm %%SUGARCRMDIR%%/modules/Emails/language
-@dirrm %%SUGARCRMDIR%%/modules/Emails
@dirrm %%SUGARCRMDIR%%/modules/Dashboard/language
@dirrm %%SUGARCRMDIR%%/modules/Dashboard
-@dirrm %%SUGARCRMDIR%%/modules/Leads/language
-@dirrm %%SUGARCRMDIR%%/modules/Leads
-@dirrm %%SUGARCRMDIR%%/modules/iFrames/language
-@dirrm %%SUGARCRMDIR%%/modules/iFrames
-@dirrm %%SUGARCRMDIR%%/modules/Versions
-@dirrm %%SUGARCRMDIR%%/modules/Cases/language
-@dirrm %%SUGARCRMDIR%%/modules/Cases
-@dirrm %%SUGARCRMDIR%%/modules/Users/language
-@dirrm %%SUGARCRMDIR%%/modules/Users
-@dirrm %%SUGARCRMDIR%%/modules/Contacts/language
-@dirrm %%SUGARCRMDIR%%/modules/Contacts
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities/language
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities
-@dirrm %%SUGARCRMDIR%%/modules/Help/language
-@dirrm %%SUGARCRMDIR%%/modules/Help
-@dirrm %%SUGARCRMDIR%%/modules/Import/language
-@dirrm %%SUGARCRMDIR%%/modules/Import
+@dirrm %%SUGARCRMDIR%%/modules/Documents/language
+@dirrm %%SUGARCRMDIR%%/modules/Documents
@dirrm %%SUGARCRMDIR%%/modules/Dropdown/language
@dirrm %%SUGARCRMDIR%%/modules/Dropdown
+@dirrm %%SUGARCRMDIR%%/modules/Dynamic/language
+@dirrm %%SUGARCRMDIR%%/modules/Dynamic/templates/Fields
+@dirrm %%SUGARCRMDIR%%/modules/Dynamic/templates/Files
+@dirrm %%SUGARCRMDIR%%/modules/Dynamic/templates
+@dirrm %%SUGARCRMDIR%%/modules/Dynamic
+@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields
+@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/templates/Files
+@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/templates
+@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/language
+@dirrm %%SUGARCRMDIR%%/modules/DynamicFields
+@dirrm %%SUGARCRMDIR%%/modules/DynamicLayout/language
+@dirrm %%SUGARCRMDIR%%/modules/DynamicLayout/plugins
+@dirrm %%SUGARCRMDIR%%/modules/DynamicLayout
+@dirrm %%SUGARCRMDIR%%/modules/EditCustomFields/language
+@dirrm %%SUGARCRMDIR%%/modules/EditCustomFields
+@dirrm %%SUGARCRMDIR%%/modules/EmailMan/language
+@dirrm %%SUGARCRMDIR%%/modules/EmailMan
+@dirrm %%SUGARCRMDIR%%/modules/EmailMarketing/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/EmailMarketing/language
+@dirrm %%SUGARCRMDIR%%/modules/EmailMarketing
+@dirrm %%SUGARCRMDIR%%/modules/Emails/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Emails/language
+@dirrm %%SUGARCRMDIR%%/modules/Emails
+@dirrm %%SUGARCRMDIR%%/modules/Feeds/language
+@dirrm %%SUGARCRMDIR%%/modules/Feeds
+@dirrm %%SUGARCRMDIR%%/modules/Users/language
+@dirrm %%SUGARCRMDIR%%/modules/Users/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Users
+@dirrm %%SUGARCRMDIR%%/modules/Accounts/subpanels
@dirrm %%SUGARCRMDIR%%/modules/Accounts/language
@dirrm %%SUGARCRMDIR%%/modules/Accounts
+@dirrm %%SUGARCRMDIR%%/modules/Help/language
+@dirrm %%SUGARCRMDIR%%/modules/Help
+@dirrm %%SUGARCRMDIR%%/modules/History/language
+@dirrm %%SUGARCRMDIR%%/modules/History
@dirrm %%SUGARCRMDIR%%/modules/Home/language
@dirrm %%SUGARCRMDIR%%/modules/Home
-@dirrm %%SUGARCRMDIR%%/modules/Tasks/language
-@dirrm %%SUGARCRMDIR%%/modules/Tasks
-@dirrm %%SUGARCRMDIR%%/modules/Releases/language
-@dirrm %%SUGARCRMDIR%%/modules/Releases
-@dirrm %%SUGARCRMDIR%%/modules/Notes/language
-@dirrm %%SUGARCRMDIR%%/modules/Notes
-@dirrm %%SUGARCRMDIR%%/modules/DynamicLayout/language
-@dirrm %%SUGARCRMDIR%%/modules/DynamicLayout
+@dirrm %%SUGARCRMDIR%%/modules/iFrames/language
+@dirrm %%SUGARCRMDIR%%/modules/iFrames
+@dirrm %%SUGARCRMDIR%%/modules/Import/language
+@dirrm %%SUGARCRMDIR%%/modules/Import
+@dirrm %%SUGARCRMDIR%%/modules/LabelEditor/language
+@dirrm %%SUGARCRMDIR%%/modules/LabelEditor
+@dirrm %%SUGARCRMDIR%%/modules/Leads/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Leads/language
+@dirrm %%SUGARCRMDIR%%/modules/Leads
+@dirrm %%SUGARCRMDIR%%/modules/Meetings/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Meetings/language
+@dirrm %%SUGARCRMDIR%%/modules/Meetings
@dirrm %%SUGARCRMDIR%%/modules/MySettings/language
@dirrm %%SUGARCRMDIR%%/modules/MySettings
-@dirrm %%SUGARCRMDIR%%/modules/Bugs/language
-@dirrm %%SUGARCRMDIR%%/modules/Bugs
+@dirrm %%SUGARCRMDIR%%/modules/Notes/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Notes/language
+@dirrm %%SUGARCRMDIR%%/modules/Notes
+@dirrm %%SUGARCRMDIR%%/modules/Opportunities/language
+@dirrm %%SUGARCRMDIR%%/modules/Opportunities/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Opportunities
+@dirrm %%SUGARCRMDIR%%/modules/OptimisticLock/language
+@dirrm %%SUGARCRMDIR%%/modules/OptimisticLock
+@dirrm %%SUGARCRMDIR%%/modules/Project/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Project/language
+@dirrm %%SUGARCRMDIR%%/modules/Project
+@dirrm %%SUGARCRMDIR%%/modules/ProjectTask/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/ProjectTask/language
+@dirrm %%SUGARCRMDIR%%/modules/ProjectTask
+@dirrm %%SUGARCRMDIR%%/modules/ProspectLists/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/ProspectLists/language
+@dirrm %%SUGARCRMDIR%%/modules/ProspectLists
+@dirrm %%SUGARCRMDIR%%/modules/Prospects/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Prospects/language
+@dirrm %%SUGARCRMDIR%%/modules/Prospects
+@dirrm %%SUGARCRMDIR%%/modules/Relationships/language
+@dirrm %%SUGARCRMDIR%%/modules/Relationships
+@dirrm %%SUGARCRMDIR%%/modules/Releases/language
+@dirrm %%SUGARCRMDIR%%/modules/Releases
+@dirrm %%SUGARCRMDIR%%/modules/Roles/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Roles/language
+@dirrm %%SUGARCRMDIR%%/modules/Roles
+@dirrm %%SUGARCRMDIR%%/modules/Sync/language
+@dirrm %%SUGARCRMDIR%%/modules/Sync
+@dirrm %%SUGARCRMDIR%%/modules/vCals
+@dirrm %%SUGARCRMDIR%%/modules/Tasks/language
+@dirrm %%SUGARCRMDIR%%/modules/Tasks/subpanels
+@dirrm %%SUGARCRMDIR%%/modules/Tasks
+@dirrm %%SUGARCRMDIR%%/modules/Employees/language
+@dirrm %%SUGARCRMDIR%%/modules/Employees
@dirrm %%SUGARCRMDIR%%/modules
-@dirrm %%SUGARCRMDIR%%/soap
-@dirrm %%SUGARCRMDIR%%/themes/Shred/images
-@dirrm %%SUGARCRMDIR%%/themes/Shred
-@dirrm %%SUGARCRMDIR%%/themes/Retro/images
-@dirrm %%SUGARCRMDIR%%/themes/Retro
-@dirrm %%SUGARCRMDIR%%/themes/Love/images
-@dirrm %%SUGARCRMDIR%%/themes/Love
-@dirrm %%SUGARCRMDIR%%/themes/Links/images
-@dirrm %%SUGARCRMDIR%%/themes/Links
-@dirrm %%SUGARCRMDIR%%/themes/Paradise/images
-@dirrm %%SUGARCRMDIR%%/themes/Paradise
-@dirrm %%SUGARCRMDIR%%/themes/Sugar/images
-@dirrm %%SUGARCRMDIR%%/themes/Sugar
-@dirrm %%SUGARCRMDIR%%/themes
-@dirrm %%SUGARCRMDIR%%/install
-@dirrm %%SUGARCRMDIR%%/jscalendar/lang
-@dirrm %%SUGARCRMDIR%%/jscalendar
-@dirrm %%SUGARCRMDIR%%/log4php/xml
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/popups
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/images
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/ContextMenu/lang
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/ContextMenu
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/CSS/lang
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/CSS
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/img
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/lang
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage/popups
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/FullPage
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/lang
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker/img
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/SpellChecker
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/img
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations/lang
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins/TableOperations
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/plugins
+@dirrm %%SUGARCRMDIR%%/include/htmlarea/lang
+@dirrm %%SUGARCRMDIR%%/include/htmlarea
+@dirrm %%SUGARCRMDIR%%/include/VarDefHandler
+@dirrm %%SUGARCRMDIR%%/include/charts
+@dirrm %%SUGARCRMDIR%%/include/controller
+@dirrm %%SUGARCRMDIR%%/include/database
+@dirrm %%SUGARCRMDIR%%/include/DetailView
+@dirrm %%SUGARCRMDIR%%/include/domit
+@dirrm %%SUGARCRMDIR%%/include/domit_rss
+@dirrm %%SUGARCRMDIR%%/include/fonts
+@dirrm %%SUGARCRMDIR%%/include/utils
+@dirrm %%SUGARCRMDIR%%/include/generic/SugarWidgets
+@dirrm %%SUGARCRMDIR%%/include/generic
+@dirrm %%SUGARCRMDIR%%/include/templates
+@dirrm %%SUGARCRMDIR%%/include/nusoap
+@dirrm %%SUGARCRMDIR%%/include/SubPanel
+@dirrm %%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Tools
+@dirrm %%SUGARCRMDIR%%/include/HTTP_WebDAV_Server
+@dirrm %%SUGARCRMDIR%%/include/images
+@dirrm %%SUGARCRMDIR%%/include/javascript
+@dirrm %%SUGARCRMDIR%%/include/jsolait/lib
+@dirrm %%SUGARCRMDIR%%/include/jsolait
+@dirrm %%SUGARCRMDIR%%/include/phpmailer/language
+@dirrm %%SUGARCRMDIR%%/include/phpmailer
+@dirrm %%SUGARCRMDIR%%/include/pdf
+@dirrm %%SUGARCRMDIR%%/include/language
+@dirrm %%SUGARCRMDIR%%/include/BusinessLogic
+@dirrm %%SUGARCRMDIR%%/include/pclzip
+@dirrm %%SUGARCRMDIR%%/include/Net_URL
+@dirrm %%SUGARCRMDIR%%/include/Mail_IMAP
+@dirrm %%SUGARCRMDIR%%/include/ListView
+@dirrm %%SUGARCRMDIR%%/include
+@dirrm %%SUGARCRMDIR%%/ModuleInstall
@dirrm %%SUGARCRMDIR%%/log4php/layouts
-@dirrm %%SUGARCRMDIR%%/log4php/spi
-@dirrm %%SUGARCRMDIR%%/log4php/varia
+@dirrm %%SUGARCRMDIR%%/log4php/config
@dirrm %%SUGARCRMDIR%%/log4php/helpers
@dirrm %%SUGARCRMDIR%%/log4php/or
-@dirrm %%SUGARCRMDIR%%/log4php/config
@dirrm %%SUGARCRMDIR%%/log4php/appenders
+@dirrm %%SUGARCRMDIR%%/log4php/varia
+@dirrm %%SUGARCRMDIR%%/log4php/spi
+@dirrm %%SUGARCRMDIR%%/log4php/xml
@dirrm %%SUGARCRMDIR%%/log4php
-@dirrm %%SUGARCRMDIR%%/cache/custom_fields
-@dirrm %%SUGARCRMDIR%%/cache/dyn_lay
-@dirrm %%SUGARCRMDIR%%/cache/feeds
-@dirrm %%SUGARCRMDIR%%/cache/images
-@dirrm %%SUGARCRMDIR%%/cache/import
-@dirrm %%SUGARCRMDIR%%/cache/layout
-@dirrm %%SUGARCRMDIR%%/cache/pdf
-@dirrm %%SUGARCRMDIR%%/cache/upload
+@dirrm %%SUGARCRMDIR%%/examples
@dirrmtry %%SUGARCRMDIR%%/cache/xml
@dirrmtry %%SUGARCRMDIR%%/cache
-@unexec rmdir %D/%%SUGARCRMDIR%% 2>/dev/null ||( echo "===> There are files/directories remaining under %D/%%SUGARCRMDIR%%. If you wish to deinstall sugarcrm completely, inspect this directory for any files you may want to keep and then remove it. Deinstall process kept these files/directories intact:" | fmt && for i in $(find %D/%%SUGARCRMDIR%%); do echo " - $i"; done)
+@dirrmtry %%SUGARCRMDIR%%
+@unexec if [ -d %%SUGARCRMDIR%% ]; then echo "===> There are files/directories remaining under %D/%%SUGARCRMDIR%%. If you wish to deinstall sugarcrm completely, inspect this directory for any files you may want to keep and then remove it."; fi
%%PORTDOCS%%%%DOCSDIR%%/INSTALLATION.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
+%%PORTDOCS%%%%DOCSDIR%%/PATCH.txt
%%PORTDOCS%%%%DOCSDIR%%/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/Sugar_Open_Source_User_Guide_v25.doc
+%%PORTDOCS%%%%DOCSDIR%%/UPGRADE.TXT
+%%PORTDOCS%%%%DOCSDIR%%/UPGRADE-FreeBSD.txt
+%%PORTDOCS%%%%DOCSDIR%%/%%USERDOCFILE%%
+%%PORTDOCS%%%%DOCSDIR%%/%%INSTALLDOCFILE%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
OpenPOWER on IntegriCloud