aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-13 12:05:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-13 12:05:03 +0000
commit08e6ff49f5ec6ea4675efb95dd5134748fd80364 (patch)
treeeaada574a3278ce7d678c4a34217129585f7536a /deskutils
parentc787bb009241a2c5ac35e9667de042ced44afc14 (diff)
downloadports-08e6ff49f5ec6ea4675efb95dd5134748fd80364.tar.gz
ports-08e6ff49f5ec6ea4675efb95dd5134748fd80364.zip
- Update to 5.0.0b
PR: 121389 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Notes
Notes: svn path=/head/; revision=208932
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/sugarcrm/Makefile66
-rw-r--r--deskutils/sugarcrm/distinfo15
-rw-r--r--deskutils/sugarcrm/files/pkg-install.in16
-rw-r--r--deskutils/sugarcrm/files/pkg-message.in31
-rw-r--r--deskutils/sugarcrm/pkg-plist14718
5 files changed, 6896 insertions, 7950 deletions
diff --git a/deskutils/sugarcrm/Makefile b/deskutils/sugarcrm/Makefile
index cc026c3022f9..8f819f4d0032 100644
--- a/deskutils/sugarcrm/Makefile
+++ b/deskutils/sugarcrm/Makefile
@@ -5,19 +5,10 @@
# $FreeBSD$
PORTNAME= sugarcrm
-PORTVERSION= 4.5.1b
-PORTREVISION= 1
+PORTVERSION= 5.0.0b
CATEGORIES= deskutils www
-MASTER_SITES= ${SCRM_DISPATCHER}/:src \
- ${DOC_DISPATCHER}/:userdoc \
- ${DOC_DISPATCHER}/:admindoc \
- ${DOC_DISPATCHER}/:releasenotesdoc
-DISTFILES= ${USERDOCFILE}:userdoc \
- ${RELEASENOTESFILE}:releasenotesdoc \
- ${ADMINDOCFILE}:admindoc \
- ${SRCNAME}${EXTRACT_SUFX}:src
-DIST_SUBDIR= ${PORTNAME}
-EXTRACT_ONLY= ${SRCNAME}${EXTRACT_SUFX}
+MASTER_SITES= http://dl.sugarforge.org/sugarcrm/SugarCE5.0Latest/SugarCE5.0.0/
+DISTNAME= SugarCE-${PORTVERSION}
MAINTAINER= nick@foobar.org
COMMENT= A web based customer relationship management suite
@@ -26,22 +17,7 @@ IGNORE_WITH_MYSQL= 323 40
USE_PHP= gd mysql session pcre xml zlib mbstring curl imap
USE_ZIP= yes
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/SugarOS-Full-${PORTVERSION}
-SUGARCRMDIR?= www/${PORTNAME}
-
-OPTIONS= IMAP "Install with IMAP module (For email campaign support)" on
-
-.if !defined(WITHOUT_IMAP)
-USE_PHP+= imap
-.endif
-
-SCRM_DISPATCHER= http://dl.sugarforge.org/sugarcrm/SugarOS4.5.1Latest/SugarOS4.5.1
-DOC_DISPATCHER= ${SCRM_DISPATCHER}
-
-SRCNAME= SugarOS-${PORTVERSION}
-USERDOCFILE= Sugar_OpenSource_UserGuide_${PORTVERSION}.pdf
-RELEASENOTESFILE= Sugar_OpenSource_ReleaseNotes_${PORTVERSION}.pdf
-ADMINDOCFILE= Sugar_OpenSource_AdministrationGuide_${PORTVERSION}.pdf
+WRKSRC= ${WRKDIR}/SugarCE-Full-${PORTVERSION}
INSTFILES= HandleAjaxCall.php SugarSecurity.php TreeData.php \
WebToLeadCapture.php acceptDecline.php campaign_tracker.php \
@@ -54,47 +30,41 @@ INSTFILES= HandleAjaxCall.php SugarSecurity.php TreeData.php \
LICENSE.txt .htaccess
INSTDIRS= ModuleInstall XTemplate cache custom data examples include \
- install jscalendar log4php metadata modules soap themes
+ install jscalendar jssource log4php metadata modules soap \
+ themes
-INSTDOCS= INSTALLATION.txt LICENSE.txt PATCH.txt README.txt UPGRADE.TXT
+INSTDOCS= INSTALLATION.txt LICENSE.txt
# files and directories to be chown -R'ed to www user
-WWWFILES= config.php custom data modules .htaccess cache
+WWWFILES= config.php custom data modules .htaccess cache include/javascript
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES+= pkg-message pkg-install
-SUB_LIST+= SUGARCRMDIR="${SUGARCRMDIR}"
-PLIST_SUB+= SUGARCRMDIR="${SUGARCRMDIR}" \
- CACHEDIRS="${CACHEDIRS}" \
+PLIST_SUB+= CACHEDIRS="${CACHEDIRS}" \
WWWGRP="${WWWGRP}" \
WWWOWN="${WWWOWN}" \
- WWWFILES="${WWWFILES}" \
- USERDOCFILE="${USERDOCFILE}" \
- RELEASENOTESFILE="${RELEASENOTESFILE}"
+ WWWFILES="${WWWFILES}"
do-install:
- @${MKDIR} ${PREFIX}/${SUGARCRMDIR}
+ @${MKDIR} ${WWWDIR}
.for i in ${INSTFILES} ${INSTDIRS}
- cd ${WRKSRC} && \
- ${FIND} ${i} -type d -exec ${MKDIR} ${PREFIX}/${SUGARCRMDIR}/{} \; ; \
- ${FIND} ${i} \! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/${SUGARCRMDIR}/{} \;
- @${TOUCH} ${TOUCH_FLAGS} ${PREFIX}/${SUGARCRMDIR}/config.php
+ @cd ${WRKSRC} && \
+ ${FIND} ${i} -type d -exec ${MKDIR} ${WWWDIR}/{} \; ; \
+ ${FIND} ${i} \! -type d -exec ${INSTALL_DATA} {} ${WWWDIR}/{} \;
+ @${TOUCH} ${TOUCH_FLAGS} ${WWWDIR}/config.php
.endfor
.for i in ${WWWFILES}
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${SUGARCRMDIR}/${i}
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/${i}
+ @${CHMOD} -R u+w ${WWWDIR}/${i}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${USERDOCFILE} \
- ${DOCSDIR}/${USERDOCFILE}
- @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${RELEASENOTESFILE} \
- ${DOCSDIR}/${RELEASENOTESFILE}
.for i in ${INSTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
diff --git a/deskutils/sugarcrm/distinfo b/deskutils/sugarcrm/distinfo
index b99f43d3b074..378c121720d8 100644
--- a/deskutils/sugarcrm/distinfo
+++ b/deskutils/sugarcrm/distinfo
@@ -1,12 +1,3 @@
-MD5 (sugarcrm/Sugar_OpenSource_UserGuide_4.5.1b.pdf) = f97794476f72d0ec0e8aea4a52573717
-SHA256 (sugarcrm/Sugar_OpenSource_UserGuide_4.5.1b.pdf) = 8cb232aecea981cd6d8383acf6b919f046e627ae6d830f0c81ad5e106bf3e3c7
-SIZE (sugarcrm/Sugar_OpenSource_UserGuide_4.5.1b.pdf) = 2361712
-MD5 (sugarcrm/Sugar_OpenSource_ReleaseNotes_4.5.1b.pdf) = 6968013346accc126fd3ae0044d6afa1
-SHA256 (sugarcrm/Sugar_OpenSource_ReleaseNotes_4.5.1b.pdf) = 7bbffba3dc9b0f35daf80211b4f31336eb52850693b3bbf4bf018a288073155f
-SIZE (sugarcrm/Sugar_OpenSource_ReleaseNotes_4.5.1b.pdf) = 232864
-MD5 (sugarcrm/Sugar_OpenSource_AdministrationGuide_4.5.1b.pdf) = 67b9ff212bb982e8644c9a11223fb4c8
-SHA256 (sugarcrm/Sugar_OpenSource_AdministrationGuide_4.5.1b.pdf) = 02e4da222f659d995826f07d69f40a643cdf91767448be6fecf4de985729f060
-SIZE (sugarcrm/Sugar_OpenSource_AdministrationGuide_4.5.1b.pdf) = 1377954
-MD5 (sugarcrm/SugarOS-4.5.1b.zip) = b43ec3e906eac8385874d689cae1574e
-SHA256 (sugarcrm/SugarOS-4.5.1b.zip) = 5711be992bb205478fd8a3eae23414ce5bd8f01edbc9aa0c87fb6104e2c65b0e
-SIZE (sugarcrm/SugarOS-4.5.1b.zip) = 10405588
+MD5 (SugarCE-5.0.0b.zip) = 608d96eaebcb27462f7db67189d4bb5e
+SHA256 (SugarCE-5.0.0b.zip) = 01c4052cf6c50106c6559a17bae335f19c82d02ffbed608fe20047d368558ea2
+SIZE (SugarCE-5.0.0b.zip) = 13676380
diff --git a/deskutils/sugarcrm/files/pkg-install.in b/deskutils/sugarcrm/files/pkg-install.in
index c7089e7d4b0b..bcc6791dc2ed 100644
--- a/deskutils/sugarcrm/files/pkg-install.in
+++ b/deskutils/sugarcrm/files/pkg-install.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/deskutils/sugarcrm/files/pkg-install.in,v 1.1 2007-02-14 20:31:08 miwi Exp $
+# $FreeBSD: /tmp/pcvs/ports/deskutils/sugarcrm/files/pkg-install.in,v 1.2 2008-03-13 12:05:03 miwi Exp $
case $2 in
PRE-INSTALL)
@@ -8,14 +8,14 @@ case $2 in
echo <<EOF;
==================== U P G R A D E W A R N I N G ====================
-If you want to upgrade from a previous version of SugarCRM, you *must*
-upgrade using the SugarCRM upgrade wizard instead of upgrading your
-FreeBSD port using the ports/packages system.
+If you want to upgrade from a previous version of Sugar Community Edition,
+you *must* upgrade using the Sugar Community Edition upgrade wizard instead
+of upgrading your FreeBSD port using the ports/packages system.
-If you upgrade your installation using either the 'portupgrade' command
-or else by upgrading the port/package manually, your SugarCRM
-installation will become unusable, as SugarCRM's database upgrade
-procedures are contained only within the upgrade modules.
+If you upgrade your installation using either the 'portupgrade' command or
+else by upgrading the port/package manually, your Sugar Community Edition
+installation will become unusable, as Sugar Community Edition's database
+upgrade procedures are contained only within the upgrade modules.
SugarCRM Inc. are aware of this issue and may address it in future
versions of their product.
diff --git a/deskutils/sugarcrm/files/pkg-message.in b/deskutils/sugarcrm/files/pkg-message.in
index 185f4772a94e..354d4f25aee9 100644
--- a/deskutils/sugarcrm/files/pkg-message.in
+++ b/deskutils/sugarcrm/files/pkg-message.in
@@ -2,34 +2,39 @@
Notes:
-1. SugarCRM requires that you increase the default PHP memory limit from
- 8Mb to 32Mb in the php.ini file. You should edit this file and ensure
- that the memory_limit parameter should be set to 32Mb or greater:
+1. Sugar Community Edition requires that you increase the default PHP
+ memory limit from 8Mb to 32Mb in the php.ini file. You should edit this
+ file and ensure that the memory_limit parameter should be set to 40Mb or
+ greater:
-memory_limit = 32M ; Maximum amount of memory a script may consume
+memory_limit = 40M ; Maximum amount of memory a script may consume
-2. SugarCRM requires the following two parameters to be set in your php.ini.
+2. Sugar Community Edition requires the following two parameters to be set
+ in your php.ini.
allow_call_time_pass_reference = Off
safe_mode = Off ; disable "safe mode"
- While SugarCRM will work (albeit inefficiently) with
+ While Sugar Community Edition will work (albeit inefficiently) with
allow_call_time_pass_reference enabled, safe_mode must be disabled to
allow the system to work at all. For more information on why these
parameters are unnecessary, please see the PHP manual.
-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:
+2. In order to get Apache or your preferred web server to recognise Sugar
+ Community Edition'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%%
-<Directory %%PREFIX%%/%%SUGARCRMDIR%%>
+Alias /sugarcrm %%WWWDIR%%
+<Directory %%WWWDIR%%>
+ AllowOverride RedirectMatch
Order allow,deny
Allow from all
</Directory>
-3. Please see the documentation directory (%%DOCSDIR%%)
- for full documentation on how to get the best out of SugarCRM.
+3. For full information on how to get the best out of Sugar Community
+ Edition, please see the documentation on the web:
+
+ http://www.sugarforge.org/content/documentation/
4. Enjoy!
diff --git a/deskutils/sugarcrm/pkg-plist b/deskutils/sugarcrm/pkg-plist
index 3ace7870837f..36b79c0fec9f 100644
--- a/deskutils/sugarcrm/pkg-plist
+++ b/deskutils/sugarcrm/pkg-plist
@@ -1,7872 +1,6852 @@
-%%SUGARCRMDIR%%/HandleAjaxCall.php
-%%SUGARCRMDIR%%/config.php
-%%SUGARCRMDIR%%/SugarSecurity.php
-%%SUGARCRMDIR%%/TreeData.php
-%%SUGARCRMDIR%%/WebToLeadCapture.php
-%%SUGARCRMDIR%%/acceptDecline.php
-%%SUGARCRMDIR%%/campaign_tracker.php
-%%SUGARCRMDIR%%/campaign_trackerv2.php
-%%SUGARCRMDIR%%/cron.php
-%%SUGARCRMDIR%%/dictionary.php
-%%SUGARCRMDIR%%/download.php
-%%SUGARCRMDIR%%/emailmandelivery.php
-%%SUGARCRMDIR%%/export.php
-%%SUGARCRMDIR%%/files.md5
-%%SUGARCRMDIR%%/image.php
-%%SUGARCRMDIR%%/index.php
-%%SUGARCRMDIR%%/install.php
-%%SUGARCRMDIR%%/json.php
-%%SUGARCRMDIR%%/json_server.php
-%%SUGARCRMDIR%%/metagen.php
-%%SUGARCRMDIR%%/leadCapture.php
-%%SUGARCRMDIR%%/log4php.properties
-%%SUGARCRMDIR%%/log_file_restricted.html
-%%SUGARCRMDIR%%/maintenance.php
-%%SUGARCRMDIR%%/pdf.php
-%%SUGARCRMDIR%%/phprint.php
-%%SUGARCRMDIR%%/removeme.php
-%%SUGARCRMDIR%%/soap.php
-%%SUGARCRMDIR%%/sugar_version.php
-%%SUGARCRMDIR%%/vCard.php
-%%SUGARCRMDIR%%/vcal_server.php
-%%SUGARCRMDIR%%/LICENSE.txt
-%%SUGARCRMDIR%%/.htaccess
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/tpls/PackageForm.tpl
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/tpls/ModuleLoaderListView.tpl
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/tpls/PackageManagerLicense.tpl
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/tpls/PackageManagerScripts.tpl
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/PackageManagerDownloader.php
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/PackageManagerDisplay.php
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/ListViewPackages.php
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/PackageController.php
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/PackageManagerComm.php
-%%SUGARCRMDIR%%/ModuleInstall/PackageManager/PackageManager.php
-%%SUGARCRMDIR%%/ModuleInstall/ModuleInstaller.php
-%%SUGARCRMDIR%%/XTemplate/ex1.html
-%%SUGARCRMDIR%%/XTemplate/ex1.php
-%%SUGARCRMDIR%%/XTemplate/debug.php
-%%SUGARCRMDIR%%/XTemplate/ex6.html
-%%SUGARCRMDIR%%/XTemplate/ex4.html
-%%SUGARCRMDIR%%/XTemplate/ex6.php
-%%SUGARCRMDIR%%/XTemplate/ex2.html
-%%SUGARCRMDIR%%/XTemplate/LICENSE
-%%SUGARCRMDIR%%/XTemplate/ex5.html
-%%SUGARCRMDIR%%/XTemplate/ex7-inc.html
-%%SUGARCRMDIR%%/XTemplate/README
-%%SUGARCRMDIR%%/XTemplate/ex4.php
-%%SUGARCRMDIR%%/XTemplate/ex3.php
-%%SUGARCRMDIR%%/XTemplate/ex7.html
-%%SUGARCRMDIR%%/XTemplate/ex2.php
-%%SUGARCRMDIR%%/XTemplate/xtpl.php
-%%SUGARCRMDIR%%/XTemplate/ex5.php
-%%SUGARCRMDIR%%/XTemplate/ex7.php
-%%SUGARCRMDIR%%/XTemplate/ex7-inc2.html
-%%SUGARCRMDIR%%/XTemplate/ex3.html
-%%SUGARCRMDIR%%/cache/upload/index.html
-%%SUGARCRMDIR%%/cache/import/index.html
-%%SUGARCRMDIR%%/cache/layout/index.html
-%%SUGARCRMDIR%%/cache/dyn_lay/index.html
-%%SUGARCRMDIR%%/cache/custom_fields/index.html
-%%SUGARCRMDIR%%/cache/custom_fields/custom_fields_def.php
-%%SUGARCRMDIR%%/cache/csv/index.html
-%%SUGARCRMDIR%%/cache/feeds/index.html
-%%SUGARCRMDIR%%/cache/xml/index.html
-%%SUGARCRMDIR%%/cache/images/index.html
-%%SUGARCRMDIR%%/cache/pdf/index.html
-%%SUGARCRMDIR%%/cache/index.html
-%%SUGARCRMDIR%%/custom/index.html
-%%SUGARCRMDIR%%/data/upload/index.html
-%%SUGARCRMDIR%%/data/SugarBean.php
-%%SUGARCRMDIR%%/data/Link.php
-%%SUGARCRMDIR%%/data/Tracker.php
-%%SUGARCRMDIR%%/examples/EXAMPLES_README.txt
-%%SUGARCRMDIR%%/examples/FormValidationTest.php
-%%SUGARCRMDIR%%/examples/SoapTest.php
-%%SUGARCRMDIR%%/examples/SoapTestPortal2.php
-%%SUGARCRMDIR%%/examples/SoapTestPortal.php
-%%SUGARCRMDIR%%/examples/ProgressBarTest.php
-%%SUGARCRMDIR%%/examples/ExampleLeadCapture.php
-%%SUGARCRMDIR%%/include/FCKeditor_Sugar/FCKeditor_Sugar.php
-%%SUGARCRMDIR%%/include/FCKeditor_Sugar/myfckconfig.js
-%%SUGARCRMDIR%%/include/Pear/HTML_Safe/license.txt
-%%SUGARCRMDIR%%/include/Pear/HTML_Safe/Safe.php
-%%SUGARCRMDIR%%/include/Pear/Crypt_Blowfish/Blowfish/DefaultKey.php
-%%SUGARCRMDIR%%/include/Pear/Crypt_Blowfish/license.txt
-%%SUGARCRMDIR%%/include/Pear/Crypt_Blowfish/Blowfish.php
-%%SUGARCRMDIR%%/include/Pear/XML_HTMLSax3/HTMLSax3/Decorators.php
-%%SUGARCRMDIR%%/include/Pear/XML_HTMLSax3/HTMLSax3/States.php
-%%SUGARCRMDIR%%/include/Pear/XML_HTMLSax3/HTMLSax3.php
-%%SUGARCRMDIR%%/include/Pear/XML_HTMLSax3/LICENSE
-%%SUGARCRMDIR%%/include/SubPanel/tpls/singletabmenu.tpl
-%%SUGARCRMDIR%%/include/SubPanel/SubPanelTiles.php
-%%SUGARCRMDIR%%/include/SubPanel/SubPanelTiles.js
-%%SUGARCRMDIR%%/include/SubPanel/SubPanelViewer.php
-%%SUGARCRMDIR%%/include/SubPanel/registered_layout_defs.php
-%%SUGARCRMDIR%%/include/SubPanel/SubPanelTilesTabs.php
-%%SUGARCRMDIR%%/include/SubPanel/SubPanel.php
-%%SUGARCRMDIR%%/include/SubPanel/SugarTab.php
-%%SUGARCRMDIR%%/include/SubPanel/SubPanelDynamic.html
-%%SUGARCRMDIR%%/include/SubPanel/SubPanelDefinitions.php
-%%SUGARCRMDIR%%/include/SubPanel/subpanels.txt
-%%SUGARCRMDIR%%/include/jsolait/lib/jsonrpc.js
-%%SUGARCRMDIR%%/include/jsolait/lib/crypto.js
-%%SUGARCRMDIR%%/include/jsolait/lib/jsonrpclite.js
-%%SUGARCRMDIR%%/include/jsolait/lib/xml.js
-%%SUGARCRMDIR%%/include/jsolait/lib/urllib.js
-%%SUGARCRMDIR%%/include/jsolait/lib/codecs.js
-%%SUGARCRMDIR%%/include/jsolait/lib/langlite.js
-%%SUGARCRMDIR%%/include/jsolait/lib/xmlrpc.js
-%%SUGARCRMDIR%%/include/jsolait/lib/lang.js
-%%SUGARCRMDIR%%/include/jsolait/init.js
-%%SUGARCRMDIR%%/include/jsolait/LICENSE
-%%SUGARCRMDIR%%/include/jsolait/missingmixin.js
-%%SUGARCRMDIR%%/include/jsolait/copying.txt
-%%SUGARCRMDIR%%/include/timezone/timezones.php
-%%SUGARCRMDIR%%/include/Dashlets/Dashlet.php
-%%SUGARCRMDIR%%/include/Dashlets/DashletGenericConfigure.tpl
-%%SUGARCRMDIR%%/include/Dashlets/DashletCacheBuilder.php
-%%SUGARCRMDIR%%/include/Dashlets/DashletGenericDisplay.tpl
-%%SUGARCRMDIR%%/include/Dashlets/DashletGeneric.php
-%%SUGARCRMDIR%%/include/Popups/Popup_picker.php
-%%SUGARCRMDIR%%/include/SearchForm/SearchForm.php
-%%SUGARCRMDIR%%/include/nusoap/class.soapclient.php
-%%SUGARCRMDIR%%/include/nusoap/class.nusoap_base.php
-%%SUGARCRMDIR%%/include/nusoap/license.txt
-%%SUGARCRMDIR%%/include/nusoap/class.soap_server.php
-%%SUGARCRMDIR%%/include/nusoap/class.soap_val.php
-%%SUGARCRMDIR%%/include/nusoap/class.xmlschema.php
-%%SUGARCRMDIR%%/include/nusoap/class.wsdl.php
-%%SUGARCRMDIR%%/include/nusoap/class.wsdlcache.php
-%%SUGARCRMDIR%%/include/nusoap/nusoapmime.php
-%%SUGARCRMDIR%%/include/nusoap/class.soap_parser.php
-%%SUGARCRMDIR%%/include/nusoap/class.soap_transport_http.php
-%%SUGARCRMDIR%%/include/nusoap/nusoap.php
-%%SUGARCRMDIR%%/include/nusoap/changelog
-%%SUGARCRMDIR%%/include/nusoap/class.soap_fault.php
-%%SUGARCRMDIR%%/include/pclzip/gnu-lgpl.txt
-%%SUGARCRMDIR%%/include/pclzip/readme.txt
-%%SUGARCRMDIR%%/include/pclzip/pclzip.lib.php
-%%SUGARCRMDIR%%/include/domit_rss/docs.html
-%%SUGARCRMDIR%%/include/domit_rss/xml_domit_rss.php
-%%SUGARCRMDIR%%/include/domit_rss/license.txt
-%%SUGARCRMDIR%%/include/domit_rss/tutorial.html
-%%SUGARCRMDIR%%/include/domit_rss/example_domit_rss_lite.php
-%%SUGARCRMDIR%%/include/domit_rss/changelog.txt
-%%SUGARCRMDIR%%/include/domit_rss/xml_domit_rss_lite.php
-%%SUGARCRMDIR%%/include/domit_rss/testing_domitrss.php
-%%SUGARCRMDIR%%/include/domit_rss/xml_domit_rss_shared.php
-%%SUGARCRMDIR%%/include/domit_rss/timer.php
-%%SUGARCRMDIR%%/include/domit_rss/php_text_cache.php
-%%SUGARCRMDIR%%/include/domit_rss/testing_domitrss.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common/images/locked.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common/images/unlocked.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common/images/reset.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common/fck_dialog_common.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common/moz-bindings.xml
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common/fck_dialog_common.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common/fcknumericfield.htc
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_about/logo_fredck.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_about/lgpl.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_about/logo_fckeditor.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_flash/fck_flash.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_flash/fck_flash_preview.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_template/images/template3.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_template/images/template1.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_template/images/template2.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey/dialogue.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey/keyboard_layout.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey/fck_universalkey.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey/00.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey/multihexa.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey/data.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey/diacritic.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_docprops/fck_document_preview.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_link/fck_link.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_image/fck_image.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_image/fck_image_preview.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_select/fck_select.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_replace.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_specialchar.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_listprop.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_link.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_anchor.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_form.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_select.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_hiddenfield.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_colorselector.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_table.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_smiley.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_source.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_textfield.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_flash.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_tablecell.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_paste.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_image.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_button.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_radiobutton.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_find.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_about.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_docprops.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_template.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_checkbox.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_textarea.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/lang/en.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/lang/pl.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/lang/it.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/lang/de.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/lang/fr.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/placeholder.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/fck_placeholder.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/fckplugin.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/simplecommands/fckplugin.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/tablecommands/fckplugin.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/templates.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/showdetails.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/bgcolor.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tabledeleterows.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tablecell.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/paste.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/numberedlist.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/newpage.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/smiley.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/save.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/cut.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/image.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/showtableborders.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/outdent.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/unorderedlist.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/textcolor.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/unlink.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/italic.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/textfield.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/superscript.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/docprops.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/print.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/imagebutton.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/source.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tabledeletecells.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/textarea.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/specialchar.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/checkbox.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/link.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tablesplitcell.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tabledeletecolumns.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/insertunorderedlist.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/strikethrough.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/radio.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/copy.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/pastetext.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tableinsertcolumn.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tableinsertrow.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/button.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/subscript.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/anchor.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/pagebreak.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/about.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/pasteword.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/preview.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/flash.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/selectall.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tablemergecells.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/table.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/find.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/insertorderedlist.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/tableinsertcell.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/justifyright.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/inserthorizontalrule.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/hiddenfield.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/justifycenter.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/undo.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/redo.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/replace.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/indent.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/removeformat.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/justifyfull.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/underline.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/justifyleft.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/select.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/bulletedlist.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/form.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/universalkey.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/spellcheck.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar/bold.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/images/toolbar.collapse.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/images/toolbar.arrowright.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/images/toolbar.separator.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/images/toolbar.expand.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/images/toolbar.end.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/images/toolbar.start.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/images/toolbar.buttonarrow.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/fck_editor.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/fck_contextmenu.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/fck_dialog.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/php/util.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/php/upload.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/php/config.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/cfm/upload.cfm
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/cfm/config.cfm
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/aspx/upload.aspx
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/asp/config.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/asp/upload.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/asp/class_upload.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/asp/io.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/lasso/config.lasso
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/lasso/upload.lasso
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/test.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/js/fckxml.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/js/common.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/perl/basexml.pl
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/perl/commands.pl
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/perl/connector.cgi
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/perl/io.pl
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/perl/util.pl
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/perl/upload_fck.pl
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/php/basexml.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/php/util.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/php/config.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/php/io.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/php/commands.php
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/cfm/connector.cfm
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/cfm/config.cfm
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/asp/commands.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/asp/config.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/asp/class_upload.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/asp/basexml.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/asp/io.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/asp/util.asp
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/py/connector.py
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/lasso/config.lasso
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/lasso/connector.lasso
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/test.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/html.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/js.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/mdb.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/dll.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/bmp.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/pdf.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/txt.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/avi.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/swf.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/cs.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/swt.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/jpg.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/ai.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/doc.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/htm.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/html.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/js.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/ppt.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/rdp.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/xls.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/xml.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/vsd.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/gif.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/fla.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/mp3.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/zip.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/exe.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/FolderOpened.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/Folder32.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/spacer.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/Folder.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/FolderUp.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/frmfolders.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/frmupload.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/frmresourcetype.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/frmcreatefolder.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/browser.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/browser.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/frmactualfolder.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/frmresourceslist.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/js/fck_startup.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/js/fckeditorcode_gecko_2.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/js/fckeditorcode_gecko_1.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/js/fckeditorcode_ie_1.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/js/fckeditorcode_ie_2.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/behaviors/showtableborders.htc
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/behaviors/hiddenfield.htc
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/behaviors/hiddenfield.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/behaviors/disablehandles.htc
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/images/fck_flashlogo.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/images/fck_pagebreak.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/images/fck_anchor.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/fck_internal.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/fck_showtableborders_gecko.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/css/fck_editorarea.css
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/uk.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/ro.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/hu.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/no.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/ru.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/ko.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/en.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/pt-br.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/ca.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/fi.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/lv.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/en-uk.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/sl.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/nl.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/cs.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/eo.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/th.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/sr.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/pl.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/sk.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/eu.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/_getfontformat.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/fcklanguagemanager.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/ms.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/vi.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/hr.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/el.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/pt.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/bg.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/lt.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/da.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/ar.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/zh-cn.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/gl.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/es.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/hi.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/et.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/_translationstatus.txt
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/bs.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/it.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/de.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/tr.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/sr-latn.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/ja.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/zh.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/sv.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/en-au.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/fo.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/fr.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/he.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/mn.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/lang/fa.js
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/omg_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/shades_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/angel_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/kiss.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/broken_heart.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/cry_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/teeth_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/confused_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/angry_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/embaressed_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/regular_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/thumbs_up.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/sad_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/tounge_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/envelope.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/wink_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/heart.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/cake.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/devil_smile.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/lightbulb.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn/thumbs_down.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/spacer.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/images/anchor.gif
-%%SUGARCRMDIR%%/include/FCKeditor/editor/fckblank.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/fckeditor.original.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/fckdocument.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/fckeditor.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/fckdebug.html
-%%SUGARCRMDIR%%/include/FCKeditor/editor/fckdialog.html
-%%SUGARCRMDIR%%/include/FCKeditor/_whatsnew.html
-%%SUGARCRMDIR%%/include/FCKeditor/fcktemplates.xml
-%%SUGARCRMDIR%%/include/FCKeditor/license.txt
-%%SUGARCRMDIR%%/include/FCKeditor/fckconfig.js
-%%SUGARCRMDIR%%/include/FCKeditor/fckeditor.php
-%%SUGARCRMDIR%%/include/FCKeditor/_documentation.html
-%%SUGARCRMDIR%%/include/FCKeditor/htaccess.txt
-%%SUGARCRMDIR%%/include/FCKeditor/fckeditor.js
-%%SUGARCRMDIR%%/include/FCKeditor/fckstyles.xml
-%%SUGARCRMDIR%%/include/templates/TemplateGroupChooser.php
-%%SUGARCRMDIR%%/include/templates/TemplateDragDropChooser.php
-%%SUGARCRMDIR%%/include/templates/Template.php
-%%SUGARCRMDIR%%/include/Localization/Localization.php
-%%SUGARCRMDIR%%/include/ListView/ListViewGeneric.tpl
-%%SUGARCRMDIR%%/include/ListView/ListViewData.php
-%%SUGARCRMDIR%%/include/ListView/ListViewXTPL.php
-%%SUGARCRMDIR%%/include/ListView/ListViewDisplay.php
-%%SUGARCRMDIR%%/include/ListView/ListViewSmarty.php
-%%SUGARCRMDIR%%/include/ListView/ListView.php
-%%SUGARCRMDIR%%/include/utils/logic_utils.php
-%%SUGARCRMDIR%%/include/utils/security_utils.php
-%%SUGARCRMDIR%%/include/utils/array_utils.php
-%%SUGARCRMDIR%%/include/utils/progress_bar_utils.php
-%%SUGARCRMDIR%%/include/utils/zip_utils.php
-%%SUGARCRMDIR%%/include/utils/file_utils.php
-%%SUGARCRMDIR%%/include/utils/db_utils.php
-%%SUGARCRMDIR%%/include/utils/activity_utils.php
-%%SUGARCRMDIR%%/include/utils/encryption_utils.php
-%%SUGARCRMDIR%%/include/utils/external_cache.php
-%%SUGARCRMDIR%%/include/utils/user_utils.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelConcat.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateCampaignLogEntryButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFielduser_name.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopSummaryButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopButtonQuickCreate.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldfloat.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldnum.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateTaskButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateAccountNameButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidget.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelIcon.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFielddecimal.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldid.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopComposeEmailButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEditRoleButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopScheduleMeetingButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelDetailViewLink.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopScheduleCallButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldvarchar.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopSelectButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFielddatetime.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldcurrency.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateNoteButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldint.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateLeadNameButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldchar.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelRemoveButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldname.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelActivitiesStatusField.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelGetLatestButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldlongtext.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEmailLink.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldemail.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldtext.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelRemoveButtonMeetings.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldenum.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetReportField.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetField.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopArchiveEmailButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldtime.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelCloseButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelLoadSignedButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFielddate.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldbool.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEditButton.php
-%%SUGARCRMDIR%%/include/generic/SugarWidgets/SugarWidgetFieldphone.php
-%%SUGARCRMDIR%%/include/generic/DeleteRelationship.php
-%%SUGARCRMDIR%%/include/generic/LayoutManager.php
-%%SUGARCRMDIR%%/include/generic/Save2.php
-%%SUGARCRMDIR%%/include/DetailView/DetailView.php
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/img/tab_left.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/img/tab_right.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/img/ptr.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/img/Thumbs.db
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/img/newcats_bkgd.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/img/round_4px_trans_gray.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/img/loading.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/css/round_tabs.css
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/css/tabs.css
-%%SUGARCRMDIR%%/include/javascript/yui/assets/menu.css
-%%SUGARCRMDIR%%/include/javascript/yui/assets/alrt16_1.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/tip16_1.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/warn16_1.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/container.css
-%%SUGARCRMDIR%%/include/javascript/yui/assets/blck16_1.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/close12_1.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/hlp16_1.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/rel_interstitial_loading.gif
-%%SUGARCRMDIR%%/include/javascript/yui/assets/reset.css
-%%SUGARCRMDIR%%/include/javascript/yui/assets/info16_1.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/data/XMLChildDataModel.js
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/toolbar.css
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/grid.css
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/basic-dialog.css
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/layout.css
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/resizable.css
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/yui-ext.css
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/reset-min.css
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/README.txt
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css/tabs.css
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-sprite.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-btm-inactive-right-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-btm-left-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-btm-right-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-btm-inactive-left-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-sprite.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-btm-inactive-right-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-btm-left-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-btm-right-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-btm-inactive-left-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/toolbar/btn-over-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/toolbar/gray-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/ns-collapse.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/panel-title-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/gradient-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/collapse.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/expand.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/panel-title-light-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/tab-close-on.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/panel-close.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/tab-close.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/screenshot.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray/ns-expand.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/ns-collapse.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/panel-title-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gradient-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/collapse.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/expand.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/panel-title-light-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/tab-close-on.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/panel-close.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/tab-close.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/ns-expand.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/close.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/s-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/e-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/dlg-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/se-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/hd-sprite.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/btn-sprite.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/close.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/s-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/e-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/se-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/hd-sprite.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/page-prev.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/page-first.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/sort_asc.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/page-last-disabled.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/grid-split.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/page-next-disabled.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/refresh.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/wait.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/grid-vista-hd.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/page-next.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/sort_desc.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/drop-no.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/page-prev-disabled.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/page-first-disabled.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/page-last.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/pick-button.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/arrow-right-white.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/grid-blue-hd.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/nowait.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/footer-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/arrow-left-white.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/drop-yes.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/done.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/invalid_line.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/mso-hd.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/grid-blue-split.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/grid-loading.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid/loading.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/e-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/nw-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/ne-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/s-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/ne-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/sw-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/s-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/sw-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/e-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/se-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/se-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/nw-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/e-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/nw-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/ne-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/s-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/square.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/ne-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/sw-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/s-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/sw-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/e-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/se-handle.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/se-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/nw-handle-dark.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/gradient-bg.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/s.gif
-%%SUGARCRMDIR%%/include/javascript/yui/ext/grid/ChildGridView.js
-%%SUGARCRMDIR%%/include/javascript/yui/ext/ddgrid.js
-%%SUGARCRMDIR%%/include/javascript/yui/ext/license.txt
-%%SUGARCRMDIR%%/include/javascript/yui/ext/yui-ext.js
-%%SUGARCRMDIR%%/include/javascript/yui/ygDDMy.js
-%%SUGARCRMDIR%%/include/javascript/yui/ygDDList.js
-%%SUGARCRMDIR%%/include/javascript/yui/menu.js
-%%SUGARCRMDIR%%/include/javascript/yui/ygDDSwap.js
-%%SUGARCRMDIR%%/include/javascript/yui/license.txt
-%%SUGARCRMDIR%%/include/javascript/yui/dom.js
-%%SUGARCRMDIR%%/include/javascript/yui/tabview.js
-%%SUGARCRMDIR%%/include/javascript/yui/dragdrop.js
-%%SUGARCRMDIR%%/include/javascript/yui/YAHOO.js
-%%SUGARCRMDIR%%/include/javascript/yui/PhotoBox.js
-%%SUGARCRMDIR%%/include/javascript/yui/log.js
-%%SUGARCRMDIR%%/include/javascript/yui/ygDDOnTop.js
-%%SUGARCRMDIR%%/include/javascript/yui/ygDDMy2.js
-%%SUGARCRMDIR%%/include/javascript/yui/connection.js
-%%SUGARCRMDIR%%/include/javascript/yui/event.js
-%%SUGARCRMDIR%%/include/javascript/yui/PanelEffect.js
-%%SUGARCRMDIR%%/include/javascript/yui/color.js
-%%SUGARCRMDIR%%/include/javascript/yui/ygDDPlayer.js
-%%SUGARCRMDIR%%/include/javascript/yui/key.js
-%%SUGARCRMDIR%%/include/javascript/yui/container.js
-%%SUGARCRMDIR%%/include/javascript/yui/animation.js
-%%SUGARCRMDIR%%/include/javascript/yui/slider.js
-%%SUGARCRMDIR%%/include/javascript/sugar_3.js
-%%SUGARCRMDIR%%/include/javascript/overlibmws_iframe.js
-%%SUGARCRMDIR%%/include/javascript/jsclass_async.js
-%%SUGARCRMDIR%%/include/javascript/dashlets.js
-%%SUGARCRMDIR%%/include/javascript/report_additionals.js
-%%SUGARCRMDIR%%/include/javascript/popup_helper.js
-%%SUGARCRMDIR%%/include/javascript/jsclass_base.js
-%%SUGARCRMDIR%%/include/javascript/overlibmws.js
-%%SUGARCRMDIR%%/include/javascript/popup_parent_helper.js
-%%SUGARCRMDIR%%/include/javascript/cookie.js
-%%SUGARCRMDIR%%/include/javascript/javascript.php
-%%SUGARCRMDIR%%/include/javascript/quicksearch.js
-%%SUGARCRMDIR%%/include/javascript/jsAlerts.php
-%%SUGARCRMDIR%%/include/fonts/Times-Roman.afm
-%%SUGARCRMDIR%%/include/fonts/Helvetica.afm
-%%SUGARCRMDIR%%/include/fonts/Courier-BoldOblique.afm
-%%SUGARCRMDIR%%/include/fonts/Courier.afm
-%%SUGARCRMDIR%%/include/fonts/Times-BoldItalic.afm
-%%SUGARCRMDIR%%/include/fonts/Courier-Oblique.afm
-%%SUGARCRMDIR%%/include/fonts/Courier-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/Helvetica-BoldOblique.afm
-%%SUGARCRMDIR%%/include/fonts/Helvetica-Oblique.afm
-%%SUGARCRMDIR%%/include/fonts/Helvetica-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/Times-Bold.afm
-%%SUGARCRMDIR%%/include/fonts/Times-Italic.afm
-%%SUGARCRMDIR%%/include/controller/Controller.php
-%%SUGARCRMDIR%%/include/language/en_us.lang.php
-%%SUGARCRMDIR%%/include/language/en_us.notify_template.html
-%%SUGARCRMDIR%%/include/language/jsLanguage.php
-%%SUGARCRMDIR%%/include/database/DBManager.php
-%%SUGARCRMDIR%%/include/database/MysqlHelper.php
-%%SUGARCRMDIR%%/include/database/PearDatabase.php
-%%SUGARCRMDIR%%/include/database/MssqlHelper.php
-%%SUGARCRMDIR%%/include/database/MssqlHelper2.php
-%%SUGARCRMDIR%%/include/database/MssqlManager.php
-%%SUGARCRMDIR%%/include/database/DBManagerFactory.php
-%%SUGARCRMDIR%%/include/database/MssqlManager2.php
-%%SUGARCRMDIR%%/include/database/DBHelper.php
-%%SUGARCRMDIR%%/include/database/MysqlManager.php
-%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_propfind.php
-%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_proppatch.php
-%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_lockinfo.php
-%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/license.txt
-%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Server.php
-%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/dav.txt
-%%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/README
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-fo.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-fi.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-ca.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-de.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-pl.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-tr.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-br.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-es.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-no.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-se.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-cz.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-ja.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-ru.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-fr.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-hu.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-nl.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-ro.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-en.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-dk.php
-%%SUGARCRMDIR%%/include/phpmailer/language/phpmailer.lang-it.php
-%%SUGARCRMDIR%%/include/phpmailer/class.smtp.php
-%%SUGARCRMDIR%%/include/phpmailer/license.txt
-%%SUGARCRMDIR%%/include/phpmailer/class.phpmailer.php
-%%SUGARCRMDIR%%/include/charts/lineF.swf
-%%SUGARCRMDIR%%/include/charts/drawBurst.as
-%%SUGARCRMDIR%%/include/charts/drawOval.as
-%%SUGARCRMDIR%%/include/charts/hBarF.swf
-%%SUGARCRMDIR%%/include/charts/pieF.swf
-%%SUGARCRMDIR%%/include/charts/hBarS.fla
-%%SUGARCRMDIR%%/include/charts/lineF.fla
-%%SUGARCRMDIR%%/include/charts/Charts.php
-%%SUGARCRMDIR%%/include/charts/hBarS.swf
-%%SUGARCRMDIR%%/include/charts/Math.as
-%%SUGARCRMDIR%%/include/charts/vBarF.swf
-%%SUGARCRMDIR%%/include/charts/drawWedge.as
-%%SUGARCRMDIR%%/include/charts/colorFunctions.as
-%%SUGARCRMDIR%%/include/charts/hBarF.fla
-%%SUGARCRMDIR%%/include/charts/pieF.fla
-%%SUGARCRMDIR%%/include/charts/vBarF.fla
-%%SUGARCRMDIR%%/include/charts/drawStar.as
-%%SUGARCRMDIR%%/include/charts/drawPoly.as
-%%SUGARCRMDIR%%/include/VarDefHandler/VarDefHandler.php
-%%SUGARCRMDIR%%/include/VarDefHandler/vardef_meta_arrays.php
-%%SUGARCRMDIR%%/include/VarDefHandler/listvardefoverride.php
-%%SUGARCRMDIR%%/include/ytree/TreeView/anim/TVFadeOut.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/anim/TVAnim.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/anim/TVFadeIn.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/lph.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/tmh.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/lm.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/lmh.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/ln.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/minus.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/tp.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/tm.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/plus.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/lp.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/vline.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/tn.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/tph.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/folders/loading.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/lph.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/tmh.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/lm.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/lmh.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/ln.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/tp.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/tm.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/lp.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/vline.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/tn.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/tph.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/default/loading.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/check0.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/lph.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/tmh.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/lm.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/lmh.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/check1.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/ln.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/tp.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/check2.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/tm.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/Thumbs.db
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/lp.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/vline.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/tn.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/tph.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/check/loading.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/qmiddle.png
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/logo.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/navHover2.png
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/qtop.png
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/qbottom.png
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/header.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/greybg.png
-%%SUGARCRMDIR%%/include/ytree/TreeView/img/bullet.gif
-%%SUGARCRMDIR%%/include/ytree/TreeView/css/folders/tree.css
-%%SUGARCRMDIR%%/include/ytree/TreeView/css/forecasts/tree.css
-%%SUGARCRMDIR%%/include/ytree/TreeView/css/default/tree.css
-%%SUGARCRMDIR%%/include/ytree/TreeView/css/check/tree.css
-%%SUGARCRMDIR%%/include/ytree/TreeView/RootNode.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/license.txt
-%%SUGARCRMDIR%%/include/ytree/TreeView/TaskNode.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/TreeView.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/TextNode.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/HTMLNode.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/MenuNode.js
-%%SUGARCRMDIR%%/include/ytree/TreeView/Node.js
-%%SUGARCRMDIR%%/include/ytree/treeutil.js
-%%SUGARCRMDIR%%/include/ytree/Node.php
-%%SUGARCRMDIR%%/include/ytree/Tree.php
-%%SUGARCRMDIR%%/include/PHP_Compat/license.txt
-%%SUGARCRMDIR%%/include/PHP_Compat/convert_uuencode.php
-%%SUGARCRMDIR%%/include/PHP_Compat/convert_uudecode.php
-%%SUGARCRMDIR%%/include/GroupedTabs/GroupedTabStructure.php
-%%SUGARCRMDIR%%/include/contextMenus/menuDefs/sugarAccount.php
-%%SUGARCRMDIR%%/include/contextMenus/menuDefs/sugarObject.php
-%%SUGARCRMDIR%%/include/contextMenus/menuDefs/sugarPerson.php
-%%SUGARCRMDIR%%/include/contextMenus/contextMenu.php
-%%SUGARCRMDIR%%/include/SugarTabs/tpls/singletabmenu.tpl
-%%SUGARCRMDIR%%/include/SugarTabs/SugarTab.php
-%%SUGARCRMDIR%%/include/CurrencyService/CurrencyService.php
-%%SUGARCRMDIR%%/include/EditView/QuickCreate.php
-%%SUGARCRMDIR%%/include/EditView/EditView.php
-%%SUGARCRMDIR%%/include/images/sugarcrm_login.png
-%%SUGARCRMDIR%%/include/images/options_up.gif
-%%SUGARCRMDIR%%/include/images/sugar_md_ent.png
-%%SUGARCRMDIR%%/include/images/options.gif
-%%SUGARCRMDIR%%/include/images/sugar_icon.ico
-%%SUGARCRMDIR%%/include/images/spacer.png
-%%SUGARCRMDIR%%/include/images/blank.gif
-%%SUGARCRMDIR%%/include/images/rss_xml.gif
-%%SUGARCRMDIR%%/include/images/company_logo.png
-%%SUGARCRMDIR%%/include/images/powered_by_sugarcrm.gif
-%%SUGARCRMDIR%%/include/images/SugarPlanet.swf
-%%SUGARCRMDIR%%/include/images/cube_bg.gif
-%%SUGARCRMDIR%%/include/images/sugarsales_lg_ent.png
-%%SUGARCRMDIR%%/include/images/sugarcrm_about_logo.gif
-%%SUGARCRMDIR%%/include/images/poweredby_sugarcrm.png
-%%SUGARCRMDIR%%/include/images/sugar_md.png
-%%SUGARCRMDIR%%/include/images/sugarsales_myarea.png
-%%SUGARCRMDIR%%/include/images/sugarsales_lg.png
-%%SUGARCRMDIR%%/include/images/sugarcrm_copyright_logo.jpg
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.html_image.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.debug_print_var.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.strip_tags.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/shared.make_timestamp.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.count_paragraphs.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.count_characters.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.strip.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.default.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.sugar_evalcolumn.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/shared.escape_special_chars.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.html_table.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.regex_replace.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.sugar_currency_format.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.nl2br.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.string_format.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.html_select_time.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.sugar_translate.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.date_format.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.lower.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.count_words.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/block.textformat.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.wordwrap.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.html_checkboxes.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.indent.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.counter.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.fetch.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.cycle.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.eval.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/outputfilter.trimwhitespace.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.config_load.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.truncate.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.escape.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.upper.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.debug.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/compiler.assign.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.html_radios.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.replace.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.math.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.popup_init.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.capitalize.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.assign_debug_info.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.mailto.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.html_select_date.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.count_sentences.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.html_options.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.cat.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/modifier.spacify.php
-%%SUGARCRMDIR%%/include/Smarty/plugins/function.popup.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.is_trusted.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.load_resource_plugin.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.rmdir.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.read_cache_file.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.assemble_plugin_filepath.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.load_plugins.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.process_compiled_include.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.process_cached_inserts.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.is_secure.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.run_insert_handler.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.write_compiled_resource.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.get_include_path.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.smarty_include_php.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.get_microtime.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.write_compiled_include.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.assign_smarty_interface.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.rm_auto.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.write_file.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.display_debug_console.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.get_php_resource.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.create_dir_structure.php
-%%SUGARCRMDIR%%/include/Smarty/internals/core.write_cache_file.php
-%%SUGARCRMDIR%%/include/Smarty/LICENSE
-%%SUGARCRMDIR%%/include/Smarty/Smarty_Compiler.class.php
-%%SUGARCRMDIR%%/include/Smarty/Smarty.class.php
-%%SUGARCRMDIR%%/include/Smarty/debug.tpl
-%%SUGARCRMDIR%%/include/Smarty/README
-%%SUGARCRMDIR%%/include/Smarty/COPYING.lib
-%%SUGARCRMDIR%%/include/Smarty/Config_File.class.php
-%%SUGARCRMDIR%%/include/pdf/class.pdf.php
-%%SUGARCRMDIR%%/include/pdf/class.ezpdf.php
-%%SUGARCRMDIR%%/include/pdf/LICENSE
-%%SUGARCRMDIR%%/include/domit/domitBanner.gif
-%%SUGARCRMDIR%%/include/domit/docs.html
-%%SUGARCRMDIR%%/include/domit/testing_domit.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_lite_parser.php
-%%SUGARCRMDIR%%/include/domit/php_file_utilities.php
-%%SUGARCRMDIR%%/include/domit/php_http_proxy.php
-%%SUGARCRMDIR%%/include/domit/license.txt
-%%SUGARCRMDIR%%/include/domit/tutorial.html
-%%SUGARCRMDIR%%/include/domit/xml_saxy_parser.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_shared.php
-%%SUGARCRMDIR%%/include/domit/changelog.txt
-%%SUGARCRMDIR%%/include/domit/php_http_exceptions.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_parser.php
-%%SUGARCRMDIR%%/include/domit/testing_domit.css
-%%SUGARCRMDIR%%/include/domit/xml_saxy_shared.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_nodemaps.php
-%%SUGARCRMDIR%%/include/domit/php_http_connector.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_getelementsbypath.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_utilities.php
-%%SUGARCRMDIR%%/include/domit/php_http_client_include.php
-%%SUGARCRMDIR%%/include/domit/php_http_client_generic.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_lite_include.php
-%%SUGARCRMDIR%%/include/domit/xml_saxy_lite_parser.php
-%%SUGARCRMDIR%%/include/domit/timer.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_include.php
-%%SUGARCRMDIR%%/include/domit/domit.html
-%%SUGARCRMDIR%%/include/domit/xml_domit_doctor.php
-%%SUGARCRMDIR%%/include/domit/xml_domit_cache.php
-%%SUGARCRMDIR%%/include/upload_file.php
-%%SUGARCRMDIR%%/include/JSON.js
-%%SUGARCRMDIR%%/include/dir_inc.php
-%%SUGARCRMDIR%%/include/MassUpdate.php
-%%SUGARCRMDIR%%/include/logging.php
-%%SUGARCRMDIR%%/include/time.php
-%%SUGARCRMDIR%%/include/json_config.php
-%%SUGARCRMDIR%%/include/export_utils.php
-%%SUGARCRMDIR%%/include/entryPoint.php
-%%SUGARCRMDIR%%/include/TimeDate.php
-%%SUGARCRMDIR%%/include/vCard.php
-%%SUGARCRMDIR%%/include/pngbehavior.htc
-%%SUGARCRMDIR%%/include/CacheHandler.php
-%%SUGARCRMDIR%%/include/globalControlLinks.php
-%%SUGARCRMDIR%%/include/tabs.php
-%%SUGARCRMDIR%%/include/QuickSearchDefaults.php
-%%SUGARCRMDIR%%/include/JSON.php
-%%SUGARCRMDIR%%/include/modules.php
-%%SUGARCRMDIR%%/include/SugarPDF.php
-%%SUGARCRMDIR%%/include/Sugar_Smarty.php
-%%SUGARCRMDIR%%/include/formbase.php
-%%SUGARCRMDIR%%/include/tabConfig.php
-%%SUGARCRMDIR%%/include/SugarPHPMailer.php
-%%SUGARCRMDIR%%/include/utils.php
-%%SUGARCRMDIR%%/install/seed_data/entreport_SeedData.php
-%%SUGARCRMDIR%%/install/seed_data/basicSeedData.php
-%%SUGARCRMDIR%%/install/seed_data/index.html
-%%SUGARCRMDIR%%/install/data/disc_client.php
-%%SUGARCRMDIR%%/install/language/fr_fr.lang.php
-%%SUGARCRMDIR%%/install/language/pt_br.lang.php
-%%SUGARCRMDIR%%/install/language/en_us.lang.php
-%%SUGARCRMDIR%%/install/language/ge_ge.lang.php
-%%SUGARCRMDIR%%/install/language/es_es.lang.php
-%%SUGARCRMDIR%%/install/language/ja.lang.php
-%%SUGARCRMDIR%%/install/installHelp.php
-%%SUGARCRMDIR%%/install/TeamDemoData.php
-%%SUGARCRMDIR%%/install/download_modules.php
-%%SUGARCRMDIR%%/install/checkSystem.php
-%%SUGARCRMDIR%%/install/dbConfig.js
-%%SUGARCRMDIR%%/install/register.js
-%%SUGARCRMDIR%%/install/register.php
-%%SUGARCRMDIR%%/install/license.php
-%%SUGARCRMDIR%%/install/UserDemoData.php
-%%SUGARCRMDIR%%/install/welcome.php
-%%SUGARCRMDIR%%/install/dbConfig.php
-%%SUGARCRMDIR%%/install/installCommon.js
-%%SUGARCRMDIR%%/install/siteConfig.js
-%%SUGARCRMDIR%%/install/systemOptions.php
-%%SUGARCRMDIR%%/install/localization.php
-%%SUGARCRMDIR%%/install/install_utils.php
-%%SUGARCRMDIR%%/install/oc_install.js
-%%SUGARCRMDIR%%/install/licensePrint.php
-%%SUGARCRMDIR%%/install/download_patches.php
-%%SUGARCRMDIR%%/install/populateSeedData.php
-%%SUGARCRMDIR%%/install/performSetup.php
-%%SUGARCRMDIR%%/install/installDisabled.php
-%%SUGARCRMDIR%%/install/confirmSettings.php
-%%SUGARCRMDIR%%/install/oc_convert.js
-%%SUGARCRMDIR%%/install/license.js
-%%SUGARCRMDIR%%/install/siteConfig.php
-%%SUGARCRMDIR%%/install/install.css
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-hu.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-jp.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-si.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-sv.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ca.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-es.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-sp.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ko.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-de.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ru.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ro.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-zh.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-pl-utf8.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-tr.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-ko-utf8.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-lt-utf8.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-el.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-lt.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-br.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-pt.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-du.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-sk.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-fr.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-en.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-af.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-hr-utf8.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-it.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-pl.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-nl.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-fi.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-da.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-cs-win.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-hr.js
-%%SUGARCRMDIR%%/jscalendar/lang/calendar-no.js
-%%SUGARCRMDIR%%/jscalendar/license.txt
-%%SUGARCRMDIR%%/jscalendar/menuarrow.gif
-%%SUGARCRMDIR%%/jscalendar/calendar.js
-%%SUGARCRMDIR%%/jscalendar/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/jscalendar/calendar-setup_3.js
-%%SUGARCRMDIR%%/jscalendar/menuarrow2.gif
-%%SUGARCRMDIR%%/jscalendar/img.gif
-%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutHtml.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutSimple.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerLayoutTTCC.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerXmlLayout.php
-%%SUGARCRMDIR%%/log4php/layouts/LoggerPatternLayout.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerFactory.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerConfigurator.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerFilter.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerLocationInfo.php
-%%SUGARCRMDIR%%/log4php/spi/LoggerLoggingEvent.php
-%%SUGARCRMDIR%%/log4php/or/LoggerDefaultRenderer.php
-%%SUGARCRMDIR%%/log4php/or/LoggerRendererMap.php
-%%SUGARCRMDIR%%/log4php/or/LoggerObjectRenderer.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderEcho.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderConsole.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderSyslog.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderFile.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderSocket.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderNull.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderMail.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderPhp.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderMailEvent.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderDailyFile.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderDb.php
-%%SUGARCRMDIR%%/log4php/appenders/LoggerAppenderRollingFile.php
-%%SUGARCRMDIR%%/log4php/varia/LoggerLevelRangeFilter.php
-%%SUGARCRMDIR%%/log4php/varia/LoggerLevelMatchFilter.php
-%%SUGARCRMDIR%%/log4php/varia/LoggerDenyAllFilter.php
-%%SUGARCRMDIR%%/log4php/varia/LoggerStringMatchFilter.php
-%%SUGARCRMDIR%%/log4php/config/LoggerPropertySetter.php
-%%SUGARCRMDIR%%/log4php/config/LoggerPropertyGetter.php
-%%SUGARCRMDIR%%/log4php/xml/LoggerDOMConfigurator.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerPatternParser.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerOptionConverter.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerPatternConverter.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerFormattingInfo.php
-%%SUGARCRMDIR%%/log4php/helpers/LoggerTransform.php
-%%SUGARCRMDIR%%/log4php/LoggerLayout.php
-%%SUGARCRMDIR%%/log4php/LoggerDefaultCategoryFactory.php
-%%SUGARCRMDIR%%/log4php/LoggerAppenderSkeleton.php
-%%SUGARCRMDIR%%/log4php/LoggerHierarchy.php
-%%SUGARCRMDIR%%/log4php/LoggerNDC.php
-%%SUGARCRMDIR%%/log4php/LICENSE
-%%SUGARCRMDIR%%/log4php/LoggerBasicConfigurator.php
-%%SUGARCRMDIR%%/log4php/LoggerMDC.php
-%%SUGARCRMDIR%%/log4php/LoggerCategory.php
-%%SUGARCRMDIR%%/log4php/LoggerManager.php
-%%SUGARCRMDIR%%/log4php/LoggerLog.php
-%%SUGARCRMDIR%%/log4php/LoggerLevel.php
-%%SUGARCRMDIR%%/log4php/Logger.php
-%%SUGARCRMDIR%%/log4php/LoggerRoot.php
-%%SUGARCRMDIR%%/log4php/LoggerPropertyConfigurator.php
-%%SUGARCRMDIR%%/log4php/LoggerAppender.php
-%%SUGARCRMDIR%%/metadata/calls_contactsMetaData.php
-%%SUGARCRMDIR%%/metadata/contacts_bugsMetaData.php
-%%SUGARCRMDIR%%/metadata/calls_usersMetaData.php
-%%SUGARCRMDIR%%/metadata/meetings_contactsMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_projectsMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_accountsMetaData.php
-%%SUGARCRMDIR%%/metadata/queues_queueMetaData.php
-%%SUGARCRMDIR%%/metadata/import_mapsMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_leadsMetaData.php
-%%SUGARCRMDIR%%/metadata/custom_fieldsMetaData.php
-%%SUGARCRMDIR%%/metadata/linked_documentsMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_usersMetaData.php
-%%SUGARCRMDIR%%/metadata/accounts_casesMetaData.php
-%%SUGARCRMDIR%%/metadata/product_bundle_noteMetaData.php
-%%SUGARCRMDIR%%/metadata/trackerMetaData.php
-%%SUGARCRMDIR%%/metadata/opportunities_contactsMetaData.php
-%%SUGARCRMDIR%%/metadata/audit_templateMetaData.php
-%%SUGARCRMDIR%%/metadata/project_task_project_tasksMetaData.php
-%%SUGARCRMDIR%%/metadata/cases_bugsMetaData.php
-%%SUGARCRMDIR%%/metadata/accounts_bugsMetaData.php
-%%SUGARCRMDIR%%/metadata/filesMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_project_tasksMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_casesMetaData.php
-%%SUGARCRMDIR%%/metadata/usersMetaData.php
-%%SUGARCRMDIR%%/metadata/roles_modulesMetaData.php
-%%SUGARCRMDIR%%/metadata/user_feedsMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_tasksMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_prospectsMetaData.php
-%%SUGARCRMDIR%%/metadata/project_relationMetaData.php
-%%SUGARCRMDIR%%/metadata/queues_beansMetaData.php
-%%SUGARCRMDIR%%/metadata/prospect_list_campaignsMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_bugsMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_contactsMetaData.php
-%%SUGARCRMDIR%%/metadata/contacts_usersMetaData.php
-%%SUGARCRMDIR%%/metadata/prospect_lists_prospectsMetaData.php
-%%SUGARCRMDIR%%/metadata/contacts_casesMetaData.php
-%%SUGARCRMDIR%%/metadata/configMetaData.php
-%%SUGARCRMDIR%%/metadata/accounts_opportunitiesMetaData.php
-%%SUGARCRMDIR%%/metadata/email_marketing_prospect_listsMetaData.php
-%%SUGARCRMDIR%%/metadata/roles_usersMetaData.php
-%%SUGARCRMDIR%%/metadata/schedulers_timesMetaData.php
-%%SUGARCRMDIR%%/metadata/users_signaturesMetaData.php
-%%SUGARCRMDIR%%/metadata/users_last_importMetaData.php
-%%SUGARCRMDIR%%/metadata/acl_roles_usersMetaData.php
-%%SUGARCRMDIR%%/metadata/inboundEmail_autoreplyMetaData.php
-%%SUGARCRMDIR%%/metadata/meetings_usersMetaData.php
-%%SUGARCRMDIR%%/metadata/accounts_contactsMetaData.php
-%%SUGARCRMDIR%%/metadata/fields_meta_dataMetaData.php
-%%SUGARCRMDIR%%/metadata/acl_roles_actionsMetaData.php
-%%SUGARCRMDIR%%/metadata/emails_opportunitiesMetaData.php
-%%SUGARCRMDIR%%/modules/Dropdown/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Dropdown/Menu.php
-%%SUGARCRMDIR%%/modules/Dropdown/Forms.php
-%%SUGARCRMDIR%%/modules/Dropdown/Popup.html
-%%SUGARCRMDIR%%/modules/Dropdown/index.php
-%%SUGARCRMDIR%%/modules/Dropdown/EditView.html
-%%SUGARCRMDIR%%/modules/Dropdown/EditView.php
-%%SUGARCRMDIR%%/modules/Dropdown/Popup.php
-%%SUGARCRMDIR%%/modules/Dropdown/SearchForm.html
-%%SUGARCRMDIR%%/modules/Dropdown/ListView.php
-%%SUGARCRMDIR%%/modules/Dropdown/ListView.html
-%%SUGARCRMDIR%%/modules/Campaigns/subpanels/ForEmailMarketing.php
-%%SUGARCRMDIR%%/modules/Campaigns/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.WizardNewsletter.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.WebToLeadCreation.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.WizardEmailSetup.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.WizardMarketing.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.CampaignDiagnostics.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.CampaignDiagnostic.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.RoiDetailView.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.TrackDetailView.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Campaigns/language/en_us.help.WizardHome.html
-%%SUGARCRMDIR%%/modules/Campaigns/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Campaigns/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Campaigns/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Campaigns/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/WizardCampaignTargetList.tpl
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/WizardCampaignBudget.tpl
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/WizardCampaignTargetListForNonNewsLetter.tpl
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/WizardCampaignHeader.tpl
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/WizardNewsletter.tpl
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/WizardCampaignTracker.tpl
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/WizardHomeStart.tpl
-%%SUGARCRMDIR%%/modules/Campaigns/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Campaigns/WizardEmailSetup.html
-%%SUGARCRMDIR%%/modules/Campaigns/Menu.php
-%%SUGARCRMDIR%%/modules/Campaigns/EmailQueue.php
-%%SUGARCRMDIR%%/modules/Campaigns/TrackDetailView.php
-%%SUGARCRMDIR%%/modules/Campaigns/WebToLeadCreation.php
-%%SUGARCRMDIR%%/modules/Campaigns/WebToLeadCreation.html
-%%SUGARCRMDIR%%/modules/Campaigns/DetailView.js
-%%SUGARCRMDIR%%/modules/Campaigns/field_arrays.php
-%%SUGARCRMDIR%%/modules/Campaigns/WizardNewsletter.html
-%%SUGARCRMDIR%%/modules/Campaigns/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Campaigns/WizardEmailSetup.php
-%%SUGARCRMDIR%%/modules/Campaigns/wizard.js
-%%SUGARCRMDIR%%/modules/Campaigns/Schedule.html
-%%SUGARCRMDIR%%/modules/Campaigns/Campaign.php
-%%SUGARCRMDIR%%/modules/Campaigns/Forms.html
-%%SUGARCRMDIR%%/modules/Campaigns/WebToLeadDownloadForm.html
-%%SUGARCRMDIR%%/modules/Campaigns/WizardNewsletter.php
-%%SUGARCRMDIR%%/modules/Campaigns/Forms.php
-%%SUGARCRMDIR%%/modules/Campaigns/GenerateWebToLeadForm.php
-%%SUGARCRMDIR%%/modules/Campaigns/ProcessBouncedEmails.php
-%%SUGARCRMDIR%%/modules/Campaigns/layout_defs.php
-%%SUGARCRMDIR%%/modules/Campaigns/chart.tpl
-%%SUGARCRMDIR%%/modules/Campaigns/QueueCampaign.php
-%%SUGARCRMDIR%%/modules/Campaigns/WizardMarketing.php
-%%SUGARCRMDIR%%/modules/Campaigns/WebToLead.js
-%%SUGARCRMDIR%%/modules/Campaigns/TrackDetailView.html
-%%SUGARCRMDIR%%/modules/Campaigns/Charts.php
-%%SUGARCRMDIR%%/modules/Campaigns/RoiDetailView.php
-%%SUGARCRMDIR%%/modules/Campaigns/WizardEmailSetupSave.php
-%%SUGARCRMDIR%%/modules/Campaigns/RoiDetailView.html
-%%SUGARCRMDIR%%/modules/Campaigns/Delete.php
-%%SUGARCRMDIR%%/modules/Campaigns/CampaignDiagnostic.php
-%%SUGARCRMDIR%%/modules/Campaigns/Schedule.php
-%%SUGARCRMDIR%%/modules/Campaigns/CampaignDiagnostic.html
-%%SUGARCRMDIR%%/modules/Campaigns/Save.php
-%%SUGARCRMDIR%%/modules/Campaigns/Charts1.php
-%%SUGARCRMDIR%%/modules/Campaigns/WizardHome.html
-%%SUGARCRMDIR%%/modules/Campaigns/WizardHome.php
-%%SUGARCRMDIR%%/modules/Campaigns/Subscriptions.php
-%%SUGARCRMDIR%%/modules/Campaigns/Subscriptions.html
-%%SUGARCRMDIR%%/modules/Campaigns/WizardMarketingSave.php
-%%SUGARCRMDIR%%/modules/Campaigns/WizardMarketing.html
-%%SUGARCRMDIR%%/modules/Campaigns/DetailView.php
-%%SUGARCRMDIR%%/modules/Campaigns/WebToLeadForm.html
-%%SUGARCRMDIR%%/modules/Campaigns/MailMerge.php
-%%SUGARCRMDIR%%/modules/Campaigns/WebToLeadFormSave.php
-%%SUGARCRMDIR%%/modules/Campaigns/WizardNewsletterSave.php
-%%SUGARCRMDIR%%/modules/Campaigns/PopupCampaignRoi.html
-%%SUGARCRMDIR%%/modules/Campaigns/vardefs.php
-%%SUGARCRMDIR%%/modules/Campaigns/index.php
-%%SUGARCRMDIR%%/modules/Campaigns/EditView.html
-%%SUGARCRMDIR%%/modules/Campaigns/EditView.php
-%%SUGARCRMDIR%%/modules/Campaigns/Popup.php
-%%SUGARCRMDIR%%/modules/Campaigns/PopupCampaignRoi.php
-%%SUGARCRMDIR%%/modules/Campaigns/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Campaigns/DetailView.html
-%%SUGARCRMDIR%%/modules/Campaigns/SearchForm.html
-%%SUGARCRMDIR%%/modules/Campaigns/ListView.php
-%%SUGARCRMDIR%%/modules/Campaigns/ListView.html
-%%SUGARCRMDIR%%/modules/Campaigns/utils.php
-%%SUGARCRMDIR%%/modules/History/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/History/layout_defs.php
-%%SUGARCRMDIR%%/modules/Employees/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Employees/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Employees/language/en_us.help.ListView.html
-%%SUGARCRMDIR%%/modules/Employees/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Employees/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Employees/Menu.php
-%%SUGARCRMDIR%%/modules/Employees/field_arrays.php
-%%SUGARCRMDIR%%/modules/Employees/WapMenu.php
-%%SUGARCRMDIR%%/modules/Employees/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Employees/Forms.php
-%%SUGARCRMDIR%%/modules/Employees/Error.php
-%%SUGARCRMDIR%%/modules/Employees/Save.php
-%%SUGARCRMDIR%%/modules/Employees/WapAuthenticate.php
-%%SUGARCRMDIR%%/modules/Employees/Employee.php
-%%SUGARCRMDIR%%/modules/Employees/DetailView.php
-%%SUGARCRMDIR%%/modules/Employees/vardefs.php
-%%SUGARCRMDIR%%/modules/Employees/index.php
-%%SUGARCRMDIR%%/modules/Employees/EditView.html
-%%SUGARCRMDIR%%/modules/Employees/EditView.php
-%%SUGARCRMDIR%%/modules/Employees/Popup.php
-%%SUGARCRMDIR%%/modules/Employees/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Employees/DetailView.html
-%%SUGARCRMDIR%%/modules/Employees/SearchForm.html
-%%SUGARCRMDIR%%/modules/Employees/ListView.php
-%%SUGARCRMDIR%%/modules/Employees/ListView.html
-%%SUGARCRMDIR%%/modules/Roles/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Roles/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Roles/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Roles/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Roles/Menu.php
-%%SUGARCRMDIR%%/modules/Roles/field_arrays.php
-%%SUGARCRMDIR%%/modules/Roles/Forms.php
-%%SUGARCRMDIR%%/modules/Roles/layout_defs.php
-%%SUGARCRMDIR%%/modules/Roles/SubPanelViewUsers.html
-%%SUGARCRMDIR%%/modules/Roles/Role.php
-%%SUGARCRMDIR%%/modules/Roles/Delete.php
-%%SUGARCRMDIR%%/modules/Roles/Save.php
-%%SUGARCRMDIR%%/modules/Roles/DeleteUserRelationship.php
-%%SUGARCRMDIR%%/modules/Roles/DetailView.php
-%%SUGARCRMDIR%%/modules/Roles/vardefs.php
-%%SUGARCRMDIR%%/modules/Roles/index.php
-%%SUGARCRMDIR%%/modules/Roles/EditView.html
-%%SUGARCRMDIR%%/modules/Roles/EditView.php
-%%SUGARCRMDIR%%/modules/Roles/DetailView.html
-%%SUGARCRMDIR%%/modules/Roles/SaveUserRelationship.php
-%%SUGARCRMDIR%%/modules/Roles/SearchForm.html
-%%SUGARCRMDIR%%/modules/Roles/SubPanelViewUsers.php
-%%SUGARCRMDIR%%/modules/Roles/ListView.php
-%%SUGARCRMDIR%%/modules/Roles/ListView.html
-%%SUGARCRMDIR%%/modules/EditCustomFields/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/Menu.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/Forms.html
-%%SUGARCRMDIR%%/modules/EditCustomFields/CustomFieldsTableSchema.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/Saveold.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/Forms.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/DisplayDropDownValues.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/CustomFieldsTable.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/Delete.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/Save.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/Popup.html
-%%SUGARCRMDIR%%/modules/EditCustomFields/FieldsMetaData.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/EditCustomFields.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/vardefs.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/index.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/EditView.html
-%%SUGARCRMDIR%%/modules/EditCustomFields/EditView.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/Popup.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/SearchForm.html
-%%SUGARCRMDIR%%/modules/EditCustomFields/ListView.php
-%%SUGARCRMDIR%%/modules/EditCustomFields/ListView.html
-%%SUGARCRMDIR%%/modules/CampaignLog/subpanels/ForTargets.php
-%%SUGARCRMDIR%%/modules/CampaignLog/subpanels/default.php
-%%SUGARCRMDIR%%/modules/CampaignLog/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/CampaignLog/Menu.php
-%%SUGARCRMDIR%%/modules/CampaignLog/Popup_picker.html
-%%SUGARCRMDIR%%/modules/CampaignLog/Forms.php
-%%SUGARCRMDIR%%/modules/CampaignLog/CampaignLog.php
-%%SUGARCRMDIR%%/modules/CampaignLog/vardefs.php
-%%SUGARCRMDIR%%/modules/CampaignLog/Popup.php
-%%SUGARCRMDIR%%/modules/CampaignLog/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Cases/Dashlets/MyCasesDashlet/MyCasesDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Cases/Dashlets/MyCasesDashlet/MyCasesDashlet.php
-%%SUGARCRMDIR%%/modules/Cases/Dashlets/MyCasesDashlet/MyCasesDashlet.data.php
-%%SUGARCRMDIR%%/modules/Cases/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Cases/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Cases/subpanels/ForAccounts.php
-%%SUGARCRMDIR%%/modules/Cases/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Cases/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Cases/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Cases/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Cases/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Cases/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Cases/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Cases/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Cases/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Cases/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Cases/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Cases/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Cases/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Cases/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Cases/Menu.php
-%%SUGARCRMDIR%%/modules/Cases/Case.php
-%%SUGARCRMDIR%%/modules/Cases/MyCases.html
-%%SUGARCRMDIR%%/modules/Cases/field_arrays.php
-%%SUGARCRMDIR%%/modules/Cases/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Cases/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Cases/SubPanelViewer.php
-%%SUGARCRMDIR%%/modules/Cases/Forms.php
-%%SUGARCRMDIR%%/modules/Cases/layout_defs.php
-%%SUGARCRMDIR%%/modules/Cases/SubPanelViewBug.html
-%%SUGARCRMDIR%%/modules/Cases/ContactCaseRelationshipEdit.php
-%%SUGARCRMDIR%%/modules/Cases/CasesQuickCreate.php
-%%SUGARCRMDIR%%/modules/Cases/DeleteContactCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/Delete.php
-%%SUGARCRMDIR%%/modules/Cases/Save.php
-%%SUGARCRMDIR%%/modules/Cases/MyCases.php
-%%SUGARCRMDIR%%/modules/Cases/ContactCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/SaveContactCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/DeleteBugCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/DetailView.php
-%%SUGARCRMDIR%%/modules/Cases/ContactCaseRelationshipEdit.html
-%%SUGARCRMDIR%%/modules/Cases/SaveBugCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Cases/vardefs.php
-%%SUGARCRMDIR%%/modules/Cases/index.php
-%%SUGARCRMDIR%%/modules/Cases/EditView.html
-%%SUGARCRMDIR%%/modules/Cases/EditView.php
-%%SUGARCRMDIR%%/modules/Cases/Popup.php
-%%SUGARCRMDIR%%/modules/Cases/DetailView.html
-%%SUGARCRMDIR%%/modules/Cases/SearchForm.html
-%%SUGARCRMDIR%%/modules/Cases/ListView.php
-%%SUGARCRMDIR%%/modules/Cases/ListView.html
-%%SUGARCRMDIR%%/modules/Bugs/Dashlets/MyBugsDashlet/MyBugsDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Bugs/Dashlets/MyBugsDashlet/MyBugsDashlet.data.php
-%%SUGARCRMDIR%%/modules/Bugs/Dashlets/MyBugsDashlet/MyBugsDashlet.php
-%%SUGARCRMDIR%%/modules/Bugs/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Bugs/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Bugs/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Bugs/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Bugs/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Bugs/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Bugs/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Bugs/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Bugs/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Bugs/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Bugs/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Bugs/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Bugs/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Bugs/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Bugs/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Bugs/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Bugs/Menu.php
-%%SUGARCRMDIR%%/modules/Bugs/field_arrays.php
-%%SUGARCRMDIR%%/modules/Bugs/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationshipEdit.php
-%%SUGARCRMDIR%%/modules/Bugs/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Bugs/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Bugs/Forms.php
-%%SUGARCRMDIR%%/modules/Bugs/layout_defs.php
-%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationshipEdit.html
-%%SUGARCRMDIR%%/modules/Bugs/Delete.php
-%%SUGARCRMDIR%%/modules/Bugs/Save.php
-%%SUGARCRMDIR%%/modules/Bugs/MyBugs.php
-%%SUGARCRMDIR%%/modules/Bugs/SaveContactBugRelationship.php
-%%SUGARCRMDIR%%/modules/Bugs/DetailView.php
-%%SUGARCRMDIR%%/modules/Bugs/BugsQuickCreate.php
-%%SUGARCRMDIR%%/modules/Bugs/vardefs.php
-%%SUGARCRMDIR%%/modules/Bugs/index.php
-%%SUGARCRMDIR%%/modules/Bugs/EditView.html
-%%SUGARCRMDIR%%/modules/Bugs/EditView.php
-%%SUGARCRMDIR%%/modules/Bugs/MyBugs.html
-%%SUGARCRMDIR%%/modules/Bugs/Popup.php
-%%SUGARCRMDIR%%/modules/Bugs/ContactBugRelationship.php
-%%SUGARCRMDIR%%/modules/Bugs/DetailView.html
-%%SUGARCRMDIR%%/modules/Bugs/SearchForm.html
-%%SUGARCRMDIR%%/modules/Bugs/Bug.php
-%%SUGARCRMDIR%%/modules/Bugs/ListView.php
-%%SUGARCRMDIR%%/modules/Bugs/ListView.html
-%%SUGARCRMDIR%%/modules/Bugs/DeleteContactBugRelationship.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Files/DetailView.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Files/EditView.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/date.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/setupform.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/html.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/enum.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/coreTop.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/varchar.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/int.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/enum.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/text.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/text.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/bool.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/radioenum.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/multienum.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/multienum.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/url.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/float.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/date.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/int.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/html.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/float.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/coreBottom.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/bool.tpl
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/email.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms/varchar.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateEmail.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateDate.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateHTML.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateField.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateInt.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateRelatedTextField.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateTextArea.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateText.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateEnum.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateBoolean.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateMultiEnum.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateFloat.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateRadioEnum.php
-%%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/TemplateURL.php
-%%SUGARCRMDIR%%/modules/DynamicFields/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/DynamicFields/UpgradeFields.php
-%%SUGARCRMDIR%%/modules/DynamicFields/Save.php
-%%SUGARCRMDIR%%/modules/DynamicFields/FieldCases.php
-%%SUGARCRMDIR%%/modules/DynamicFields/Popup.php
-%%SUGARCRMDIR%%/modules/DynamicFields/DynamicField.php
-%%SUGARCRMDIR%%/modules/Feeds/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Feeds/language/en_us.help.ListView.html
-%%SUGARCRMDIR%%/modules/Feeds/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Feeds/Menu.php
-%%SUGARCRMDIR%%/modules/Feeds/MoveUp.php
-%%SUGARCRMDIR%%/modules/Feeds/field_arrays.php
-%%SUGARCRMDIR%%/modules/Feeds/feeds.sql
-%%SUGARCRMDIR%%/modules/Feeds/DeleteFavorite.php
-%%SUGARCRMDIR%%/modules/Feeds/Forms.php
-%%SUGARCRMDIR%%/modules/Feeds/Feed.php
-%%SUGARCRMDIR%%/modules/Feeds/feeds_os.sql
-%%SUGARCRMDIR%%/modules/Feeds/MoveDown.php
-%%SUGARCRMDIR%%/modules/Feeds/Delete.php
-%%SUGARCRMDIR%%/modules/Feeds/Save.php
-%%SUGARCRMDIR%%/modules/Feeds/AddFavorite.php
-%%SUGARCRMDIR%%/modules/Feeds/DetailView.php
-%%SUGARCRMDIR%%/modules/Feeds/vardefs.php
-%%SUGARCRMDIR%%/modules/Feeds/index.php
-%%SUGARCRMDIR%%/modules/Feeds/EditView.html
-%%SUGARCRMDIR%%/modules/Feeds/EditView.php
-%%SUGARCRMDIR%%/modules/Feeds/Import.php
-%%SUGARCRMDIR%%/modules/Feeds/MyFeeds.php
-%%SUGARCRMDIR%%/modules/Feeds/DetailView.html
-%%SUGARCRMDIR%%/modules/Feeds/SearchForm.html
-%%SUGARCRMDIR%%/modules/Feeds/FeedFormBase.php
-%%SUGARCRMDIR%%/modules/Feeds/ListView.php
-%%SUGARCRMDIR%%/modules/Feeds/ListView.html
-%%SUGARCRMDIR%%/modules/Currencies/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Currencies/language/en_us.help.Currencies.html
-%%SUGARCRMDIR%%/modules/Currencies/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Currencies/Menu.php
-%%SUGARCRMDIR%%/modules/Currencies/field_arrays.php
-%%SUGARCRMDIR%%/modules/Currencies/Currency.php
-%%SUGARCRMDIR%%/modules/Currencies/EditCurrency.php
-%%SUGARCRMDIR%%/modules/Currencies/Forms.php
-%%SUGARCRMDIR%%/modules/Currencies/Delete.php
-%%SUGARCRMDIR%%/modules/Currencies/ListCurrency.php
-%%SUGARCRMDIR%%/modules/Currencies/vardefs.php
-%%SUGARCRMDIR%%/modules/Currencies/index.php
-%%SUGARCRMDIR%%/modules/Currencies/EditView.html
-%%SUGARCRMDIR%%/modules/Currencies/ListView.html
-%%SUGARCRMDIR%%/modules/Dashboard/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Dashboard/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Dashboard/Menu.php
-%%SUGARCRMDIR%%/modules/Dashboard/EditDashboard.php
-%%SUGARCRMDIR%%/modules/Dashboard/Forms.php
-%%SUGARCRMDIR%%/modules/Dashboard/Dashboard.php
-%%SUGARCRMDIR%%/modules/Dashboard/vardefs.php
-%%SUGARCRMDIR%%/modules/Dashboard/index.php
-%%SUGARCRMDIR%%/modules/Groups/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Groups/Menu.php
-%%SUGARCRMDIR%%/modules/Groups/Group.php
-%%SUGARCRMDIR%%/modules/Groups/Forms.php
-%%SUGARCRMDIR%%/modules/Groups/Delete.php
-%%SUGARCRMDIR%%/modules/Groups/Save.php
-%%SUGARCRMDIR%%/modules/Groups/DetailView.php
-%%SUGARCRMDIR%%/modules/Groups/vardefs.php
-%%SUGARCRMDIR%%/modules/Groups/index.php
-%%SUGARCRMDIR%%/modules/Groups/EditView.html
-%%SUGARCRMDIR%%/modules/Groups/EditView.php
-%%SUGARCRMDIR%%/modules/Groups/DetailView.html
-%%SUGARCRMDIR%%/modules/Groups/ListView.php
-%%SUGARCRMDIR%%/modules/Groups/ListView.html
-%%SUGARCRMDIR%%/modules/EmailTemplates/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/EmailTemplates/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/EmailTemplates/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/Menu.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/field_arrays.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/EmailTemplateFormBase.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/Forms.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/Delete.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/Save.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/PopupDocumentsCampaignTemplate.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/PopupEditView.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/EmailTemplate.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/DetailView.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/AttachFiles.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/vardefs.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/index.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/EditView.html
-%%SUGARCRMDIR%%/modules/EmailTemplates/EditView.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/DetailView.html
-%%SUGARCRMDIR%%/modules/EmailTemplates/PopupDocumentsCampaignTemplate.html
-%%SUGARCRMDIR%%/modules/EmailTemplates/SearchForm.html
-%%SUGARCRMDIR%%/modules/EmailTemplates/ListView.php
-%%SUGARCRMDIR%%/modules/EmailTemplates/ListView.html
-%%SUGARCRMDIR%%/modules/Project/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Project/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Project/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Project/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Project/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Project/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Project/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Project/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Project/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Project/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Project/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Project/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Project/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Project/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Project/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Project/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Project/Menu.php
-%%SUGARCRMDIR%%/modules/Project/field_arrays.php
-%%SUGARCRMDIR%%/modules/Project/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Project/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Project/Forms.html
-%%SUGARCRMDIR%%/modules/Project/Project.php
-%%SUGARCRMDIR%%/modules/Project/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Project/Forms.php
-%%SUGARCRMDIR%%/modules/Project/layout_defs.php
-%%SUGARCRMDIR%%/modules/Project/ProjectQuickCreate.php
-%%SUGARCRMDIR%%/modules/Project/Delete.php
-%%SUGARCRMDIR%%/modules/Project/Save.php
-%%SUGARCRMDIR%%/modules/Project/Popup.html
-%%SUGARCRMDIR%%/modules/Project/DetailView.php
-%%SUGARCRMDIR%%/modules/Project/vardefs.php
-%%SUGARCRMDIR%%/modules/Project/index.php
-%%SUGARCRMDIR%%/modules/Project/EditView.html
-%%SUGARCRMDIR%%/modules/Project/EditView.php
-%%SUGARCRMDIR%%/modules/Project/Popup.php
-%%SUGARCRMDIR%%/modules/Project/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Project/DetailView.html
-%%SUGARCRMDIR%%/modules/Project/SearchForm.html
-%%SUGARCRMDIR%%/modules/Project/ListView.php
-%%SUGARCRMDIR%%/modules/Project/ListView.html
-%%SUGARCRMDIR%%/modules/MySettings/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/MySettings/StoreQuery.php
-%%SUGARCRMDIR%%/modules/MySettings/TabController.php
-%%SUGARCRMDIR%%/modules/MySettings/LoadTabSubpanels.php
-%%SUGARCRMDIR%%/modules/ACLRoles/subpanels/admin.php
-%%SUGARCRMDIR%%/modules/ACLRoles/subpanels/default.php
-%%SUGARCRMDIR%%/modules/ACLRoles/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/ACLRoles/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/ACLRoles/Menu.php
-%%SUGARCRMDIR%%/modules/ACLRoles/ACLRole.php
-%%SUGARCRMDIR%%/modules/ACLRoles/DetailView.tpl
-%%SUGARCRMDIR%%/modules/ACLRoles/DetailViewBody.tpl
-%%SUGARCRMDIR%%/modules/ACLRoles/Popup_picker.html
-%%SUGARCRMDIR%%/modules/ACLRoles/DetailViewUser.tpl
-%%SUGARCRMDIR%%/modules/ACLRoles/Forms.php
-%%SUGARCRMDIR%%/modules/ACLRoles/layout_defs.php
-%%SUGARCRMDIR%%/modules/ACLRoles/DetailUserRole.php
-%%SUGARCRMDIR%%/modules/ACLRoles/Delete.php
-%%SUGARCRMDIR%%/modules/ACLRoles/Save.php
-%%SUGARCRMDIR%%/modules/ACLRoles/ListUsers.php
-%%SUGARCRMDIR%%/modules/ACLRoles/popup.tpl
-%%SUGARCRMDIR%%/modules/ACLRoles/EditView.tpl
-%%SUGARCRMDIR%%/modules/ACLRoles/DetailView.php
-%%SUGARCRMDIR%%/modules/ACLRoles/vardefs.php
-%%SUGARCRMDIR%%/modules/ACLRoles/index.php
-%%SUGARCRMDIR%%/modules/ACLRoles/EditView.php
-%%SUGARCRMDIR%%/modules/ACLRoles/Popup.php
-%%SUGARCRMDIR%%/modules/ACLRoles/Popup_picker.php
-%%SUGARCRMDIR%%/modules/ACLRoles/ListView.php
-%%SUGARCRMDIR%%/modules/ACLRoles/ListView.html
-%%SUGARCRMDIR%%/modules/EmailMarketing/subpanels/default.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/EmailMarketing/language/en_us.lang.EditView.html
-%%SUGARCRMDIR%%/modules/EmailMarketing/Menu.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/field_arrays.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/SubPanelView.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/EmailMarketing.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/SubPanelView.html
-%%SUGARCRMDIR%%/modules/EmailMarketing/Forms.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/layout_defs.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/Delete.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/Save.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/DetailView.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/vardefs.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/EditView.html
-%%SUGARCRMDIR%%/modules/EmailMarketing/EditView.php
-%%SUGARCRMDIR%%/modules/EmailMarketing/DetailView.html
-%%SUGARCRMDIR%%/modules/EmailMan/subpanels/default.php
-%%SUGARCRMDIR%%/modules/EmailMan/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/EmailMan/language/en_us.help.config.html
-%%SUGARCRMDIR%%/modules/EmailMan/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/EmailMan/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/EmailMan/Menu.php
-%%SUGARCRMDIR%%/modules/EmailMan/field_arrays.php
-%%SUGARCRMDIR%%/modules/EmailMan/config.html
-%%SUGARCRMDIR%%/modules/EmailMan/EmailMan.php
-%%SUGARCRMDIR%%/modules/EmailMan/Forms.php
-%%SUGARCRMDIR%%/modules/EmailMan/config.php
-%%SUGARCRMDIR%%/modules/EmailMan/Save.php
-%%SUGARCRMDIR%%/modules/EmailMan/EmailManDelivery.php
-%%SUGARCRMDIR%%/modules/EmailMan/vardefs.php
-%%SUGARCRMDIR%%/modules/EmailMan/index.php
-%%SUGARCRMDIR%%/modules/EmailMan/SearchForm.html
-%%SUGARCRMDIR%%/modules/EmailMan/ListView.php
-%%SUGARCRMDIR%%/modules/EmailMan/ListView.html
-%%SUGARCRMDIR%%/modules/Help/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Help/Menu.php
-%%SUGARCRMDIR%%/modules/Help/Forms.php
-%%SUGARCRMDIR%%/modules/Help/index.php
-%%SUGARCRMDIR%%/modules/Prospects/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Prospects/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Prospects/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Prospects/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Prospects/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Prospects/language/en_us.lang.EditView.html
-%%SUGARCRMDIR%%/modules/Prospects/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Prospects/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Prospects/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Prospects/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Prospects/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Prospects/Menu.php
-%%SUGARCRMDIR%%/modules/Prospects/field_arrays.php
-%%SUGARCRMDIR%%/modules/Prospects/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Prospects/ProspectFormBase.php
-%%SUGARCRMDIR%%/modules/Prospects/Forms.php
-%%SUGARCRMDIR%%/modules/Prospects/layout_defs.php
-%%SUGARCRMDIR%%/modules/Prospects/Delete.php
-%%SUGARCRMDIR%%/modules/Prospects/Save.php
-%%SUGARCRMDIR%%/modules/Prospects/DetailView.php
-%%SUGARCRMDIR%%/modules/Prospects/vardefs.php
-%%SUGARCRMDIR%%/modules/Prospects/index.php
-%%SUGARCRMDIR%%/modules/Prospects/Prospect.php
-%%SUGARCRMDIR%%/modules/Prospects/EditView.html
-%%SUGARCRMDIR%%/modules/Prospects/EditView.php
-%%SUGARCRMDIR%%/modules/Prospects/Popup.php
-%%SUGARCRMDIR%%/modules/Prospects/Import.php
-%%SUGARCRMDIR%%/modules/Prospects/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Prospects/DetailView.html
-%%SUGARCRMDIR%%/modules/Prospects/SearchForm.html
-%%SUGARCRMDIR%%/modules/Prospects/ListView.php
-%%SUGARCRMDIR%%/modules/Prospects/ListView.html
-%%SUGARCRMDIR%%/modules/Notes/subpanels/ForHistory.php
-%%SUGARCRMDIR%%/modules/Notes/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Notes/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Notes/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Notes/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Notes/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Notes/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Notes/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Notes/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Notes/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Notes/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Notes/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Notes/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Notes/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Notes/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Notes/Menu.php
-%%SUGARCRMDIR%%/modules/Notes/NoteSoap.php
-%%SUGARCRMDIR%%/modules/Notes/field_arrays.php
-%%SUGARCRMDIR%%/modules/Notes/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Notes/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Notes/Note.php
-%%SUGARCRMDIR%%/modules/Notes/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Notes/Forms.php
-%%SUGARCRMDIR%%/modules/Notes/NotesQuickCreate.php
-%%SUGARCRMDIR%%/modules/Notes/Delete.php
-%%SUGARCRMDIR%%/modules/Notes/Save.php
-%%SUGARCRMDIR%%/modules/Notes/DetailView.php
-%%SUGARCRMDIR%%/modules/Notes/vardefs.php
-%%SUGARCRMDIR%%/modules/Notes/index.php
-%%SUGARCRMDIR%%/modules/Notes/EditView.html
-%%SUGARCRMDIR%%/modules/Notes/EditView.php
-%%SUGARCRMDIR%%/modules/Notes/Popup.php
-%%SUGARCRMDIR%%/modules/Notes/Import.php
-%%SUGARCRMDIR%%/modules/Notes/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Notes/DetailView.html
-%%SUGARCRMDIR%%/modules/Notes/SearchForm.html
-%%SUGARCRMDIR%%/modules/Notes/ListView.php
-%%SUGARCRMDIR%%/modules/Notes/ListView.html
-%%SUGARCRMDIR%%/modules/Notes/NoteFormBase.php
-%%SUGARCRMDIR%%/modules/Audit/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Audit/field_assoc.php
-%%SUGARCRMDIR%%/modules/Audit/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Audit/vardefs.php
-%%SUGARCRMDIR%%/modules/Audit/Popup.php
-%%SUGARCRMDIR%%/modules/Audit/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Audit/Audit.php
-%%SUGARCRMDIR%%/modules/Accounts/Dashlets/MyAccountsDashlet/MyAccountsDashlet.data.php
-%%SUGARCRMDIR%%/modules/Accounts/Dashlets/MyAccountsDashlet/MyAccountsDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Accounts/Dashlets/MyAccountsDashlet/MyAccountsDashlet.php
-%%SUGARCRMDIR%%/modules/Accounts/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Accounts/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Accounts/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Accounts/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Accounts/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Accounts/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Accounts/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Accounts/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Accounts/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Accounts/metadata/acldefs.php
-%%SUGARCRMDIR%%/modules/Accounts/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Accounts/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Accounts/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Accounts/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Accounts/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Accounts/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Accounts/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Accounts/Menu.php
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewMemberAccount.html
-%%SUGARCRMDIR%%/modules/Accounts/ShowDuplicates.php
-%%SUGARCRMDIR%%/modules/Accounts/field_arrays.php
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Accounts/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Accounts/DeleteMemberAccountRelationship.php
-%%SUGARCRMDIR%%/modules/Accounts/Forms.php
-%%SUGARCRMDIR%%/modules/Accounts/ShowDuplicates.html
-%%SUGARCRMDIR%%/modules/Accounts/layout_defs.php
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewBugs.html
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewBugs.php
-%%SUGARCRMDIR%%/modules/Accounts/Delete.php
-%%SUGARCRMDIR%%/modules/Accounts/Save.php
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewProjects.php
-%%SUGARCRMDIR%%/modules/Accounts/Account.php
-%%SUGARCRMDIR%%/modules/Accounts/SubPanelViewProjects.html
-%%SUGARCRMDIR%%/modules/Accounts/DetailView.php
-%%SUGARCRMDIR%%/modules/Accounts/AccountFormBase.php
-%%SUGARCRMDIR%%/modules/Accounts/vardefs.php
-%%SUGARCRMDIR%%/modules/Accounts/index.php
-%%SUGARCRMDIR%%/modules/Accounts/EditView.html
-%%SUGARCRMDIR%%/modules/Accounts/EditView.php
-%%SUGARCRMDIR%%/modules/Accounts/Popup.php
-%%SUGARCRMDIR%%/modules/Accounts/AccountsQuickCreate.php
-%%SUGARCRMDIR%%/modules/Accounts/Import.php
-%%SUGARCRMDIR%%/modules/Accounts/DetailView.html
-%%SUGARCRMDIR%%/modules/Accounts/DeleteBugAccountRelationship.php
-%%SUGARCRMDIR%%/modules/Accounts/SearchForm.html
-%%SUGARCRMDIR%%/modules/Accounts/ListView.php
-%%SUGARCRMDIR%%/modules/Accounts/ListView.html
-%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/ArrayParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/SubPanelColParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/ColSlotParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/SubPanelParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/plugins/RowSlotParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/Menu.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/LabelParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/SlotParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/Forms.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/ColSlotParser.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/AddField.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/DynamicLayout_3.js
-%%SUGARCRMDIR%%/modules/DynamicLayout/SelectFile.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/HTMLPHPMapping.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/SlotLogger.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/index.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/DeleteFields.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/DynamicLayoutUtils.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/LayoutTemplate.php
-%%SUGARCRMDIR%%/modules/DynamicLayout/RowSlotParser.php
-%%SUGARCRMDIR%%/modules/Relationships/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Relationships/field_arrays.php
-%%SUGARCRMDIR%%/modules/Relationships/RelationshipHandler.php
-%%SUGARCRMDIR%%/modules/Relationships/Relationship.php
-%%SUGARCRMDIR%%/modules/Relationships/vardefs.php
-%%SUGARCRMDIR%%/modules/ProspectLists/subpanels/default.php
-%%SUGARCRMDIR%%/modules/ProspectLists/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/ProspectLists/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/ProspectLists/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/ProspectLists/language/en_us.lang.EditView.html
-%%SUGARCRMDIR%%/modules/ProspectLists/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/ProspectLists/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/ProspectLists/Menu.php
-%%SUGARCRMDIR%%/modules/ProspectLists/field_arrays.php
-%%SUGARCRMDIR%%/modules/ProspectLists/SubPanelView.php
-%%SUGARCRMDIR%%/modules/ProspectLists/Popup_picker.html
-%%SUGARCRMDIR%%/modules/ProspectLists/ProspectListFormBase.php
-%%SUGARCRMDIR%%/modules/ProspectLists/Forms.html
-%%SUGARCRMDIR%%/modules/ProspectLists/SubPanelView.html
-%%SUGARCRMDIR%%/modules/ProspectLists/Forms.php
-%%SUGARCRMDIR%%/modules/ProspectLists/layout_defs.php
-%%SUGARCRMDIR%%/modules/ProspectLists/Duplicate.php
-%%SUGARCRMDIR%%/modules/ProspectLists/Delete.php
-%%SUGARCRMDIR%%/modules/ProspectLists/Save.php
-%%SUGARCRMDIR%%/modules/ProspectLists/ProspectList.php
-%%SUGARCRMDIR%%/modules/ProspectLists/DetailView.php
-%%SUGARCRMDIR%%/modules/ProspectLists/vardefs.php
-%%SUGARCRMDIR%%/modules/ProspectLists/index.php
-%%SUGARCRMDIR%%/modules/ProspectLists/EditView.html
-%%SUGARCRMDIR%%/modules/ProspectLists/EditView.php
-%%SUGARCRMDIR%%/modules/ProspectLists/Popup.php
-%%SUGARCRMDIR%%/modules/ProspectLists/DetailView.html
-%%SUGARCRMDIR%%/modules/ProspectLists/SearchForm.html
-%%SUGARCRMDIR%%/modules/ProspectLists/ListView.php
-%%SUGARCRMDIR%%/modules/ProspectLists/ListView.html
-%%SUGARCRMDIR%%/modules/LabelEditor/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/LabelEditor/Menu.php
-%%SUGARCRMDIR%%/modules/LabelEditor/Forms.php
-%%SUGARCRMDIR%%/modules/LabelEditor/LabelList.php
-%%SUGARCRMDIR%%/modules/LabelEditor/Save.php
-%%SUGARCRMDIR%%/modules/LabelEditor/EditView.html
-%%SUGARCRMDIR%%/modules/LabelEditor/EditView.php
-%%SUGARCRMDIR%%/modules/UserPreferences/field_arrays.php
-%%SUGARCRMDIR%%/modules/UserPreferences/UserPreference.php
-%%SUGARCRMDIR%%/modules/UserPreferences/vardefs.php
-%%SUGARCRMDIR%%/modules/UserPreferences/index.php
-%%SUGARCRMDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.en_us.lang.php
-%%SUGARCRMDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageConfigure.tpl
-%%SUGARCRMDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.php
-%%SUGARCRMDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Charts/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Charts/code/Chart_pipeline_by_lead_source.php
-%%SUGARCRMDIR%%/modules/Charts/code/Chart_lead_source_by_outcome.php
-%%SUGARCRMDIR%%/modules/Charts/code/Chart_my_pipeline_by_sales_stage.php
-%%SUGARCRMDIR%%/modules/Charts/code/Chart_outcome_by_month.php
-%%SUGARCRMDIR%%/modules/Charts/code/Chart_pipeline_by_sales_stage.php
-%%SUGARCRMDIR%%/modules/Charts/code/predefined_charts.php
-%%SUGARCRMDIR%%/modules/Documents/subpanels/ForContractType.php
-%%SUGARCRMDIR%%/modules/Documents/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Documents/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Documents/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Documents/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Documents/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Documents/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Documents/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Documents/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Documents/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Documents/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Documents/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Documents/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Documents/Menu.php
-%%SUGARCRMDIR%%/modules/Documents/GetLatestRevision.php
-%%SUGARCRMDIR%%/modules/Documents/Document.php
-%%SUGARCRMDIR%%/modules/Documents/field_arrays.php
-%%SUGARCRMDIR%%/modules/Documents/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Documents/Forms.php
-%%SUGARCRMDIR%%/modules/Documents/layout_defs.php
-%%SUGARCRMDIR%%/modules/Documents/TreeData.php
-%%SUGARCRMDIR%%/modules/Documents/Delete.php
-%%SUGARCRMDIR%%/modules/Documents/Save.php
-%%SUGARCRMDIR%%/modules/Documents/DetailView.php
-%%SUGARCRMDIR%%/modules/Documents/vardefs.php
-%%SUGARCRMDIR%%/modules/Documents/index.php
-%%SUGARCRMDIR%%/modules/Documents/EditView.html
-%%SUGARCRMDIR%%/modules/Documents/EditView.php
-%%SUGARCRMDIR%%/modules/Documents/Popup.php
-%%SUGARCRMDIR%%/modules/Documents/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Documents/DetailView.html
-%%SUGARCRMDIR%%/modules/Documents/documents.js
-%%SUGARCRMDIR%%/modules/Documents/SearchForm.html
-%%SUGARCRMDIR%%/modules/Documents/ListView.php
-%%SUGARCRMDIR%%/modules/Documents/ListView.html
-%%SUGARCRMDIR%%/modules/Documents/DocumentSoap.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/subpanels/default.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/CampaignTrackers/Menu.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/Forms.html
-%%SUGARCRMDIR%%/modules/CampaignTrackers/CampaignTracker.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/Forms.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/Save.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/DetailView.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/vardefs.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/EditView.html
-%%SUGARCRMDIR%%/modules/CampaignTrackers/EditView.php
-%%SUGARCRMDIR%%/modules/CampaignTrackers/DetailView.html
-%%SUGARCRMDIR%%/modules/Calendar/templates/templates_calendar.php
-%%SUGARCRMDIR%%/modules/Calendar/templates/template_shared_calendar.php
-%%SUGARCRMDIR%%/modules/Calendar/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Calendar/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Calendar/Menu.php
-%%SUGARCRMDIR%%/modules/Calendar/TasksListView.php
-%%SUGARCRMDIR%%/modules/Calendar/TasksListView.html
-%%SUGARCRMDIR%%/modules/Calendar/Forms.php
-%%SUGARCRMDIR%%/modules/Calendar/DateTimeUtil.php
-%%SUGARCRMDIR%%/modules/Calendar/DateTime.php
-%%SUGARCRMDIR%%/modules/Calendar/SubPanelSharedCalendar.php
-%%SUGARCRMDIR%%/modules/Calendar/Calendar.php
-%%SUGARCRMDIR%%/modules/Calendar/index.php
-%%SUGARCRMDIR%%/modules/Calendar/small_month.php
-%%SUGARCRMDIR%%/modules/Activities/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Activities/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Activities/Menu.php
-%%SUGARCRMDIR%%/modules/Activities/SubPanelViewContacts.html
-%%SUGARCRMDIR%%/modules/Activities/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Activities/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Activities/SetAcceptStatus.php
-%%SUGARCRMDIR%%/modules/Activities/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Activities/Forms.php
-%%SUGARCRMDIR%%/modules/Activities/layout_defs.php
-%%SUGARCRMDIR%%/modules/Activities/config.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.php
-%%SUGARCRMDIR%%/modules/SchedulersJobs/subpanels/default.php
-%%SUGARCRMDIR%%/modules/SchedulersJobs/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/SchedulersJobs/field_arrays.php
-%%SUGARCRMDIR%%/modules/SchedulersJobs/SchedulersJob.php
-%%SUGARCRMDIR%%/modules/SchedulersJobs/vardefs.php
-%%SUGARCRMDIR%%/modules/Opportunities/Dashlets/MyOpportunitiesDashlet/MyOpportunitiesDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Opportunities/Dashlets/MyOpportunitiesDashlet/MyOpportunitiesDashlet.php
-%%SUGARCRMDIR%%/modules/Opportunities/Dashlets/MyOpportunitiesDashlet/MyOpportunitiesDashlet.data.php
-%%SUGARCRMDIR%%/modules/Opportunities/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Opportunities/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Opportunities/subpanels/ForAccounts.php
-%%SUGARCRMDIR%%/modules/Opportunities/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Opportunities/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Opportunities/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Opportunities/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Opportunities/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Opportunities/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Opportunities/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Opportunities/metadata/acldefs.php
-%%SUGARCRMDIR%%/modules/Opportunities/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Opportunities/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Opportunities/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Opportunities/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Opportunities/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Opportunities/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Opportunities/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Opportunities/Menu.php
-%%SUGARCRMDIR%%/modules/Opportunities/field_arrays.php
-%%SUGARCRMDIR%%/modules/Opportunities/ListViewTop.php
-%%SUGARCRMDIR%%/modules/Opportunities/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Opportunities/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Opportunities/UpgradeCurrency.php
-%%SUGARCRMDIR%%/modules/Opportunities/SaveOverload.php
-%%SUGARCRMDIR%%/modules/Opportunities/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Opportunities/Forms.php
-%%SUGARCRMDIR%%/modules/Opportunities/layout_defs.php
-%%SUGARCRMDIR%%/modules/Opportunities/Opportunity.php
-%%SUGARCRMDIR%%/modules/Opportunities/ListViewTop.html
-%%SUGARCRMDIR%%/modules/Opportunities/Delete.php
-%%SUGARCRMDIR%%/modules/Opportunities/Save.php
-%%SUGARCRMDIR%%/modules/Opportunities/SubPanelViewProjects.php
-%%SUGARCRMDIR%%/modules/Opportunities/OpportunitiesQuickCreate.php
-%%SUGARCRMDIR%%/modules/Opportunities/SubPanelViewProjects.html
-%%SUGARCRMDIR%%/modules/Opportunities/DetailView.php
-%%SUGARCRMDIR%%/modules/Opportunities/vardefs.php
-%%SUGARCRMDIR%%/modules/Opportunities/index.php
-%%SUGARCRMDIR%%/modules/Opportunities/EditView.html
-%%SUGARCRMDIR%%/modules/Opportunities/EditView.php
-%%SUGARCRMDIR%%/modules/Opportunities/Popup.php
-%%SUGARCRMDIR%%/modules/Opportunities/Import.php
-%%SUGARCRMDIR%%/modules/Opportunities/DetailView.html
-%%SUGARCRMDIR%%/modules/Opportunities/OpportunityFormBase.php
-%%SUGARCRMDIR%%/modules/Opportunities/SearchForm.html
-%%SUGARCRMDIR%%/modules/Opportunities/ListView.php
-%%SUGARCRMDIR%%/modules/Opportunities/ListView.html
-%%SUGARCRMDIR%%/modules/Users/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Users/subpanels/ForProspectLists.php
-%%SUGARCRMDIR%%/modules/Users/subpanels/ForMeetings.php
-%%SUGARCRMDIR%%/modules/Users/subpanels/ForTeams.php
-%%SUGARCRMDIR%%/modules/Users/subpanels/ForCalls.php
-%%SUGARCRMDIR%%/modules/Users/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Users/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Users/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Users/language/en_us.help.ListView.html
-%%SUGARCRMDIR%%/modules/Users/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Users/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Users/authentication/EmailAuthenticate/EmailAuthenticate.php
-%%SUGARCRMDIR%%/modules/Users/authentication/EmailAuthenticate/EmailAuthenticateUser.php
-%%SUGARCRMDIR%%/modules/Users/authentication/LDAPAuthenticate/LDAPConfigs/default.php
-%%SUGARCRMDIR%%/modules/Users/authentication/LDAPAuthenticate/LDAPAuthenticateUser.php
-%%SUGARCRMDIR%%/modules/Users/authentication/LDAPAuthenticate/LDAPAuthenticate.php
-%%SUGARCRMDIR%%/modules/Users/authentication/SugarAuthenticate/SugarAuthenticateUser.php
-%%SUGARCRMDIR%%/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php
-%%SUGARCRMDIR%%/modules/Users/authentication/AuthenticationController.php
-%%SUGARCRMDIR%%/modules/Users/Menu.php
-%%SUGARCRMDIR%%/modules/Users/DetailView.js
-%%SUGARCRMDIR%%/modules/Users/field_arrays.php
-%%SUGARCRMDIR%%/modules/Users/User.php
-%%SUGARCRMDIR%%/modules/Users/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Users/UserSignatureEditView.html
-%%SUGARCRMDIR%%/modules/Users/Forms.php
-%%SUGARCRMDIR%%/modules/Users/ChangePassword.php
-%%SUGARCRMDIR%%/modules/Users/ListRoles.php
-%%SUGARCRMDIR%%/modules/Users/layout_defs.php
-%%SUGARCRMDIR%%/modules/Users/Error.php
-%%SUGARCRMDIR%%/modules/Users/UserSignature.php
-%%SUGARCRMDIR%%/modules/Users/SetTimezone.php
-%%SUGARCRMDIR%%/modules/Users/Authenticate.php
-%%SUGARCRMDIR%%/modules/Users/PopupUsers.php
-%%SUGARCRMDIR%%/modules/Users/Save.php
-%%SUGARCRMDIR%%/modules/Users/Popup_Users_picker.html
-%%SUGARCRMDIR%%/modules/Users/Login.php
-%%SUGARCRMDIR%%/modules/Users/User.js
-%%SUGARCRMDIR%%/modules/Users/PopupEditView.php
-%%SUGARCRMDIR%%/modules/Users/SaveSignature.php
-%%SUGARCRMDIR%%/modules/Users/DetailView.php
-%%SUGARCRMDIR%%/modules/Users/SaveTimezone.php
-%%SUGARCRMDIR%%/modules/Users/Logout.php
-%%SUGARCRMDIR%%/modules/Users/vardefs.php
-%%SUGARCRMDIR%%/modules/Users/index.php
-%%SUGARCRMDIR%%/modules/Users/EditView.html
-%%SUGARCRMDIR%%/modules/Users/EditView.php
-%%SUGARCRMDIR%%/modules/Users/Popup.php
-%%SUGARCRMDIR%%/modules/Users/SetTimezone.html
-%%SUGARCRMDIR%%/modules/Users/DetailView.html
-%%SUGARCRMDIR%%/modules/Users/SearchForm.html
-%%SUGARCRMDIR%%/modules/Users/ListView.php
-%%SUGARCRMDIR%%/modules/Users/ListView.html
-%%SUGARCRMDIR%%/modules/Versions/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Versions/field_arrays.php
-%%SUGARCRMDIR%%/modules/Versions/Version.php
-%%SUGARCRMDIR%%/modules/Versions/index.html
-%%SUGARCRMDIR%%/modules/Versions/DefaultVersions.php
-%%SUGARCRMDIR%%/modules/Versions/InstallDefaultVersions.php
-%%SUGARCRMDIR%%/modules/Versions/ExpectedVersions.php
-%%SUGARCRMDIR%%/modules/Versions/vardefs.php
-%%SUGARCRMDIR%%/modules/Versions/CheckVersions.php
-%%SUGARCRMDIR%%/modules/vCals/field_arrays.php
-%%SUGARCRMDIR%%/modules/vCals/vCal.php
-%%SUGARCRMDIR%%/modules/vCals/HTTP_WebDAV_Server_vCal.php
-%%SUGARCRMDIR%%/modules/vCals/vardefs.php
-%%SUGARCRMDIR%%/modules/MailMerge/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/MailMerge/Menu.php
-%%SUGARCRMDIR%%/modules/MailMerge/Step1.html
-%%SUGARCRMDIR%%/modules/MailMerge/Step4.php
-%%SUGARCRMDIR%%/modules/MailMerge/Merge.php
-%%SUGARCRMDIR%%/modules/MailMerge/Step1.php
-%%SUGARCRMDIR%%/modules/MailMerge/Step2.php
-%%SUGARCRMDIR%%/modules/MailMerge/Step3.html
-%%SUGARCRMDIR%%/modules/MailMerge/Step3.php
-%%SUGARCRMDIR%%/modules/MailMerge/Forms.php
-%%SUGARCRMDIR%%/modules/MailMerge/Step5.html
-%%SUGARCRMDIR%%/modules/MailMerge/Save.php
-%%SUGARCRMDIR%%/modules/MailMerge/Merge.html
-%%SUGARCRMDIR%%/modules/MailMerge/Step2.html
-%%SUGARCRMDIR%%/modules/MailMerge/Step4.html
-%%SUGARCRMDIR%%/modules/MailMerge/DetailView.php
-%%SUGARCRMDIR%%/modules/MailMerge/MailMerge.php
-%%SUGARCRMDIR%%/modules/MailMerge/Step5.php
-%%SUGARCRMDIR%%/modules/MailMerge/index.php
-%%SUGARCRMDIR%%/modules/MailMerge/EditView.php
-%%SUGARCRMDIR%%/modules/MailMerge/modules_array.php
-%%SUGARCRMDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashletOptions.tpl
-%%SUGARCRMDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.php
-%%SUGARCRMDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.tpl
-%%SUGARCRMDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.en_us.lang.php
-%%SUGARCRMDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.icon.jpg
-%%SUGARCRMDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashletScript.tpl
-%%SUGARCRMDIR%%/modules/Home/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Home/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Home/Menu.php
-%%SUGARCRMDIR%%/modules/Home/TrainingPortal.tpl
-%%SUGARCRMDIR%%/modules/Home/UnifiedSearchAdvancedForm.tpl
-%%SUGARCRMDIR%%/modules/Home/CallMethodDashlet.php
-%%SUGARCRMDIR%%/modules/Home/DeleteDashlet.php
-%%SUGARCRMDIR%%/modules/Home/SaveLayout.php
-%%SUGARCRMDIR%%/modules/Home/UnifiedSearchAdvanced.tpl
-%%SUGARCRMDIR%%/modules/Home/UnifiedSearchAdvancedResults.tpl
-%%SUGARCRMDIR%%/modules/Home/Home.html
-%%SUGARCRMDIR%%/modules/Home/quicksearchQuery.php
-%%SUGARCRMDIR%%/modules/Home/home.js
-%%SUGARCRMDIR%%/modules/Home/Forms.php
-%%SUGARCRMDIR%%/modules/Home/DashletsTree.php
-%%SUGARCRMDIR%%/modules/Home/PopupSugar.php
-%%SUGARCRMDIR%%/modules/Home/UnifiedSearch.php
-%%SUGARCRMDIR%%/modules/Home/DisplayDashlet.php
-%%SUGARCRMDIR%%/modules/Home/AdditionalDetailsRetrieve.php
-%%SUGARCRMDIR%%/modules/Home/ConfigureDashlet.php
-%%SUGARCRMDIR%%/modules/Home/SubpanelCreates.php
-%%SUGARCRMDIR%%/modules/Home/TrainingPortal.php
-%%SUGARCRMDIR%%/modules/Home/AddToFavorites.php
-%%SUGARCRMDIR%%/modules/Home/UnifiedSearchAdvanced.php
-%%SUGARCRMDIR%%/modules/Home/SaveSubpanelLayout.php
-%%SUGARCRMDIR%%/modules/Home/index.php
-%%SUGARCRMDIR%%/modules/Home/LastViewed.php
-%%SUGARCRMDIR%%/modules/Home/AddDashlet.php
-%%SUGARCRMDIR%%/modules/Home/Home.tpl
-%%SUGARCRMDIR%%/modules/Home/About.php
-%%SUGARCRMDIR%%/modules/Studio/TabGroups/EditViewTabs.tpl
-%%SUGARCRMDIR%%/modules/Studio/TabGroups/EditViewTabs.php
-%%SUGARCRMDIR%%/modules/Studio/TabGroups/TabGroupHelper.php
-%%SUGARCRMDIR%%/modules/Studio/EditCustomFields/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Studio/EditCustomFields/EditCustomFields.tpl
-%%SUGARCRMDIR%%/modules/Studio/EditCustomFields/Delete.php
-%%SUGARCRMDIR%%/modules/Studio/EditCustomFields/Save.php
-%%SUGARCRMDIR%%/modules/Studio/EditCustomFields/EditView.php
-%%SUGARCRMDIR%%/modules/Studio/EditCustomFields/ListView.php
-%%SUGARCRMDIR%%/modules/Studio/upgrade/UpgradeToNewSlots.php
-%%SUGARCRMDIR%%/modules/Studio/wizards/tpls/backupmanager.tpl
-%%SUGARCRMDIR%%/modules/Studio/wizards/tpls/wizard.tpl
-%%SUGARCRMDIR%%/modules/Studio/wizards/SelectModuleWizard.php
-%%SUGARCRMDIR%%/modules/Studio/wizards/EditCustomFieldsWizard.php
-%%SUGARCRMDIR%%/modules/Studio/wizards/EditDropDownWizard.php
-%%SUGARCRMDIR%%/modules/Studio/wizards/ManageBackups.php
-%%SUGARCRMDIR%%/modules/Studio/wizards/StudioWizard.php
-%%SUGARCRMDIR%%/modules/Studio/wizards/SelectModuleLayout.php
-%%SUGARCRMDIR%%/modules/Studio/wizards/SelectModuleAction.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/TabIndexParser.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/SlotParser.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/SubpanelParser.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/StudioRowParser.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/StudioUpgradeParser.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/StudioParser.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/SubpanelColParser.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/ListViewParser.php
-%%SUGARCRMDIR%%/modules/Studio/parsers/XTPLListViewParser.php
-%%SUGARCRMDIR%%/modules/Studio/DropDowns/DropDownHelper.php
-%%SUGARCRMDIR%%/modules/Studio/DropDowns/EditView.tpl
-%%SUGARCRMDIR%%/modules/Studio/DropDowns/EditView.php
-%%SUGARCRMDIR%%/modules/Studio/LabelEditor/EditView.tpl
-%%SUGARCRMDIR%%/modules/Studio/LabelEditor/EditView.php
-%%SUGARCRMDIR%%/modules/Studio/LabelEditor/LabelEditor.php
-%%SUGARCRMDIR%%/modules/Studio/ListViewEditor/EditViewTop.tpl
-%%SUGARCRMDIR%%/modules/Studio/ListViewEditor/EditView.tpl
-%%SUGARCRMDIR%%/modules/Studio/ListViewEditor/EditView.php
-%%SUGARCRMDIR%%/modules/Studio/ajax/relatedfiles.php
-%%SUGARCRMDIR%%/modules/Studio/ajax/editcustomfield.php
-%%SUGARCRMDIR%%/modules/Studio/ajax/customfieldview.php
-%%SUGARCRMDIR%%/modules/Studio/language/en_us.Portal.html
-%%SUGARCRMDIR%%/modules/Studio/language/en_us.help.wizard.html
-%%SUGARCRMDIR%%/modules/Studio/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Studio/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Studio/Menu.php
-%%SUGARCRMDIR%%/modules/Studio/SaveTabs.php
-%%SUGARCRMDIR%%/modules/Studio/wizard.php
-%%SUGARCRMDIR%%/modules/Studio/Publish.php
-%%SUGARCRMDIR%%/modules/Studio/TabGroups.php
-%%SUGARCRMDIR%%/modules/Studio/EditSubpanel.php
-%%SUGARCRMDIR%%/modules/Studio/EditListView.php
-%%SUGARCRMDIR%%/modules/Studio/studiotabgroups.js
-%%SUGARCRMDIR%%/modules/Studio/studio.js
-%%SUGARCRMDIR%%/modules/Studio/Forms.php
-%%SUGARCRMDIR%%/modules/Studio/saveSubpanel.php
-%%SUGARCRMDIR%%/modules/Studio/studiodd.js
-%%SUGARCRMDIR%%/modules/Studio/previewfile.php
-%%SUGARCRMDIR%%/modules/Studio/SugarBackup.php
-%%SUGARCRMDIR%%/modules/Studio/StudioFields.php
-%%SUGARCRMDIR%%/modules/Studio/config.php
-%%SUGARCRMDIR%%/modules/Studio/StudioUtils.php
-%%SUGARCRMDIR%%/modules/Studio/JSTransaction.js
-%%SUGARCRMDIR%%/modules/Studio/ListViewSave.php
-%%SUGARCRMDIR%%/modules/Studio/EditLayout.php
-%%SUGARCRMDIR%%/modules/Studio/index.php
-%%SUGARCRMDIR%%/modules/Studio/save.php
-%%SUGARCRMDIR%%/modules/Studio/ygDDListStudio.js
-%%SUGARCRMDIR%%/modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.php
-%%SUGARCRMDIR%%/modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.data.php
-%%SUGARCRMDIR%%/modules/Meetings/subpanels/ForHistory.php
-%%SUGARCRMDIR%%/modules/Meetings/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Meetings/subpanels/ForActivities.php
-%%SUGARCRMDIR%%/modules/Meetings/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Meetings/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Meetings/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Meetings/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Meetings/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Meetings/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Meetings/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Meetings/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Meetings/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Meetings/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Meetings/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Meetings/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Meetings/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Meetings/Menu.php
-%%SUGARCRMDIR%%/modules/Meetings/MeetingFormBase.php
-%%SUGARCRMDIR%%/modules/Meetings/field_arrays.php
-%%SUGARCRMDIR%%/modules/Meetings/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Meetings/jsclass_scheduler.js
-%%SUGARCRMDIR%%/modules/Meetings/SubPanelViewInvitees.html
-%%SUGARCRMDIR%%/modules/Meetings/Forms.php
-%%SUGARCRMDIR%%/modules/Meetings/layout_defs.php
-%%SUGARCRMDIR%%/modules/Meetings/DeleteMeetingContactRelationship.php
-%%SUGARCRMDIR%%/modules/Meetings/Delete.php
-%%SUGARCRMDIR%%/modules/Meetings/Save.php
-%%SUGARCRMDIR%%/modules/Meetings/MeetingsQuickCreate.php
-%%SUGARCRMDIR%%/modules/Meetings/SubPanelViewInvitees.php
-%%SUGARCRMDIR%%/modules/Meetings/vardefs.php
-%%SUGARCRMDIR%%/modules/Meetings/DetailView.php
-%%SUGARCRMDIR%%/modules/Meetings/index.php
-%%SUGARCRMDIR%%/modules/Meetings/EditView.html
-%%SUGARCRMDIR%%/modules/Meetings/EditView.php
-%%SUGARCRMDIR%%/modules/Meetings/Popup.php
-%%SUGARCRMDIR%%/modules/Meetings/DeleteMeetingUserRelationship.php
-%%SUGARCRMDIR%%/modules/Meetings/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Meetings/Meeting.php
-%%SUGARCRMDIR%%/modules/Meetings/DetailView.html
-%%SUGARCRMDIR%%/modules/Meetings/SearchForm.html
-%%SUGARCRMDIR%%/modules/Meetings/ListView.php
-%%SUGARCRMDIR%%/modules/Meetings/ListView.html
-%%SUGARCRMDIR%%/modules/Configurator/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Configurator/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Configurator/Menu.php
-%%SUGARCRMDIR%%/modules/Configurator/Forms.php
-%%SUGARCRMDIR%%/modules/Configurator/Configurator.php
-%%SUGARCRMDIR%%/modules/Configurator/EditView.tpl
-%%SUGARCRMDIR%%/modules/Configurator/DetailView.php
-%%SUGARCRMDIR%%/modules/Configurator/index.php
-%%SUGARCRMDIR%%/modules/Configurator/EditView.php
-%%SUGARCRMDIR%%/modules/Configurator/LogView.php
-%%SUGARCRMDIR%%/modules/ACL/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/ACL/Menu.php
-%%SUGARCRMDIR%%/modules/ACL/ACLJSController.php
-%%SUGARCRMDIR%%/modules/ACL/List.php
-%%SUGARCRMDIR%%/modules/ACL/Forms.php
-%%SUGARCRMDIR%%/modules/ACL/layout_defs.php
-%%SUGARCRMDIR%%/modules/ACL/ACLController.php
-%%SUGARCRMDIR%%/modules/ACL/Save.php
-%%SUGARCRMDIR%%/modules/ACL/install_actions.php
-%%SUGARCRMDIR%%/modules/ACL/vardefs.php
-%%SUGARCRMDIR%%/modules/ACL/Popup.php
-%%SUGARCRMDIR%%/modules/ACL/remove_actions.php
-%%SUGARCRMDIR%%/modules/ACL/test_actions.php
-%%SUGARCRMDIR%%/modules/Emails/Dashlets/MyEmailsDashlet/MyEmailsDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Emails/Dashlets/MyEmailsDashlet/MyEmailsDashlet.php
-%%SUGARCRMDIR%%/modules/Emails/Dashlets/MyEmailsDashlet/MyEmailsDashlet.data.php
-%%SUGARCRMDIR%%/modules/Emails/subpanels/ForContacts.php
-%%SUGARCRMDIR%%/modules/Emails/subpanels/ForUsers.php
-%%SUGARCRMDIR%%/modules/Emails/subpanels/ForHistory.php
-%%SUGARCRMDIR%%/modules/Emails/subpanels/ForQueues.php
-%%SUGARCRMDIR%%/modules/Emails/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Emails/language/en_us.help.ListView.html
-%%SUGARCRMDIR%%/modules/Emails/language/en_us.help.ListViewGroup.html
-%%SUGARCRMDIR%%/modules/Emails/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Emails/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Emails/language/en_us.help.ListViewAll.html
-%%SUGARCRMDIR%%/modules/Emails/language/en_us_help.EditView.html
-%%SUGARCRMDIR%%/modules/Emails/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Emails/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Emails/DetailViewSent.html
-%%SUGARCRMDIR%%/modules/Emails/Menu.php
-%%SUGARCRMDIR%%/modules/Emails/PessimisticLock.php
-%%SUGARCRMDIR%%/modules/Emails/Email.js
-%%SUGARCRMDIR%%/modules/Emails/field_arrays.php
-%%SUGARCRMDIR%%/modules/Emails/SearchFormMyInbox.html
-%%SUGARCRMDIR%%/modules/Emails/Grab.php
-%%SUGARCRMDIR%%/modules/Emails/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Emails/ListViewDrafts.html
-%%SUGARCRMDIR%%/modules/Emails/ListViewHome.php
-%%SUGARCRMDIR%%/modules/Emails/Forms.php
-%%SUGARCRMDIR%%/modules/Emails/ListViewAll.php
-%%SUGARCRMDIR%%/modules/Emails/layout_defs.php
-%%SUGARCRMDIR%%/modules/Emails/Status.php
-%%SUGARCRMDIR%%/modules/Emails/email_popup_helper.js
-%%SUGARCRMDIR%%/modules/Emails/Check.php
-%%SUGARCRMDIR%%/modules/Emails/SearchFormGroupInbox.html
-%%SUGARCRMDIR%%/modules/Emails/ListViewSent.html
-%%SUGARCRMDIR%%/modules/Emails/ListViewGroup.php
-%%SUGARCRMDIR%%/modules/Emails/Delete.php
-%%SUGARCRMDIR%%/modules/Emails/Save.php
-%%SUGARCRMDIR%%/modules/Emails/ListViewGroupInbox.html
-%%SUGARCRMDIR%%/modules/Emails/ListViewAll.html
-%%SUGARCRMDIR%%/modules/Emails/Status.html
-%%SUGARCRMDIR%%/modules/Emails/MassDelete.php
-%%SUGARCRMDIR%%/modules/Emails/PopupDocuments.php
-%%SUGARCRMDIR%%/modules/Emails/Distribute.php
-%%SUGARCRMDIR%%/modules/Emails/DetailView.php
-%%SUGARCRMDIR%%/modules/Emails/SubPanelViewRecipients.php
-%%SUGARCRMDIR%%/modules/Emails/ListViewHome.html
-%%SUGARCRMDIR%%/modules/Emails/SubPanelViewRecipients.html
-%%SUGARCRMDIR%%/modules/Emails/EditViewArchive.html
-%%SUGARCRMDIR%%/modules/Emails/PopupDocuments.html
-%%SUGARCRMDIR%%/modules/Emails/vardefs.php
-%%SUGARCRMDIR%%/modules/Emails/index.php
-%%SUGARCRMDIR%%/modules/Emails/EditView.html
-%%SUGARCRMDIR%%/modules/Emails/EditView.php
-%%SUGARCRMDIR%%/modules/Emails/Popup.php
-%%SUGARCRMDIR%%/modules/Emails/SearchFormSent.html
-%%SUGARCRMDIR%%/modules/Emails/Email.php
-%%SUGARCRMDIR%%/modules/Emails/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Emails/DetailView.html
-%%SUGARCRMDIR%%/modules/Emails/SearchForm.html
-%%SUGARCRMDIR%%/modules/Emails/ListViewMyInbox.html
-%%SUGARCRMDIR%%/modules/Emails/ListView.php
-%%SUGARCRMDIR%%/modules/Emails/ListView.html
-%%SUGARCRMDIR%%/modules/ProjectTask/Dashlets/MyProjectTaskDashlet/MyProjectTaskDashlet.php
-%%SUGARCRMDIR%%/modules/ProjectTask/Dashlets/MyProjectTaskDashlet/MyProjectTaskDashlet.data.php
-%%SUGARCRMDIR%%/modules/ProjectTask/Dashlets/MyProjectTaskDashlet/MyProjectTaskDashlet.meta.php
-%%SUGARCRMDIR%%/modules/ProjectTask/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/ProjectTask/subpanels/default.php
-%%SUGARCRMDIR%%/modules/ProjectTask/subpanels/ForActivities.php
-%%SUGARCRMDIR%%/modules/ProjectTask/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/ProjectTask/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/ProjectTask/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/ProjectTask/metadata/studio.php
-%%SUGARCRMDIR%%/modules/ProjectTask/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/ProjectTask/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/ProjectTask/metadata/acldefs.php
-%%SUGARCRMDIR%%/modules/ProjectTask/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/ProjectTask/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/ProjectTask/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/ProjectTask/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/ProjectTask/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/ProjectTask/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/ProjectTask/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/ProjectTask/Menu.php
-%%SUGARCRMDIR%%/modules/ProjectTask/field_arrays.php
-%%SUGARCRMDIR%%/modules/ProjectTask/SubPanelView.php
-%%SUGARCRMDIR%%/modules/ProjectTask/ProjectTaskQuickCreate.php
-%%SUGARCRMDIR%%/modules/ProjectTask/Popup_picker.html
-%%SUGARCRMDIR%%/modules/ProjectTask/Forms.html
-%%SUGARCRMDIR%%/modules/ProjectTask/SubPanelView.html
-%%SUGARCRMDIR%%/modules/ProjectTask/Forms.php
-%%SUGARCRMDIR%%/modules/ProjectTask/layout_defs.php
-%%SUGARCRMDIR%%/modules/ProjectTask/Delete.php
-%%SUGARCRMDIR%%/modules/ProjectTask/Save.php
-%%SUGARCRMDIR%%/modules/ProjectTask/Popup.html
-%%SUGARCRMDIR%%/modules/ProjectTask/ProjectTask.php
-%%SUGARCRMDIR%%/modules/ProjectTask/DetailView.php
-%%SUGARCRMDIR%%/modules/ProjectTask/MyProjectTasks.php
-%%SUGARCRMDIR%%/modules/ProjectTask/vardefs.php
-%%SUGARCRMDIR%%/modules/ProjectTask/MyProjectTasks.html
-%%SUGARCRMDIR%%/modules/ProjectTask/index.php
-%%SUGARCRMDIR%%/modules/ProjectTask/EditView.html
-%%SUGARCRMDIR%%/modules/ProjectTask/EditView.php
-%%SUGARCRMDIR%%/modules/ProjectTask/Popup.php
-%%SUGARCRMDIR%%/modules/ProjectTask/DetailView.html
-%%SUGARCRMDIR%%/modules/ProjectTask/SearchForm.html
-%%SUGARCRMDIR%%/modules/ProjectTask/ListView.php
-%%SUGARCRMDIR%%/modules/ProjectTask/ListView.html
-%%SUGARCRMDIR%%/modules/MergeRecords/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/MergeRecords/Menu.php
-%%SUGARCRMDIR%%/modules/MergeRecords/Step1.html
-%%SUGARCRMDIR%%/modules/MergeRecords/MergeField.html
-%%SUGARCRMDIR%%/modules/MergeRecords/Step1.php
-%%SUGARCRMDIR%%/modules/MergeRecords/Step2.php
-%%SUGARCRMDIR%%/modules/MergeRecords/Step3.html
-%%SUGARCRMDIR%%/modules/MergeRecords/Step3.php
-%%SUGARCRMDIR%%/modules/MergeRecords/SaveMerge.php
-%%SUGARCRMDIR%%/modules/MergeRecords/Forms.php
-%%SUGARCRMDIR%%/modules/MergeRecords/MergeRecord.php
-%%SUGARCRMDIR%%/modules/MergeRecords/Step2.html
-%%SUGARCRMDIR%%/modules/MergeRecords/Merge.js
-%%SUGARCRMDIR%%/modules/MergeRecords/vardefs.php
-%%SUGARCRMDIR%%/modules/MergeRecords/index.php
-%%SUGARCRMDIR%%/modules/MergeRecords/SearchForm.html
-%%SUGARCRMDIR%%/modules/Contacts/Dashlets/MyContactsDashlet/MyContactsDashlet.php
-%%SUGARCRMDIR%%/modules/Contacts/Dashlets/MyContactsDashlet/MyContactsDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Contacts/Dashlets/MyContactsDashlet/MyContactsDashlet.data.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForProducts.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForOpportunities.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForCases.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForMeetings.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForCalls.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForContacts.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Contacts/subpanels/ForAccounts.php
-%%SUGARCRMDIR%%/modules/Contacts/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Contacts/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Contacts/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Contacts/language/en_us.help.ImportVCard.html
-%%SUGARCRMDIR%%/modules/Contacts/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Contacts/language/en_us.help.BusinessCard.html
-%%SUGARCRMDIR%%/modules/Contacts/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Contacts/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Contacts/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Contacts/metadata/popupdefsEmail.php
-%%SUGARCRMDIR%%/modules/Contacts/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Contacts/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Contacts/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Contacts/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Contacts/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Contacts/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Contacts/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Contacts/Menu.php
-%%SUGARCRMDIR%%/modules/Contacts/Popup_old.php
-%%SUGARCRMDIR%%/modules/Contacts/BusinessCard.html
-%%SUGARCRMDIR%%/modules/Contacts/ShowDuplicates.php
-%%SUGARCRMDIR%%/modules/Contacts/field_arrays.php
-%%SUGARCRMDIR%%/modules/Contacts/Address_picker.html
-%%SUGARCRMDIR%%/modules/Contacts/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Contacts/contactSeedData.php
-%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/Forms.php
-%%SUGARCRMDIR%%/modules/Contacts/ShowDuplicates.html
-%%SUGARCRMDIR%%/modules/Contacts/ImportVCard.html
-%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationshipEdit.php
-%%SUGARCRMDIR%%/modules/Contacts/layout_defs.php
-%%SUGARCRMDIR%%/modules/Contacts/DeleteContactOpportunityRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/Contact.php
-%%SUGARCRMDIR%%/modules/Contacts/DeleteContactCaseRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/Email_picker_old.html
-%%SUGARCRMDIR%%/modules/Contacts/Delete.php
-%%SUGARCRMDIR%%/modules/Contacts/ContactFormBase.php
-%%SUGARCRMDIR%%/modules/Contacts/Save.php
-%%SUGARCRMDIR%%/modules/Contacts/SaveContactOpportunityRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/BusinessCard.php
-%%SUGARCRMDIR%%/modules/Contacts/DeleteDirectReportRelationship.php
-%%SUGARCRMDIR%%/modules/Contacts/ContactOpportunityRelationshipEdit.html
-%%SUGARCRMDIR%%/modules/Contacts/ContactsQuickCreate.php
-%%SUGARCRMDIR%%/modules/Contacts/DetailView.php
-%%SUGARCRMDIR%%/modules/Contacts/vardefs.php
-%%SUGARCRMDIR%%/modules/Contacts/index.php
-%%SUGARCRMDIR%%/modules/Contacts/EditView.html
-%%SUGARCRMDIR%%/modules/Contacts/EditView.php
-%%SUGARCRMDIR%%/modules/Contacts/contactSeedData_jp.php
-%%SUGARCRMDIR%%/modules/Contacts/Popup.php
-%%SUGARCRMDIR%%/modules/Contacts/Import.php
-%%SUGARCRMDIR%%/modules/Contacts/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Contacts/Email_picker.html
-%%SUGARCRMDIR%%/modules/Contacts/DetailView.html
-%%SUGARCRMDIR%%/modules/Contacts/SearchForm.html
-%%SUGARCRMDIR%%/modules/Contacts/ListView.php
-%%SUGARCRMDIR%%/modules/Contacts/ListView.html
-%%SUGARCRMDIR%%/modules/Contacts/ImportVCard.php
-%%SUGARCRMDIR%%/modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.php
-%%SUGARCRMDIR%%/modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.data.php
-%%SUGARCRMDIR%%/modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Calls/subpanels/ForHistory.php
-%%SUGARCRMDIR%%/modules/Calls/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Calls/subpanels/ForActivities.php
-%%SUGARCRMDIR%%/modules/Calls/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Calls/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Calls/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Calls/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Calls/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Calls/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Calls/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Calls/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Calls/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Calls/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Calls/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Calls/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Calls/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Calls/Menu.php
-%%SUGARCRMDIR%%/modules/Calls/field_arrays.php
-%%SUGARCRMDIR%%/modules/Calls/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Calls/Call.php
-%%SUGARCRMDIR%%/modules/Calls/CallsQuickCreate.php
-%%SUGARCRMDIR%%/modules/Calls/SubPanelViewInvitees.html
-%%SUGARCRMDIR%%/modules/Calls/Forms.php
-%%SUGARCRMDIR%%/modules/Calls/layout_defs.php
-%%SUGARCRMDIR%%/modules/Calls/CallFormBase.php
-%%SUGARCRMDIR%%/modules/Calls/Delete.php
-%%SUGARCRMDIR%%/modules/Calls/Save.php
-%%SUGARCRMDIR%%/modules/Calls/DeleteCallContactRelationship.php
-%%SUGARCRMDIR%%/modules/Calls/SubPanelViewInvitees.php
-%%SUGARCRMDIR%%/modules/Calls/DetailView.php
-%%SUGARCRMDIR%%/modules/Calls/DeleteCallUserRelationship.php
-%%SUGARCRMDIR%%/modules/Calls/vardefs.php
-%%SUGARCRMDIR%%/modules/Calls/index.php
-%%SUGARCRMDIR%%/modules/Calls/EditView.html
-%%SUGARCRMDIR%%/modules/Calls/EditView.php
-%%SUGARCRMDIR%%/modules/Calls/Popup.php
-%%SUGARCRMDIR%%/modules/Calls/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Calls/DetailView.html
-%%SUGARCRMDIR%%/modules/Calls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Calls/ListView.php
-%%SUGARCRMDIR%%/modules/Calls/ListView.html
-%%SUGARCRMDIR%%/modules/UpgradeWizard/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/UpgradeWizard/Menu.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/systemCheckJson.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/Forms.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/commitJson.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/uw_utils.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/preflightJson.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/uw_ajax.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/upgradeWizard.js
-%%SUGARCRMDIR%%/modules/UpgradeWizard/uw_main.tpl
-%%SUGARCRMDIR%%/modules/UpgradeWizard/upload.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/commit.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/index.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/uw_files.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/cancel.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/systemCheck.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/su.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/su_utils.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/start.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/preflight.php
-%%SUGARCRMDIR%%/modules/UpgradeWizard/end.php
-%%SUGARCRMDIR%%/modules/Schedulers/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Schedulers/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Schedulers/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Schedulers/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Schedulers/Menu.php
-%%SUGARCRMDIR%%/modules/Schedulers/field_arrays.php
-%%SUGARCRMDIR%%/modules/Schedulers/SchedulerDaemon.php
-%%SUGARCRMDIR%%/modules/Schedulers/Forms.php
-%%SUGARCRMDIR%%/modules/Schedulers/layout_defs.php
-%%SUGARCRMDIR%%/modules/Schedulers/Scheduled.php
-%%SUGARCRMDIR%%/modules/Schedulers/Scheduler.php
-%%SUGARCRMDIR%%/modules/Schedulers/DeleteScheduled.php
-%%SUGARCRMDIR%%/modules/Schedulers/Delete.php
-%%SUGARCRMDIR%%/modules/Schedulers/Save.php
-%%SUGARCRMDIR%%/modules/Schedulers/Scheduled.html
-%%SUGARCRMDIR%%/modules/Schedulers/DetailView.php
-%%SUGARCRMDIR%%/modules/Schedulers/vardefs.php
-%%SUGARCRMDIR%%/modules/Schedulers/index.php
-%%SUGARCRMDIR%%/modules/Schedulers/EditView.html
-%%SUGARCRMDIR%%/modules/Schedulers/EditView.php
-%%SUGARCRMDIR%%/modules/Schedulers/DetailView.html
-%%SUGARCRMDIR%%/modules/Schedulers/_AddJobsHere.php
-%%SUGARCRMDIR%%/modules/Schedulers/JobThread.php
-%%SUGARCRMDIR%%/modules/Schedulers/ListView.php
-%%SUGARCRMDIR%%/modules/Schedulers/ListView.html
-%%SUGARCRMDIR%%/modules/InboundEmail/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/InboundEmail/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/InboundEmail/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/InboundEmail/Menu.php
-%%SUGARCRMDIR%%/modules/InboundEmail/field_arrays.php
-%%SUGARCRMDIR%%/modules/InboundEmail/View.html
-%%SUGARCRMDIR%%/modules/InboundEmail/Forms.php
-%%SUGARCRMDIR%%/modules/InboundEmail/Delete.php
-%%SUGARCRMDIR%%/modules/InboundEmail/Save.php
-%%SUGARCRMDIR%%/modules/InboundEmail/InboundEmail.js
-%%SUGARCRMDIR%%/modules/InboundEmail/DetailView.php
-%%SUGARCRMDIR%%/modules/InboundEmail/vardefs.php
-%%SUGARCRMDIR%%/modules/InboundEmail/index.php
-%%SUGARCRMDIR%%/modules/InboundEmail/EditView.html
-%%SUGARCRMDIR%%/modules/InboundEmail/EditView.php
-%%SUGARCRMDIR%%/modules/InboundEmail/Popup.php
-%%SUGARCRMDIR%%/modules/InboundEmail/parseEncoding.php
-%%SUGARCRMDIR%%/modules/InboundEmail/DetailView.html
-%%SUGARCRMDIR%%/modules/InboundEmail/ListView.php
-%%SUGARCRMDIR%%/modules/InboundEmail/ListView.html
-%%SUGARCRMDIR%%/modules/InboundEmail/InboundEmail.php
-%%SUGARCRMDIR%%/modules/iFrames/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/iFrames/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/iFrames/Menu.php
-%%SUGARCRMDIR%%/modules/iFrames/field_arrays.php
-%%SUGARCRMDIR%%/modules/iFrames/Forms.php
-%%SUGARCRMDIR%%/modules/iFrames/header.php
-%%SUGARCRMDIR%%/modules/iFrames/iFrameFormBase.php
-%%SUGARCRMDIR%%/modules/iFrames/Delete.php
-%%SUGARCRMDIR%%/modules/iFrames/Save.php
-%%SUGARCRMDIR%%/modules/iFrames/vardefs.php
-%%SUGARCRMDIR%%/modules/iFrames/index.php
-%%SUGARCRMDIR%%/modules/iFrames/EditView.html
-%%SUGARCRMDIR%%/modules/iFrames/DetailView.html
-%%SUGARCRMDIR%%/modules/iFrames/iFrame.php
-%%SUGARCRMDIR%%/modules/iFrames/ListView.html
-%%SUGARCRMDIR%%/modules/Sync/OfflineClientRepair.php
-%%SUGARCRMDIR%%/modules/Releases/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Releases/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Releases/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Releases/Menu.php
-%%SUGARCRMDIR%%/modules/Releases/field_arrays.php
-%%SUGARCRMDIR%%/modules/Releases/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Releases/Release.php
-%%SUGARCRMDIR%%/modules/Releases/Forms.php
-%%SUGARCRMDIR%%/modules/Releases/Delete.php
-%%SUGARCRMDIR%%/modules/Releases/Save.php
-%%SUGARCRMDIR%%/modules/Releases/DetailView.php
-%%SUGARCRMDIR%%/modules/Releases/vardefs.php
-%%SUGARCRMDIR%%/modules/Releases/index.php
-%%SUGARCRMDIR%%/modules/Releases/EditView.html
-%%SUGARCRMDIR%%/modules/Releases/EditView.php
-%%SUGARCRMDIR%%/modules/Releases/Popup.php
-%%SUGARCRMDIR%%/modules/Releases/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Releases/ListView.html
-%%SUGARCRMDIR%%/modules/Tasks/Dashlets/MyTasksDashlet/MyTasksDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Tasks/Dashlets/MyTasksDashlet/MyTasksDashlet.data.php
-%%SUGARCRMDIR%%/modules/Tasks/Dashlets/MyTasksDashlet/MyTasksDashlet.php
-%%SUGARCRMDIR%%/modules/Tasks/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Tasks/subpanels/ForHistory.php
-%%SUGARCRMDIR%%/modules/Tasks/subpanels/ForActivities.php
-%%SUGARCRMDIR%%/modules/Tasks/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Tasks/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Tasks/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Tasks/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Tasks/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Tasks/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Tasks/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Tasks/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Tasks/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Tasks/Menu.php
-%%SUGARCRMDIR%%/modules/Tasks/field_arrays.php
-%%SUGARCRMDIR%%/modules/Tasks/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Tasks/Forms.php
-%%SUGARCRMDIR%%/modules/Tasks/Task.php
-%%SUGARCRMDIR%%/modules/Tasks/TasksQuickCreate.php
-%%SUGARCRMDIR%%/modules/Tasks/Delete.php
-%%SUGARCRMDIR%%/modules/Tasks/Save.php
-%%SUGARCRMDIR%%/modules/Tasks/MyTasks.html
-%%SUGARCRMDIR%%/modules/Tasks/MyTasks.php
-%%SUGARCRMDIR%%/modules/Tasks/DetailView.php
-%%SUGARCRMDIR%%/modules/Tasks/vardefs.php
-%%SUGARCRMDIR%%/modules/Tasks/index.php
-%%SUGARCRMDIR%%/modules/Tasks/EditView.html
-%%SUGARCRMDIR%%/modules/Tasks/EditView.php
-%%SUGARCRMDIR%%/modules/Tasks/Popup.php
-%%SUGARCRMDIR%%/modules/Tasks/Popup_picker.php
-%%SUGARCRMDIR%%/modules/Tasks/DetailView.html
-%%SUGARCRMDIR%%/modules/Tasks/SearchForm.html
-%%SUGARCRMDIR%%/modules/Tasks/ListView.php
-%%SUGARCRMDIR%%/modules/Tasks/ListView.html
-%%SUGARCRMDIR%%/modules/DocumentRevisions/subpanels/default.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/Menu.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/field_arrays.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/DocumentRevision.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/Forms.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/Save.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/DetailView.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/vardefs.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/EditView.html
-%%SUGARCRMDIR%%/modules/DocumentRevisions/EditView.php
-%%SUGARCRMDIR%%/modules/DocumentRevisions/DetailView.html
-%%SUGARCRMDIR%%/modules/DocumentRevisions/ListView.html
-%%SUGARCRMDIR%%/modules/Import/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Import/language/en_us.help.Import.html
-%%SUGARCRMDIR%%/modules/Import/Menu.php
-%%SUGARCRMDIR%%/modules/Import/ImportProspect.php
-%%SUGARCRMDIR%%/modules/Import/ImportMap.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep4.php
-%%SUGARCRMDIR%%/modules/Import/ImportOpportunity.php
-%%SUGARCRMDIR%%/modules/Import/error.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep2.html
-%%SUGARCRMDIR%%/modules/Import/Forms.php
-%%SUGARCRMDIR%%/modules/Import/ImportLead.php
-%%SUGARCRMDIR%%/modules/Import/ImportSteplast.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep1.html
-%%SUGARCRMDIR%%/modules/Import/error.html
-%%SUGARCRMDIR%%/modules/Import/parse_utils.php
-%%SUGARCRMDIR%%/modules/Import/config.php
-%%SUGARCRMDIR%%/modules/Import/ImportContact.php
-%%SUGARCRMDIR%%/modules/Import/ImportNote.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep3.html
-%%SUGARCRMDIR%%/modules/Import/ImportStep1.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep2.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep4.html
-%%SUGARCRMDIR%%/modules/Import/ImportAccount.php
-%%SUGARCRMDIR%%/modules/Import/ImportStepundo.php
-%%SUGARCRMDIR%%/modules/Import/SugarFile.php
-%%SUGARCRMDIR%%/modules/Import/vardefs.php
-%%SUGARCRMDIR%%/modules/Import/index.php
-%%SUGARCRMDIR%%/modules/Import/ImportButton.php
-%%SUGARCRMDIR%%/modules/Import/UsersLastImport.php
-%%SUGARCRMDIR%%/modules/Import/ImportStep3.php
-%%SUGARCRMDIR%%/modules/ACLActions/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/ACLActions/Menu.php
-%%SUGARCRMDIR%%/modules/ACLActions/Forms.php
-%%SUGARCRMDIR%%/modules/ACLActions/layout_defs.php
-%%SUGARCRMDIR%%/modules/ACLActions/ACLAction.php
-%%SUGARCRMDIR%%/modules/ACLActions/actiondefs.php
-%%SUGARCRMDIR%%/modules/ACLActions/vardefs.php
-%%SUGARCRMDIR%%/modules/Leads/Dashlets/MyLeadsDashlet/MyLeadsDashlet.data.php
-%%SUGARCRMDIR%%/modules/Leads/Dashlets/MyLeadsDashlet/MyLeadsDashlet.php
-%%SUGARCRMDIR%%/modules/Leads/Dashlets/MyLeadsDashlet/MyLeadsDashlet.meta.php
-%%SUGARCRMDIR%%/modules/Leads/subpanels/ForEmails.php
-%%SUGARCRMDIR%%/modules/Leads/subpanels/default.php
-%%SUGARCRMDIR%%/modules/Leads/language/en_us.help.DetailView.html
-%%SUGARCRMDIR%%/modules/Leads/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Leads/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Leads/language/en_us.help.EditView.html
-%%SUGARCRMDIR%%/modules/Leads/metadata/studio.php
-%%SUGARCRMDIR%%/modules/Leads/metadata/popupdefs.php
-%%SUGARCRMDIR%%/modules/Leads/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/Leads/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Leads/metadata/additionalDetails.php
-%%SUGARCRMDIR%%/modules/Leads/tpls/QuickCreate.tpl
-%%SUGARCRMDIR%%/modules/Leads/tpls/EditView.html
-%%SUGARCRMDIR%%/modules/Leads/tpls/DetailView.html
-%%SUGARCRMDIR%%/modules/Leads/tpls/SearchForm.html
-%%SUGARCRMDIR%%/modules/Leads/tpls/ListView.html
-%%SUGARCRMDIR%%/modules/Leads/Menu.php
-%%SUGARCRMDIR%%/modules/Leads/field_arrays.php
-%%SUGARCRMDIR%%/modules/Leads/SubPanelView.php
-%%SUGARCRMDIR%%/modules/Leads/Popup_picker.html
-%%SUGARCRMDIR%%/modules/Leads/ConvertLead.php
-%%SUGARCRMDIR%%/modules/Leads/SubPanelView.html
-%%SUGARCRMDIR%%/modules/Leads/Forms.php
-%%SUGARCRMDIR%%/modules/Leads/layout_defs.php
-%%SUGARCRMDIR%%/modules/Leads/MyLeads.php
-%%SUGARCRMDIR%%/modules/Leads/Delete.php
-%%SUGARCRMDIR%%/modules/Leads/Save.php
-%%SUGARCRMDIR%%/modules/Leads/ConvertLead.html
-%%SUGARCRMDIR%%/modules/Leads/Lead.php
-%%SUGARCRMDIR%%/modules/Leads/DetailView.php
-%%SUGARCRMDIR%%/modules/Leads/LeadsQuickCreate.php
-%%SUGARCRMDIR%%/modules/Leads/vardefs.php
-%%SUGARCRMDIR%%/modules/Leads/index.php
-%%SUGARCRMDIR%%/modules/Leads/EditView.html
-%%SUGARCRMDIR%%/modules/Leads/MyLeads.html
-%%SUGARCRMDIR%%/modules/Leads/EditView.php
-%%SUGARCRMDIR%%/modules/Leads/Popup.php
-%%SUGARCRMDIR%%/modules/Leads/LeadFormBase.php
-%%SUGARCRMDIR%%/modules/Leads/Import.php
-%%SUGARCRMDIR%%/modules/Leads/DetailView.html
-%%SUGARCRMDIR%%/modules/Leads/SearchForm.html
-%%SUGARCRMDIR%%/modules/Leads/ListView.php
-%%SUGARCRMDIR%%/modules/Leads/ListView.html
-%%SUGARCRMDIR%%/modules/Leads/ImportVCard.php
-%%SUGARCRMDIR%%/modules/Administration/language/en_us_help.Backups.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.DiagnosticRun.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.Diagnostic.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.LicenseSettings.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.lang.Updater.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.lang.LicenseSettings.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.index.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.Upgrade.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.ListViewOfflineClient.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.Locale.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.UpgradeWizard.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.Backups.html
-%%SUGARCRMDIR%%/modules/Administration/language/en_us.help.Updater.html
-%%SUGARCRMDIR%%/modules/Administration/metadata/SearchFields.php
-%%SUGARCRMDIR%%/modules/Administration/DiagnosticDelete.php
-%%SUGARCRMDIR%%/modules/Administration/Menu.php
-%%SUGARCRMDIR%%/modules/Administration/RebuildExtensions.php
-%%SUGARCRMDIR%%/modules/Administration/SaveTabs.php
-%%SUGARCRMDIR%%/modules/Administration/ExportCustomFieldStructure.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeWizard_prepare.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeFields.php
-%%SUGARCRMDIR%%/modules/Administration/Diagnostic.php
-%%SUGARCRMDIR%%/modules/Administration/upgradeStudio.php
-%%SUGARCRMDIR%%/modules/Administration/ImportCustomFieldStructure.php
-%%SUGARCRMDIR%%/modules/Administration/Upgrade.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeWizardCommon.php
-%%SUGARCRMDIR%%/modules/Administration/RepairIndex.php
-%%SUGARCRMDIR%%/modules/Administration/DisplayWarnings.php
-%%SUGARCRMDIR%%/modules/Administration/Diagnostic.html
-%%SUGARCRMDIR%%/modules/Administration/UpgradeWizard.php
-%%SUGARCRMDIR%%/modules/Administration/RepairTeams.php
-%%SUGARCRMDIR%%/modules/Administration/Forms.php
-%%SUGARCRMDIR%%/modules/Administration/Development.php
-%%SUGARCRMDIR%%/modules/Administration/Updater.html
-%%SUGARCRMDIR%%/modules/Administration/ConfigureTabForm.tpl
-%%SUGARCRMDIR%%/modules/Administration/RebuildSchedulers.php
-%%SUGARCRMDIR%%/modules/Administration/SupportPortal.tpl
-%%SUGARCRMDIR%%/modules/Administration/ncc_config.php
-%%SUGARCRMDIR%%/modules/Administration/index.html
-%%SUGARCRMDIR%%/modules/Administration/repairDatabase.php
-%%SUGARCRMDIR%%/modules/Administration/updater_utils.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeHistory.php
-%%SUGARCRMDIR%%/modules/Administration/DiagnosticRun.php
-%%SUGARCRMDIR%%/modules/Administration/Administration.php
-%%SUGARCRMDIR%%/modules/Administration/SupportPortal.php
-%%SUGARCRMDIR%%/modules/Administration/expandDatabase.php
-%%SUGARCRMDIR%%/modules/Administration/RebuildConfig.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeAccess.php
-%%SUGARCRMDIR%%/modules/Administration/Save.php
-%%SUGARCRMDIR%%/modules/Administration/Common.php
-%%SUGARCRMDIR%%/modules/Administration/Locale.tpl
-%%SUGARCRMDIR%%/modules/Administration/RebuildJSLang.php
-%%SUGARCRMDIR%%/modules/Administration/ConfigureTabs.php
-%%SUGARCRMDIR%%/modules/Administration/Updater.php
-%%SUGARCRMDIR%%/modules/Administration/RebuildAudit.php
-%%SUGARCRMDIR%%/modules/Administration/UpgradeWizard_commit.php
-%%SUGARCRMDIR%%/modules/Administration/CustomizeFields.php
-%%SUGARCRMDIR%%/modules/Administration/RebuildRelationship.php
-%%SUGARCRMDIR%%/modules/Administration/updateTimezonePrefs.php
-%%SUGARCRMDIR%%/modules/Administration/Locale.php
-%%SUGARCRMDIR%%/modules/Administration/DiagnosticDownload.php
-%%SUGARCRMDIR%%/modules/Administration/DstFix.php
-%%SUGARCRMDIR%%/modules/Administration/RebuildConfig.html
-%%SUGARCRMDIR%%/modules/Administration/vardefs.php
-%%SUGARCRMDIR%%/modules/Administration/index.php
-%%SUGARCRMDIR%%/modules/Administration/RebuildDashlets.php
-%%SUGARCRMDIR%%/modules/Administration/language_upgrade.php
-%%SUGARCRMDIR%%/modules/Administration/Backups.php
-%%SUGARCRMDIR%%/modules/Administration/RepairIE.php
-%%SUGARCRMDIR%%/modules/Administration/ConfigureTabs.html
-%%SUGARCRMDIR%%/modules/Administration/clear_chart_cache.php
-%%SUGARCRMDIR%%/modules/SavedSearch/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/SavedSearch/metadata/listviewdefs.php
-%%SUGARCRMDIR%%/modules/SavedSearch/Menu.php
-%%SUGARCRMDIR%%/modules/SavedSearch/field_arrays.php
-%%SUGARCRMDIR%%/modules/SavedSearch/Forms.php
-%%SUGARCRMDIR%%/modules/SavedSearch/SavedSearch.php
-%%SUGARCRMDIR%%/modules/SavedSearch/vardefs.php
-%%SUGARCRMDIR%%/modules/SavedSearch/index.php
-%%SUGARCRMDIR%%/modules/SavedSearch/SearchForm.html
-%%SUGARCRMDIR%%/modules/SavedSearch/SavedSearchSelects.tpl
-%%SUGARCRMDIR%%/modules/SavedSearch/ListView.php
-%%SUGARCRMDIR%%/modules/SavedSearch/SavedSearchForm.tpl
-%%SUGARCRMDIR%%/modules/OptimisticLock/language/en_us.lang.php
-%%SUGARCRMDIR%%/modules/OptimisticLock/Menu.php
-%%SUGARCRMDIR%%/modules/OptimisticLock/Forms.php
-%%SUGARCRMDIR%%/modules/OptimisticLock/LockResolve.php
-%%SUGARCRMDIR%%/modules/BeanDictionary.php
-%%SUGARCRMDIR%%/modules/TableDictionary.php
-%%SUGARCRMDIR%%/soap/SoapPortalHelper.php
-%%SUGARCRMDIR%%/soap/SoapHelperFunctions.php
-%%SUGARCRMDIR%%/soap/SoapSugarUsers.php
-%%SUGARCRMDIR%%/soap/SoapData.php
-%%SUGARCRMDIR%%/soap/SoapTypes.php
-%%SUGARCRMDIR%%/soap/SoapErrorDefinitions.php
-%%SUGARCRMDIR%%/soap/SoapPortalUsers.php
-%%SUGARCRMDIR%%/soap/SoapError.php
-%%SUGARCRMDIR%%/soap/SoapRelationshipHelper.php
-%%SUGARCRMDIR%%/themes/RipCurl/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/attachment.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Support.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/edit.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Teams.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/myAreaBg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/end.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Repair.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/arrow.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/RipCurl/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Leads.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Cases.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/show.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/previous.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/print.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/start.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/RSS.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Employees.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/export.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/close.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/blank.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/refresh.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/RipCurl/images/end_off.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/welcomeBarBg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Backups.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/spacer.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Backup.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/hide.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/company_logo.png
-%%SUGARCRMDIR%%/themes/RipCurl/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/License.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/minus.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Search.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/slot.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Documents.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/next.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/myAreaLeft.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Calls.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/header_search_bg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/company_logo.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Import.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Users.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/otherTabBg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/header_surfer.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Project.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Products.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Reports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/plus.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Releases.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Emails.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/flower.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Roles.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/leftColumnDivider.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/flower.png
-%%SUGARCRMDIR%%/themes/RipCurl/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/searchText.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/delete.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/view.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/subMenu2Bg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/start_off.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Notes.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/next_off.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/moreSub.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/searchButton.png
-%%SUGARCRMDIR%%/themes/RipCurl/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/view_status.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Layout.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/help.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Administration.gif
-%%SUGARCRMDIR%%/themes/RipCurl/images/Themes.gif
-%%SUGARCRMDIR%%/themes/RipCurl/menu.js
-%%SUGARCRMDIR%%/themes/RipCurl/style.css
-%%SUGARCRMDIR%%/themes/RipCurl/header.php
-%%SUGARCRMDIR%%/themes/RipCurl/navigation.css
-%%SUGARCRMDIR%%/themes/RipCurl/footer.php
-%%SUGARCRMDIR%%/themes/RipCurl/config.php
-%%SUGARCRMDIR%%/themes/RipCurl/cookie.js
-%%SUGARCRMDIR%%/themes/RipCurl/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/RipCurl/header.html
-%%SUGARCRMDIR%%/themes/RipCurl/layout_utils.php
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/attachment.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Support.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/edit.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/show_submenu.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Teams.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Repair.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/arrow.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Leads.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Cases.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/show.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/previous.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/print.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/start.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Employees.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/export.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/dotHorBg.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/close.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/blank.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/refresh.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/WhiteSands/images/end_off.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Backups.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/spacer.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Backup.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/hide.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/company_logo.png
-%%SUGARCRMDIR%%/themes/WhiteSands/images/hide_submenu_lastview.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/License.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/minus.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Search.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/slot.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Documents.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/next.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Calls.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Import.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Users.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/hide_submenu_shortcuts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/show_submenu_lastview.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Project.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Products.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/end.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Reports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/plus.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/show_submenu_record.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Releases.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/dotBg.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/hide_submenu_record.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Emails.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/more.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Roles.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/delete.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/view.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/RSS.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/show_submenu_shortcuts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/hide_submenu.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/start_off.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Notes.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/next_off.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/view_status.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Layout.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/help.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Administration.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/images/Themes.gif
-%%SUGARCRMDIR%%/themes/WhiteSands/menu.js
-%%SUGARCRMDIR%%/themes/WhiteSands/style.css
-%%SUGARCRMDIR%%/themes/WhiteSands/header.php
-%%SUGARCRMDIR%%/themes/WhiteSands/navigation.css
-%%SUGARCRMDIR%%/themes/WhiteSands/footer.php
-%%SUGARCRMDIR%%/themes/WhiteSands/config.php
-%%SUGARCRMDIR%%/themes/WhiteSands/cookie.js
-%%SUGARCRMDIR%%/themes/WhiteSands/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/WhiteSands/header.html
-%%SUGARCRMDIR%%/themes/WhiteSands/layout_utils.php
-%%SUGARCRMDIR%%/themes/Love/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Love/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Love/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Love/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Love/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/Love/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Love/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Love/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Love/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Love/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/Support.gif
-%%SUGARCRMDIR%%/themes/Love/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Love/images/edit.gif
-%%SUGARCRMDIR%%/themes/Love/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Love/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Love/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Love/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/Love/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftNav_lowerRight.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Love/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/Love/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Love/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Love/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Love/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Love/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/Love/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/Love/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Love/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Love/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Love/images/show.gif
-%%SUGARCRMDIR%%/themes/Love/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftColumnCorner.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Love/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Love/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/previous.gif
-%%SUGARCRMDIR%%/themes/Love/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Love/images/print.gif
-%%SUGARCRMDIR%%/themes/Love/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Love/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftNav_left.gif
-%%SUGARCRMDIR%%/themes/Love/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Love/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Love/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Love/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Love/images/start.gif
-%%SUGARCRMDIR%%/themes/Love/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Love/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/Love/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Love/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Love/images/export.gif
-%%SUGARCRMDIR%%/themes/Love/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Love/images/close.gif
-%%SUGARCRMDIR%%/themes/Love/images/blank.gif
-%%SUGARCRMDIR%%/themes/Love/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Love/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Love/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/Love/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Love/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Love/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Love/images/moduleTab_lowerLeft.gif
-%%SUGARCRMDIR%%/themes/Love/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Love/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Love/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftNav_right.gif
-%%SUGARCRMDIR%%/themes/Love/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Love/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Love/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Love/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Love/images/moduleTab_lowerRight.gif
-%%SUGARCRMDIR%%/themes/Love/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Love/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Love/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Love/images/hide.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Love/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Love/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Love/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftColumnCornerBottom.gif
-%%SUGARCRMDIR%%/themes/Love/images/License.gif
-%%SUGARCRMDIR%%/themes/Love/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Love/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Love/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Love/images/minus.gif
-%%SUGARCRMDIR%%/themes/Love/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Love/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/Search.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Love/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Love/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Love/images/slot.gif
-%%SUGARCRMDIR%%/themes/Love/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Love/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Love/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Love/images/next.gif
-%%SUGARCRMDIR%%/themes/Love/images/myAreaLeft.gif
-%%SUGARCRMDIR%%/themes/Love/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/Love/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Love/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Love/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Love/images/company_logo.gif
-%%SUGARCRMDIR%%/themes/Love/images/Import.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Love/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Love/images/Users.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Love/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Love/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/Love/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Love/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Love/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Love/images/Project.gif
-%%SUGARCRMDIR%%/themes/Love/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Love/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/Products.gif
-%%SUGARCRMDIR%%/themes/Love/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/Love/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Love/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Love/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Love/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Love/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Love/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Love/images/plus.gif
-%%SUGARCRMDIR%%/themes/Love/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Love/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Love/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Love/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Love/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Love/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Love/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Love/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Love/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Love/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Love/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Love/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Love/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Love/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Love/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Love/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Love/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Love/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Love/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/Love/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Love/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Love/images/flower.gif
-%%SUGARCRMDIR%%/themes/Love/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Love/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftColumnDivider.gif
-%%SUGARCRMDIR%%/themes/Love/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Love/images/end.gif
-%%SUGARCRMDIR%%/themes/Love/images/flower.png
-%%SUGARCRMDIR%%/themes/Love/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/Love/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Love/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Love/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Love/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Love/images/delete.gif
-%%SUGARCRMDIR%%/themes/Love/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Love/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/view.gif
-%%SUGARCRMDIR%%/themes/Love/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Love/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/Love/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Love/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/Love/images/leftNav_lowerLeft.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Love/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Love/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Love/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Love/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Love/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Love/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Love/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Love/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Love/images/moreSub.gif
-%%SUGARCRMDIR%%/themes/Love/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Love/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Love/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Love/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Love/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Love/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Love/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Love/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Love/images/help.gif
-%%SUGARCRMDIR%%/themes/Love/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Love/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Love/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Love/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Love/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Love/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Love/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Love/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Love/menu.js
-%%SUGARCRMDIR%%/themes/Love/style.css
-%%SUGARCRMDIR%%/themes/Love/header.php
-%%SUGARCRMDIR%%/themes/Love/navigation.css
-%%SUGARCRMDIR%%/themes/Love/footer.php
-%%SUGARCRMDIR%%/themes/Love/config.php
-%%SUGARCRMDIR%%/themes/Love/cookie.js
-%%SUGARCRMDIR%%/themes/Love/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Love/header.html
-%%SUGARCRMDIR%%/themes/Love/layout_utils.php
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/attachment.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Support.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/edit.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Teams.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Repair.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/arrow.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/lastViewed_bg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Leads.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Cases.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/show.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/previous.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/print.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/start.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Employees.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/export.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/close.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/blank.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/refresh.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/SugarClassic/images/end_off.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Backups.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/spacer.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Backup.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/hide.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/company_logo.png
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/License.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/end.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/minus.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/moduleTab_middle.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Search.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/createBg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/slot.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Documents.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/next.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Calls.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Import.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Users.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Project.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Products.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Reports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/plus.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Releases.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/RSS.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/searchFormButtonBg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/searchSeparator.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Emails.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/detailViewBg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/more.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Roles.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/delete.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/view.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/start_off.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Notes.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/next_off.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/view_status.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Layout.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/currentTab_left.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/help.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/currentTab_right.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Administration.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/images/Themes.gif
-%%SUGARCRMDIR%%/themes/SugarClassic/menu.js
-%%SUGARCRMDIR%%/themes/SugarClassic/style.css
-%%SUGARCRMDIR%%/themes/SugarClassic/header.php
-%%SUGARCRMDIR%%/themes/SugarClassic/navigation.css
-%%SUGARCRMDIR%%/themes/SugarClassic/footer.php
-%%SUGARCRMDIR%%/themes/SugarClassic/config.php
-%%SUGARCRMDIR%%/themes/SugarClassic/cookie.js
-%%SUGARCRMDIR%%/themes/SugarClassic/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/SugarClassic/header.html
-%%SUGARCRMDIR%%/themes/SugarClassic/layout_utils.php
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Support.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/edit.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/lastViewBg.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/show.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/previous.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/print.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/start.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/export.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/close.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/blank.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Awesome80s/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/welcomeBarBg.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/welcomeBar_right.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/monthHeaderBg.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/hide.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/License.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/minus.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/moduleTab_middle.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Search.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/slot.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/next.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/end.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Import.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Users.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/subMenuBg.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Project.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Products.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/creature.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/plus.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/moduleTitleBg.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/listViewHRS1Bg.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/more.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/welcomeBar_left.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/delete.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/view.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/currentTab_left.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/sugarsales_myarea.png
-%%SUGARCRMDIR%%/themes/Awesome80s/images/help.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/currentTab_right.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/myAreaSeparator.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Awesome80s/header1.html
-%%SUGARCRMDIR%%/themes/Awesome80s/menu.js
-%%SUGARCRMDIR%%/themes/Awesome80s/style.css
-%%SUGARCRMDIR%%/themes/Awesome80s/header2.html
-%%SUGARCRMDIR%%/themes/Awesome80s/header.php
-%%SUGARCRMDIR%%/themes/Awesome80s/navigation.css
-%%SUGARCRMDIR%%/themes/Awesome80s/footer.php
-%%SUGARCRMDIR%%/themes/Awesome80s/config.php
-%%SUGARCRMDIR%%/themes/Awesome80s/cookie.js
-%%SUGARCRMDIR%%/themes/Awesome80s/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Awesome80s/header.html
-%%SUGARCRMDIR%%/themes/Awesome80s/layout_utils.php
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/attachment.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Support.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/edit.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/header_right_bottom_bg.jpg
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Teams.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Repair.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/arrow.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Leads.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/header_left_bg.jpg
-%%SUGARCRMDIR%%/themes/GoldenGate/images/end.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Cases.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/show.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/previous.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/print.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/h3Arrow1.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/start.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Employees.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/export.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/close.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/header_left_bg2.jpg
-%%SUGARCRMDIR%%/themes/GoldenGate/images/blank.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/header_right_bottom_bg2.jpg
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/refresh.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/GoldenGate/images/end_off.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Backups.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/spacer.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Backup.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/hide.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/company_logo.png
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/License.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/h3Arrow3.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/minus.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/moduleTab_middle.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Search.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/slot.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Documents.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/next.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Calls.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Import.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Users.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/header_bg2.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/subMenuBg.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Project.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/listViewPaginationBg.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Products.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Reports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/plus.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/header_right_bg2.jpg
-%%SUGARCRMDIR%%/themes/GoldenGate/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/h3Arrow2.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Releases.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/shortcutSeparator.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Emails.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/more.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Roles.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/delete.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/view.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/header_right_bg.jpg
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/RSS.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/start_off.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Notes.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/next_off.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/moreSub.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/view_status.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Layout.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/currentTab_left.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/help.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/currentTab_right.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/myAreaSeparator.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Administration.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/images/Themes.gif
-%%SUGARCRMDIR%%/themes/GoldenGate/menu.js
-%%SUGARCRMDIR%%/themes/GoldenGate/style.css
-%%SUGARCRMDIR%%/themes/GoldenGate/header.php
-%%SUGARCRMDIR%%/themes/GoldenGate/navigation.css
-%%SUGARCRMDIR%%/themes/GoldenGate/footer.php
-%%SUGARCRMDIR%%/themes/GoldenGate/config.php
-%%SUGARCRMDIR%%/themes/GoldenGate/cookie.js
-%%SUGARCRMDIR%%/themes/GoldenGate/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/GoldenGate/header.html
-%%SUGARCRMDIR%%/themes/GoldenGate/layout_utils.php
-%%SUGARCRMDIR%%/themes/Sugar/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Support.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/edit.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgGrayHeader.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgOcherForm.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/end.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgBlue.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/detailViewPaginationBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTabOn_middle.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgOcherHeader.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTab.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgPurpleHeader.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/show.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/previous.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/print.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/start.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/export.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/close.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/blank.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Sugar/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/tabRowPurpleBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTabPurple.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/monthCalBodyWeekDDBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgPurpleForm.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgGrayForm.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/hide.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTabBlue.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTabOcher.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Sugar/images/FavoriteReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/License.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/minus.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Search.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgPurple.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/monthCalBodyWeekBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/tabRowGreenBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/currentTabBlue.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/slot.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/next.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/tabRowBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Import.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Users.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Project.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/currentTabOcher.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Products.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/currentTabPurple.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/plus.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgGreenHeader.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/tabRowOcherBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgBlueHeader.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgGreenForm.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgBlueForm.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/listViewHR.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgGray.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/detailViewBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgGreen.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/more.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/delete.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/view.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/searchMore.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/bgOcher.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/currentTabGreen.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/currentTab.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/help.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/otherTabGreen.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/tabRowBlueBg.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Sugar/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Sugar/colors.blue.icon.gif
-%%SUGARCRMDIR%%/themes/Sugar/colors.green.icon.gif
-%%SUGARCRMDIR%%/themes/Sugar/menu.js
-%%SUGARCRMDIR%%/themes/Sugar/groupTabs.js
-%%SUGARCRMDIR%%/themes/Sugar/fonts.largest.icon.gif
-%%SUGARCRMDIR%%/themes/Sugar/colors.blue.css
-%%SUGARCRMDIR%%/themes/Sugar/fonts.normal.icon.gif
-%%SUGARCRMDIR%%/themes/Sugar/style.css
-%%SUGARCRMDIR%%/themes/Sugar/header.php
-%%SUGARCRMDIR%%/themes/Sugar/style.js
-%%SUGARCRMDIR%%/themes/Sugar/colors.ocher.css
-%%SUGARCRMDIR%%/themes/Sugar/navigation.css
-%%SUGARCRMDIR%%/themes/Sugar/footer.php
-%%SUGARCRMDIR%%/themes/Sugar/config.php
-%%SUGARCRMDIR%%/themes/Sugar/colors.purple.icon.gif
-%%SUGARCRMDIR%%/themes/Sugar/cookie.js
-%%SUGARCRMDIR%%/themes/Sugar/colors.green.css
-%%SUGARCRMDIR%%/themes/Sugar/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Sugar/colors.purple.css
-%%SUGARCRMDIR%%/themes/Sugar/fonts.larger.icon.gif
-%%SUGARCRMDIR%%/themes/Sugar/header.html
-%%SUGARCRMDIR%%/themes/Sugar/colors.sugar.css
-%%SUGARCRMDIR%%/themes/Sugar/colors.sugar.icon.gif
-%%SUGARCRMDIR%%/themes/Sugar/fonts.normal.css
-%%SUGARCRMDIR%%/themes/Sugar/colors.ocher.icon.gif
-%%SUGARCRMDIR%%/themes/Sugar/fonts.largest.css
-%%SUGARCRMDIR%%/themes/Sugar/fonts.larger.css
-%%SUGARCRMDIR%%/themes/Sugar/layout_utils.php
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/attachment.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Support.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/edit.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Teams.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/myAreaBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/end.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/detailViewPaginationBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/otherTabOn_middle.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/header_bg_old.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Repair.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/arrow.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/lastViewed_bg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/lastViewBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/dailyCalBodyTimeBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/footerBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Leads.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Cases.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/show.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/previous.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/print.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/RSS.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/start.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Employees.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/export.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/close.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/blank.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/moduleTitleHR.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/refresh.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/VintageSugar/images/end_off.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Backups.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/monthCalBodyWeekDDBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/spacer.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Backup.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/hide.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/searchBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/company_logo.png
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/License.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/minus.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/moduleTab_middle.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Search.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/createBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/monthCalBodyWeekBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/slot.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Documents.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/next.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/monthBoxHR.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Calls.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Import.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Users.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Project.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Products.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Reports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/plus.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Releases.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/searchFormButtonBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Emails.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/searchSeparator.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/listViewHR.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/detailViewBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/more.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Roles.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/delete.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/view.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/searchMore.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/monthCalBodyTHWeekBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/welcomeBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/start_off.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Notes.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/monthCalBodyTHDayBg.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/next_off.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/view_status.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Layout.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/currentTab_left.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/help.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/currentTab_right.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/myAreaSeparator.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Administration.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/images/Themes.gif
-%%SUGARCRMDIR%%/themes/VintageSugar/menu.js
-%%SUGARCRMDIR%%/themes/VintageSugar/style.css
-%%SUGARCRMDIR%%/themes/VintageSugar/header.php
-%%SUGARCRMDIR%%/themes/VintageSugar/navigation.css
-%%SUGARCRMDIR%%/themes/VintageSugar/footer.php
-%%SUGARCRMDIR%%/themes/VintageSugar/config.php
-%%SUGARCRMDIR%%/themes/VintageSugar/cookie.js
-%%SUGARCRMDIR%%/themes/VintageSugar/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/VintageSugar/header.html
-%%SUGARCRMDIR%%/themes/VintageSugar/layout_utils.php
-%%SUGARCRMDIR%%/themes/Shred/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Shred/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Shred/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Shred/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Shred/images/subTabBar_bg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/Shred/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Shred/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/doc_bg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Support.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Shred/images/edit.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Shred/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Shred/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/Shred/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/icicle_right.png
-%%SUGARCRMDIR%%/themes/Shred/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/Shred/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Shred/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Shred/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Shred/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Shred/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/Shred/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Shred/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Shred/images/show.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Shred/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/previous.gif
-%%SUGARCRMDIR%%/themes/Shred/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Shred/images/print.gif
-%%SUGARCRMDIR%%/themes/Shred/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Shred/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Shred/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Shred/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Shred/images/start.gif
-%%SUGARCRMDIR%%/themes/Shred/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/Shred/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Shred/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Shred/images/export.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Shred/images/close.gif
-%%SUGARCRMDIR%%/themes/Shred/images/blank.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Shred/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Shred/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Shred/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Shred/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Shred/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Shred/images/monthCalBodyTHDay_bg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Shred/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Shred/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Shred/images/hide.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Shred/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Shred/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Shred/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Shred/images/License.gif
-%%SUGARCRMDIR%%/themes/Shred/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Shred/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Shred/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Shred/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Shred/images/minus.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Shred/images/boarder.gif
-%%SUGARCRMDIR%%/themes/Shred/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_right.png
-%%SUGARCRMDIR%%/themes/Shred/images/Search.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Shred/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Shred/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Shred/images/createBg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/slot.gif
-%%SUGARCRMDIR%%/themes/Shred/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Shred/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Shred/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Shred/images/next.gif
-%%SUGARCRMDIR%%/themes/Shred/images/icicle_left.png
-%%SUGARCRMDIR%%/themes/Shred/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/Shred/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Shred/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Shred/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Shred/images/company_logo.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Import.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Shred/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Shred/images/monthCalBodyTHWeek_bg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Users.gif
-%%SUGARCRMDIR%%/themes/Shred/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Shred/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/Shred/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Shred/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Shred/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Project.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Shred/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Products.gif
-%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/Shred/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Shred/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Shred/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Shred/images/plus.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Shred/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Shred/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Shred/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Shred/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_middle.png
-%%SUGARCRMDIR%%/themes/Shred/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Shred/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Shred/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Shred/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Shred/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Shred/images/moduleTab_left.png
-%%SUGARCRMDIR%%/themes/Shred/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Shred/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Shred/images/detailViewBg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Shred/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Shred/images/more.gif
-%%SUGARCRMDIR%%/themes/Shred/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Shred/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Shred/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Shred/images/end.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Shred/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Shred/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/Shred/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Shred/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Shred/images/delete.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Shred/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/view.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Shred/images/boarder.png
-%%SUGARCRMDIR%%/themes/Shred/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Shred/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Shred/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/Shred/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Shred/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Shred/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Shred/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Shred/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/Shred/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Shred/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Shred/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Shred/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Shred/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Shred/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Shred/images/help.gif
-%%SUGARCRMDIR%%/themes/Shred/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Shred/images/currentTab_right.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Shred/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Shred/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Shred/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Shred/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Shred/menu.js
-%%SUGARCRMDIR%%/themes/Shred/style.css
-%%SUGARCRMDIR%%/themes/Shred/header.php
-%%SUGARCRMDIR%%/themes/Shred/navigation.css
-%%SUGARCRMDIR%%/themes/Shred/footer.php
-%%SUGARCRMDIR%%/themes/Shred/config.php
-%%SUGARCRMDIR%%/themes/Shred/cookie.js
-%%SUGARCRMDIR%%/themes/Shred/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Shred/header.html
-%%SUGARCRMDIR%%/themes/Shred/layout_utils.php
-%%SUGARCRMDIR%%/themes/Links/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Links/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Links/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Links/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Links/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/Links/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Links/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Links/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Links/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Links/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/doc_bg.gif
-%%SUGARCRMDIR%%/themes/Links/images/Support.gif
-%%SUGARCRMDIR%%/themes/Links/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Links/images/edit.gif
-%%SUGARCRMDIR%%/themes/Links/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Links/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Links/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Links/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Links/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/Links/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftNav_lowerRight.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Links/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Links/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Links/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Links/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/Links/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/Links/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Links/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Links/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Links/images/grass_bottom_bg.gif
-%%SUGARCRMDIR%%/themes/Links/images/show.gif
-%%SUGARCRMDIR%%/themes/Links/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftColumnCorner.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Links/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Links/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/previous.gif
-%%SUGARCRMDIR%%/themes/Links/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Links/images/print.gif
-%%SUGARCRMDIR%%/themes/Links/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Links/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftNav_left.gif
-%%SUGARCRMDIR%%/themes/Links/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Links/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Links/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Links/images/start.gif
-%%SUGARCRMDIR%%/themes/Links/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Links/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_leftCol.gif
-%%SUGARCRMDIR%%/themes/Links/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/Links/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Links/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Links/images/export.gif
-%%SUGARCRMDIR%%/themes/Links/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Links/images/close.gif
-%%SUGARCRMDIR%%/themes/Links/images/blank.gif
-%%SUGARCRMDIR%%/themes/Links/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Links/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Links/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/Links/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Links/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Links/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lowerLeft.gif
-%%SUGARCRMDIR%%/themes/Links/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Links/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Links/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Links/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftNav_right.gif
-%%SUGARCRMDIR%%/themes/Links/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Links/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Links/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Links/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lowerRight.gif
-%%SUGARCRMDIR%%/themes/Links/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Links/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Links/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Links/images/hide.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Links/images/golfer.png
-%%SUGARCRMDIR%%/themes/Links/images/grass_bg.gif
-%%SUGARCRMDIR%%/themes/Links/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Links/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Links/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_rightCol.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftColumnCornerBottom.gif
-%%SUGARCRMDIR%%/themes/Links/images/License.gif
-%%SUGARCRMDIR%%/themes/Links/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Links/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Links/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Links/images/minus.gif
-%%SUGARCRMDIR%%/themes/Links/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Links/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/Search.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Links/images/grass_top_bg.gif
-%%SUGARCRMDIR%%/themes/Links/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Links/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Links/images/grass_bg2.gif
-%%SUGARCRMDIR%%/themes/Links/images/slot.gif
-%%SUGARCRMDIR%%/themes/Links/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Links/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Links/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Links/images/next.gif
-%%SUGARCRMDIR%%/themes/Links/images/myAreaLeft.gif
-%%SUGARCRMDIR%%/themes/Links/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/Links/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Links/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Links/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Links/images/Import.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Links/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Links/images/Users.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Links/images/golfball.png
-%%SUGARCRMDIR%%/themes/Links/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Links/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/Links/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Links/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Links/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Links/images/Project.gif
-%%SUGARCRMDIR%%/themes/Links/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Links/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/Products.gif
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/Links/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Links/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Links/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Links/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Links/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Links/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Links/images/plus.gif
-%%SUGARCRMDIR%%/themes/Links/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Links/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/flag.png
-%%SUGARCRMDIR%%/themes/Links/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Links/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Links/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Links/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Links/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Links/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Links/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Links/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Links/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Links/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Links/images/header_bg.png
-%%SUGARCRMDIR%%/themes/Links/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Links/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Links/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Links/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Links/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Links/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Links/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Links/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/Links/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Links/images/end.gif
-%%SUGARCRMDIR%%/themes/Links/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Links/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftColumnDivider.gif
-%%SUGARCRMDIR%%/themes/Links/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Links/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/Links/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Links/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Links/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Links/images/delete.gif
-%%SUGARCRMDIR%%/themes/Links/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Links/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/grass_left_bg.gif
-%%SUGARCRMDIR%%/themes/Links/images/view.gif
-%%SUGARCRMDIR%%/themes/Links/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Links/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Links/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Links/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/Links/images/leftNav_lowerLeft.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Links/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Links/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Links/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Links/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Links/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Links/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Links/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Links/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Links/images/moreSub.gif
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_top.gif
-%%SUGARCRMDIR%%/themes/Links/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Links/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Links/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Links/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Links/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Links/images/moduleTab_lower.gif
-%%SUGARCRMDIR%%/themes/Links/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Links/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Links/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Links/images/help.gif
-%%SUGARCRMDIR%%/themes/Links/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Links/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Links/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Links/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Links/images/flag_header.png
-%%SUGARCRMDIR%%/themes/Links/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Links/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Links/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Links/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Links/menu.js
-%%SUGARCRMDIR%%/themes/Links/style.css
-%%SUGARCRMDIR%%/themes/Links/header.php
-%%SUGARCRMDIR%%/themes/Links/navigation.css
-%%SUGARCRMDIR%%/themes/Links/footer.php
-%%SUGARCRMDIR%%/themes/Links/config.php
-%%SUGARCRMDIR%%/themes/Links/cookie.js
-%%SUGARCRMDIR%%/themes/Links/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Links/header.html
-%%SUGARCRMDIR%%/themes/Links/layout_utils.php
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/attachment.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Support.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/edit.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Teams.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Repair.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/arrow.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/lastViewed_bg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/lastViewBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Leads.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Cases.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/show.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/previous.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/print.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/start.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Employees.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/export.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/close.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/blank.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/refresh.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/end_off.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/welcomeBarBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Backups.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/monthHeaderBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/spacer.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Backup.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/hide.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/searchBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/company_logo.png
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/License.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/minus.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/moduleTab_middle.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Search.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/createBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/slot.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Documents.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/next.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Calls.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Import.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Users.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Project.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/subMenuBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Products.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Reports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/plus.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Releases.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/searchFormButtonBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/lastViewedBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/moduleTitleBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/end.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/searchSeparator.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Emails.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/detailViewBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/listViewHRS1Bg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/more.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/RSS.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Roles.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/delete.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/view.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/start_off.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Notes.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/next_off.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/view_status.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Layout.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/currentTab_left.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/help.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/myAreaSeparator.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Administration.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/Themes.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/images/header_right_bg.gif
-%%SUGARCRMDIR%%/themes/FinalFrontier/menu.js
-%%SUGARCRMDIR%%/themes/FinalFrontier/style.css
-%%SUGARCRMDIR%%/themes/FinalFrontier/header2.html
-%%SUGARCRMDIR%%/themes/FinalFrontier/header.php
-%%SUGARCRMDIR%%/themes/FinalFrontier/navigation.css
-%%SUGARCRMDIR%%/themes/FinalFrontier/footer.php
-%%SUGARCRMDIR%%/themes/FinalFrontier/config.php
-%%SUGARCRMDIR%%/themes/FinalFrontier/cookie.js
-%%SUGARCRMDIR%%/themes/FinalFrontier/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/FinalFrontier/header.html
-%%SUGARCRMDIR%%/themes/FinalFrontier/layout_utils.php
-%%SUGARCRMDIR%%/themes/Pipeline/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Support.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/edit.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/myAreaBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/end.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftNav_lowerRight.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/h3Arrow.png
-%%SUGARCRMDIR%%/themes/Pipeline/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/currentTabBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/show.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftColumnCorner.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/previous.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/print.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftNav_left.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/start.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/export.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/close.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/blank.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Pipeline/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/moduleTab_lowerLeft.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/welcomeBarBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftNav_right.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/moduleTab_lowerRight.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/hide.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Pipeline/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftColumnCornerBottom.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/License.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/minus.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Search.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/slot.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/next.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/myAreaLeft.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/header_search_bg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/company_logo.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Import.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Users.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/otherTabBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/header_surfer.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/subMenuBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Project.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Products.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/plus.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/flower.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftColumnDivider.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/flower.png
-%%SUGARCRMDIR%%/themes/Pipeline/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/searchText.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/delete.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/view.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/leftNav_lowerLeft.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/moreSub.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/searchButton.png
-%%SUGARCRMDIR%%/themes/Pipeline/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/help.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/otherTabBottomBg.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Pipeline/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Pipeline/menu.js
-%%SUGARCRMDIR%%/themes/Pipeline/style.css
-%%SUGARCRMDIR%%/themes/Pipeline/header.php
-%%SUGARCRMDIR%%/themes/Pipeline/navigation.css
-%%SUGARCRMDIR%%/themes/Pipeline/footer.php
-%%SUGARCRMDIR%%/themes/Pipeline/config.php
-%%SUGARCRMDIR%%/themes/Pipeline/cookie.js
-%%SUGARCRMDIR%%/themes/Pipeline/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Pipeline/header.html
-%%SUGARCRMDIR%%/themes/Pipeline/layout_utils.php
-%%SUGARCRMDIR%%/themes/Retro/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Retro/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Retro/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Retro/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Retro/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Retro/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Support.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Retro/images/edit.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Retro/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Retro/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Retro/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Retro/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Retro/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Retro/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/Retro/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Retro/images/show.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Retro/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/previous.gif
-%%SUGARCRMDIR%%/themes/Retro/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Retro/images/print.gif
-%%SUGARCRMDIR%%/themes/Retro/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Retro/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Retro/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Retro/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Retro/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/Retro/images/start.gif
-%%SUGARCRMDIR%%/themes/Retro/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Retro/images/export.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Retro/images/close.gif
-%%SUGARCRMDIR%%/themes/Retro/images/blank.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Retro/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Retro/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Retro/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Retro/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Retro/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Retro/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Retro/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Retro/images/hide.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Retro/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Retro/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Retro/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Retro/images/License.gif
-%%SUGARCRMDIR%%/themes/Retro/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Retro/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Retro/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Retro/images/minus.gif
-%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_middle.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Retro/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Search.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Retro/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Retro/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Retro/images/slot.gif
-%%SUGARCRMDIR%%/themes/Retro/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Retro/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Retro/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Retro/images/next.gif
-%%SUGARCRMDIR%%/themes/Retro/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Retro/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Retro/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Import.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Retro/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Users.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Retro/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Retro/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Retro/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Retro/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Project.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Retro/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Products.gif
-%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/Retro/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Retro/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Retro/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Retro/images/plus.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Retro/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Retro/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Retro/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Retro/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Retro/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Retro/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Retro/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Retro/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Retro/images/shortcutSeparator.gif
-%%SUGARCRMDIR%%/themes/Retro/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Retro/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Retro/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Retro/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Retro/images/more.gif
-%%SUGARCRMDIR%%/themes/Retro/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Retro/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Retro/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Retro/images/end.gif
-%%SUGARCRMDIR%%/themes/Retro/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Retro/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Retro/images/delete.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Retro/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/view.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Retro/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Retro/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Retro/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Retro/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Retro/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Retro/images/moreSub.gif
-%%SUGARCRMDIR%%/themes/Retro/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/Retro/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Retro/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Retro/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Retro/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Retro/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Retro/images/help.gif
-%%SUGARCRMDIR%%/themes/Retro/images/currentTab_left.gif
-%%SUGARCRMDIR%%/themes/Retro/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Retro/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Retro/images/currentTab_right.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Retro/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Retro/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/Retro/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Retro/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Retro/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Retro/menu.js
-%%SUGARCRMDIR%%/themes/Retro/style.css
-%%SUGARCRMDIR%%/themes/Retro/header.php
-%%SUGARCRMDIR%%/themes/Retro/navigation.css
-%%SUGARCRMDIR%%/themes/Retro/footer.php
-%%SUGARCRMDIR%%/themes/Retro/config.php
-%%SUGARCRMDIR%%/themes/Retro/cookie.js
-%%SUGARCRMDIR%%/themes/Retro/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Retro/header.html
-%%SUGARCRMDIR%%/themes/Retro/layout_utils.php
-%%SUGARCRMDIR%%/themes/SugarLite/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/attachment.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Support.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/edit.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/show_submenu.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Teams.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Repair.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/arrow.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Leads.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Cases.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/show.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/previous.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/print.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/start.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Employees.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/export.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/close.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/blank.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/refresh.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/SugarLite/images/end_off.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Backups.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/spacer.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Backup.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/hide.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/company_logo.png
-%%SUGARCRMDIR%%/themes/SugarLite/images/hide_submenu_lastview.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/License.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/minus.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Search.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/slot.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Documents.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/next.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Calls.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Import.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Users.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/hide_submenu_shortcuts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/show_submenu_lastview.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Project.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Products.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Reports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/plus.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/show_submenu_record.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Releases.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Emails.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/hide_submenu_record.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/more.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Roles.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/end.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/delete.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/view.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/RSS.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/show_submenu_shortcuts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/hide_submenu.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/start_off.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Notes.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/next_off.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/view_status.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Layout.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/help.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Administration.gif
-%%SUGARCRMDIR%%/themes/SugarLite/images/Themes.gif
-%%SUGARCRMDIR%%/themes/SugarLite/menu.js
-%%SUGARCRMDIR%%/themes/SugarLite/style.css
-%%SUGARCRMDIR%%/themes/SugarLite/header.php
-%%SUGARCRMDIR%%/themes/SugarLite/navigation.css
-%%SUGARCRMDIR%%/themes/SugarLite/footer.php
-%%SUGARCRMDIR%%/themes/SugarLite/config.php
-%%SUGARCRMDIR%%/themes/SugarLite/cookie.js
-%%SUGARCRMDIR%%/themes/SugarLite/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/SugarLite/header.html
-%%SUGARCRMDIR%%/themes/SugarLite/layout_utils.php
-%%SUGARCRMDIR%%/themes/Paradise/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/subTabBar_bg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/doc_bg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Support.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/edit.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_right.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/show.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/palm_tree.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/previous.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/print.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/start.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/formButtonBg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/export.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/close.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/blank.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Paradise/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_bg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/hide.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Paradise/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/License.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/minus.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_middle.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Search.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/createBg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/slot.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/next.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/formButtonBgOn.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Import.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Users.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/searchSeparator.png
-%%SUGARCRMDIR%%/themes/Paradise/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Project.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Products.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_right.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/plus.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/end.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/detailViewBg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/more.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/delete.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/sailboat.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/view.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/moduleTab_left.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/subTab_shadow.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/otherTab_left.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_left.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/help.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/currentTab_right.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Paradise/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Paradise/menu.js
-%%SUGARCRMDIR%%/themes/Paradise/style.css
-%%SUGARCRMDIR%%/themes/Paradise/header.php
-%%SUGARCRMDIR%%/themes/Paradise/screensaver.js
-%%SUGARCRMDIR%%/themes/Paradise/navigation.css
-%%SUGARCRMDIR%%/themes/Paradise/footer.php
-%%SUGARCRMDIR%%/themes/Paradise/config.php
-%%SUGARCRMDIR%%/themes/Paradise/cookie.js
-%%SUGARCRMDIR%%/themes/Paradise/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Paradise/header.html
-%%SUGARCRMDIR%%/themes/Paradise/layout_utils.php
-%%SUGARCRMDIR%%/themes/Sunset/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/attachment.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Support.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/edit.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Teams.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Repair.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/arrow.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/lastViewBg.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Leads.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Cases.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/show.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/previous.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/header_sunset_bottom.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/print.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/currentTab_middle.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/start.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/end.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Employees.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/export.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/close.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/blank.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/listViewBg.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/refresh.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/Sunset/images/end_off.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Backups.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/spacer.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Backup.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/hide.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/company_logo.png
-%%SUGARCRMDIR%%/themes/Sunset/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/header_sunset.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/License.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/minus.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Search.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/slot.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Documents.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/next.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/RSS.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Calls.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Import.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Users.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Project.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Products.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Reports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/plus.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Releases.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/otherTab_middle.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/welcomeBar_bg.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Emails.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/searchButton.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/more.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/header_bg.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Roles.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/delete.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/view.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/calendarHeaderBg.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/start_off.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Notes.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/next_off.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/view_status.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Layout.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/help.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Administration.gif
-%%SUGARCRMDIR%%/themes/Sunset/images/Themes.gif
-%%SUGARCRMDIR%%/themes/Sunset/menu.js
-%%SUGARCRMDIR%%/themes/Sunset/style.css
-%%SUGARCRMDIR%%/themes/Sunset/header.php
-%%SUGARCRMDIR%%/themes/Sunset/navigation.css
-%%SUGARCRMDIR%%/themes/Sunset/footer.php
-%%SUGARCRMDIR%%/themes/Sunset/config.php
-%%SUGARCRMDIR%%/themes/Sunset/cookie.js
-%%SUGARCRMDIR%%/themes/Sunset/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/Sunset/header.html
-%%SUGARCRMDIR%%/themes/Sunset/layout_utils.php
-%%SUGARCRMDIR%%/themes/BoldMove/images/Campaigns.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/attachment.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.blue.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/previous_off.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateDataSet.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.green.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/RenameTabs.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ProductCategories.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/uparrow_big.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Bugs.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ProjectTask.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Prospects.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/unscheduled_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Support.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Product_Types.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/edit.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/bgGrayHeader.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Teams.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/plus_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/EditLayout.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/SchedulerTest.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ppt_image_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/h3ArrowGreen.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ProductTypes.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/OpportunityReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateTeams.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/h3Arrow.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/DataSets.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/header_bg_old.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Repair.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/downarrow.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/accept_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/arrow.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/lastViewBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateEmails.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateProspects.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/searchFormBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/BugReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Leads.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.pink.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/downarrow_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/xls_image_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/InboundEmail.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/footerBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateDropdown.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Cases.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/show.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/h3ArrowOrange.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Tasks.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/bgPinkHeader.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateEmployees.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/getLatestDocument.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CaseReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/previous.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/check_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/edit_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateOpportunities.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/print.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/menuarrow.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/AlertEmailTemplates.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/EmailMan.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/fonts.largest.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/EmailFolder.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Rebuild2.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Opportunities.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/start.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/downarrow_big.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Employees.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Schedulers.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/fonts.normal.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/export.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Currencies.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/close.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/blank.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ImportCustomFields.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/arrow_down.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/refresh.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/MoreDetail.png
-%%SUGARCRMDIR%%/themes/BoldMove/images/end_off.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/tabRowPurpleBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateCampaigns.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/tentative_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateNotes.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CallReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.navy.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateTimePeriods.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ConfigureTabs.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateWorkflowDefinition.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Backups.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ProductTemplates.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/spacer.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.orange.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/uparrow.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CustomQueries.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Feeds.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Meetings.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateProducts.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Backup.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/hide.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateMeetings.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/searchBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/DocumentRevisions.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/minus_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/company_logo.png
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.ocher.css
-%%SUGARCRMDIR%%/themes/BoldMove/images/Rebuild.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/License.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/TaskReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/sqsWait.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateCalls.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/green_camp.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/advanced_search.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/minus.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ModuleLoader.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateProject.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/def_image_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Search.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/end.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateWebToLeadForm.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/MyProject.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/jscalendar.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/tabRowGreenBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/slot.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/sugarupdate.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/publish_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Documents.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/EmailSetupWizard.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/next.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/uparrow_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/basic_search.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/PatchUpgrades.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/MeetingReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/tabRowBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Calls.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateContracts.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Import.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateDocuments.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Users.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/bgNavyHeader.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/OnlineDocumentation.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/bgOrangeHeader.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/leftarrow_big.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Quotes.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/PriceList.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/WorkflowSequence.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/close_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/AllRSS.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/loadSignedDocument.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateProspectLists.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateScheduler.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Project.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Price_List.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/view_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Products.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/calendar_next.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/arrow_up.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Reports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/RSS.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateAccounts.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Forecasts.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Accounts.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/TimePeriods.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/plus.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Upgrade.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/decline_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/bgGreenHeader.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/txt_image_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/tabRowOcherBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/doc_image_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/AllNews.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/yellow_camp.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.purple.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/leftarrow.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Releases.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateReport.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Manufacturers.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/red_camp.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Emails.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/searchFormButtonBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/pdf_image_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/edit_wizard.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ExportCustomFields.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/unpublish_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/bgBlueHeader.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Dropdown.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/QuoteReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.green.css
-%%SUGARCRMDIR%%/themes/BoldMove/images/rightarrow.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateiFrames.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/StickyThread.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateMailboxes.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ReportMaker.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Newsletters.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/listViewHR.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/rightarrow_big.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Shippers.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/more.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateTasks.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateUsers.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/MyReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ForecastWorksheet.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateContacts.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/fonts.larger.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateBugs.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/EmailTemplates.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Roles.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/FieldLabels.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.purple.css
-%%SUGARCRMDIR%%/themes/BoldMove/images/emptyTabSpace.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/LeadReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateCases.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateQuery.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Calendar.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/iFrames.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/delete.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CampaignsWizard.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/colors.sugar.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/EmailReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/view.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/h3ArrowPink.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Product_Categories.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ForecastReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/QueryBuilder.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/leftModuleBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/MailboxesTestImport.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateLeads.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateRoles.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ContactReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/searchMore.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateCustomQuery.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/delete_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/welcomeBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/start_off.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Workflow.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Contacts.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/calendar_previous.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Notes.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Diagnostic.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ContractReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/AccountReports.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/next_off.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateProjectTask.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/h3ArrowBlue.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/LanguagePacks.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/TaxRates.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/close_dashboard.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/scheduled_inline.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/h3ArrowNavy.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/view_status.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Layout.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/OfflineClient.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/help.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/ProspectLists.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Dashboard.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Themes.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Contracts.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/CreateQuotes.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/mass_update.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/EmailDiagnostic.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/MigrateFields.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/tabRowBlueBg.gif
-%%SUGARCRMDIR%%/themes/BoldMove/images/Administration.gif
-%%SUGARCRMDIR%%/themes/BoldMove/menu.js
-%%SUGARCRMDIR%%/themes/BoldMove/groupTabs.js
-%%SUGARCRMDIR%%/themes/BoldMove/fonts.super.css
-%%SUGARCRMDIR%%/themes/BoldMove/fonts.largest.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/colors.blue.css
-%%SUGARCRMDIR%%/themes/BoldMove/fonts.normal.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/style.css
-%%SUGARCRMDIR%%/themes/BoldMove/header.php
-%%SUGARCRMDIR%%/themes/BoldMove/style.js
-%%SUGARCRMDIR%%/themes/BoldMove/navigation.css
-%%SUGARCRMDIR%%/themes/BoldMove/fonts.super.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/footer.php
-%%SUGARCRMDIR%%/themes/BoldMove/config.php
-%%SUGARCRMDIR%%/themes/BoldMove/colors.navy.css
-%%SUGARCRMDIR%%/themes/BoldMove/cookie.js
-%%SUGARCRMDIR%%/themes/BoldMove/colors.green.css
-%%SUGARCRMDIR%%/themes/BoldMove/calendar-win2k-cold-1.css
-%%SUGARCRMDIR%%/themes/BoldMove/colors.yellow.css
-%%SUGARCRMDIR%%/themes/BoldMove/header.html
-%%SUGARCRMDIR%%/themes/BoldMove/fonts.larger.icon.gif
-%%SUGARCRMDIR%%/themes/BoldMove/colors.sugar.css
-%%SUGARCRMDIR%%/themes/BoldMove/colors.orange.css
-%%SUGARCRMDIR%%/themes/BoldMove/fonts.normal.css
-%%SUGARCRMDIR%%/themes/BoldMove/fonts.largest.css
-%%SUGARCRMDIR%%/themes/BoldMove/fonts.larger.css
-%%SUGARCRMDIR%%/themes/BoldMove/layout_utils.php
-%%SUGARCRMDIR%%/themes/BoldMove/colors.pink.css
-%%SUGARCRMDIR%%/themes/default/images/studio_save.gif
-%%SUGARCRMDIR%%/themes/default/images/studio_blank.gif
-%%SUGARCRMDIR%%/themes/default/images/studio_addRows.gif
-%%SUGARCRMDIR%%/themes/default/images/studio_addField.gif
-%%SUGARCRMDIR%%/themes/default/images/FavoriteReports.gif
-%%SUGARCRMDIR%%/themes/default/images/studio_undo.gif
-%%SUGARCRMDIR%%/themes/default/images/sugar_document.png
-%%SUGARCRMDIR%%/themes/default/images/loading.gif
-%%SUGARCRMDIR%%/themes/default/images/studio_history.gif
-%%SUGARCRMDIR%%/themes/default/images/studio_redo.gif
-%%SUGARCRMDIR%%/themes/default/images/studio_publish.gif
-@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%%/ModuleInstall/PackageManager/metadata
-@dirrm %%SUGARCRMDIR%%/ModuleInstall/PackageManager/tpls
-@dirrm %%SUGARCRMDIR%%/ModuleInstall/PackageManager
-@dirrm %%SUGARCRMDIR%%/ModuleInstall
-@dirrm %%SUGARCRMDIR%%/XTemplate
-@dirrm %%SUGARCRMDIR%%/cache/generated_forms
-@dirrm %%SUGARCRMDIR%%/cache/import
-@dirrm %%SUGARCRMDIR%%/cache/layout
-@dirrm %%SUGARCRMDIR%%/cache/dyn_lay
-@dirrm %%SUGARCRMDIR%%/cache/custom_fields
-@dirrm %%SUGARCRMDIR%%/cache/csv
-@dirrm %%SUGARCRMDIR%%/cache/feeds
-@dirrm %%SUGARCRMDIR%%/cache/images
-@dirrm %%SUGARCRMDIR%%/cache/pdf
-@dirrm %%SUGARCRMDIR%%/custom
-@dirrm %%SUGARCRMDIR%%/data/upload
-@dirrm %%SUGARCRMDIR%%/data
-@dirrm %%SUGARCRMDIR%%/examples
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor_Sugar
-@dirrm %%SUGARCRMDIR%%/include/Pear/HTML_Safe
-@dirrm %%SUGARCRMDIR%%/include/Pear/Crypt_Blowfish/Blowfish
-@dirrm %%SUGARCRMDIR%%/include/Pear/Crypt_Blowfish
-@dirrm %%SUGARCRMDIR%%/include/Pear/XML_HTMLSax3/HTMLSax3
-@dirrm %%SUGARCRMDIR%%/include/Pear/XML_HTMLSax3
-@dirrm %%SUGARCRMDIR%%/include/Pear
-@dirrm %%SUGARCRMDIR%%/include/SubPanel/tpls
-@dirrm %%SUGARCRMDIR%%/include/SubPanel
-@dirrm %%SUGARCRMDIR%%/include/jsolait/lib
-@dirrm %%SUGARCRMDIR%%/include/jsolait
-@dirrm %%SUGARCRMDIR%%/include/timezone
-@dirrm %%SUGARCRMDIR%%/include/Dashlets
-@dirrm %%SUGARCRMDIR%%/include/Popups
-@dirrm %%SUGARCRMDIR%%/include/SearchForm
-@dirrm %%SUGARCRMDIR%%/include/nusoap
-@dirrm %%SUGARCRMDIR%%/include/pclzip
-@dirrm %%SUGARCRMDIR%%/include/domit_rss
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common/images
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/common
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_about
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_flash
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_template/images
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_template
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_universalkey
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_docprops
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_link
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_image
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_select
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages/spellerpages
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog/fck_spellerpages
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/dialog
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder/lang
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/placeholder
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/simplecommands
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/plugins/tablecommands
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/plugins
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/toolbar
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default/images
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/skins/default
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/skins
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/php
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/cfm
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/aspx
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/asp
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload/lasso
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/upload
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/js
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/perl
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/php
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/cfm
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/aspx
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/asp
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/py
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors/lasso
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/connectors
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons/32
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images/icons
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default/images
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser/default
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager/browser
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/filemanager
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/js
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/css/behaviors
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/css/images
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/css
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/lang
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley/msn
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/images/smiley
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor/images
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor/editor
-@dirrm %%SUGARCRMDIR%%/include/FCKeditor
-@dirrm %%SUGARCRMDIR%%/include/templates
-@dirrm %%SUGARCRMDIR%%/include/Localization
-@dirrm %%SUGARCRMDIR%%/include/ListView
-@dirrm %%SUGARCRMDIR%%/include/utils
-@dirrm %%SUGARCRMDIR%%/include/generic/SugarWidgets
-@dirrm %%SUGARCRMDIR%%/include/generic
-@dirrm %%SUGARCRMDIR%%/include/DetailView
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/img
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/assets/tabview/css
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/assets/tabview
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/assets
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/data
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/css
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs/gray
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/tabs
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/toolbar
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout/gray
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/layout
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/basic-dialog
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/grid
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer/gray
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images/sizer
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources/images
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/resources
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext/grid
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui/ext
-@dirrm %%SUGARCRMDIR%%/include/javascript/yui
-@dirrm %%SUGARCRMDIR%%/include/javascript
-@dirrm %%SUGARCRMDIR%%/include/fonts
-@dirrm %%SUGARCRMDIR%%/include/controller
-@dirrm %%SUGARCRMDIR%%/include/language
-@dirrm %%SUGARCRMDIR%%/include/database
-@dirrm %%SUGARCRMDIR%%/include/HTTP_WebDAV_Server/Tools
-@dirrm %%SUGARCRMDIR%%/include/HTTP_WebDAV_Server
-@dirrm %%SUGARCRMDIR%%/include/phpmailer/language
-@dirrm %%SUGARCRMDIR%%/include/phpmailer
-@dirrm %%SUGARCRMDIR%%/include/charts
-@dirrm %%SUGARCRMDIR%%/include/VarDefHandler
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/anim
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/img/folders
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/img/default
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/img/check
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/img
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/css/folders
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/css/forecasts
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/css/default
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/css/check
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView/css
-@dirrm %%SUGARCRMDIR%%/include/ytree/TreeView
-@dirrm %%SUGARCRMDIR%%/include/ytree
-@dirrm %%SUGARCRMDIR%%/include/PHP_Compat
-@dirrm %%SUGARCRMDIR%%/include/GroupedTabs
-@dirrm %%SUGARCRMDIR%%/include/contextMenus/menuDefs
-@dirrm %%SUGARCRMDIR%%/include/contextMenus
-@dirrm %%SUGARCRMDIR%%/include/SugarTabs/tpls
-@dirrm %%SUGARCRMDIR%%/include/SugarTabs
-@dirrm %%SUGARCRMDIR%%/include/CurrencyService
-@dirrm %%SUGARCRMDIR%%/include/EditView
-@dirrm %%SUGARCRMDIR%%/include/images
-@dirrm %%SUGARCRMDIR%%/include/Smarty/plugins
-@dirrm %%SUGARCRMDIR%%/include/Smarty/internals
-@dirrm %%SUGARCRMDIR%%/include/Smarty
-@dirrm %%SUGARCRMDIR%%/include/pdf
-@dirrm %%SUGARCRMDIR%%/include/domit
-@dirrm %%SUGARCRMDIR%%/include
-@dirrm %%SUGARCRMDIR%%/install/seed_data
-@dirrm %%SUGARCRMDIR%%/install/data
-@dirrm %%SUGARCRMDIR%%/install/language
-@dirrm %%SUGARCRMDIR%%/install
-@dirrm %%SUGARCRMDIR%%/jscalendar/lang
-@dirrm %%SUGARCRMDIR%%/jscalendar
-@dirrm %%SUGARCRMDIR%%/log4php/layouts
-@dirrm %%SUGARCRMDIR%%/log4php/spi
-@dirrm %%SUGARCRMDIR%%/log4php/or
-@dirrm %%SUGARCRMDIR%%/log4php/appenders
-@dirrm %%SUGARCRMDIR%%/log4php/varia
-@dirrm %%SUGARCRMDIR%%/log4php/config
-@dirrm %%SUGARCRMDIR%%/log4php/xml
-@dirrm %%SUGARCRMDIR%%/log4php/helpers
-@dirrm %%SUGARCRMDIR%%/log4php
-@dirrm %%SUGARCRMDIR%%/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Dropdown/language
-@dirrm %%SUGARCRMDIR%%/modules/Dropdown
-@dirrm %%SUGARCRMDIR%%/modules/Campaigns/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Campaigns/language
-@dirrm %%SUGARCRMDIR%%/modules/Campaigns/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Campaigns/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Campaigns
-@dirrm %%SUGARCRMDIR%%/modules/History/language
-@dirrm %%SUGARCRMDIR%%/modules/History
-@dirrm %%SUGARCRMDIR%%/modules/Employees/language
-@dirrm %%SUGARCRMDIR%%/modules/Employees/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Employees
-@dirrm %%SUGARCRMDIR%%/modules/Roles/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Roles/language
-@dirrm %%SUGARCRMDIR%%/modules/Roles
-@dirrm %%SUGARCRMDIR%%/modules/EditCustomFields/language
-@dirrm %%SUGARCRMDIR%%/modules/EditCustomFields
-@dirrm %%SUGARCRMDIR%%/modules/CampaignLog/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/CampaignLog/language
-@dirrm %%SUGARCRMDIR%%/modules/CampaignLog
-@dirrm %%SUGARCRMDIR%%/modules/Cases/Dashlets/MyCasesDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Cases/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Cases/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Cases/language
-@dirrm %%SUGARCRMDIR%%/modules/Cases/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Cases/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Cases
-@dirrm %%SUGARCRMDIR%%/modules/Bugs/Dashlets/MyBugsDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Bugs/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Bugs/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Bugs/language
-@dirrm %%SUGARCRMDIR%%/modules/Bugs/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Bugs/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Bugs
-@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/templates/Files
-@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields/Forms
-@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/templates/Fields
-@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/templates
-@dirrm %%SUGARCRMDIR%%/modules/DynamicFields/language
-@dirrm %%SUGARCRMDIR%%/modules/DynamicFields
-@dirrm %%SUGARCRMDIR%%/modules/Feeds/language
-@dirrm %%SUGARCRMDIR%%/modules/Feeds
-@dirrm %%SUGARCRMDIR%%/modules/Currencies/language
-@dirrm %%SUGARCRMDIR%%/modules/Currencies
-@dirrm %%SUGARCRMDIR%%/modules/Dashboard/language
-@dirrm %%SUGARCRMDIR%%/modules/Dashboard
-@dirrm %%SUGARCRMDIR%%/modules/Groups/language
-@dirrm %%SUGARCRMDIR%%/modules/Groups
-@dirrm %%SUGARCRMDIR%%/modules/EmailTemplates/language
-@dirrm %%SUGARCRMDIR%%/modules/EmailTemplates/metadata
-@dirrm %%SUGARCRMDIR%%/modules/EmailTemplates
-@dirrm %%SUGARCRMDIR%%/modules/Project/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Project/language
-@dirrm %%SUGARCRMDIR%%/modules/Project/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Project/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Project
-@dirrm %%SUGARCRMDIR%%/modules/MySettings/language
-@dirrm %%SUGARCRMDIR%%/modules/MySettings
-@dirrm %%SUGARCRMDIR%%/modules/ACLRoles/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/ACLRoles/language
-@dirrm %%SUGARCRMDIR%%/modules/ACLRoles/metadata
-@dirrm %%SUGARCRMDIR%%/modules/ACLRoles
-@dirrm %%SUGARCRMDIR%%/modules/EmailMarketing/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/EmailMarketing/language
-@dirrm %%SUGARCRMDIR%%/modules/EmailMarketing
-@dirrm %%SUGARCRMDIR%%/modules/EmailMan/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/EmailMan/language
-@dirrm %%SUGARCRMDIR%%/modules/EmailMan/metadata
-@dirrm %%SUGARCRMDIR%%/modules/EmailMan
-@dirrm %%SUGARCRMDIR%%/modules/Help/language
-@dirrm %%SUGARCRMDIR%%/modules/Help
-@dirrm %%SUGARCRMDIR%%/modules/Prospects/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Prospects/language
-@dirrm %%SUGARCRMDIR%%/modules/Prospects/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Prospects
-@dirrm %%SUGARCRMDIR%%/modules/Notes/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Notes/language
-@dirrm %%SUGARCRMDIR%%/modules/Notes/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Notes/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Notes
-@dirrm %%SUGARCRMDIR%%/modules/Audit/language
-@dirrm %%SUGARCRMDIR%%/modules/Audit
-@dirrm %%SUGARCRMDIR%%/modules/Accounts/Dashlets/MyAccountsDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Accounts/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Accounts/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Accounts/language
-@dirrm %%SUGARCRMDIR%%/modules/Accounts/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Accounts/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Accounts
-@dirrm %%SUGARCRMDIR%%/modules/DynamicLayout/plugins
-@dirrm %%SUGARCRMDIR%%/modules/DynamicLayout/language
-@dirrm %%SUGARCRMDIR%%/modules/DynamicLayout
-@dirrm %%SUGARCRMDIR%%/modules/Relationships/language
-@dirrm %%SUGARCRMDIR%%/modules/Relationships
-@dirrm %%SUGARCRMDIR%%/modules/ProspectLists/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/ProspectLists/language
-@dirrm %%SUGARCRMDIR%%/modules/ProspectLists/metadata
-@dirrm %%SUGARCRMDIR%%/modules/ProspectLists
-@dirrm %%SUGARCRMDIR%%/modules/LabelEditor/language
-@dirrm %%SUGARCRMDIR%%/modules/LabelEditor
-@dirrm %%SUGARCRMDIR%%/modules/UserPreferences
-@dirrm %%SUGARCRMDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Charts/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Charts/language
-@dirrm %%SUGARCRMDIR%%/modules/Charts/code
-@dirrm %%SUGARCRMDIR%%/modules/Charts
-@dirrm %%SUGARCRMDIR%%/modules/Documents/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Documents/language
-@dirrm %%SUGARCRMDIR%%/modules/Documents/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Documents/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Documents
-@dirrm %%SUGARCRMDIR%%/modules/CampaignTrackers/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/CampaignTrackers/language
-@dirrm %%SUGARCRMDIR%%/modules/CampaignTrackers
-@dirrm %%SUGARCRMDIR%%/modules/Calendar/templates
-@dirrm %%SUGARCRMDIR%%/modules/Calendar/language
-@dirrm %%SUGARCRMDIR%%/modules/Calendar
-@dirrm %%SUGARCRMDIR%%/modules/Activities/language
-@dirrm %%SUGARCRMDIR%%/modules/Activities
-@dirrm %%SUGARCRMDIR%%/modules/SchedulersJobs/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/SchedulersJobs/language
-@dirrm %%SUGARCRMDIR%%/modules/SchedulersJobs
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities/Dashlets/MyOpportunitiesDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities/language
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Opportunities
-@dirrm %%SUGARCRMDIR%%/modules/Users/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Users/language
-@dirrm %%SUGARCRMDIR%%/modules/Users/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Users/authentication/EmailAuthenticate
-@dirrm %%SUGARCRMDIR%%/modules/Users/authentication/LDAPAuthenticate/LDAPConfigs
-@dirrm %%SUGARCRMDIR%%/modules/Users/authentication/LDAPAuthenticate
-@dirrm %%SUGARCRMDIR%%/modules/Users/authentication/SugarAuthenticate
-@dirrm %%SUGARCRMDIR%%/modules/Users/authentication
-@dirrm %%SUGARCRMDIR%%/modules/Users
-@dirrm %%SUGARCRMDIR%%/modules/Versions/language
-@dirrm %%SUGARCRMDIR%%/modules/Versions
-@dirrm %%SUGARCRMDIR%%/modules/vCals
-@dirrm %%SUGARCRMDIR%%/modules/MailMerge/language
-@dirrm %%SUGARCRMDIR%%/modules/MailMerge
-@dirrm %%SUGARCRMDIR%%/modules/Home/Dashlets/JotPadDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Home/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Home/language
-@dirrm %%SUGARCRMDIR%%/modules/Home
-@dirrm %%SUGARCRMDIR%%/modules/Studio/TabGroups
-@dirrm %%SUGARCRMDIR%%/modules/Studio/EditCustomFields/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Studio/EditCustomFields
-@dirrm %%SUGARCRMDIR%%/modules/Studio/upgrade
-@dirrm %%SUGARCRMDIR%%/modules/Studio/wizards/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Studio/wizards
-@dirrm %%SUGARCRMDIR%%/modules/Studio/test/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Studio/test
-@dirrm %%SUGARCRMDIR%%/modules/Studio/parsers
-@dirrm %%SUGARCRMDIR%%/modules/Studio/DropDowns
-@dirrm %%SUGARCRMDIR%%/modules/Studio/LabelEditor
-@dirrm %%SUGARCRMDIR%%/modules/Studio/ListViewEditor
-@dirrm %%SUGARCRMDIR%%/modules/Studio/ajax
-@dirrm %%SUGARCRMDIR%%/modules/Studio/language
-@dirrm %%SUGARCRMDIR%%/modules/Studio
-@dirrm %%SUGARCRMDIR%%/modules/Meetings/Dashlets/MyMeetingsDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Meetings/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Meetings/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Meetings/language
-@dirrm %%SUGARCRMDIR%%/modules/Meetings/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Meetings/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Meetings
-@dirrm %%SUGARCRMDIR%%/modules/Configurator/language
-@dirrm %%SUGARCRMDIR%%/modules/Configurator
-@dirrm %%SUGARCRMDIR%%/modules/ACL/language
-@dirrm %%SUGARCRMDIR%%/modules/ACL
-@dirrm %%SUGARCRMDIR%%/modules/Emails/Dashlets/MyEmailsDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Emails/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Emails/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Emails/language
-@dirrm %%SUGARCRMDIR%%/modules/Emails/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Emails
-@dirrm %%SUGARCRMDIR%%/modules/ProjectTask/Dashlets/MyProjectTaskDashlet
-@dirrm %%SUGARCRMDIR%%/modules/ProjectTask/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/ProjectTask/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/ProjectTask/language
-@dirrm %%SUGARCRMDIR%%/modules/ProjectTask/metadata
-@dirrm %%SUGARCRMDIR%%/modules/ProjectTask/tpls
-@dirrm %%SUGARCRMDIR%%/modules/ProjectTask
-@dirrm %%SUGARCRMDIR%%/modules/MergeRecords/language
-@dirrm %%SUGARCRMDIR%%/modules/MergeRecords
-@dirrm %%SUGARCRMDIR%%/modules/Contacts/Dashlets/MyContactsDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Contacts/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Contacts/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Contacts/language
-@dirrm %%SUGARCRMDIR%%/modules/Contacts/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Contacts/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Contacts
-@dirrm %%SUGARCRMDIR%%/modules/Calls/Dashlets/MyCallsDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Calls/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Calls/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Calls/language
-@dirrm %%SUGARCRMDIR%%/modules/Calls/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Calls/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Calls
-@dirrm %%SUGARCRMDIR%%/modules/UpgradeWizard/language
-@dirrm %%SUGARCRMDIR%%/modules/UpgradeWizard
-@dirrm %%SUGARCRMDIR%%/modules/Schedulers/jobs
-@dirrm %%SUGARCRMDIR%%/modules/Schedulers/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Schedulers/language
-@dirrm %%SUGARCRMDIR%%/modules/Schedulers
-@dirrm %%SUGARCRMDIR%%/modules/InboundEmail/language
-@dirrm %%SUGARCRMDIR%%/modules/InboundEmail
-@dirrm %%SUGARCRMDIR%%/modules/iFrames/language
-@dirrm %%SUGARCRMDIR%%/modules/iFrames
-@dirrm %%SUGARCRMDIR%%/modules/Sync/language
-@dirrm %%SUGARCRMDIR%%/modules/Sync
-@dirrm %%SUGARCRMDIR%%/modules/Releases/language
-@dirrm %%SUGARCRMDIR%%/modules/Releases
-@dirrm %%SUGARCRMDIR%%/modules/Tasks/Dashlets/MyTasksDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Tasks/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Tasks/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Tasks/language
-@dirrm %%SUGARCRMDIR%%/modules/Tasks/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Tasks/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Tasks
-@dirrm %%SUGARCRMDIR%%/modules/DocumentRevisions/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/DocumentRevisions/language
-@dirrm %%SUGARCRMDIR%%/modules/DocumentRevisions
-@dirrm %%SUGARCRMDIR%%/modules/Import/language
-@dirrm %%SUGARCRMDIR%%/modules/Import
-@dirrm %%SUGARCRMDIR%%/modules/ACLActions/language
-@dirrm %%SUGARCRMDIR%%/modules/ACLActions
-@dirrm %%SUGARCRMDIR%%/modules/Leads/Dashlets/MyLeadsDashlet
-@dirrm %%SUGARCRMDIR%%/modules/Leads/Dashlets
-@dirrm %%SUGARCRMDIR%%/modules/Leads/subpanels
-@dirrm %%SUGARCRMDIR%%/modules/Leads/language
-@dirrm %%SUGARCRMDIR%%/modules/Leads/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Leads/tpls
-@dirrm %%SUGARCRMDIR%%/modules/Leads
-@dirrm %%SUGARCRMDIR%%/modules/Administration/language
-@dirrm %%SUGARCRMDIR%%/modules/Administration/metadata
-@dirrm %%SUGARCRMDIR%%/modules/Administration
-@dirrm %%SUGARCRMDIR%%/modules/SavedSearch/language
-@dirrm %%SUGARCRMDIR%%/modules/SavedSearch/metadata
-@dirrm %%SUGARCRMDIR%%/modules/SavedSearch
-@dirrm %%SUGARCRMDIR%%/modules/OptimisticLock/language
-@dirrm %%SUGARCRMDIR%%/modules/OptimisticLock
-@dirrm %%SUGARCRMDIR%%/modules
-@dirrm %%SUGARCRMDIR%%/soap
-@dirrm %%SUGARCRMDIR%%/themes/RipCurl/images
-@dirrm %%SUGARCRMDIR%%/themes/RipCurl
-@dirrm %%SUGARCRMDIR%%/themes/WhiteSands/images
-@dirrm %%SUGARCRMDIR%%/themes/WhiteSands
-@dirrm %%SUGARCRMDIR%%/themes/Love/images
-@dirrm %%SUGARCRMDIR%%/themes/Love
-@dirrm %%SUGARCRMDIR%%/themes/SugarClassic/images
-@dirrm %%SUGARCRMDIR%%/themes/SugarClassic
-@dirrm %%SUGARCRMDIR%%/themes/Awesome80s/images
-@dirrm %%SUGARCRMDIR%%/themes/Awesome80s
-@dirrm %%SUGARCRMDIR%%/themes/GoldenGate/images
-@dirrm %%SUGARCRMDIR%%/themes/GoldenGate
-@dirrm %%SUGARCRMDIR%%/themes/Sugar/images
-@dirrm %%SUGARCRMDIR%%/themes/Sugar
-@dirrm %%SUGARCRMDIR%%/themes/VintageSugar/images
-@dirrm %%SUGARCRMDIR%%/themes/VintageSugar
-@dirrm %%SUGARCRMDIR%%/themes/Shred/images
-@dirrm %%SUGARCRMDIR%%/themes/Shred
-@dirrm %%SUGARCRMDIR%%/themes/Links/images
-@dirrm %%SUGARCRMDIR%%/themes/Links
-@dirrm %%SUGARCRMDIR%%/themes/FinalFrontier/images
-@dirrm %%SUGARCRMDIR%%/themes/FinalFrontier
-@dirrm %%SUGARCRMDIR%%/themes/Pipeline/images
-@dirrm %%SUGARCRMDIR%%/themes/Pipeline
-@dirrm %%SUGARCRMDIR%%/themes/Retro/images
-@dirrm %%SUGARCRMDIR%%/themes/Retro
-@dirrm %%SUGARCRMDIR%%/themes/SugarLite/images
-@dirrm %%SUGARCRMDIR%%/themes/SugarLite
-@dirrm %%SUGARCRMDIR%%/themes/Paradise/images
-@dirrm %%SUGARCRMDIR%%/themes/Paradise
-@dirrm %%SUGARCRMDIR%%/themes/Sunset/images
-@dirrm %%SUGARCRMDIR%%/themes/Sunset
-@dirrm %%SUGARCRMDIR%%/themes/BoldMove/images
-@dirrm %%SUGARCRMDIR%%/themes/BoldMove
-@dirrm %%SUGARCRMDIR%%/themes/default/images
-@dirrm %%SUGARCRMDIR%%/themes/default
-@dirrm %%SUGARCRMDIR%%/themes
-@unexec rm -rf %D/%%SUGARCRMDIR%%/cache/upload 2> /dev/null || true
-@unexec rm -rf %D/%%SUGARCRMDIR%%/cache/smarty 2> /dev/null || true
-@unexec rm -rf %D/%%SUGARCRMDIR%%/cache/dashlets 2> /dev/null || true
-@unexec rm -rf %D/%%SUGARCRMDIR%%/cache/dynamic_fields 2> /dev/null || true
-@unexec rm -rf %D/%%SUGARCRMDIR%%/cache/jsLanguage 2> /dev/null || true
-@unexec rm -rf %D/%%SUGARCRMDIR%%/cache/modules 2> /dev/null || true
-@unexec rm -rf %D/%%SUGARCRMDIR%%/cache/xml 2> /dev/null || true
-@dirrmtry %%SUGARCRMDIR%%/cache
-@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
+%%WWWDIR%%/.htaccess
+%%WWWDIR%%/HandleAjaxCall.php
+%%WWWDIR%%/LICENSE.txt
+%%WWWDIR%%/ModuleInstall/ModuleInstaller.php
+%%WWWDIR%%/ModuleInstall/PackageManager/ListViewPackages.php
+%%WWWDIR%%/ModuleInstall/PackageManager/PackageController.php
+%%WWWDIR%%/ModuleInstall/PackageManager/PackageManager.php
+%%WWWDIR%%/ModuleInstall/PackageManager/PackageManagerComm.php
+%%WWWDIR%%/ModuleInstall/PackageManager/PackageManagerDisplay.php
+%%WWWDIR%%/ModuleInstall/PackageManager/PackageManagerDownloader.php
+%%WWWDIR%%/ModuleInstall/PackageManager/metadata/listviewdefs.php
+%%WWWDIR%%/ModuleInstall/PackageManager/tpls/ModuleLoaderListView.tpl
+%%WWWDIR%%/ModuleInstall/PackageManager/tpls/PackageForm.tpl
+%%WWWDIR%%/ModuleInstall/PackageManager/tpls/PackageManagerLicense.tpl
+%%WWWDIR%%/ModuleInstall/PackageManager/tpls/PackageManagerScripts.tpl
+%%WWWDIR%%/SugarSecurity.php
+%%WWWDIR%%/TreeData.php
+%%WWWDIR%%/WebToLeadCapture.php
+%%WWWDIR%%/XTemplate/LICENSE
+%%WWWDIR%%/XTemplate/README
+%%WWWDIR%%/XTemplate/debug.php
+%%WWWDIR%%/XTemplate/ex1.html
+%%WWWDIR%%/XTemplate/ex1.php
+%%WWWDIR%%/XTemplate/ex2.html
+%%WWWDIR%%/XTemplate/ex2.php
+%%WWWDIR%%/XTemplate/ex3.html
+%%WWWDIR%%/XTemplate/ex3.php
+%%WWWDIR%%/XTemplate/ex4.html
+%%WWWDIR%%/XTemplate/ex4.php
+%%WWWDIR%%/XTemplate/ex5.html
+%%WWWDIR%%/XTemplate/ex5.php
+%%WWWDIR%%/XTemplate/ex6.html
+%%WWWDIR%%/XTemplate/ex6.php
+%%WWWDIR%%/XTemplate/ex7-inc.html
+%%WWWDIR%%/XTemplate/ex7-inc2.html
+%%WWWDIR%%/XTemplate/ex7.html
+%%WWWDIR%%/XTemplate/ex7.php
+%%WWWDIR%%/XTemplate/xtpl.php
+%%WWWDIR%%/acceptDecline.php
+%%WWWDIR%%/cache/csv/index.html
+%%WWWDIR%%/cache/feeds/index.html
+%%WWWDIR%%/cache/images/index.html
+%%WWWDIR%%/cache/import/index.html
+%%WWWDIR%%/cache/index.html
+%%WWWDIR%%/cache/layout/index.html
+%%WWWDIR%%/cache/pdf/index.html
+%%WWWDIR%%/cache/upload/index.html
+%%WWWDIR%%/cache/xml/index.html
+%%WWWDIR%%/campaign_tracker.php
+%%WWWDIR%%/campaign_trackerv2.php
+%%WWWDIR%%/config.php
+%%WWWDIR%%/cron.php
+%%WWWDIR%%/custom/index.html
+%%WWWDIR%%/data/Link.php
+%%WWWDIR%%/data/SugarBean.php
+%%WWWDIR%%/data/Tracker.php
+%%WWWDIR%%/data/upload/index.html
+%%WWWDIR%%/dictionary.php
+%%WWWDIR%%/download.php
+%%WWWDIR%%/emailmandelivery.php
+%%WWWDIR%%/examples/EXAMPLES_README.txt
+%%WWWDIR%%/examples/ExampleLeadCapture.php
+%%WWWDIR%%/examples/FormValidationTest.php
+%%WWWDIR%%/examples/ProgressBarTest.php
+%%WWWDIR%%/examples/SoapTest.php
+%%WWWDIR%%/examples/SoapTestPortal.php
+%%WWWDIR%%/examples/SoapTestPortal2.php
+%%WWWDIR%%/export.php
+%%WWWDIR%%/files.md5
+%%WWWDIR%%/image.php
+%%WWWDIR%%/include/CacheHandler.php
+%%WWWDIR%%/include/CurrencyService/CurrencyService.php
+%%WWWDIR%%/include/Dashlets/Dashlet.php
+%%WWWDIR%%/include/Dashlets/DashletCacheBuilder.php
+%%WWWDIR%%/include/Dashlets/DashletGeneric.php
+%%WWWDIR%%/include/Dashlets/DashletGenericConfigure.tpl
+%%WWWDIR%%/include/Dashlets/DashletGenericDisplay.tpl
+%%WWWDIR%%/include/DetailView/DetailView.php
+%%WWWDIR%%/include/DetailView/DetailView.tpl
+%%WWWDIR%%/include/DetailView/DetailView2.php
+%%WWWDIR%%/include/DetailView/footer.tpl
+%%WWWDIR%%/include/DetailView/header.tpl
+%%WWWDIR%%/include/EditView/EditView.php
+%%WWWDIR%%/include/EditView/EditView.tpl
+%%WWWDIR%%/include/EditView/EditView2.php
+%%WWWDIR%%/include/EditView/QuickCreate.php
+%%WWWDIR%%/include/EditView/QuickCreate.tpl
+%%WWWDIR%%/include/EditView/SideQuickCreate.php
+%%WWWDIR%%/include/EditView/SubpanelQuickCreate.php
+%%WWWDIR%%/include/EditView/SugarVCR.php
+%%WWWDIR%%/include/EditView/footer.tpl
+%%WWWDIR%%/include/EditView/header.tpl
+%%WWWDIR%%/include/GroupedTabs/GroupedTabStructure.php
+%%WWWDIR%%/include/HTTP_WebDAV_Server/README
+%%WWWDIR%%/include/HTTP_WebDAV_Server/Server.php
+%%WWWDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_lockinfo.php
+%%WWWDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_propfind.php
+%%WWWDIR%%/include/HTTP_WebDAV_Server/Tools/_parse_proppatch.php
+%%WWWDIR%%/include/HTTP_WebDAV_Server/dav.txt
+%%WWWDIR%%/include/HTTP_WebDAV_Server/license.txt
+%%WWWDIR%%/include/JSON.js
+%%WWWDIR%%/include/JSON.php
+%%WWWDIR%%/include/ListView/ListView.php
+%%WWWDIR%%/include/ListView/ListViewData.php
+%%WWWDIR%%/include/ListView/ListViewDisplay.php
+%%WWWDIR%%/include/ListView/ListViewFacade.php
+%%WWWDIR%%/include/ListView/ListViewGeneric.tpl
+%%WWWDIR%%/include/ListView/ListViewNoMassUpdate.tpl
+%%WWWDIR%%/include/ListView/ListViewPagination.tpl
+%%WWWDIR%%/include/ListView/ListViewSmarty.php
+%%WWWDIR%%/include/ListView/ListViewXTPL.php
+%%WWWDIR%%/include/Localization/Localization.php
+%%WWWDIR%%/include/MVC/Controller/ControllerFactory.php
+%%WWWDIR%%/include/MVC/Controller/SugarController.php
+%%WWWDIR%%/include/MVC/Controller/action_file_map.php
+%%WWWDIR%%/include/MVC/Controller/action_view_map.php
+%%WWWDIR%%/include/MVC/SugarApplication.php
+%%WWWDIR%%/include/MVC/View/SugarView.php
+%%WWWDIR%%/include/MVC/View/ViewFactory.php
+%%WWWDIR%%/include/MVC/View/tpls/headerjs.tpl
+%%WWWDIR%%/include/MVC/View/views/view.classic.config.php
+%%WWWDIR%%/include/MVC/View/views/view.classic.php
+%%WWWDIR%%/include/MVC/View/views/view.config.php
+%%WWWDIR%%/include/MVC/View/views/view.detail.php
+%%WWWDIR%%/include/MVC/View/views/view.edit.php
+%%WWWDIR%%/include/MVC/View/views/view.html.php
+%%WWWDIR%%/include/MVC/View/views/view.json.php
+%%WWWDIR%%/include/MVC/View/views/view.list.php
+%%WWWDIR%%/include/MVC/View/views/view.multiedit.php
+%%WWWDIR%%/include/MVC/View/views/view.noaccess.php
+%%WWWDIR%%/include/MVC/View/views/view.popup.php
+%%WWWDIR%%/include/MVC/View/views/view.serialized.php
+%%WWWDIR%%/include/MVC/View/views/view.vcard.php
+%%WWWDIR%%/include/MVC/View/views/view.xml.php
+%%WWWDIR%%/include/MassUpdate.php
+%%WWWDIR%%/include/MySugar/DashletsDialog/DashletsDialog.php
+%%WWWDIR%%/include/MySugar/MySugar.php
+%%WWWDIR%%/include/MySugar/javascript/MySugar.js
+%%WWWDIR%%/include/MySugar/tpls/MySugar.tpl
+%%WWWDIR%%/include/MySugar/tpls/addDashletsDialog.tpl
+%%WWWDIR%%/include/MySugar/tpls/addPage.tpl
+%%WWWDIR%%/include/MySugar/tpls/chartDashletsSearchResults.tpl
+%%WWWDIR%%/include/MySugar/tpls/dashletsSearchResults.tpl
+%%WWWDIR%%/include/MySugar/tpls/retrievePage.tpl
+%%WWWDIR%%/include/MySugar/tpls/retrieveReportCharts.tpl
+%%WWWDIR%%/include/OutboundEmail/OutboundEmail.php
+%%WWWDIR%%/include/PHP_Compat/convert_uudecode.php
+%%WWWDIR%%/include/PHP_Compat/convert_uuencode.php
+%%WWWDIR%%/include/PHP_Compat/license.txt
+%%WWWDIR%%/include/Pear/Crypt_Blowfish/Blowfish.php
+%%WWWDIR%%/include/Pear/Crypt_Blowfish/Blowfish/DefaultKey.php
+%%WWWDIR%%/include/Pear/Crypt_Blowfish/license.txt
+%%WWWDIR%%/include/Pear/HTML_Safe/Safe.php
+%%WWWDIR%%/include/Pear/HTML_Safe/license.txt
+%%WWWDIR%%/include/Pear/XML_HTMLSax3/HTMLSax3.php
+%%WWWDIR%%/include/Pear/XML_HTMLSax3/HTMLSax3/Decorators.php
+%%WWWDIR%%/include/Pear/XML_HTMLSax3/HTMLSax3/States.php
+%%WWWDIR%%/include/Pear/XML_HTMLSax3/LICENSE
+%%WWWDIR%%/include/Popups/PopupSmarty.php
+%%WWWDIR%%/include/Popups/Popup_picker.php
+%%WWWDIR%%/include/Popups/tpls/PopupGeneric.tpl
+%%WWWDIR%%/include/Popups/tpls/footer.tpl
+%%WWWDIR%%/include/Popups/tpls/header.tpl
+%%WWWDIR%%/include/QuickSearchDefaults.php
+%%WWWDIR%%/include/SearchForm/SearchForm.php
+%%WWWDIR%%/include/SearchForm/SearchForm2.php
+%%WWWDIR%%/include/SearchForm/tpls/SearchFormGeneric.tpl
+%%WWWDIR%%/include/SearchForm/tpls/SearchFormGenericAdvanced.tpl
+%%WWWDIR%%/include/SearchForm/tpls/footer.tpl
+%%WWWDIR%%/include/SearchForm/tpls/header.tpl
+%%WWWDIR%%/include/Smarty/COPYING.lib
+%%WWWDIR%%/include/Smarty/Config_File.class.php
+%%WWWDIR%%/include/Smarty/LICENSE
+%%WWWDIR%%/include/Smarty/README
+%%WWWDIR%%/include/Smarty/Smarty.class.php
+%%WWWDIR%%/include/Smarty/Smarty_Compiler.class.php
+%%WWWDIR%%/include/Smarty/debug.tpl
+%%WWWDIR%%/include/Smarty/internals/core.assemble_plugin_filepath.php
+%%WWWDIR%%/include/Smarty/internals/core.assign_smarty_interface.php
+%%WWWDIR%%/include/Smarty/internals/core.create_dir_structure.php
+%%WWWDIR%%/include/Smarty/internals/core.display_debug_console.php
+%%WWWDIR%%/include/Smarty/internals/core.get_include_path.php
+%%WWWDIR%%/include/Smarty/internals/core.get_microtime.php
+%%WWWDIR%%/include/Smarty/internals/core.get_php_resource.php
+%%WWWDIR%%/include/Smarty/internals/core.is_secure.php
+%%WWWDIR%%/include/Smarty/internals/core.is_trusted.php
+%%WWWDIR%%/include/Smarty/internals/core.load_plugins.php
+%%WWWDIR%%/include/Smarty/internals/core.load_resource_plugin.php
+%%WWWDIR%%/include/Smarty/internals/core.process_cached_inserts.php
+%%WWWDIR%%/include/Smarty/internals/core.process_compiled_include.php
+%%WWWDIR%%/include/Smarty/internals/core.read_cache_file.php
+%%WWWDIR%%/include/Smarty/internals/core.rm_auto.php
+%%WWWDIR%%/include/Smarty/internals/core.rmdir.php
+%%WWWDIR%%/include/Smarty/internals/core.run_insert_handler.php
+%%WWWDIR%%/include/Smarty/internals/core.smarty_include_php.php
+%%WWWDIR%%/include/Smarty/internals/core.write_cache_file.php
+%%WWWDIR%%/include/Smarty/internals/core.write_compiled_include.php
+%%WWWDIR%%/include/Smarty/internals/core.write_compiled_resource.php
+%%WWWDIR%%/include/Smarty/internals/core.write_file.php
+%%WWWDIR%%/include/Smarty/plugins/block.textformat.php
+%%WWWDIR%%/include/Smarty/plugins/compiler.assign.php
+%%WWWDIR%%/include/Smarty/plugins/function.assign_debug_info.php
+%%WWWDIR%%/include/Smarty/plugins/function.config_load.php
+%%WWWDIR%%/include/Smarty/plugins/function.counter.php
+%%WWWDIR%%/include/Smarty/plugins/function.cycle.php
+%%WWWDIR%%/include/Smarty/plugins/function.debug.php
+%%WWWDIR%%/include/Smarty/plugins/function.eval.php
+%%WWWDIR%%/include/Smarty/plugins/function.fetch.php
+%%WWWDIR%%/include/Smarty/plugins/function.html_checkboxes.php
+%%WWWDIR%%/include/Smarty/plugins/function.html_image.php
+%%WWWDIR%%/include/Smarty/plugins/function.html_options.php
+%%WWWDIR%%/include/Smarty/plugins/function.html_radios.php
+%%WWWDIR%%/include/Smarty/plugins/function.html_select_date.php
+%%WWWDIR%%/include/Smarty/plugins/function.html_select_time.php
+%%WWWDIR%%/include/Smarty/plugins/function.html_table.php
+%%WWWDIR%%/include/Smarty/plugins/function.mailto.php
+%%WWWDIR%%/include/Smarty/plugins/function.math.php
+%%WWWDIR%%/include/Smarty/plugins/function.popup.php
+%%WWWDIR%%/include/Smarty/plugins/function.popup_init.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_button.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_currency_format.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_evalcolumn.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_evalcolumn_old.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_field.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_image.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_include.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_phone.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_translate.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugar_variable_constructor.php
+%%WWWDIR%%/include/Smarty/plugins/function.sugarvar.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.capitalize.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.cat.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.count_characters.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.count_paragraphs.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.count_sentences.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.count_words.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.date_format.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.debug_print_var.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.default.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.default_date_value.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.escape.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.in_array.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.indent.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.lower.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.multienum_to_array.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.nl2br.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.regex_replace.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.replace.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.spacify.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.string_format.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.strip.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.strip_semicolon.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.strip_tags.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.truncate.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.upper.php
+%%WWWDIR%%/include/Smarty/plugins/modifier.wordwrap.php
+%%WWWDIR%%/include/Smarty/plugins/outputfilter.trimwhitespace.php
+%%WWWDIR%%/include/Smarty/plugins/shared.escape_special_chars.php
+%%WWWDIR%%/include/Smarty/plugins/shared.make_timestamp.php
+%%WWWDIR%%/include/SubPanel/SubPanel.php
+%%WWWDIR%%/include/SubPanel/SubPanelDefinitions.php
+%%WWWDIR%%/include/SubPanel/SubPanelDynamic.html
+%%WWWDIR%%/include/SubPanel/SubPanelTiles.js
+%%WWWDIR%%/include/SubPanel/SubPanelTiles.php
+%%WWWDIR%%/include/SubPanel/SubPanelTilesTabs.php
+%%WWWDIR%%/include/SubPanel/SubPanelViewer.php
+%%WWWDIR%%/include/SubPanel/SugarTab.php
+%%WWWDIR%%/include/SubPanel/registered_layout_defs.php
+%%WWWDIR%%/include/SubPanel/subpanels.txt
+%%WWWDIR%%/include/SubPanel/tpls/singletabmenu.tpl
+%%WWWDIR%%/include/SugarCharts/SugarChart.php
+%%WWWDIR%%/include/SugarCharts/swf/barChart.swf
+%%WWWDIR%%/include/SugarCharts/swf/chart.swf
+%%WWWDIR%%/include/SugarCharts/swf/groupByChart.swf
+%%WWWDIR%%/include/SugarCharts/swf/horizontalBarChart.swf
+%%WWWDIR%%/include/SugarCharts/swf/horizontalGroupByChart.swf
+%%WWWDIR%%/include/SugarCharts/swf/lineChart.swf
+%%WWWDIR%%/include/SugarCharts/swf/pieChart.swf
+%%WWWDIR%%/include/SugarCharts/swf/stackedGroupByChart.swf
+%%WWWDIR%%/include/SugarCharts/tpls/chart.tpl
+%%WWWDIR%%/include/SugarDependentDropdown/SugarDependentDropdown.php
+%%WWWDIR%%/include/SugarDependentDropdown/javascript/SugarDependentDropdown.js
+%%WWWDIR%%/include/SugarDependentDropdown/metadata/dependentDropdown.php
+%%WWWDIR%%/include/SugarEmailAddress/SugarEmailAddress.js
+%%WWWDIR%%/include/SugarEmailAddress/SugarEmailAddress.php
+%%WWWDIR%%/include/SugarEmailAddress/templates/forDetailView.tpl
+%%WWWDIR%%/include/SugarEmailAddress/templates/forDuplicatesView.tpl
+%%WWWDIR%%/include/SugarEmailAddress/templates/forEditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Address/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Address/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Address/SugarFieldAddress.js
+%%WWWDIR%%/include/SugarFields/Fields/Address/SugarFieldAddress.php
+%%WWWDIR%%/include/SugarFields/Fields/Address/en_us.DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Address/en_us.EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Base/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Base/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Base/ListView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Base/SearchForm.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Base/SugarFieldBase.php
+%%WWWDIR%%/include/SugarFields/Fields/Bool/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Bool/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Datetime/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Datetime/SugarFieldDatetime.php
+%%WWWDIR%%/include/SugarFields/Fields/Datetimecombo/Datetimecombo.js
+%%WWWDIR%%/include/SugarFields/Fields/Datetimecombo/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Datetimecombo/SugarFieldDatetimecombo.php
+%%WWWDIR%%/include/SugarFields/Fields/Download/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Download/SugarFieldDownload.php
+%%WWWDIR%%/include/SugarFields/Fields/Enum/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Enum/DetailViewFunction.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Enum/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Enum/EditViewFunction.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Enum/SearchView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Enum/SugarFieldEnum.php
+%%WWWDIR%%/include/SugarFields/Fields/File/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/File/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/File/SugarFieldFile.php
+%%WWWDIR%%/include/SugarFields/Fields/Html/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Html/SugarFieldHtml.php
+%%WWWDIR%%/include/SugarFields/Fields/Image/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Link/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Link/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Multienum/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Multienum/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Multienum/EditViewFunction.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Multienum/SearchView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Multienum/SugarFieldMultienum.php
+%%WWWDIR%%/include/SugarFields/Fields/Parent/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Parent/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Parent/SugarFieldParent.php
+%%WWWDIR%%/include/SugarFields/Fields/Password/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Phone/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Radioenum/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Radioenum/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Readonly/SugarFieldReadonly.php
+%%WWWDIR%%/include/SugarFields/Fields/Relate/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Relate/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Relate/SearchView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Relate/SugarFieldRelate.php
+%%WWWDIR%%/include/SugarFields/Fields/Text/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Text/EditView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Text/SugarFieldText.php
+%%WWWDIR%%/include/SugarFields/Fields/Username/DetailView.tpl
+%%WWWDIR%%/include/SugarFields/Fields/Username/SugarFieldUsername.php
+%%WWWDIR%%/include/SugarFields/Parsers/DetailViewMetaParser.php
+%%WWWDIR%%/include/SugarFields/Parsers/EditViewMetaParser.php
+%%WWWDIR%%/include/SugarFields/Parsers/MetaParser.php
+%%WWWDIR%%/include/SugarFields/Parsers/QuickCreateMetaParser.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/AddressRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/BaseRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/CallsParseRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/ContactsParseRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/DocumentsParseRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/EmailAddressRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/EmptyRowRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/MeetingsParseRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/ParseRules.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/UndefinedVardefRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/Rules/VariableCleanupRule.php
+%%WWWDIR%%/include/SugarFields/Parsers/SearchFormMetaParser.php
+%%WWWDIR%%/include/SugarFields/SugarFieldHandler.php
+%%WWWDIR%%/include/SugarFolders/SugarFolders.php
+%%WWWDIR%%/include/SugarObjects/LanguageManager.php
+%%WWWDIR%%/include/SugarObjects/VardefManager.php
+%%WWWDIR%%/include/SugarObjects/implements/assignable/language/en_us.lang.php
+%%WWWDIR%%/include/SugarObjects/implements/assignable/vardefs.php
+%%WWWDIR%%/include/SugarObjects/implements/team_security/language/en_us.lang.php
+%%WWWDIR%%/include/SugarObjects/implements/team_security/vardefs.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/Basic.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/basic.gif
+%%WWWDIR%%/include/SugarObjects/templates/basic/language/en_us.lang.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/SearchFields.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/detailviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/editviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/listviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/metafiles.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/popupdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/searchdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/metadata/subpanels/default.php
+%%WWWDIR%%/include/SugarObjects/templates/basic/vardefs.php
+%%WWWDIR%%/include/SugarObjects/templates/company/Company.php
+%%WWWDIR%%/include/SugarObjects/templates/company/company.gif
+%%WWWDIR%%/include/SugarObjects/templates/company/config.php
+%%WWWDIR%%/include/SugarObjects/templates/company/language/application/en_us.lang.php
+%%WWWDIR%%/include/SugarObjects/templates/company/language/en_us.lang.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/SearchFields.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/detailviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/editviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/listviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/metafiles.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/popupdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/searchdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/company/metadata/subpanels/default.php
+%%WWWDIR%%/include/SugarObjects/templates/company/vardefs.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/Issue.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/config.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/issue.gif
+%%WWWDIR%%/include/SugarObjects/templates/issue/language/application/en_us.lang.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/language/en_us.lang.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/SearchFields.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/detailviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/editviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/listviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/metafiles.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/popupdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/searchdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/metadata/subpanels/default.php
+%%WWWDIR%%/include/SugarObjects/templates/issue/vardefs.php
+%%WWWDIR%%/include/SugarObjects/templates/person/Person.php
+%%WWWDIR%%/include/SugarObjects/templates/person/config.php
+%%WWWDIR%%/include/SugarObjects/templates/person/language/en_us.lang.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/SearchFields.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/detailviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/editviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/listviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/metafiles.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/popupdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/searchdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/include/SugarObjects/templates/person/metadata/subpanels/default.php
+%%WWWDIR%%/include/SugarObjects/templates/person/person.gif
+%%WWWDIR%%/include/SugarObjects/templates/person/vardefs.php
+%%WWWDIR%%/include/SugarPDF.php
+%%WWWDIR%%/include/SugarPHPMailer.php
+%%WWWDIR%%/include/SugarTabs/SugarTab.php
+%%WWWDIR%%/include/SugarTabs/tpls/singletabmenu.tpl
+%%WWWDIR%%/include/SugarTinyMCE.php
+%%WWWDIR%%/include/Sugar_Smarty.php
+%%WWWDIR%%/include/TemplateHandler/TemplateHandler.php
+%%WWWDIR%%/include/TimeDate.php
+%%WWWDIR%%/include/VarDefHandler/SugarTabs/SugarTab.php
+%%WWWDIR%%/include/VarDefHandler/SugarTabs/tpls/singletabmenu.tpl
+%%WWWDIR%%/include/VarDefHandler/VarDefHandler.php
+%%WWWDIR%%/include/VarDefHandler/listvardefoverride.php
+%%WWWDIR%%/include/VarDefHandler/vardef_meta_arrays.php
+%%WWWDIR%%/include/charts/Charts.php
+%%WWWDIR%%/include/charts/hBarF.swf
+%%WWWDIR%%/include/charts/hBarS.swf
+%%WWWDIR%%/include/charts/lineF.swf
+%%WWWDIR%%/include/charts/pieF.swf
+%%WWWDIR%%/include/charts/vBarF.swf
+%%WWWDIR%%/include/contextMenus/contextMenu.php
+%%WWWDIR%%/include/contextMenus/menuDefs/sugarAccount.php
+%%WWWDIR%%/include/contextMenus/menuDefs/sugarObject.php
+%%WWWDIR%%/include/contextMenus/menuDefs/sugarPerson.php
+%%WWWDIR%%/include/controller/Controller.php
+%%WWWDIR%%/include/database/DBHelper.php
+%%WWWDIR%%/include/database/DBManager.php
+%%WWWDIR%%/include/database/DBManagerFactory.php
+%%WWWDIR%%/include/database/FreeTDSHelper.php
+%%WWWDIR%%/include/database/FreeTDSManager.php
+%%WWWDIR%%/include/database/MssqlHelper.php
+%%WWWDIR%%/include/database/MssqlManager.php
+%%WWWDIR%%/include/database/MysqlHelper.php
+%%WWWDIR%%/include/database/MysqlManager.php
+%%WWWDIR%%/include/database/MysqliHelper.php
+%%WWWDIR%%/include/database/MysqliManager.php
+%%WWWDIR%%/include/database/PearDatabase.php
+%%WWWDIR%%/include/dir_inc.php
+%%WWWDIR%%/include/domit/changelog.txt
+%%WWWDIR%%/include/domit/docs.html
+%%WWWDIR%%/include/domit/domit.html
+%%WWWDIR%%/include/domit/domitBanner.gif
+%%WWWDIR%%/include/domit/license.txt
+%%WWWDIR%%/include/domit/php_file_utilities.php
+%%WWWDIR%%/include/domit/php_http_client_generic.php
+%%WWWDIR%%/include/domit/php_http_client_include.php
+%%WWWDIR%%/include/domit/php_http_connector.php
+%%WWWDIR%%/include/domit/php_http_exceptions.php
+%%WWWDIR%%/include/domit/php_http_proxy.php
+%%WWWDIR%%/include/domit/testing_domit.css
+%%WWWDIR%%/include/domit/testing_domit.php
+%%WWWDIR%%/include/domit/timer.php
+%%WWWDIR%%/include/domit/tutorial.html
+%%WWWDIR%%/include/domit/xml_domit_cache.php
+%%WWWDIR%%/include/domit/xml_domit_doctor.php
+%%WWWDIR%%/include/domit/xml_domit_getelementsbypath.php
+%%WWWDIR%%/include/domit/xml_domit_include.php
+%%WWWDIR%%/include/domit/xml_domit_lite_include.php
+%%WWWDIR%%/include/domit/xml_domit_lite_parser.php
+%%WWWDIR%%/include/domit/xml_domit_nodemaps.php
+%%WWWDIR%%/include/domit/xml_domit_parser.php
+%%WWWDIR%%/include/domit/xml_domit_shared.php
+%%WWWDIR%%/include/domit/xml_domit_utilities.php
+%%WWWDIR%%/include/domit/xml_saxy_lite_parser.php
+%%WWWDIR%%/include/domit/xml_saxy_parser.php
+%%WWWDIR%%/include/domit/xml_saxy_shared.php
+%%WWWDIR%%/include/domit_rss/changelog.txt
+%%WWWDIR%%/include/domit_rss/docs.html
+%%WWWDIR%%/include/domit_rss/example_domit_rss_lite.php
+%%WWWDIR%%/include/domit_rss/license.txt
+%%WWWDIR%%/include/domit_rss/php_text_cache.php
+%%WWWDIR%%/include/domit_rss/testing_domitrss.css
+%%WWWDIR%%/include/domit_rss/testing_domitrss.php
+%%WWWDIR%%/include/domit_rss/timer.php
+%%WWWDIR%%/include/domit_rss/tutorial.html
+%%WWWDIR%%/include/domit_rss/xml_domit_rss.php
+%%WWWDIR%%/include/domit_rss/xml_domit_rss_lite.php
+%%WWWDIR%%/include/domit_rss/xml_domit_rss_shared.php
+%%WWWDIR%%/include/entryPoint.php
+%%WWWDIR%%/include/export_utils.php
+%%WWWDIR%%/include/fonts/Courier-Bold.afm
+%%WWWDIR%%/include/fonts/Courier-BoldOblique.afm
+%%WWWDIR%%/include/fonts/Courier-Oblique.afm
+%%WWWDIR%%/include/fonts/Courier.afm
+%%WWWDIR%%/include/fonts/Helvetica-Bold.afm
+%%WWWDIR%%/include/fonts/Helvetica-BoldOblique.afm
+%%WWWDIR%%/include/fonts/Helvetica-Oblique.afm
+%%WWWDIR%%/include/fonts/Helvetica.afm
+%%WWWDIR%%/include/fonts/Times-Bold.afm
+%%WWWDIR%%/include/fonts/Times-BoldItalic.afm
+%%WWWDIR%%/include/fonts/Times-Italic.afm
+%%WWWDIR%%/include/fonts/Times-Roman.afm
+%%WWWDIR%%/include/formbase.php
+%%WWWDIR%%/include/generic/DeleteRelationship.php
+%%WWWDIR%%/include/generic/LayoutManager.php
+%%WWWDIR%%/include/generic/Save2.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidget.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetField.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldbool.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldchar.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldcurrency.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFielddate.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFielddatetime.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFielddecimal.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFielddouble.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldemail.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldenum.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldfloat.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldid.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldint.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldlongtext.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldmultienum.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldname.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldnum.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldphone.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldtext.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldtime.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldurl.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFielduser_name.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetFieldvarchar.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetReportField.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelActivitiesStatusField.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelCloseButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelConcat.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelDetailViewLink.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEditButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEditRoleButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelEmailLink.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelGetLatestButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelIcon.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelLoadSignedButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelRemoveButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelRemoveButtonMeetings.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelRemoveButtonProjects.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopArchiveEmailButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopButtonQuickCreate.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopComposeEmailButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateAccountNameButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateCampaignLogEntryButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateLeadNameButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateNoteButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopCreateTaskButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopScheduleCallButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopScheduleMeetingButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopSelectButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopSelectContactsButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopSelectUsersButton.php
+%%WWWDIR%%/include/generic/SugarWidgets/SugarWidgetSubPanelTopSummaryButton.php
+%%WWWDIR%%/include/globalControlLinks.php
+%%WWWDIR%%/include/images/SugarPlanet.swf
+%%WWWDIR%%/include/images/blank.gif
+%%WWWDIR%%/include/images/company_logo.png
+%%WWWDIR%%/include/images/cube_bg.gif
+%%WWWDIR%%/include/images/install_themes.jpg
+%%WWWDIR%%/include/images/options.gif
+%%WWWDIR%%/include/images/options_up.gif
+%%WWWDIR%%/include/images/powered_by_sugarcrm.gif
+%%WWWDIR%%/include/images/poweredby_sugarcrm.png
+%%WWWDIR%%/include/images/rss_xml.gif
+%%WWWDIR%%/include/images/spacer.png
+%%WWWDIR%%/include/images/sugar_icon.ico
+%%WWWDIR%%/include/images/sugar_md.png
+%%WWWDIR%%/include/images/sugarcrm_about_logo.gif
+%%WWWDIR%%/include/images/sugarcrm_copyright_logo.jpg
+%%WWWDIR%%/include/images/sugarcrm_login.png
+%%WWWDIR%%/include/images/sugarsales_lg.png
+%%WWWDIR%%/include/images/sugarsales_myarea.png
+%%WWWDIR%%/include/javascript/cookie.js
+%%WWWDIR%%/include/javascript/dashlets.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/CHANGE_LOG.txt
+%%WWWDIR%%/include/javascript/ext-1.1.1/LICENSE.txt
+%%WWWDIR%%/include/javascript/ext-1.1.1/adapter/yui/ext-yui-adapter.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/adapter/yui/yui-utilities.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-af-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-cs-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-da-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-de-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-el_GR-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-en-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-en_UK-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-fr-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-fr_CA-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-gr-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-hr-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-hu-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-it-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-ja-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-lv-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-mk-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-nl-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-no-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-pl-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-pt_br-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-ro-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-ru-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-sk-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-sl-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-sp-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-sr_RS-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-sv_se-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-tr-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-vn-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-zh_CN-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/build/locale/ext-lang-zh_TW-min.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/ext-all-debug.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/ext-all.js
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/css/debug.css
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/css/ext-all.css
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/css/xtheme-sugar.css
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/btn-arrow.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/btn-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/close.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/collapse.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/e-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/expand.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/hd-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/progress.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/progress2.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/s-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog/se-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box/corners-blue.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box/corners.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box/l-blue.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box/l.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box/r-blue.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box/r.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box/tb-blue.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box/tb.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/dd/drop-add.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/dd/drop-no.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/dd/drop-yes.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/editor/tb-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/clear-trigger.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/clear-trigger.psd
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/date-trigger.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/date-trigger.psd
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/error-tip-corners.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/exclamation.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/search-trigger.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/search-trigger.psd
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/text-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/trigger-tpl.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/trigger.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form/trigger.psd
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/Thumbs.db
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/arrow-left-white.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/arrow-right-white.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/col-move-bottom.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/col-move-top.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/dirty.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/done.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/drop-no.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/drop-yes.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/footer-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid-blue-hd.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid-blue-split.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid-hrow.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid-loading.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid-split.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid-vista-hd.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid3-hd-btn.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid3-hrow-over.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid3-hrow.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid3-special-col-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/grid3-special-col-sel-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/hd-pop.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/hmenu-asc.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/hmenu-desc.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/hmenu-lock.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/hmenu-lock.png
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/hmenu-unlock.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/hmenu-unlock.png
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/invalid_line.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/loading.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/mso-hd.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/nowait.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/page-first-disabled.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/page-first.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/page-last-disabled.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/page-last.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/page-next-disabled.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/page-next.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/page-prev-disabled.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/page-prev.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/pick-button.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/refresh.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/row-check-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/row-expand-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/row-over.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/row-sel.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/sort_asc.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/sort_desc.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid/wait.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/collapse.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/expand.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/ns-collapse.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/ns-expand.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/panel-close.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/panel-title-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/panel-title-light-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/stick.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/stuck.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/tab-close-on.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout/tab-close.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/menu/checked.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/menu/group-checked.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/menu/menu-parent.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/menu/menu.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/menu/unchecked.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/panel/tool-sprites.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/qtip/bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/qtip/close.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/qtip/tip-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/s.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shadow-c.png
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shadow-lr.png
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shadow.png
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shared/calendar.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shared/glass-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shared/left-btn.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shared/right-btn.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shared/warning.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/e-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/e-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/ne-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/ne-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/nw-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/nw-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/s-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/s-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/se-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/se-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/square.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/sw-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer/sw-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tabs/tab-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/toolbar/btn-arrow.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/toolbar/btn-over-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/toolbar/gray-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/toolbar/tb-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/drop-add.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/drop-between.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/drop-no.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/drop-over.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/drop-under.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/drop-yes.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-end-minus-nl.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-end-minus.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-end-plus-nl.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-end-plus.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-end.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-line.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-minus-nl.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-minus.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-plus-nl.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow-plus.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/elbow.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/folder-open.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/folder.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/leaf.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/loading.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree/s.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog/close.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog/collapse.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog/dlg-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog/e-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog/expand.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog/hd-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog/s-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog/se-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/grid/grid-hrow.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/collapse.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/expand.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/ns-collapse.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/ns-expand.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/panel-close.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/panel-title-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/panel-title-light-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/stick.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/tab-close-on.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout/tab-close.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/menu/checked.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/menu/group-checked.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/menu/menu-parent.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/menu/menu.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/menu/unchecked.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/qtip/bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/qtip/tip-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/s.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/e-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/e-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/ne-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/ne-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/nw-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/nw-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/s-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/s-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/se-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/se-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/sw-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer/sw-handle.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/tabs/tab-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/toolbar/gray-bg.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/license.txt
+%%WWWDIR%%/include/javascript/ext-1.1.1/resources/resources.jsb
+%%WWWDIR%%/include/javascript/ext-2.0/CHANGES.txt
+%%WWWDIR%%/include/javascript/ext-2.0/LICENSE.txt
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/ext/ext-base.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/jquery/ext-jquery-adapter.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/jquery/jquery-plugins.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/jquery/jquery.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/prototype/effects.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/prototype/ext-prototype-adapter.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/prototype/prototype.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/prototype/scriptaculous.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/yui/ext-yui-adapter.js
+%%WWWDIR%%/include/javascript/ext-2.0/adapter/yui/yui-utilities.js
+%%WWWDIR%%/include/javascript/ext-2.0/ext-all-debug.js
+%%WWWDIR%%/include/javascript/ext-2.0/ext-all.js
+%%WWWDIR%%/include/javascript/ext-2.0/ext-core-debug.js
+%%WWWDIR%%/include/javascript/ext-2.0/ext-core.js
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/README.txt
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/borders.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/box.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/button.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/combo.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/core.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/date-picker.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/dd.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/debug.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/dialog.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/editor.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/ext-all.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/form.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/grid.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/layout.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/menu.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/panel.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/progress.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/qtips.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/reset-min.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/reset.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/resizable.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/tabs.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/toolbar.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/tree.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/window.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/css/xtheme-gray.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box/corners-blue.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box/corners.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box/l-blue.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box/l.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box/r-blue.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box/r.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box/tb-blue.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box/tb.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/button/btn-arrow.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/button/btn-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/dd/drop-add.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/dd/drop-no.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/dd/drop-yes.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/editor/tb-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/clear-trigger.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/clear-trigger.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/date-trigger.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/date-trigger.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/error-tip-corners.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/exclamation.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/search-trigger.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/search-trigger.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/text-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/trigger-tpl.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/trigger.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form/trigger.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/Thumbs.db
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/arrow-left-white.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/arrow-right-white.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/col-move-bottom.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/col-move-top.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/columns.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/dirty.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/done.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/drop-no.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/drop-yes.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/footer-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid-blue-hd.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid-blue-split.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid-hrow.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid-loading.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid-split.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid-vista-hd.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid3-hd-btn.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid3-hrow-over.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid3-hrow.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid3-special-col-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/grid3-special-col-sel-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/group-by.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/group-expand-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/hd-pop.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/hmenu-asc.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/hmenu-desc.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/hmenu-lock.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/hmenu-lock.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/hmenu-unlock.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/hmenu-unlock.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/invalid_line.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/loading.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/mso-hd.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/nowait.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/page-first-disabled.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/page-first.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/page-last-disabled.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/page-last.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/page-next-disabled.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/page-next.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/page-prev-disabled.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/page-prev.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/pick-button.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/refresh.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/row-check-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/row-expand-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/row-over.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/row-sel.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/sort_asc.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/sort_desc.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid/wait.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/collapse.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/expand.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/mini-bottom.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/mini-left.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/mini-right.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/mini-top.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/ns-collapse.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/ns-expand.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/panel-close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/panel-title-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/panel-title-light-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/stick.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/stuck.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/tab-close-on.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout/tab-close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/menu/checked.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/menu/group-checked.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/menu/item-over.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/menu/menu-parent.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/menu/menu.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/menu/unchecked.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/corners-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/left-right.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/light-hd.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/tool-sprite-tpl.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/tool-sprites.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/tools-sprites-trans.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/top-bottom.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/top-bottom.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/white-corners-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/white-left-right.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel/white-top-bottom.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/progress/progress-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/qtip/bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/qtip/close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/qtip/tip-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/s.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shadow-c.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shadow-lr.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shadow.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/blue-loading.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/calendar.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/glass-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/hd-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/large-loading.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/left-btn.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/loading-balls.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/right-btn.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared/warning.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/e-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/e-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/ne-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/ne-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/nw-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/nw-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/s-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/s-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/se-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/se-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/square.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/sw-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer/sw-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/scroll-left.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/scroll-right.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/scroller-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tab-close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tab-strip-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tab-strip-bg.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tab-strip-btm-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs/tabs-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/toolbar/bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/toolbar/btn-arrow.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/toolbar/btn-over-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/toolbar/gray-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/toolbar/tb-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/drop-add.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/drop-between.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/drop-no.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/drop-over.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/drop-under.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/drop-yes.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-end-minus-nl.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-end-minus.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-end-plus-nl.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-end-plus.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-end.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-line.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-minus-nl.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-minus.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-plus-nl.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow-plus.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/elbow.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/folder-open.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/folder.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/leaf.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/loading.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree/s.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/icon-error.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/icon-info.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/icon-question.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/icon-warning.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/left-corners.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/left-corners.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/left-right.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/left-right.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/right-corners.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/right-corners.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/top-bottom.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window/top-bottom.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/button/btn-arrow.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/button/btn-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/corners-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/left-right.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/light-hd.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/tool-sprite-tpl.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/tool-sprites.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/tools-sprites-trans.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/top-bottom.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/top-bottom.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/white-corners-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/white-left-right.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel/white-top-bottom.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/qtip/bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/qtip/close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/qtip/tip-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/s.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/scroll-left.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/scroll-right.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/scroller-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tab-close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tab-strip-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tab-strip-bg.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tab-strip-btm-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs/tabs-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/toolbar/bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/toolbar/btn-arrow-light.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/toolbar/btn-arrow.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/toolbar/btn-over-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/toolbar/gray-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/toolbar/tb-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/icon-error.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/icon-info.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/icon-question.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/icon-warning.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/left-corners.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/left-corners.pspimage
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/left-right.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/right-corners.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window/top-bottom.png
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/bg-center.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/bg-left.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/bg-right.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/collapse.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/dlg-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/e-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/expand.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/hd-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/s-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/se-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog/w-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/grid/grid-split.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/grid/grid-vista-hd.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/collapse.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/expand.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/gradient-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/ns-collapse.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/ns-expand.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/panel-close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/panel-title-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/panel-title-light-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/stick.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/tab-close-on.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout/tab-close.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/qtip/bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/qtip/tip-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/s.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/e-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/e-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/ne-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/ne-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/nw-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/nw-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/s-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/s-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/se-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/se-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/sw-handle-dark.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer/sw-handle.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/tabs/tab-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/toolbar/gray-bg.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/toolbar/tb-btn-sprite.gif
+%%WWWDIR%%/include/javascript/ext-2.0/resources/legacy/basic-dialog.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/legacy/grid.css
+%%WWWDIR%%/include/javascript/ext-2.0/resources/license.txt
+%%WWWDIR%%/include/javascript/ext-2.0/resources/raw-images/shadow.psd
+%%WWWDIR%%/include/javascript/ext-2.0/resources/resources.jsb
+%%WWWDIR%%/include/javascript/ext-2.0/ux/history/history.js
+%%WWWDIR%%/include/javascript/ext-2.0/ux/history/license.txt
+%%WWWDIR%%/include/javascript/javascript.php
+%%WWWDIR%%/include/javascript/jsAlerts.php
+%%WWWDIR%%/include/javascript/jsclass_async.js
+%%WWWDIR%%/include/javascript/jsclass_base.js
+%%WWWDIR%%/include/javascript/overlibmws.js
+%%WWWDIR%%/include/javascript/overlibmws_iframe.js
+%%WWWDIR%%/include/javascript/popup_helper.js
+%%WWWDIR%%/include/javascript/popup_parent_helper.js
+%%WWWDIR%%/include/javascript/quicksearch.js
+%%WWWDIR%%/include/javascript/report_additionals.js
+%%WWWDIR%%/include/javascript/sugar_3.js
+%%WWWDIR%%/include/javascript/sugar_grp1.js
+%%WWWDIR%%/include/javascript/sugar_grp1_yui.js
+%%WWWDIR%%/include/javascript/sugar_grp_overlib.js
+%%WWWDIR%%/include/javascript/sugar_grp_ytree.js
+%%WWWDIR%%/include/javascript/sugar_grp_yui2.js
+%%WWWDIR%%/include/javascript/sugar_grp_yui_ext.js
+%%WWWDIR%%/include/javascript/swfobject.js
+%%WWWDIR%%/include/javascript/tiny_mce/blank.htm
+%%WWWDIR%%/include/javascript/tiny_mce/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/langs/readme.txt
+%%WWWDIR%%/include/javascript/tiny_mce/license.txt
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/css/advhr.css
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/editor_plugin.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/editor_plugin_src.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/images/advhr.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/jscripts/rule.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/readme.txt
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/rule.htm
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/editor_plugin.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/editor_plugin_src.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/images/ltr.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/images/rtl.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/readme.txt
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/editor_plugin.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/images/insertdate.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/images/inserttime.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/readme.txt
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/blank.htm
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/css/blank.css
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/css/pasteword.css
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/editor_plugin.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/editor_plugin_src.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/images/pastetext.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/images/pasteword.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/images/selectall.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/jscripts/pastetext.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/jscripts/pasteword.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/pastetext.htm
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/pasteword.htm
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/readme.txt
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/editor_plugin.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/editor_plugin_src.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/example.html
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/images/preview.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/jscripts/embed.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/readme.txt
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/css/searchreplace.css
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/editor_plugin.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/editor_plugin_src.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/images/replace.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/images/replace_all_button_bg.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/images/replace_button_bg.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/images/search.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/jscripts/searchreplace.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/readme.txt
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/searchreplace.htm
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/cell.htm
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/css/cell.css
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/css/row.css
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/css/table.css
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/editor_plugin.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/editor_plugin_src.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/buttons.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_cell_props.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_delete.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_delete_col.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_delete_row.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_insert_col_after.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_insert_col_before.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_insert_row_after.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_insert_row_before.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_merge_cells.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_row_props.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images/table_split_cells.gif
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/jscripts/cell.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/jscripts/merge_cells.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/jscripts/row.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/jscripts/table.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/merge_cells.htm
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/readme.txt
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/row.htm
+%%WWWDIR%%/include/javascript/tiny_mce/plugins/table/table.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/about.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/anchor.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/charmap.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/color_picker.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/css/colorpicker.css
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/css/editor_content.css
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/css/editor_popup.css
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/css/editor_ui.css
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/about.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/common_buttons.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/index.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/insert_image_button.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/insert_link_button.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/insert_table_button.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/style.css
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/editor_template.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/editor_template_src.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/image.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/anchor.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/anchor_symbol.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/backcolor.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/bold.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/bold_de_se.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/bold_es.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/bold_fr.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/bold_ru.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/bold_tw.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/browse.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/bullist.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/button_menu.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/buttons.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/cancel_button_bg.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/charmap.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/cleanup.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/close.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/code.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/color.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/colors.jpg
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/copy.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/custom_1.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/cut.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/forecolor.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/help.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/hr.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/image.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/indent.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/insert_button_bg.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/italic.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/italic_de_se.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/italic_es.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/italic_ru.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/italic_tw.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/justifycenter.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/justifyfull.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/justifyleft.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/justifyright.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/link.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/menu_check.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/newdocument.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/numlist.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/opacity.png
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/outdent.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/paste.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/redo.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/removeformat.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/separator.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/spacer.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/statusbar_resize.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/strikethrough.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/sub.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/sup.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/underline.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/underline_es.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/underline_fr.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/underline_ru.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/underline_tw.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/undo.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/unlink.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/visualaid.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/xp/Thumbs.db
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/xp/tab_bg.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/xp/tab_end.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/xp/tabs_bg.gif
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/jscripts/about.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/jscripts/anchor.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/jscripts/charmap.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/jscripts/color_picker.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/jscripts/image.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/jscripts/link.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/jscripts/source_editor.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/langs/en.js
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/link.htm
+%%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/source_editor.htm
+%%WWWDIR%%/include/javascript/tiny_mce/tiny_mce.js
+%%WWWDIR%%/include/javascript/tiny_mce/tiny_mce_popup.js
+%%WWWDIR%%/include/javascript/tiny_mce/utils/editable_selects.js
+%%WWWDIR%%/include/javascript/tiny_mce/utils/form_utils.js
+%%WWWDIR%%/include/javascript/tiny_mce/utils/mclayer.js
+%%WWWDIR%%/include/javascript/tiny_mce/utils/mctabs.js
+%%WWWDIR%%/include/javascript/tiny_mce/utils/validate.js
+%%WWWDIR%%/include/javascript/yui/PanelEffect.js
+%%WWWDIR%%/include/javascript/yui/PhotoBox.js
+%%WWWDIR%%/include/javascript/yui/YAHOO.js
+%%WWWDIR%%/include/javascript/yui/animation.js
+%%WWWDIR%%/include/javascript/yui/assets/alrt16_1.gif
+%%WWWDIR%%/include/javascript/yui/assets/assistant/aqua-bg.gif
+%%WWWDIR%%/include/javascript/yui/assets/assistant/aqua-hd-bg.gif
+%%WWWDIR%%/include/javascript/yui/assets/assistant/aqua-hd-close-over.gif
+%%WWWDIR%%/include/javascript/yui/assets/assistant/aqua-hd-close.gif
+%%WWWDIR%%/include/javascript/yui/assets/assistant/aqua-hd-lt.gif
+%%WWWDIR%%/include/javascript/yui/assets/assistant/aqua-hd-rt.gif
+%%WWWDIR%%/include/javascript/yui/assets/assistant/assistant-style.css
+%%WWWDIR%%/include/javascript/yui/assets/blck16_1.gif
+%%WWWDIR%%/include/javascript/yui/assets/close12_1.gif
+%%WWWDIR%%/include/javascript/yui/assets/container.css
+%%WWWDIR%%/include/javascript/yui/assets/fonts.css
+%%WWWDIR%%/include/javascript/yui/assets/hlp16_1.gif
+%%WWWDIR%%/include/javascript/yui/assets/info16_1.gif
+%%WWWDIR%%/include/javascript/yui/assets/menu.css
+%%WWWDIR%%/include/javascript/yui/assets/rel_interstitial_loading.gif
+%%WWWDIR%%/include/javascript/yui/assets/reset.css
+%%WWWDIR%%/include/javascript/yui/assets/tabview/css/round_tabs.css
+%%WWWDIR%%/include/javascript/yui/assets/tabview/css/tabs.css
+%%WWWDIR%%/include/javascript/yui/assets/tabview/img/Thumbs.db
+%%WWWDIR%%/include/javascript/yui/assets/tabview/img/loading.gif
+%%WWWDIR%%/include/javascript/yui/assets/tabview/img/newcats_bkgd.gif
+%%WWWDIR%%/include/javascript/yui/assets/tabview/img/ptr.gif
+%%WWWDIR%%/include/javascript/yui/assets/tabview/img/round_4px_trans_gray.gif
+%%WWWDIR%%/include/javascript/yui/assets/tabview/img/tab_left.gif
+%%WWWDIR%%/include/javascript/yui/assets/tabview/img/tab_right.gif
+%%WWWDIR%%/include/javascript/yui/assets/tip16_1.gif
+%%WWWDIR%%/include/javascript/yui/assets/warn16_1.gif
+%%WWWDIR%%/include/javascript/yui/autocomplete.js
+%%WWWDIR%%/include/javascript/yui/color.js
+%%WWWDIR%%/include/javascript/yui/connection.js
+%%WWWDIR%%/include/javascript/yui/container.js
+%%WWWDIR%%/include/javascript/yui/dom.js
+%%WWWDIR%%/include/javascript/yui/dragdrop.js
+%%WWWDIR%%/include/javascript/yui/event.js
+%%WWWDIR%%/include/javascript/yui/ext/data/XMLChildDataModel.js
+%%WWWDIR%%/include/javascript/yui/ext/ddgrid.js
+%%WWWDIR%%/include/javascript/yui/ext/grid/ChildGridView.js
+%%WWWDIR%%/include/javascript/yui/ext/license.txt
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/README.txt
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/basic-dialog.css
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/grid.css
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/layout.css
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/reset-min.css
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/resizable.css
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/tabs.css
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/toolbar.css
+%%WWWDIR%%/include/javascript/yui/ext/resources/css/yui-ext.css
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/aero/grid/grid-blue-split.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/aero/grid/grid-hrow.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/aero/grid/grid-split.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/aero/tab-sprite.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/btn-sprite.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/close.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/e-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/close.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/dlg-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/e-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/hd-sprite.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/s-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray/se-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/hd-sprite.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/s-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/se-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/default/grid/grid-blue-split.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/default/grid/grid-split.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/default/grid/mso-hd.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/default/mso-hd.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/default/toolbar/btn-over-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/gradient-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/arrow-left-white.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/arrow-right-white.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/done.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/drop-no.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/drop-yes.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/footer-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/grid-blue-hd.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/grid-blue-split.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/grid-loading.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/grid-split.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/grid-vista-hd.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/invalid_line.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/loading.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/mso-hd.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/nowait.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/page-first-disabled.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/page-first.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/page-last-disabled.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/page-last.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/page-next-disabled.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/page-next.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/page-prev-disabled.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/page-prev.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/pick-button.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/refresh.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/sort_asc.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/sort_desc.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/grid/wait.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/collapse.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/expand.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gradient-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/collapse.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/expand.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/gradient-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/ns-collapse.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/ns-expand.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/panel-close.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/panel-title-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/panel-title-light-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/screenshot.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/tab-close-on.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray/tab-close.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/ns-collapse.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/ns-expand.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/panel-close.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/panel-title-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/panel-title-light-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/tab-close-on.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/tab-close.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/s.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/e-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/e-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/e-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/e-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/ne-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/ne-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/nw-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/nw-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/s-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/s-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/se-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/se-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/sw-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray/sw-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/ne-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/ne-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/nw-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/nw-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/s-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/s-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/se-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/se-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/square.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/sw-handle-dark.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/sw-handle.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-btm-left-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-btm-right-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/gray/tab-sprite.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-btm-inactive-left-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-btm-inactive-right-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-btm-left-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-btm-right-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/tab-sprite.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/toolbar/btn-over-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/resources/images/toolbar/gray-bg.gif
+%%WWWDIR%%/include/javascript/yui/ext/yui-ext.js
+%%WWWDIR%%/include/javascript/yui/key.js
+%%WWWDIR%%/include/javascript/yui/license.txt
+%%WWWDIR%%/include/javascript/yui/log.js
+%%WWWDIR%%/include/javascript/yui/menu.js
+%%WWWDIR%%/include/javascript/yui/slider.js
+%%WWWDIR%%/include/javascript/yui/tabview.js
+%%WWWDIR%%/include/javascript/yui/ygDDList.js
+%%WWWDIR%%/include/javascript/yui/ygDDMy.js
+%%WWWDIR%%/include/javascript/yui/ygDDMy2.js
+%%WWWDIR%%/include/javascript/yui/ygDDOnTop.js
+%%WWWDIR%%/include/javascript/yui/ygDDPlayer.js
+%%WWWDIR%%/include/javascript/yui/ygDDSwap.js
+%%WWWDIR%%/include/jsolait/LICENSE
+%%WWWDIR%%/include/jsolait/copying.txt
+%%WWWDIR%%/include/jsolait/init.js
+%%WWWDIR%%/include/jsolait/lib/codecs.js
+%%WWWDIR%%/include/jsolait/lib/crypto.js
+%%WWWDIR%%/include/jsolait/lib/jsonrpc.js
+%%WWWDIR%%/include/jsolait/lib/jsonrpclite.js
+%%WWWDIR%%/include/jsolait/lib/lang.js
+%%WWWDIR%%/include/jsolait/lib/langlite.js
+%%WWWDIR%%/include/jsolait/lib/urllib.js
+%%WWWDIR%%/include/jsolait/lib/xml.js
+%%WWWDIR%%/include/jsolait/lib/xmlrpc.js
+%%WWWDIR%%/include/jsolait/missingmixin.js
+%%WWWDIR%%/include/json_config.php
+%%WWWDIR%%/include/language/en_us.lang.php
+%%WWWDIR%%/include/language/en_us.notify_template.html
+%%WWWDIR%%/include/language/jsLanguage.php
+%%WWWDIR%%/include/logging.php
+%%WWWDIR%%/include/modules.php
+%%WWWDIR%%/include/nusoap/changelog
+%%WWWDIR%%/include/nusoap/class.nusoap_base.php
+%%WWWDIR%%/include/nusoap/class.soap_fault.php
+%%WWWDIR%%/include/nusoap/class.soap_parser.php
+%%WWWDIR%%/include/nusoap/class.soap_server.php
+%%WWWDIR%%/include/nusoap/class.soap_transport_http.php
+%%WWWDIR%%/include/nusoap/class.soap_val.php
+%%WWWDIR%%/include/nusoap/class.soapclient.php
+%%WWWDIR%%/include/nusoap/class.wsdl.php
+%%WWWDIR%%/include/nusoap/class.wsdlcache.php
+%%WWWDIR%%/include/nusoap/class.xmlschema.php
+%%WWWDIR%%/include/nusoap/license.txt
+%%WWWDIR%%/include/nusoap/nusoap.php
+%%WWWDIR%%/include/nusoap/nusoapmime.php
+%%WWWDIR%%/include/pclzip/gnu-lgpl.txt
+%%WWWDIR%%/include/pclzip/pclzip.lib.php
+%%WWWDIR%%/include/pclzip/readme.txt
+%%WWWDIR%%/include/pdf/LICENSE
+%%WWWDIR%%/include/pdf/class.ezpdf.php
+%%WWWDIR%%/include/pdf/class.pdf.php
+%%WWWDIR%%/include/phpmailer/class.phpmailer.php
+%%WWWDIR%%/include/phpmailer/class.smtp.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-br.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-ca.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-cz.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-de.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-dk.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-en.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-es.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-fi.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-fo.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-fr.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-hu.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-it.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-ja.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-nl.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-no.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-pl.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-ro.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-ru.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-se.php
+%%WWWDIR%%/include/phpmailer/language/phpmailer.lang-tr.php
+%%WWWDIR%%/include/phpmailer/license.txt
+%%WWWDIR%%/include/pngbehavior.htc
+%%WWWDIR%%/include/tabConfig.php
+%%WWWDIR%%/include/tabs.php
+%%WWWDIR%%/include/templates/Template.php
+%%WWWDIR%%/include/templates/TemplateDragDropChooser.php
+%%WWWDIR%%/include/templates/TemplateGroupChooser.php
+%%WWWDIR%%/include/time.php
+%%WWWDIR%%/include/timezone/timezones.php
+%%WWWDIR%%/include/upload_file.php
+%%WWWDIR%%/include/utils.php
+%%WWWDIR%%/include/utils/LogicHook.php
+%%WWWDIR%%/include/utils/activity_utils.php
+%%WWWDIR%%/include/utils/array_utils.php
+%%WWWDIR%%/include/utils/db_utils.php
+%%WWWDIR%%/include/utils/encryption_utils.php
+%%WWWDIR%%/include/utils/external_cache.php
+%%WWWDIR%%/include/utils/external_cache/SugarCache.php
+%%WWWDIR%%/include/utils/external_cache/SugarCache_APC.php
+%%WWWDIR%%/include/utils/external_cache/SugarCache_Base.php
+%%WWWDIR%%/include/utils/external_cache/SugarCache_ExternalAbstract.php
+%%WWWDIR%%/include/utils/external_cache/SugarCache_Zend.php
+%%WWWDIR%%/include/utils/file_utils.php
+%%WWWDIR%%/include/utils/logic_utils.php
+%%WWWDIR%%/include/utils/mvc_utils.php
+%%WWWDIR%%/include/utils/progress_bar_utils.php
+%%WWWDIR%%/include/utils/security_utils.php
+%%WWWDIR%%/include/utils/tracker_utils.php
+%%WWWDIR%%/include/utils/user_utils.php
+%%WWWDIR%%/include/utils/zip_utils.php
+%%WWWDIR%%/include/vCard.php
+%%WWWDIR%%/include/ytree/ExtNode.php
+%%WWWDIR%%/include/ytree/Node.php
+%%WWWDIR%%/include/ytree/Tree.php
+%%WWWDIR%%/include/ytree/TreeView/HTMLNode.js
+%%WWWDIR%%/include/ytree/TreeView/MenuNode.js
+%%WWWDIR%%/include/ytree/TreeView/Node.js
+%%WWWDIR%%/include/ytree/TreeView/RootNode.js
+%%WWWDIR%%/include/ytree/TreeView/TaskNode.js
+%%WWWDIR%%/include/ytree/TreeView/TextNode.js
+%%WWWDIR%%/include/ytree/TreeView/TreeView.js
+%%WWWDIR%%/include/ytree/TreeView/anim/TVAnim.js
+%%WWWDIR%%/include/ytree/TreeView/anim/TVFadeIn.js
+%%WWWDIR%%/include/ytree/TreeView/anim/TVFadeOut.js
+%%WWWDIR%%/include/ytree/TreeView/css/check/tree.css
+%%WWWDIR%%/include/ytree/TreeView/css/default/tree.css
+%%WWWDIR%%/include/ytree/TreeView/css/folders/tree.css
+%%WWWDIR%%/include/ytree/TreeView/css/forecasts/tree.css
+%%WWWDIR%%/include/ytree/TreeView/img/bullet.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/Thumbs.db
+%%WWWDIR%%/include/ytree/TreeView/img/check/check0.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/check1.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/check2.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/lm.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/lmh.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/ln.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/loading.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/lp.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/lph.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/tm.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/tmh.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/tn.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/tp.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/tph.gif
+%%WWWDIR%%/include/ytree/TreeView/img/check/vline.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/lm.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/lmh.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/ln.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/loading.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/lp.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/lph.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/tm.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/tmh.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/tn.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/tp.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/tph.gif
+%%WWWDIR%%/include/ytree/TreeView/img/default/vline.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/lm.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/lmh.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/ln.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/loading.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/lp.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/lph.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/minus.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/plus.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/tm.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/tmh.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/tn.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/tp.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/tph.gif
+%%WWWDIR%%/include/ytree/TreeView/img/folders/vline.gif
+%%WWWDIR%%/include/ytree/TreeView/img/greybg.png
+%%WWWDIR%%/include/ytree/TreeView/img/header.gif
+%%WWWDIR%%/include/ytree/TreeView/img/logo.gif
+%%WWWDIR%%/include/ytree/TreeView/img/navHover2.png
+%%WWWDIR%%/include/ytree/TreeView/img/qbottom.png
+%%WWWDIR%%/include/ytree/TreeView/img/qmiddle.png
+%%WWWDIR%%/include/ytree/TreeView/img/qtop.png
+%%WWWDIR%%/include/ytree/TreeView/license.txt
+%%WWWDIR%%/include/ytree/extTree.js
+%%WWWDIR%%/include/ytree/treeutil.js
+%%WWWDIR%%/index.php
+%%WWWDIR%%/install.php
+%%WWWDIR%%/install/TeamDemoData.php
+%%WWWDIR%%/install/UserDemoData.php
+%%WWWDIR%%/install/checkDBSettings.php
+%%WWWDIR%%/install/checkSystem.php
+%%WWWDIR%%/install/confirmSettings.php
+%%WWWDIR%%/install/data/disc_client.php
+%%WWWDIR%%/install/dbConfig.js
+%%WWWDIR%%/install/dbConfig.php
+%%WWWDIR%%/install/dbConfig_a.php
+%%WWWDIR%%/install/dbConfig_b.php
+%%WWWDIR%%/install/download_modules.php
+%%WWWDIR%%/install/download_patches.php
+%%WWWDIR%%/install/install.css
+%%WWWDIR%%/install/installCommon.js
+%%WWWDIR%%/install/installDisabled.php
+%%WWWDIR%%/install/installHelp.php
+%%WWWDIR%%/install/installSystemCheck.php
+%%WWWDIR%%/install/installType.php
+%%WWWDIR%%/install/install_defaults.php
+%%WWWDIR%%/install/install_utils.php
+%%WWWDIR%%/install/language/en_us.lang.php
+%%WWWDIR%%/install/language/es_es.lang.php
+%%WWWDIR%%/install/language/fr_fr.lang.php
+%%WWWDIR%%/install/language/ge_ge.lang.php
+%%WWWDIR%%/install/language/ja.lang.php
+%%WWWDIR%%/install/language/pt_br.lang.php
+%%WWWDIR%%/install/license.js
+%%WWWDIR%%/install/license.php
+%%WWWDIR%%/install/licensePrint.php
+%%WWWDIR%%/install/localization.php
+%%WWWDIR%%/install/oc_convert.js
+%%WWWDIR%%/install/oc_install.js
+%%WWWDIR%%/install/performSetup.php
+%%WWWDIR%%/install/populateSeedData.php
+%%WWWDIR%%/install/processing.gif
+%%WWWDIR%%/install/register.js
+%%WWWDIR%%/install/register.php
+%%WWWDIR%%/install/seed_data/basicSeedData.php
+%%WWWDIR%%/install/seed_data/index.html
+%%WWWDIR%%/install/siteConfig.js
+%%WWWDIR%%/install/siteConfig.php
+%%WWWDIR%%/install/siteConfig_a.php
+%%WWWDIR%%/install/siteConfig_b.php
+%%WWWDIR%%/install/systemOptions.php
+%%WWWDIR%%/install/welcome.php
+%%WWWDIR%%/jscalendar/calendar-setup_3.js
+%%WWWDIR%%/jscalendar/calendar-win2k-cold-1.css
+%%WWWDIR%%/jscalendar/calendar.js
+%%WWWDIR%%/jscalendar/img.gif
+%%WWWDIR%%/jscalendar/lang/calendar-af.js
+%%WWWDIR%%/jscalendar/lang/calendar-br.js
+%%WWWDIR%%/jscalendar/lang/calendar-ca.js
+%%WWWDIR%%/jscalendar/lang/calendar-cs-win.js
+%%WWWDIR%%/jscalendar/lang/calendar-da.js
+%%WWWDIR%%/jscalendar/lang/calendar-de.js
+%%WWWDIR%%/jscalendar/lang/calendar-du.js
+%%WWWDIR%%/jscalendar/lang/calendar-el.js
+%%WWWDIR%%/jscalendar/lang/calendar-en.js
+%%WWWDIR%%/jscalendar/lang/calendar-es.js
+%%WWWDIR%%/jscalendar/lang/calendar-fi.js
+%%WWWDIR%%/jscalendar/lang/calendar-fr.js
+%%WWWDIR%%/jscalendar/lang/calendar-hr-utf8.js
+%%WWWDIR%%/jscalendar/lang/calendar-hr.js
+%%WWWDIR%%/jscalendar/lang/calendar-hu.js
+%%WWWDIR%%/jscalendar/lang/calendar-it.js
+%%WWWDIR%%/jscalendar/lang/calendar-jp.js
+%%WWWDIR%%/jscalendar/lang/calendar-ko-utf8.js
+%%WWWDIR%%/jscalendar/lang/calendar-ko.js
+%%WWWDIR%%/jscalendar/lang/calendar-lt-utf8.js
+%%WWWDIR%%/jscalendar/lang/calendar-lt.js
+%%WWWDIR%%/jscalendar/lang/calendar-nl.js
+%%WWWDIR%%/jscalendar/lang/calendar-no.js
+%%WWWDIR%%/jscalendar/lang/calendar-pl-utf8.js
+%%WWWDIR%%/jscalendar/lang/calendar-pl.js
+%%WWWDIR%%/jscalendar/lang/calendar-pt.js
+%%WWWDIR%%/jscalendar/lang/calendar-ro.js
+%%WWWDIR%%/jscalendar/lang/calendar-ru.js
+%%WWWDIR%%/jscalendar/lang/calendar-si.js
+%%WWWDIR%%/jscalendar/lang/calendar-sk.js
+%%WWWDIR%%/jscalendar/lang/calendar-sp.js
+%%WWWDIR%%/jscalendar/lang/calendar-sv.js
+%%WWWDIR%%/jscalendar/lang/calendar-tr.js
+%%WWWDIR%%/jscalendar/lang/calendar-zh.js
+%%WWWDIR%%/jscalendar/license.txt
+%%WWWDIR%%/jscalendar/menuarrow.gif
+%%WWWDIR%%/jscalendar/menuarrow2.gif
+%%WWWDIR%%/json.php
+%%WWWDIR%%/json_server.php
+%%WWWDIR%%/jssource/JSGroupings.php
+%%WWWDIR%%/jssource/jsmin.php
+%%WWWDIR%%/jssource/minify.php
+%%WWWDIR%%/jssource/src_files/include/JSON.js
+%%WWWDIR%%/jssource/src_files/include/MySugar/javascript/MySugar.js
+%%WWWDIR%%/jssource/src_files/include/SubPanel/SubPanelTiles.js
+%%WWWDIR%%/jssource/src_files/include/SugarDependentDropdown/javascript/SugarDependentDropdown.js
+%%WWWDIR%%/jssource/src_files/include/SugarEmailAddress/SugarEmailAddress.js
+%%WWWDIR%%/jssource/src_files/include/SugarFields/Fields/Address/SugarFieldAddress.js
+%%WWWDIR%%/jssource/src_files/include/SugarFields/Fields/Datetimecombo/Datetimecombo.js
+%%WWWDIR%%/jssource/src_files/include/javascript/cookie.js
+%%WWWDIR%%/jssource/src_files/include/javascript/dashlets.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/adapter/yui/ext-yui-adapter.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/adapter/yui/yui-utilities.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-af-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-cs-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-da-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-de-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-el_GR-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-en-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-en_UK-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-fr-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-fr_CA-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-gr-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-hr-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-hu-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-it-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-ja-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-lv-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-mk-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-nl-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-no-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-pl-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-pt_br-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-ro-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-ru-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-sk-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-sl-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-sp-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-sr_RS-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-sv_se-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-tr-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-vn-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-zh_CN-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale/ext-lang-zh_TW-min.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/ext-all-debug.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/ext-all.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/ext/ext-base.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/jquery/ext-jquery-adapter.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/jquery/jquery-plugins.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/jquery/jquery.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/prototype/effects.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/prototype/ext-prototype-adapter.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/prototype/prototype.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/prototype/scriptaculous.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/yui/ext-yui-adapter.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/yui/yui-utilities.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/ext-all-debug.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/ext-all.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/ext-core-debug.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/ext-core.js
+%%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/ux/history/history.js
+%%WWWDIR%%/jssource/src_files/include/javascript/jsclass_async.js
+%%WWWDIR%%/jssource/src_files/include/javascript/jsclass_base.js
+%%WWWDIR%%/jssource/src_files/include/javascript/overlibmws.js
+%%WWWDIR%%/jssource/src_files/include/javascript/overlibmws_iframe.js
+%%WWWDIR%%/jssource/src_files/include/javascript/popup_helper.js
+%%WWWDIR%%/jssource/src_files/include/javascript/popup_parent_helper.js
+%%WWWDIR%%/jssource/src_files/include/javascript/quicksearch.js
+%%WWWDIR%%/jssource/src_files/include/javascript/report_additionals.js
+%%WWWDIR%%/jssource/src_files/include/javascript/sugar_3.js
+%%WWWDIR%%/jssource/src_files/include/javascript/swfobject.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/PanelEffect.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/PhotoBox.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/YAHOO.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/animation.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/autocomplete.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/color.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/connection.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/container.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/dom.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/dragdrop.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/event.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ext/data/XMLChildDataModel.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ext/ddgrid.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ext/grid/ChildGridView.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ext/yui-ext.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/key.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/log.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/menu.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/slider.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/tabview.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ygDDList.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ygDDMy.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ygDDMy2.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ygDDOnTop.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ygDDPlayer.js
+%%WWWDIR%%/jssource/src_files/include/javascript/yui/ygDDSwap.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/init.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/codecs.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/crypto.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/jsonrpc.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/jsonrpclite.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/lang.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/langlite.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/urllib.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/xml.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/lib/xmlrpc.js
+%%WWWDIR%%/jssource/src_files/include/jsolait/missingmixin.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/HTMLNode.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/MenuNode.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/Node.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/RootNode.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/TaskNode.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/TextNode.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/TreeView.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/anim/TVAnim.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/anim/TVFadeIn.js
+%%WWWDIR%%/jssource/src_files/include/ytree/TreeView/anim/TVFadeOut.js
+%%WWWDIR%%/jssource/src_files/include/ytree/extTree.js
+%%WWWDIR%%/jssource/src_files/include/ytree/treeutil.js
+%%WWWDIR%%/jssource/src_files/install/dbConfig.js
+%%WWWDIR%%/jssource/src_files/install/installCommon.js
+%%WWWDIR%%/jssource/src_files/install/license.js
+%%WWWDIR%%/jssource/src_files/install/oc_convert.js
+%%WWWDIR%%/jssource/src_files/install/oc_install.js
+%%WWWDIR%%/jssource/src_files/install/register.js
+%%WWWDIR%%/jssource/src_files/install/siteConfig.js
+%%WWWDIR%%/jssource/src_files/jscalendar/calendar-setup_3.js
+%%WWWDIR%%/jssource/src_files/jscalendar/calendar.js
+%%WWWDIR%%/jssource/src_files/modules/ACLRoles/ACLRoles.js
+%%WWWDIR%%/jssource/src_files/modules/Accounts/Account.js
+%%WWWDIR%%/jssource/src_files/modules/Administration/javascript/Administration.js
+%%WWWDIR%%/jssource/src_files/modules/Administration/javascript/Async.js
+%%WWWDIR%%/jssource/src_files/modules/Campaigns/DetailView.js
+%%WWWDIR%%/jssource/src_files/modules/Campaigns/WebToLead.js
+%%WWWDIR%%/jssource/src_files/modules/Campaigns/wizard.js
+%%WWWDIR%%/jssource/src_files/modules/Contacts/Contact.js
+%%WWWDIR%%/jssource/src_files/modules/Documents/documents.js
+%%WWWDIR%%/jssource/src_files/modules/EmailTemplates/EmailTemplate.js
+%%WWWDIR%%/jssource/src_files/modules/Home/about.js
+%%WWWDIR%%/jssource/src_files/modules/InboundEmail/InboundEmail.js
+%%WWWDIR%%/jssource/src_files/modules/Leads/Lead.js
+%%WWWDIR%%/jssource/src_files/modules/Meetings/jsclass_scheduler.js
+%%WWWDIR%%/jssource/src_files/modules/MergeRecords/Merge.js
+%%WWWDIR%%/jssource/src_files/modules/Project/Project.js
+%%WWWDIR%%/jssource/src_files/modules/ProjectTask/ProjectTask.js
+%%WWWDIR%%/jssource/src_files/modules/Studio/JSTransaction.js
+%%WWWDIR%%/jssource/src_files/modules/Studio/studio.js
+%%WWWDIR%%/jssource/src_files/modules/Studio/studiodd.js
+%%WWWDIR%%/jssource/src_files/modules/Studio/studiotabgroups.js
+%%WWWDIR%%/jssource/src_files/modules/Studio/ygDDListStudio.js
+%%WWWDIR%%/jssource/src_files/modules/UpgradeWizard/upgradeWizard.js
+%%WWWDIR%%/jssource/src_files/modules/Users/DetailView.js
+%%WWWDIR%%/jssource/src_files/modules/Users/User.js
+%%WWWDIR%%/jssource/src_files/themes/Awesome80s/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Awesome80s/menu.js
+%%WWWDIR%%/jssource/src_files/themes/BoldMove/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/BoldMove/groupTabs.js
+%%WWWDIR%%/jssource/src_files/themes/BoldMove/menu.js
+%%WWWDIR%%/jssource/src_files/themes/BoldMove/style.js
+%%WWWDIR%%/jssource/src_files/themes/FinalFrontier/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/FinalFrontier/menu.js
+%%WWWDIR%%/jssource/src_files/themes/GoldenGate/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/GoldenGate/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Links/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Links/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Love/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Love/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Paradise/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Paradise/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Paradise/screensaver.js
+%%WWWDIR%%/jssource/src_files/themes/Pipeline/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Pipeline/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Retro/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Retro/menu.js
+%%WWWDIR%%/jssource/src_files/themes/RipCurl/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/RipCurl/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Shred/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Shred/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Sugar/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Sugar/groupTabs.js
+%%WWWDIR%%/jssource/src_files/themes/Sugar/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Sugar/style.js
+%%WWWDIR%%/jssource/src_files/themes/Sugar2006/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Sugar2006/groupTabs.js
+%%WWWDIR%%/jssource/src_files/themes/Sugar2006/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Sugar2006/style.js
+%%WWWDIR%%/jssource/src_files/themes/SugarClassic/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/SugarClassic/menu.js
+%%WWWDIR%%/jssource/src_files/themes/SugarLite/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/SugarLite/menu.js
+%%WWWDIR%%/jssource/src_files/themes/Sunset/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/Sunset/menu.js
+%%WWWDIR%%/jssource/src_files/themes/TrailBlazers/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/TrailBlazers/groupTabs.js
+%%WWWDIR%%/jssource/src_files/themes/TrailBlazers/menu.js
+%%WWWDIR%%/jssource/src_files/themes/TrailBlazers/style.js
+%%WWWDIR%%/jssource/src_files/themes/VintageSugar/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/VintageSugar/menu.js
+%%WWWDIR%%/jssource/src_files/themes/WhiteSands/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/WhiteSands/menu.js
+%%WWWDIR%%/jssource/src_files/themes/cookie.js
+%%WWWDIR%%/jssource/src_files/themes/default/SiteMapJS.js
+%%WWWDIR%%/jssource/src_files/themes/menu.js
+%%WWWDIR%%/leadCapture.php
+%%WWWDIR%%/log4php.properties
+%%WWWDIR%%/log4php/LICENSE
+%%WWWDIR%%/log4php/Logger.php
+%%WWWDIR%%/log4php/LoggerAppender.php
+%%WWWDIR%%/log4php/LoggerAppenderSkeleton.php
+%%WWWDIR%%/log4php/LoggerBasicConfigurator.php
+%%WWWDIR%%/log4php/LoggerCategory.php
+%%WWWDIR%%/log4php/LoggerDefaultCategoryFactory.php
+%%WWWDIR%%/log4php/LoggerHierarchy.php
+%%WWWDIR%%/log4php/LoggerLayout.php
+%%WWWDIR%%/log4php/LoggerLevel.php
+%%WWWDIR%%/log4php/LoggerLog.php
+%%WWWDIR%%/log4php/LoggerMDC.php
+%%WWWDIR%%/log4php/LoggerManager.php
+%%WWWDIR%%/log4php/LoggerNDC.php
+%%WWWDIR%%/log4php/LoggerPropertyConfigurator.php
+%%WWWDIR%%/log4php/LoggerRoot.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderConsole.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderDailyFile.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderDb.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderEcho.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderFile.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderMail.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderMailEvent.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderNull.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderPhp.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderRollingFile.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderSocket.php
+%%WWWDIR%%/log4php/appenders/LoggerAppenderSyslog.php
+%%WWWDIR%%/log4php/config/LoggerPropertyGetter.php
+%%WWWDIR%%/log4php/config/LoggerPropertySetter.php
+%%WWWDIR%%/log4php/helpers/LoggerFormattingInfo.php
+%%WWWDIR%%/log4php/helpers/LoggerOptionConverter.php
+%%WWWDIR%%/log4php/helpers/LoggerPatternConverter.php
+%%WWWDIR%%/log4php/helpers/LoggerPatternParser.php
+%%WWWDIR%%/log4php/helpers/LoggerTransform.php
+%%WWWDIR%%/log4php/layouts/LoggerLayoutHtml.php
+%%WWWDIR%%/log4php/layouts/LoggerLayoutSimple.php
+%%WWWDIR%%/log4php/layouts/LoggerLayoutTTCC.php
+%%WWWDIR%%/log4php/layouts/LoggerPatternLayout.php
+%%WWWDIR%%/log4php/layouts/LoggerXmlLayout.php
+%%WWWDIR%%/log4php/or/LoggerDefaultRenderer.php
+%%WWWDIR%%/log4php/or/LoggerObjectRenderer.php
+%%WWWDIR%%/log4php/or/LoggerRendererMap.php
+%%WWWDIR%%/log4php/spi/LoggerConfigurator.php
+%%WWWDIR%%/log4php/spi/LoggerFactory.php
+%%WWWDIR%%/log4php/spi/LoggerFilter.php
+%%WWWDIR%%/log4php/spi/LoggerLocationInfo.php
+%%WWWDIR%%/log4php/spi/LoggerLoggingEvent.php
+%%WWWDIR%%/log4php/varia/LoggerDenyAllFilter.php
+%%WWWDIR%%/log4php/varia/LoggerLevelMatchFilter.php
+%%WWWDIR%%/log4php/varia/LoggerLevelRangeFilter.php
+%%WWWDIR%%/log4php/varia/LoggerStringMatchFilter.php
+%%WWWDIR%%/log4php/xml/LoggerDOMConfigurator.php
+%%WWWDIR%%/log_file_restricted.html
+%%WWWDIR%%/maintenance.php
+%%WWWDIR%%/metadata/accounts_bugsMetaData.php
+%%WWWDIR%%/metadata/accounts_casesMetaData.php
+%%WWWDIR%%/metadata/accounts_contactsMetaData.php
+%%WWWDIR%%/metadata/accounts_opportunitiesMetaData.php
+%%WWWDIR%%/metadata/acl_roles_actionsMetaData.php
+%%WWWDIR%%/metadata/acl_roles_usersMetaData.php
+%%WWWDIR%%/metadata/addressBookMetaData.php
+%%WWWDIR%%/metadata/audit_templateMetaData.php
+%%WWWDIR%%/metadata/calls_contactsMetaData.php
+%%WWWDIR%%/metadata/calls_usersMetaData.php
+%%WWWDIR%%/metadata/cases_bugsMetaData.php
+%%WWWDIR%%/metadata/configMetaData.php
+%%WWWDIR%%/metadata/contacts_bugsMetaData.php
+%%WWWDIR%%/metadata/contacts_casesMetaData.php
+%%WWWDIR%%/metadata/contacts_usersMetaData.php
+%%WWWDIR%%/metadata/custom_fieldsMetaData.php
+%%WWWDIR%%/metadata/email_addressesMetaData.php
+%%WWWDIR%%/metadata/email_cacheMetaData.php
+%%WWWDIR%%/metadata/email_marketing_prospect_listsMetaData.php
+%%WWWDIR%%/metadata/emails_beansMetaData.php
+%%WWWDIR%%/metadata/fields_meta_dataMetaData.php
+%%WWWDIR%%/metadata/foldersMetaData.php
+%%WWWDIR%%/metadata/import_mapsMetaData.php
+%%WWWDIR%%/metadata/inboundEmail_autoreplyMetaData.php
+%%WWWDIR%%/metadata/inboundEmail_cacheTimestampMetaData.php
+%%WWWDIR%%/metadata/kbdocuments_views_ratingsMetaData.php
+%%WWWDIR%%/metadata/linked_documentsMetaData.php
+%%WWWDIR%%/metadata/meetings_contactsMetaData.php
+%%WWWDIR%%/metadata/meetings_usersMetaData.php
+%%WWWDIR%%/metadata/opportunities_contactsMetaData.php
+%%WWWDIR%%/metadata/outboundEmailMetaData.php
+%%WWWDIR%%/metadata/product_bundle_noteMetaData.php
+%%WWWDIR%%/metadata/project_bugsMetaData.php
+%%WWWDIR%%/metadata/project_casesMetaData.php
+%%WWWDIR%%/metadata/project_productsMetaData.php
+%%WWWDIR%%/metadata/project_relationMetaData.php
+%%WWWDIR%%/metadata/project_task_project_tasksMetaData.php
+%%WWWDIR%%/metadata/projects_accountsMetaData.php
+%%WWWDIR%%/metadata/projects_contactsMetaData.php
+%%WWWDIR%%/metadata/projects_opportunitiesMetaData.php
+%%WWWDIR%%/metadata/projects_quotesMetaData.php
+%%WWWDIR%%/metadata/prospect_list_campaignsMetaData.php
+%%WWWDIR%%/metadata/prospect_lists_prospectsMetaData.php
+%%WWWDIR%%/metadata/queues_beansMetaData.php
+%%WWWDIR%%/metadata/queues_queueMetaData.php
+%%WWWDIR%%/metadata/roles_modulesMetaData.php
+%%WWWDIR%%/metadata/roles_usersMetaData.php
+%%WWWDIR%%/metadata/schedulers_timesMetaData.php
+%%WWWDIR%%/metadata/trackerMetaData.php
+%%WWWDIR%%/metadata/user_feedsMetaData.php
+%%WWWDIR%%/metadata/usersMetaData.php
+%%WWWDIR%%/metadata/users_last_importMetaData.php
+%%WWWDIR%%/metadata/users_signaturesMetaData.php
+%%WWWDIR%%/metagen.php
+%%WWWDIR%%/modules/ACL/ACLController.php
+%%WWWDIR%%/modules/ACL/ACLJSController.php
+%%WWWDIR%%/modules/ACL/Forms.php
+%%WWWDIR%%/modules/ACL/List.php
+%%WWWDIR%%/modules/ACL/Menu.php
+%%WWWDIR%%/modules/ACL/Save.php
+%%WWWDIR%%/modules/ACL/install_actions.php
+%%WWWDIR%%/modules/ACL/language/en_us.lang.php
+%%WWWDIR%%/modules/ACL/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/ACL/remove_actions.php
+%%WWWDIR%%/modules/ACL/vardefs.php
+%%WWWDIR%%/modules/ACLActions/ACLAction.php
+%%WWWDIR%%/modules/ACLActions/Forms.php
+%%WWWDIR%%/modules/ACLActions/Menu.php
+%%WWWDIR%%/modules/ACLActions/actiondefs.php
+%%WWWDIR%%/modules/ACLActions/language/en_us.lang.php
+%%WWWDIR%%/modules/ACLActions/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/ACLActions/vardefs.php
+%%WWWDIR%%/modules/ACLRoles/ACLRole.php
+%%WWWDIR%%/modules/ACLRoles/ACLRoles.js
+%%WWWDIR%%/modules/ACLRoles/Delete.php
+%%WWWDIR%%/modules/ACLRoles/DetailUserRole.php
+%%WWWDIR%%/modules/ACLRoles/DetailView.php
+%%WWWDIR%%/modules/ACLRoles/DetailView.tpl
+%%WWWDIR%%/modules/ACLRoles/DetailViewBody.tpl
+%%WWWDIR%%/modules/ACLRoles/DetailViewUser.tpl
+%%WWWDIR%%/modules/ACLRoles/EditAllBody.tpl
+%%WWWDIR%%/modules/ACLRoles/EditRole.php
+%%WWWDIR%%/modules/ACLRoles/EditRole.tpl
+%%WWWDIR%%/modules/ACLRoles/EditView.php
+%%WWWDIR%%/modules/ACLRoles/EditView.tpl
+%%WWWDIR%%/modules/ACLRoles/EditViewBody.tpl
+%%WWWDIR%%/modules/ACLRoles/Forms.php
+%%WWWDIR%%/modules/ACLRoles/ListUsers.php
+%%WWWDIR%%/modules/ACLRoles/ListView.html
+%%WWWDIR%%/modules/ACLRoles/ListView.php
+%%WWWDIR%%/modules/ACLRoles/Menu.php
+%%WWWDIR%%/modules/ACLRoles/Popup_picker.html
+%%WWWDIR%%/modules/ACLRoles/Popup_picker.php
+%%WWWDIR%%/modules/ACLRoles/Save.php
+%%WWWDIR%%/modules/ACLRoles/index.php
+%%WWWDIR%%/modules/ACLRoles/language/en_us.lang.php
+%%WWWDIR%%/modules/ACLRoles/metadata/popupdefs.php
+%%WWWDIR%%/modules/ACLRoles/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/ACLRoles/metadata/subpanels/admin.php
+%%WWWDIR%%/modules/ACLRoles/metadata/subpanels/default.php
+%%WWWDIR%%/modules/ACLRoles/popup.tpl
+%%WWWDIR%%/modules/ACLRoles/vardefs.php
+%%WWWDIR%%/modules/Accounts/Account.js
+%%WWWDIR%%/modules/Accounts/Account.php
+%%WWWDIR%%/modules/Accounts/AccountFormBase.php
+%%WWWDIR%%/modules/Accounts/AccountsQuickCreate.php
+%%WWWDIR%%/modules/Accounts/Dashlets/MyAccountsDashlet/MyAccountsDashlet.data.php
+%%WWWDIR%%/modules/Accounts/Dashlets/MyAccountsDashlet/MyAccountsDashlet.meta.php
+%%WWWDIR%%/modules/Accounts/Dashlets/MyAccountsDashlet/MyAccountsDashlet.php
+%%WWWDIR%%/modules/Accounts/Forms.php
+%%WWWDIR%%/modules/Accounts/Import.php
+%%WWWDIR%%/modules/Accounts/Menu.php
+%%WWWDIR%%/modules/Accounts/Popup_picker.html
+%%WWWDIR%%/modules/Accounts/Save.php
+%%WWWDIR%%/modules/Accounts/ShowDuplicates.html
+%%WWWDIR%%/modules/Accounts/ShowDuplicates.php
+%%WWWDIR%%/modules/Accounts/field_arrays.php
+%%WWWDIR%%/modules/Accounts/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Accounts/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Accounts/language/en_us.help.index.html
+%%WWWDIR%%/modules/Accounts/language/en_us.lang.php
+%%WWWDIR%%/modules/Accounts/metadata/SearchFields.php
+%%WWWDIR%%/modules/Accounts/metadata/acldefs.php
+%%WWWDIR%%/modules/Accounts/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Accounts/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Accounts/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Accounts/metadata/fieldGroups.php
+%%WWWDIR%%/modules/Accounts/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Accounts/metadata/metafiles.php
+%%WWWDIR%%/modules/Accounts/metadata/popupdefs.php
+%%WWWDIR%%/modules/Accounts/metadata/searchdefs.php
+%%WWWDIR%%/modules/Accounts/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Accounts/metadata/studio.php
+%%WWWDIR%%/modules/Accounts/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Accounts/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Accounts/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Accounts/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Accounts/vardefs.php
+%%WWWDIR%%/modules/Accounts/views/view.detail.php
+%%WWWDIR%%/modules/Activities/Forms.php
+%%WWWDIR%%/modules/Activities/Menu.php
+%%WWWDIR%%/modules/Activities/OpenListView.html
+%%WWWDIR%%/modules/Activities/OpenListView.php
+%%WWWDIR%%/modules/Activities/Popup_picker.html
+%%WWWDIR%%/modules/Activities/Popup_picker.php
+%%WWWDIR%%/modules/Activities/SetAcceptStatus.php
+%%WWWDIR%%/modules/Activities/SubPanelView.html
+%%WWWDIR%%/modules/Activities/SubPanelView.php
+%%WWWDIR%%/modules/Activities/SubPanelViewContacts.html
+%%WWWDIR%%/modules/Activities/config.php
+%%WWWDIR%%/modules/Activities/language/en_us.help.index.html
+%%WWWDIR%%/modules/Activities/language/en_us.lang.php
+%%WWWDIR%%/modules/Activities/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Activities/views/view.list.php
+%%WWWDIR%%/modules/Administration/Administration.php
+%%WWWDIR%%/modules/Administration/Async.php
+%%WWWDIR%%/modules/Administration/Backups.php
+%%WWWDIR%%/modules/Administration/CheckReports.php
+%%WWWDIR%%/modules/Administration/Common.php
+%%WWWDIR%%/modules/Administration/ConfigureTabForm.tpl
+%%WWWDIR%%/modules/Administration/ConfigureTabs.html
+%%WWWDIR%%/modules/Administration/ConfigureTabs.php
+%%WWWDIR%%/modules/Administration/CustomizeFields.php
+%%WWWDIR%%/modules/Administration/Development.php
+%%WWWDIR%%/modules/Administration/Diagnostic.html
+%%WWWDIR%%/modules/Administration/Diagnostic.php
+%%WWWDIR%%/modules/Administration/DiagnosticDelete.php
+%%WWWDIR%%/modules/Administration/DiagnosticDownload.php
+%%WWWDIR%%/modules/Administration/DiagnosticRun.php
+%%WWWDIR%%/modules/Administration/DisplayWarnings.php
+%%WWWDIR%%/modules/Administration/DstFix.php
+%%WWWDIR%%/modules/Administration/ExportCustomFieldStructure.php
+%%WWWDIR%%/modules/Administration/Forms.php
+%%WWWDIR%%/modules/Administration/ImportCustomFieldStructure.php
+%%WWWDIR%%/modules/Administration/Locale.php
+%%WWWDIR%%/modules/Administration/Locale.tpl
+%%WWWDIR%%/modules/Administration/Menu.php
+%%WWWDIR%%/modules/Administration/QuickRepairAndRebuild.php
+%%WWWDIR%%/modules/Administration/RebuildAudit.php
+%%WWWDIR%%/modules/Administration/RebuildConfig.html
+%%WWWDIR%%/modules/Administration/RebuildConfig.php
+%%WWWDIR%%/modules/Administration/RebuildDashlets.php
+%%WWWDIR%%/modules/Administration/RebuildExtensions.php
+%%WWWDIR%%/modules/Administration/RebuildFulltextIndices.php
+%%WWWDIR%%/modules/Administration/RebuildJSLang.php
+%%WWWDIR%%/modules/Administration/RebuildRelationship.php
+%%WWWDIR%%/modules/Administration/RebuildSchedulers.php
+%%WWWDIR%%/modules/Administration/RepairActivities.php
+%%WWWDIR%%/modules/Administration/RepairIE.php
+%%WWWDIR%%/modules/Administration/RepairIndex.php
+%%WWWDIR%%/modules/Administration/RepairJSFile.php
+%%WWWDIR%%/modules/Administration/RepairXSS.php
+%%WWWDIR%%/modules/Administration/Save.php
+%%WWWDIR%%/modules/Administration/SaveTabs.php
+%%WWWDIR%%/modules/Administration/SupportPortal.php
+%%WWWDIR%%/modules/Administration/SupportPortal.tpl
+%%WWWDIR%%/modules/Administration/Updater.html
+%%WWWDIR%%/modules/Administration/Updater.php
+%%WWWDIR%%/modules/Administration/Upgrade.php
+%%WWWDIR%%/modules/Administration/UpgradeAccess.php
+%%WWWDIR%%/modules/Administration/UpgradeFields.php
+%%WWWDIR%%/modules/Administration/UpgradeHistory.php
+%%WWWDIR%%/modules/Administration/UpgradeWizard.php
+%%WWWDIR%%/modules/Administration/UpgradeWizardCommon.php
+%%WWWDIR%%/modules/Administration/UpgradeWizard_commit.php
+%%WWWDIR%%/modules/Administration/UpgradeWizard_prepare.php
+%%WWWDIR%%/modules/Administration/callJSRepair.php
+%%WWWDIR%%/modules/Administration/cleanup50.php
+%%WWWDIR%%/modules/Administration/clear_chart_cache.php
+%%WWWDIR%%/modules/Administration/expandDatabase.php
+%%WWWDIR%%/modules/Administration/index.html
+%%WWWDIR%%/modules/Administration/index.php
+%%WWWDIR%%/modules/Administration/javascript/Administration.js
+%%WWWDIR%%/modules/Administration/javascript/Async.js
+%%WWWDIR%%/modules/Administration/language/en_us.help.Backups.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.ConfigureTabs.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.Diagnostic.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.DiagnosticRun.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.LicenseSettings.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.ListViewOfflineClient.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.Locale.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.Updater.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.Upgrade.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.UpgradeWizard.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.index.html
+%%WWWDIR%%/modules/Administration/language/en_us.help.wizard.html
+%%WWWDIR%%/modules/Administration/language/en_us.lang.LicenseSettings.html
+%%WWWDIR%%/modules/Administration/language/en_us.lang.Updater.html
+%%WWWDIR%%/modules/Administration/language/en_us.lang.php
+%%WWWDIR%%/modules/Administration/language/en_us_help.Backups.html
+%%WWWDIR%%/modules/Administration/metadata/SearchFields.php
+%%WWWDIR%%/modules/Administration/ncc_config.php
+%%WWWDIR%%/modules/Administration/repairDatabase.php
+%%WWWDIR%%/modules/Administration/repairSelectModule.php
+%%WWWDIR%%/modules/Administration/templates/QuickRepairAndRebuild.tpl
+%%WWWDIR%%/modules/Administration/templates/RepairXSS.tpl
+%%WWWDIR%%/modules/Administration/updateTimezonePrefs.php
+%%WWWDIR%%/modules/Administration/updater_utils.php
+%%WWWDIR%%/modules/Administration/vardefs.php
+%%WWWDIR%%/modules/Audit/Audit.php
+%%WWWDIR%%/modules/Audit/Popup_picker.html
+%%WWWDIR%%/modules/Audit/Popup_picker.php
+%%WWWDIR%%/modules/Audit/field_assoc.php
+%%WWWDIR%%/modules/Audit/language/en_us.lang.php
+%%WWWDIR%%/modules/Audit/vardefs.php
+%%WWWDIR%%/modules/BeanDictionary.php
+%%WWWDIR%%/modules/Bugs/Bug.php
+%%WWWDIR%%/modules/Bugs/BugsQuickCreate.php
+%%WWWDIR%%/modules/Bugs/Dashlets/MyBugsDashlet/MyBugsDashlet.data.php
+%%WWWDIR%%/modules/Bugs/Dashlets/MyBugsDashlet/MyBugsDashlet.meta.php
+%%WWWDIR%%/modules/Bugs/Dashlets/MyBugsDashlet/MyBugsDashlet.php
+%%WWWDIR%%/modules/Bugs/Forms.php
+%%WWWDIR%%/modules/Bugs/Menu.php
+%%WWWDIR%%/modules/Bugs/field_arrays.php
+%%WWWDIR%%/modules/Bugs/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Bugs/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Bugs/language/en_us.help.index.html
+%%WWWDIR%%/modules/Bugs/language/en_us.lang.php
+%%WWWDIR%%/modules/Bugs/metadata/SearchFields.php
+%%WWWDIR%%/modules/Bugs/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Bugs/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Bugs/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Bugs/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Bugs/metadata/metafiles.php
+%%WWWDIR%%/modules/Bugs/metadata/popupdefs.php
+%%WWWDIR%%/modules/Bugs/metadata/searchdefs.php
+%%WWWDIR%%/modules/Bugs/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Bugs/metadata/studio.php
+%%WWWDIR%%/modules/Bugs/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Bugs/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Bugs/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Bugs/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Bugs/vardefs.php
+%%WWWDIR%%/modules/Bugs/views/view.detail.php
+%%WWWDIR%%/modules/Bugs/views/view.edit.php
+%%WWWDIR%%/modules/Calendar/Calendar.php
+%%WWWDIR%%/modules/Calendar/DateTime.php
+%%WWWDIR%%/modules/Calendar/DateTimeUtil.php
+%%WWWDIR%%/modules/Calendar/Forms.php
+%%WWWDIR%%/modules/Calendar/Menu.php
+%%WWWDIR%%/modules/Calendar/SubPanelSharedCalendar.php
+%%WWWDIR%%/modules/Calendar/TasksListView.html
+%%WWWDIR%%/modules/Calendar/TasksListView.php
+%%WWWDIR%%/modules/Calendar/index.php
+%%WWWDIR%%/modules/Calendar/language/en_us.help.index.html
+%%WWWDIR%%/modules/Calendar/language/en_us.lang.php
+%%WWWDIR%%/modules/Calendar/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Calendar/small_month.php
+%%WWWDIR%%/modules/Calendar/templates/template_shared_calendar.php
+%%WWWDIR%%/modules/Calendar/templates/templates_calendar.php
+%%WWWDIR%%/modules/Calendar/views/view.list.php
+%%WWWDIR%%/modules/Calls/Call.php
+%%WWWDIR%%/modules/Calls/CallFormBase.php
+%%WWWDIR%%/modules/Calls/CallHelper.php
+%%WWWDIR%%/modules/Calls/CallsQuickCreate.php
+%%WWWDIR%%/modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.data.php
+%%WWWDIR%%/modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.meta.php
+%%WWWDIR%%/modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.php
+%%WWWDIR%%/modules/Calls/Forms.php
+%%WWWDIR%%/modules/Calls/Menu.php
+%%WWWDIR%%/modules/Calls/Save.php
+%%WWWDIR%%/modules/Calls/SubPanelViewInvitees.html
+%%WWWDIR%%/modules/Calls/SubPanelViewInvitees.php
+%%WWWDIR%%/modules/Calls/field_arrays.php
+%%WWWDIR%%/modules/Calls/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Calls/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Calls/language/en_us.help.index.html
+%%WWWDIR%%/modules/Calls/language/en_us.lang.php
+%%WWWDIR%%/modules/Calls/metadata/SearchFields.php
+%%WWWDIR%%/modules/Calls/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Calls/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Calls/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Calls/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Calls/metadata/searchdefs.php
+%%WWWDIR%%/modules/Calls/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Calls/metadata/studio.php
+%%WWWDIR%%/modules/Calls/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Calls/metadata/subpanels/ForActivities.php
+%%WWWDIR%%/modules/Calls/metadata/subpanels/ForHistory.php
+%%WWWDIR%%/modules/Calls/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Calls/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Calls/tpls/footer.tpl
+%%WWWDIR%%/modules/Calls/vardefs.php
+%%WWWDIR%%/modules/Calls/views/view.edit.php
+%%WWWDIR%%/modules/CampaignLog/CampaignLog.php
+%%WWWDIR%%/modules/CampaignLog/Forms.php
+%%WWWDIR%%/modules/CampaignLog/Menu.php
+%%WWWDIR%%/modules/CampaignLog/Popup_picker.html
+%%WWWDIR%%/modules/CampaignLog/Popup_picker.php
+%%WWWDIR%%/modules/CampaignLog/language/en_us.lang.php
+%%WWWDIR%%/modules/CampaignLog/metadata/subpanels/ForTargets.php
+%%WWWDIR%%/modules/CampaignLog/metadata/subpanels/default.php
+%%WWWDIR%%/modules/CampaignLog/vardefs.php
+%%WWWDIR%%/modules/CampaignTrackers/CampaignTracker.php
+%%WWWDIR%%/modules/CampaignTrackers/DetailView.html
+%%WWWDIR%%/modules/CampaignTrackers/DetailView.php
+%%WWWDIR%%/modules/CampaignTrackers/EditView.html
+%%WWWDIR%%/modules/CampaignTrackers/EditView.php
+%%WWWDIR%%/modules/CampaignTrackers/Forms.html
+%%WWWDIR%%/modules/CampaignTrackers/Forms.php
+%%WWWDIR%%/modules/CampaignTrackers/Menu.php
+%%WWWDIR%%/modules/CampaignTrackers/Save.php
+%%WWWDIR%%/modules/CampaignTrackers/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/CampaignTrackers/language/en_us.lang.php
+%%WWWDIR%%/modules/CampaignTrackers/metadata/subpanels/default.php
+%%WWWDIR%%/modules/CampaignTrackers/vardefs.php
+%%WWWDIR%%/modules/Campaigns/Campaign.php
+%%WWWDIR%%/modules/Campaigns/CampaignDiagnostic.html
+%%WWWDIR%%/modules/Campaigns/CampaignDiagnostic.php
+%%WWWDIR%%/modules/Campaigns/Charts.php
+%%WWWDIR%%/modules/Campaigns/Charts1.php
+%%WWWDIR%%/modules/Campaigns/Dashlets/TopCampaignsDashlet/TopCampaignsDashlet.meta.php
+%%WWWDIR%%/modules/Campaigns/Dashlets/TopCampaignsDashlet/TopCampaignsDashlet.php
+%%WWWDIR%%/modules/Campaigns/Dashlets/TopCampaignsDashlet/TopCampaignsDashlet.tpl
+%%WWWDIR%%/modules/Campaigns/Delete.php
+%%WWWDIR%%/modules/Campaigns/DetailView.js
+%%WWWDIR%%/modules/Campaigns/EmailQueue.php
+%%WWWDIR%%/modules/Campaigns/Forms.html
+%%WWWDIR%%/modules/Campaigns/Forms.php
+%%WWWDIR%%/modules/Campaigns/GenerateWebToLeadForm.php
+%%WWWDIR%%/modules/Campaigns/MailMerge.php
+%%WWWDIR%%/modules/Campaigns/Menu.php
+%%WWWDIR%%/modules/Campaigns/PopupCampaignRoi.html
+%%WWWDIR%%/modules/Campaigns/PopupCampaignRoi.php
+%%WWWDIR%%/modules/Campaigns/Popup_picker.html
+%%WWWDIR%%/modules/Campaigns/Popup_picker.php
+%%WWWDIR%%/modules/Campaigns/ProcessBouncedEmails.php
+%%WWWDIR%%/modules/Campaigns/QueueCampaign.php
+%%WWWDIR%%/modules/Campaigns/RoiDetailView.html
+%%WWWDIR%%/modules/Campaigns/RoiDetailView.php
+%%WWWDIR%%/modules/Campaigns/Save.php
+%%WWWDIR%%/modules/Campaigns/Schedule.html
+%%WWWDIR%%/modules/Campaigns/Schedule.php
+%%WWWDIR%%/modules/Campaigns/SearchForm_NewsLetter.html
+%%WWWDIR%%/modules/Campaigns/Subscriptions.html
+%%WWWDIR%%/modules/Campaigns/Subscriptions.php
+%%WWWDIR%%/modules/Campaigns/TrackDetailView.html
+%%WWWDIR%%/modules/Campaigns/TrackDetailView.php
+%%WWWDIR%%/modules/Campaigns/WebToLead.js
+%%WWWDIR%%/modules/Campaigns/WebToLeadCreation.html
+%%WWWDIR%%/modules/Campaigns/WebToLeadCreation.php
+%%WWWDIR%%/modules/Campaigns/WebToLeadDownloadForm.html
+%%WWWDIR%%/modules/Campaigns/WebToLeadForm.html
+%%WWWDIR%%/modules/Campaigns/WebToLeadFormSave.php
+%%WWWDIR%%/modules/Campaigns/WizardEmailSetup.html
+%%WWWDIR%%/modules/Campaigns/WizardEmailSetup.php
+%%WWWDIR%%/modules/Campaigns/WizardEmailSetupSave.php
+%%WWWDIR%%/modules/Campaigns/WizardHome.html
+%%WWWDIR%%/modules/Campaigns/WizardHome.php
+%%WWWDIR%%/modules/Campaigns/WizardMarketing.html
+%%WWWDIR%%/modules/Campaigns/WizardMarketing.php
+%%WWWDIR%%/modules/Campaigns/WizardMarketingSave.php
+%%WWWDIR%%/modules/Campaigns/WizardNewsletter.html
+%%WWWDIR%%/modules/Campaigns/WizardNewsletter.php
+%%WWWDIR%%/modules/Campaigns/WizardNewsletterSave.php
+%%WWWDIR%%/modules/Campaigns/chart.tpl
+%%WWWDIR%%/modules/Campaigns/field_arrays.php
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.CampaignDiagnostic.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.RoiDetailView.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.TrackDetailView.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.WebToLeadCreation.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.WizardEmailSetup.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.WizardHome.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.WizardMarketing.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.WizardNewsletter.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.help.index.html
+%%WWWDIR%%/modules/Campaigns/language/en_us.lang.php
+%%WWWDIR%%/modules/Campaigns/metadata/SearchFields.php
+%%WWWDIR%%/modules/Campaigns/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Campaigns/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Campaigns/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Campaigns/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Campaigns/metadata/popupdefs.php
+%%WWWDIR%%/modules/Campaigns/metadata/searchdefs.php
+%%WWWDIR%%/modules/Campaigns/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Campaigns/metadata/studio.php
+%%WWWDIR%%/modules/Campaigns/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Campaigns/metadata/subpanels/ForEmailMarketing.php
+%%WWWDIR%%/modules/Campaigns/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Campaigns/tpls/WizardCampaignBudget.tpl
+%%WWWDIR%%/modules/Campaigns/tpls/WizardCampaignHeader.tpl
+%%WWWDIR%%/modules/Campaigns/tpls/WizardCampaignTargetList.tpl
+%%WWWDIR%%/modules/Campaigns/tpls/WizardCampaignTargetListForNonNewsLetter.tpl
+%%WWWDIR%%/modules/Campaigns/tpls/WizardCampaignTracker.tpl
+%%WWWDIR%%/modules/Campaigns/tpls/WizardHomeStart.tpl
+%%WWWDIR%%/modules/Campaigns/tpls/WizardNewsletter.tpl
+%%WWWDIR%%/modules/Campaigns/utils.php
+%%WWWDIR%%/modules/Campaigns/vardefs.php
+%%WWWDIR%%/modules/Campaigns/views/view.detail.php
+%%WWWDIR%%/modules/Campaigns/wizard.js
+%%WWWDIR%%/modules/Cases/Case.php
+%%WWWDIR%%/modules/Cases/CasesQuickCreate.php
+%%WWWDIR%%/modules/Cases/Dashlets/MyCasesDashlet/MyCasesDashlet.data.php
+%%WWWDIR%%/modules/Cases/Dashlets/MyCasesDashlet/MyCasesDashlet.meta.php
+%%WWWDIR%%/modules/Cases/Dashlets/MyCasesDashlet/MyCasesDashlet.php
+%%WWWDIR%%/modules/Cases/Forms.php
+%%WWWDIR%%/modules/Cases/Menu.php
+%%WWWDIR%%/modules/Cases/field_arrays.php
+%%WWWDIR%%/modules/Cases/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Cases/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Cases/language/en_us.help.index.html
+%%WWWDIR%%/modules/Cases/language/en_us.lang.php
+%%WWWDIR%%/modules/Cases/metadata/SearchFields.php
+%%WWWDIR%%/modules/Cases/metadata/accountsquickcreatedefs.php
+%%WWWDIR%%/modules/Cases/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Cases/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Cases/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Cases/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Cases/metadata/popupdefs.php
+%%WWWDIR%%/modules/Cases/metadata/quickcreatedefs.php
+%%WWWDIR%%/modules/Cases/metadata/searchdefs.php
+%%WWWDIR%%/modules/Cases/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Cases/metadata/studio.php
+%%WWWDIR%%/modules/Cases/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Cases/metadata/subpanels/ForAccounts.php
+%%WWWDIR%%/modules/Cases/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Cases/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Cases/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Cases/vardefs.php
+%%WWWDIR%%/modules/Charts/Dashlets/CampaignROIChartDashlet/CampaignROIChartConfigure.tpl
+%%WWWDIR%%/modules/Charts/Dashlets/CampaignROIChartDashlet/CampaignROIChartDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Charts/Dashlets/CampaignROIChartDashlet/CampaignROIChartDashlet.meta.php
+%%WWWDIR%%/modules/Charts/Dashlets/CampaignROIChartDashlet/CampaignROIChartDashlet.php
+%%WWWDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageConfigure.tpl
+%%WWWDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.meta.php
+%%WWWDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.php
+%%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceByOutcomeDashlet/OpportunitiesByLeadSourceByOutcomeConfigure.tpl
+%%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceByOutcomeDashlet/OpportunitiesByLeadSourceByOutcomeDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceByOutcomeDashlet/OpportunitiesByLeadSourceByOutcomeDashlet.meta.php
+%%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceByOutcomeDashlet/OpportunitiesByLeadSourceByOutcomeDashlet.php
+%%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet/OpportunitiesByLeadSourceConfigure.tpl
+%%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet/OpportunitiesByLeadSourceDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet/OpportunitiesByLeadSourceDashlet.meta.php
+%%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet/OpportunitiesByLeadSourceDashlet.php
+%%WWWDIR%%/modules/Charts/Dashlets/OutcomeByMonthDashlet/OutcomeByMonthConfigure.tpl
+%%WWWDIR%%/modules/Charts/Dashlets/OutcomeByMonthDashlet/OutcomeByMonthDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Charts/Dashlets/OutcomeByMonthDashlet/OutcomeByMonthDashlet.meta.php
+%%WWWDIR%%/modules/Charts/Dashlets/OutcomeByMonthDashlet/OutcomeByMonthDashlet.php
+%%WWWDIR%%/modules/Charts/Dashlets/PipelineBySalesStageDashlet/PipelineBySalesStageConfigure.tpl
+%%WWWDIR%%/modules/Charts/Dashlets/PipelineBySalesStageDashlet/PipelineBySalesStageDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Charts/Dashlets/PipelineBySalesStageDashlet/PipelineBySalesStageDashlet.meta.php
+%%WWWDIR%%/modules/Charts/Dashlets/PipelineBySalesStageDashlet/PipelineBySalesStageDashlet.php
+%%WWWDIR%%/modules/Charts/Dashlets/PredefinedChartDashletScript.tpl
+%%WWWDIR%%/modules/Charts/PredefinedChart.php
+%%WWWDIR%%/modules/Charts/chartdefs.php
+%%WWWDIR%%/modules/Charts/code/Chart_lead_source_by_outcome.php
+%%WWWDIR%%/modules/Charts/code/Chart_my_pipeline_by_sales_stage.php
+%%WWWDIR%%/modules/Charts/code/Chart_outcome_by_month.php
+%%WWWDIR%%/modules/Charts/code/Chart_pipeline_by_lead_source.php
+%%WWWDIR%%/modules/Charts/code/Chart_pipeline_by_sales_stage.php
+%%WWWDIR%%/modules/Charts/code/predefined_charts.php
+%%WWWDIR%%/modules/Charts/language/en_us.lang.php
+%%WWWDIR%%/modules/Configurator/Configurator.php
+%%WWWDIR%%/modules/Configurator/DetailView.php
+%%WWWDIR%%/modules/Configurator/EditView.php
+%%WWWDIR%%/modules/Configurator/EditView.tpl
+%%WWWDIR%%/modules/Configurator/Forms.php
+%%WWWDIR%%/modules/Configurator/LogView.php
+%%WWWDIR%%/modules/Configurator/Menu.php
+%%WWWDIR%%/modules/Configurator/UploadFileCheck.php
+%%WWWDIR%%/modules/Configurator/index.php
+%%WWWDIR%%/modules/Configurator/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Configurator/language/en_us.lang.php
+%%WWWDIR%%/modules/Contacts/Address_picker.html
+%%WWWDIR%%/modules/Contacts/BusinessCard.html
+%%WWWDIR%%/modules/Contacts/BusinessCard.php
+%%WWWDIR%%/modules/Contacts/Contact.js
+%%WWWDIR%%/modules/Contacts/Contact.php
+%%WWWDIR%%/modules/Contacts/ContactFormBase.php
+%%WWWDIR%%/modules/Contacts/ContactOpportunityRelationship.php
+%%WWWDIR%%/modules/Contacts/ContactOpportunityRelationshipEdit.html
+%%WWWDIR%%/modules/Contacts/ContactOpportunityRelationshipEdit.php
+%%WWWDIR%%/modules/Contacts/ContactsQuickCreate.php
+%%WWWDIR%%/modules/Contacts/Dashlets/MyContactsDashlet/MyContactsDashlet.data.php
+%%WWWDIR%%/modules/Contacts/Dashlets/MyContactsDashlet/MyContactsDashlet.meta.php
+%%WWWDIR%%/modules/Contacts/Dashlets/MyContactsDashlet/MyContactsDashlet.php
+%%WWWDIR%%/modules/Contacts/Email_picker.html
+%%WWWDIR%%/modules/Contacts/Forms.php
+%%WWWDIR%%/modules/Contacts/Import.php
+%%WWWDIR%%/modules/Contacts/ImportVCard.html
+%%WWWDIR%%/modules/Contacts/ImportVCard.php
+%%WWWDIR%%/modules/Contacts/Menu.php
+%%WWWDIR%%/modules/Contacts/Popup_picker.php
+%%WWWDIR%%/modules/Contacts/Save.php
+%%WWWDIR%%/modules/Contacts/SaveContactOpportunityRelationship.php
+%%WWWDIR%%/modules/Contacts/ShowDuplicates.html
+%%WWWDIR%%/modules/Contacts/ShowDuplicates.php
+%%WWWDIR%%/modules/Contacts/contactSeedData.php
+%%WWWDIR%%/modules/Contacts/contactSeedData_jp.php
+%%WWWDIR%%/modules/Contacts/controller.php
+%%WWWDIR%%/modules/Contacts/field_arrays.php
+%%WWWDIR%%/modules/Contacts/language/en_us.help.BusinessCard.html
+%%WWWDIR%%/modules/Contacts/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Contacts/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Contacts/language/en_us.help.ImportVCard.html
+%%WWWDIR%%/modules/Contacts/language/en_us.help.index.html
+%%WWWDIR%%/modules/Contacts/language/en_us.lang.php
+%%WWWDIR%%/modules/Contacts/metadata/SearchFields.php
+%%WWWDIR%%/modules/Contacts/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Contacts/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Contacts/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Contacts/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Contacts/metadata/metafiles.php
+%%WWWDIR%%/modules/Contacts/metadata/popupdefs.php
+%%WWWDIR%%/modules/Contacts/metadata/popupdefsEmail.php
+%%WWWDIR%%/modules/Contacts/metadata/quickcreatedefs.php
+%%WWWDIR%%/modules/Contacts/metadata/searchdefs.php
+%%WWWDIR%%/modules/Contacts/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Contacts/metadata/studio.php
+%%WWWDIR%%/modules/Contacts/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/ForAccounts.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/ForCalls.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/ForCases.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/ForContacts.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/ForMeetings.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/ForOpportunities.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/ForProject.php
+%%WWWDIR%%/modules/Contacts/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Contacts/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Contacts/vardefs.php
+%%WWWDIR%%/modules/Contacts/views/view.closecontactaddresspopup.php
+%%WWWDIR%%/modules/Contacts/views/view.contactaddresspopup.php
+%%WWWDIR%%/modules/Contacts/views/view.detail.php
+%%WWWDIR%%/modules/Contacts/views/view.edit.php
+%%WWWDIR%%/modules/Contacts/views/view.validportalusername.php
+%%WWWDIR%%/modules/Currencies/Currency.php
+%%WWWDIR%%/modules/Currencies/Delete.php
+%%WWWDIR%%/modules/Currencies/EditCurrency.php
+%%WWWDIR%%/modules/Currencies/EditView.html
+%%WWWDIR%%/modules/Currencies/Forms.php
+%%WWWDIR%%/modules/Currencies/ListCurrency.php
+%%WWWDIR%%/modules/Currencies/ListView.html
+%%WWWDIR%%/modules/Currencies/Menu.php
+%%WWWDIR%%/modules/Currencies/field_arrays.php
+%%WWWDIR%%/modules/Currencies/index.php
+%%WWWDIR%%/modules/Currencies/language/en_us.help.Currencies.html
+%%WWWDIR%%/modules/Currencies/language/en_us.help.index.html
+%%WWWDIR%%/modules/Currencies/language/en_us.lang.php
+%%WWWDIR%%/modules/Currencies/vardefs.php
+%%WWWDIR%%/modules/Dashboard/Dashboard.php
+%%WWWDIR%%/modules/Dashboard/DynamicAction.php
+%%WWWDIR%%/modules/Dashboard/EditDashboard.php
+%%WWWDIR%%/modules/Dashboard/Forms.php
+%%WWWDIR%%/modules/Dashboard/Menu.php
+%%WWWDIR%%/modules/Dashboard/charts.css
+%%WWWDIR%%/modules/Dashboard/index.php
+%%WWWDIR%%/modules/Dashboard/language/en_us.help.index.html
+%%WWWDIR%%/modules/Dashboard/language/en_us.lang.php
+%%WWWDIR%%/modules/Dashboard/tpls/Dashboard.tpl
+%%WWWDIR%%/modules/Dashboard/vardefs.php
+%%WWWDIR%%/modules/DocumentRevisions/DetailView.html
+%%WWWDIR%%/modules/DocumentRevisions/DetailView.php
+%%WWWDIR%%/modules/DocumentRevisions/DocumentRevision.php
+%%WWWDIR%%/modules/DocumentRevisions/EditView.html
+%%WWWDIR%%/modules/DocumentRevisions/EditView.php
+%%WWWDIR%%/modules/DocumentRevisions/Forms.php
+%%WWWDIR%%/modules/DocumentRevisions/ListView.html
+%%WWWDIR%%/modules/DocumentRevisions/Menu.php
+%%WWWDIR%%/modules/DocumentRevisions/Save.php
+%%WWWDIR%%/modules/DocumentRevisions/field_arrays.php
+%%WWWDIR%%/modules/DocumentRevisions/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/DocumentRevisions/language/en_us.lang.php
+%%WWWDIR%%/modules/DocumentRevisions/metadata/subpanels/default.php
+%%WWWDIR%%/modules/DocumentRevisions/subpanels/default.php
+%%WWWDIR%%/modules/DocumentRevisions/vardefs.php
+%%WWWDIR%%/modules/Documents/Delete.php
+%%WWWDIR%%/modules/Documents/Document.php
+%%WWWDIR%%/modules/Documents/DocumentSoap.php
+%%WWWDIR%%/modules/Documents/Forms.php
+%%WWWDIR%%/modules/Documents/GetLatestRevision.php
+%%WWWDIR%%/modules/Documents/Menu.php
+%%WWWDIR%%/modules/Documents/Popup.php
+%%WWWDIR%%/modules/Documents/Popup_picker.html
+%%WWWDIR%%/modules/Documents/Popup_picker.php
+%%WWWDIR%%/modules/Documents/Save.php
+%%WWWDIR%%/modules/Documents/TreeData.php
+%%WWWDIR%%/modules/Documents/documents.js
+%%WWWDIR%%/modules/Documents/field_arrays.php
+%%WWWDIR%%/modules/Documents/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Documents/language/en_us.help.index.html
+%%WWWDIR%%/modules/Documents/language/en_us.lang.php
+%%WWWDIR%%/modules/Documents/metadata/SearchFields.php
+%%WWWDIR%%/modules/Documents/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Documents/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Documents/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Documents/metadata/searchdefs.php
+%%WWWDIR%%/modules/Documents/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Documents/metadata/studio.php
+%%WWWDIR%%/modules/Documents/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Documents/metadata/subpanels/ForContractType.php
+%%WWWDIR%%/modules/Documents/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Documents/subpanels/ForContractType.php
+%%WWWDIR%%/modules/Documents/subpanels/default.php
+%%WWWDIR%%/modules/Documents/vardefs.php
+%%WWWDIR%%/modules/Documents/views/view.edit.php
+%%WWWDIR%%/modules/DynamicFields/DynamicField.php
+%%WWWDIR%%/modules/DynamicFields/FieldCases.php
+%%WWWDIR%%/modules/DynamicFields/FieldViewer.php
+%%WWWDIR%%/modules/DynamicFields/Save.php
+%%WWWDIR%%/modules/DynamicFields/UpgradeFields.php
+%%WWWDIR%%/modules/DynamicFields/language/en_us.lang.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/bool.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/coreBottom.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/coreTop.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/currency.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/date.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/date.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/enum.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/enum.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/float.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/html.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/html.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/int.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/multienum.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/multienum.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/parent.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/radioenum.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/relate.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/relate.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/text.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms/varchar.tpl
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateAddress.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateAddressCountry.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateBoolean.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateCurrency.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateCurrencyId.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateDate.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateEmail.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateEnum.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateField.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateFloat.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateHTML.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateId.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateInt.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateMultiEnum.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateParent.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateParentType.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplatePhone.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateRadioEnum.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateRelatedTextField.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateText.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateTextArea.php
+%%WWWDIR%%/modules/DynamicFields/templates/Fields/TemplateURL.php
+%%WWWDIR%%/modules/DynamicFields/templates/Files/DetailView.php
+%%WWWDIR%%/modules/DynamicFields/templates/Files/EditView.php
+%%WWWDIR%%/modules/EditCustomFields/CustomFieldsTable.php
+%%WWWDIR%%/modules/EditCustomFields/CustomFieldsTableSchema.php
+%%WWWDIR%%/modules/EditCustomFields/Delete.php
+%%WWWDIR%%/modules/EditCustomFields/DisplayDropDownValues.php
+%%WWWDIR%%/modules/EditCustomFields/EditCustomFields.php
+%%WWWDIR%%/modules/EditCustomFields/EditView.html
+%%WWWDIR%%/modules/EditCustomFields/EditView.php
+%%WWWDIR%%/modules/EditCustomFields/FieldsMetaData.php
+%%WWWDIR%%/modules/EditCustomFields/Forms.html
+%%WWWDIR%%/modules/EditCustomFields/Forms.php
+%%WWWDIR%%/modules/EditCustomFields/ListView.html
+%%WWWDIR%%/modules/EditCustomFields/ListView.php
+%%WWWDIR%%/modules/EditCustomFields/Menu.php
+%%WWWDIR%%/modules/EditCustomFields/Popup.html
+%%WWWDIR%%/modules/EditCustomFields/Popup.php
+%%WWWDIR%%/modules/EditCustomFields/Save.php
+%%WWWDIR%%/modules/EditCustomFields/Saveold.php
+%%WWWDIR%%/modules/EditCustomFields/SearchForm.html
+%%WWWDIR%%/modules/EditCustomFields/index.php
+%%WWWDIR%%/modules/EditCustomFields/language/en_us.lang.php
+%%WWWDIR%%/modules/EditCustomFields/vardefs.php
+%%WWWDIR%%/modules/EmailAddresses/EmailAddress.php
+%%WWWDIR%%/modules/EmailAddresses/vardefs.php
+%%WWWDIR%%/modules/EmailMan/EmailMan.php
+%%WWWDIR%%/modules/EmailMan/EmailManDelivery.php
+%%WWWDIR%%/modules/EmailMan/Forms.php
+%%WWWDIR%%/modules/EmailMan/ListView.html
+%%WWWDIR%%/modules/EmailMan/ListView.php
+%%WWWDIR%%/modules/EmailMan/Menu.php
+%%WWWDIR%%/modules/EmailMan/Save.php
+%%WWWDIR%%/modules/EmailMan/SearchForm.html
+%%WWWDIR%%/modules/EmailMan/campaignconfig.html
+%%WWWDIR%%/modules/EmailMan/campaignconfig.php
+%%WWWDIR%%/modules/EmailMan/config.html
+%%WWWDIR%%/modules/EmailMan/config.php
+%%WWWDIR%%/modules/EmailMan/field_arrays.php
+%%WWWDIR%%/modules/EmailMan/index.php
+%%WWWDIR%%/modules/EmailMan/language/en_us.help.campaignconfig.html
+%%WWWDIR%%/modules/EmailMan/language/en_us.help.config.html
+%%WWWDIR%%/modules/EmailMan/language/en_us.help.index.html
+%%WWWDIR%%/modules/EmailMan/language/en_us.lang.php
+%%WWWDIR%%/modules/EmailMan/metadata/SearchFields.php
+%%WWWDIR%%/modules/EmailMan/metadata/subpanels/default.php
+%%WWWDIR%%/modules/EmailMan/subpanels/default.php
+%%WWWDIR%%/modules/EmailMan/vardefs.php
+%%WWWDIR%%/modules/EmailMarketing/Delete.php
+%%WWWDIR%%/modules/EmailMarketing/DetailView.html
+%%WWWDIR%%/modules/EmailMarketing/DetailView.php
+%%WWWDIR%%/modules/EmailMarketing/EditView.html
+%%WWWDIR%%/modules/EmailMarketing/EditView.php
+%%WWWDIR%%/modules/EmailMarketing/EmailMarketing.php
+%%WWWDIR%%/modules/EmailMarketing/Forms.php
+%%WWWDIR%%/modules/EmailMarketing/Menu.php
+%%WWWDIR%%/modules/EmailMarketing/Save.php
+%%WWWDIR%%/modules/EmailMarketing/SubPanelView.html
+%%WWWDIR%%/modules/EmailMarketing/SubPanelView.php
+%%WWWDIR%%/modules/EmailMarketing/field_arrays.php
+%%WWWDIR%%/modules/EmailMarketing/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/EmailMarketing/language/en_us.lang.EditView.html
+%%WWWDIR%%/modules/EmailMarketing/language/en_us.lang.php
+%%WWWDIR%%/modules/EmailMarketing/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/EmailMarketing/metadata/subpanels/default.php
+%%WWWDIR%%/modules/EmailMarketing/subpanels/default.php
+%%WWWDIR%%/modules/EmailMarketing/vardefs.php
+%%WWWDIR%%/modules/EmailTemplates/AttachFiles.php
+%%WWWDIR%%/modules/EmailTemplates/Delete.php
+%%WWWDIR%%/modules/EmailTemplates/DetailView.html
+%%WWWDIR%%/modules/EmailTemplates/DetailView.php
+%%WWWDIR%%/modules/EmailTemplates/EditView.html
+%%WWWDIR%%/modules/EmailTemplates/EditView.php
+%%WWWDIR%%/modules/EmailTemplates/EmailTemplate.js
+%%WWWDIR%%/modules/EmailTemplates/EmailTemplate.php
+%%WWWDIR%%/modules/EmailTemplates/EmailTemplateFormBase.php
+%%WWWDIR%%/modules/EmailTemplates/Forms.php
+%%WWWDIR%%/modules/EmailTemplates/ListView.html
+%%WWWDIR%%/modules/EmailTemplates/ListView.php
+%%WWWDIR%%/modules/EmailTemplates/Menu.php
+%%WWWDIR%%/modules/EmailTemplates/PopupDocumentsCampaignTemplate.html
+%%WWWDIR%%/modules/EmailTemplates/PopupDocumentsCampaignTemplate.php
+%%WWWDIR%%/modules/EmailTemplates/Save.php
+%%WWWDIR%%/modules/EmailTemplates/SearchForm.html
+%%WWWDIR%%/modules/EmailTemplates/field_arrays.php
+%%WWWDIR%%/modules/EmailTemplates/index.php
+%%WWWDIR%%/modules/EmailTemplates/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/EmailTemplates/language/en_us.help.index.html
+%%WWWDIR%%/modules/EmailTemplates/language/en_us.lang.php
+%%WWWDIR%%/modules/EmailTemplates/metadata/SearchFields.php
+%%WWWDIR%%/modules/EmailTemplates/vardefs.php
+%%WWWDIR%%/modules/Emails/Check.php
+%%WWWDIR%%/modules/Emails/Compose.php
+%%WWWDIR%%/modules/Emails/Delete.php
+%%WWWDIR%%/modules/Emails/DetailView.html
+%%WWWDIR%%/modules/Emails/DetailView.php
+%%WWWDIR%%/modules/Emails/DetailViewSent.html
+%%WWWDIR%%/modules/Emails/Distribute.php
+%%WWWDIR%%/modules/Emails/EditView.html
+%%WWWDIR%%/modules/Emails/EditView.php
+%%WWWDIR%%/modules/Emails/EditViewArchive.html
+%%WWWDIR%%/modules/Emails/Email.php
+%%WWWDIR%%/modules/Emails/EmailUI.css
+%%WWWDIR%%/modules/Emails/EmailUI.php
+%%WWWDIR%%/modules/Emails/EmailUIAjax.php
+%%WWWDIR%%/modules/Emails/Forms.php
+%%WWWDIR%%/modules/Emails/Grab.php
+%%WWWDIR%%/modules/Emails/ListView.html
+%%WWWDIR%%/modules/Emails/ListView.php
+%%WWWDIR%%/modules/Emails/ListViewAll.html
+%%WWWDIR%%/modules/Emails/ListViewAll.php
+%%WWWDIR%%/modules/Emails/ListViewDrafts.html
+%%WWWDIR%%/modules/Emails/ListViewGroup.php
+%%WWWDIR%%/modules/Emails/ListViewGroupInbox.html
+%%WWWDIR%%/modules/Emails/ListViewHome.html
+%%WWWDIR%%/modules/Emails/ListViewHome.php
+%%WWWDIR%%/modules/Emails/ListViewMyInbox.html
+%%WWWDIR%%/modules/Emails/ListViewSent.html
+%%WWWDIR%%/modules/Emails/MassDelete.php
+%%WWWDIR%%/modules/Emails/Menu.php
+%%WWWDIR%%/modules/Emails/PessimisticLock.php
+%%WWWDIR%%/modules/Emails/Popup.php
+%%WWWDIR%%/modules/Emails/PopupDocuments.html
+%%WWWDIR%%/modules/Emails/PopupDocuments.php
+%%WWWDIR%%/modules/Emails/Popup_picker.html
+%%WWWDIR%%/modules/Emails/Popup_picker.php
+%%WWWDIR%%/modules/Emails/Save.php
+%%WWWDIR%%/modules/Emails/SearchForm.html
+%%WWWDIR%%/modules/Emails/SearchFormGroupInbox.html
+%%WWWDIR%%/modules/Emails/SearchFormMyInbox.html
+%%WWWDIR%%/modules/Emails/SearchFormSent.html
+%%WWWDIR%%/modules/Emails/Status.html
+%%WWWDIR%%/modules/Emails/Status.php
+%%WWWDIR%%/modules/Emails/SubPanelViewRecipients.html
+%%WWWDIR%%/modules/Emails/SubPanelViewRecipients.php
+%%WWWDIR%%/modules/Emails/SugarRoutingAsync.php
+%%WWWDIR%%/modules/Emails/field_arrays.php
+%%WWWDIR%%/modules/Emails/images/autofit.gif
+%%WWWDIR%%/modules/Emails/images/colsView.gif
+%%WWWDIR%%/modules/Emails/images/email.gif
+%%WWWDIR%%/modules/Emails/images/emailGroup.gif
+%%WWWDIR%%/modules/Emails/images/fullscreen.gif
+%%WWWDIR%%/modules/Emails/images/leftarrow_inline.gif
+%%WWWDIR%%/modules/Emails/images/rightarrow_inline.gif
+%%WWWDIR%%/modules/Emails/images/rowsView.gif
+%%WWWDIR%%/modules/Emails/images/sugar.gif
+%%WWWDIR%%/modules/Emails/images/sugarDynamic.gif
+%%WWWDIR%%/modules/Emails/images/sugarGroup.gif
+%%WWWDIR%%/modules/Emails/index.php
+%%WWWDIR%%/modules/Emails/javascript/Email.js
+%%WWWDIR%%/modules/Emails/javascript/EmailUI.js
+%%WWWDIR%%/modules/Emails/javascript/ajax.js
+%%WWWDIR%%/modules/Emails/javascript/complexLayout.js
+%%WWWDIR%%/modules/Emails/javascript/composeEmailTemplate.js
+%%WWWDIR%%/modules/Emails/javascript/displayOneEmailTemplate.js
+%%WWWDIR%%/modules/Emails/javascript/email_popup_helper.js
+%%WWWDIR%%/modules/Emails/javascript/grid.js
+%%WWWDIR%%/modules/Emails/javascript/init.js
+%%WWWDIR%%/modules/Emails/javascript/prototypeOverloads.js
+%%WWWDIR%%/modules/Emails/javascript/vars.js
+%%WWWDIR%%/modules/Emails/javascript/viewPrintable.js
+%%WWWDIR%%/modules/Emails/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Emails/language/en_us.help.ListView.html
+%%WWWDIR%%/modules/Emails/language/en_us.help.ListViewGroup.html
+%%WWWDIR%%/modules/Emails/language/en_us.help.index.html
+%%WWWDIR%%/modules/Emails/language/en_us.lang.php
+%%WWWDIR%%/modules/Emails/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Emails/metadata/popupdefs.php
+%%WWWDIR%%/modules/Emails/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Emails/metadata/subpanels/ForContacts.php
+%%WWWDIR%%/modules/Emails/metadata/subpanels/ForHistory.php
+%%WWWDIR%%/modules/Emails/metadata/subpanels/ForQueues.php
+%%WWWDIR%%/modules/Emails/metadata/subpanels/ForUnlinkedEmailHistory.php
+%%WWWDIR%%/modules/Emails/metadata/subpanels/ForUsers.php
+%%WWWDIR%%/modules/Emails/subpanels/ForContacts.php
+%%WWWDIR%%/modules/Emails/subpanels/ForHistory.php
+%%WWWDIR%%/modules/Emails/subpanels/ForQueues.php
+%%WWWDIR%%/modules/Emails/subpanels/ForUsers.php
+%%WWWDIR%%/modules/Emails/templates/_baseEmail.tpl
+%%WWWDIR%%/modules/Emails/templates/_blank.html
+%%WWWDIR%%/modules/Emails/templates/_createGroupFolder.tpl
+%%WWWDIR%%/modules/Emails/templates/addressBook.tpl
+%%WWWDIR%%/modules/Emails/templates/addressSearch.tpl
+%%WWWDIR%%/modules/Emails/templates/advancedSearch.tpl
+%%WWWDIR%%/modules/Emails/templates/editContact.tpl
+%%WWWDIR%%/modules/Emails/templates/editMailingList.tpl
+%%WWWDIR%%/modules/Emails/templates/emailSettings.tpl
+%%WWWDIR%%/modules/Emails/templates/emailSettingsAccountDetails.tpl
+%%WWWDIR%%/modules/Emails/templates/emailSettingsAccounts.tpl
+%%WWWDIR%%/modules/Emails/templates/emailSettingsFolders.tpl
+%%WWWDIR%%/modules/Emails/templates/emailSettingsGeneral.tpl
+%%WWWDIR%%/modules/Emails/templates/emailSettingsRules.tpl
+%%WWWDIR%%/modules/Emails/templates/importRelate.tpl
+%%WWWDIR%%/modules/Emails/templates/outboundDialog.tpl
+%%WWWDIR%%/modules/Emails/templates/overlay.tpl
+%%WWWDIR%%/modules/Emails/templates/reports.tpl
+%%WWWDIR%%/modules/Emails/templates/successMessage.tpl
+%%WWWDIR%%/modules/Emails/vardefs.php
+%%WWWDIR%%/modules/Emails/views/view.classic.config.php
+%%WWWDIR%%/modules/Employees/Employee.php
+%%WWWDIR%%/modules/Employees/EmployeeStatus.php
+%%WWWDIR%%/modules/Employees/Error.php
+%%WWWDIR%%/modules/Employees/Forms.php
+%%WWWDIR%%/modules/Employees/ListView.html
+%%WWWDIR%%/modules/Employees/ListView.php
+%%WWWDIR%%/modules/Employees/Menu.php
+%%WWWDIR%%/modules/Employees/Popup_picker.html
+%%WWWDIR%%/modules/Employees/Popup_picker.php
+%%WWWDIR%%/modules/Employees/Save.php
+%%WWWDIR%%/modules/Employees/SearchForm.html
+%%WWWDIR%%/modules/Employees/WapAuthenticate.php
+%%WWWDIR%%/modules/Employees/WapMenu.php
+%%WWWDIR%%/modules/Employees/controller.php
+%%WWWDIR%%/modules/Employees/field_arrays.php
+%%WWWDIR%%/modules/Employees/index.php
+%%WWWDIR%%/modules/Employees/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Employees/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Employees/language/en_us.help.index.html
+%%WWWDIR%%/modules/Employees/language/en_us.lang.php
+%%WWWDIR%%/modules/Employees/metadata/SearchFields.php
+%%WWWDIR%%/modules/Employees/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Employees/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Employees/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Employees/vardefs.php
+%%WWWDIR%%/modules/Employees/views/view.detail.php
+%%WWWDIR%%/modules/Feeds/AddFavorite.php
+%%WWWDIR%%/modules/Feeds/Delete.php
+%%WWWDIR%%/modules/Feeds/DeleteFavorite.php
+%%WWWDIR%%/modules/Feeds/DetailView.html
+%%WWWDIR%%/modules/Feeds/DetailView.php
+%%WWWDIR%%/modules/Feeds/EditView.html
+%%WWWDIR%%/modules/Feeds/EditView.php
+%%WWWDIR%%/modules/Feeds/Feed.php
+%%WWWDIR%%/modules/Feeds/FeedFormBase.php
+%%WWWDIR%%/modules/Feeds/Forms.php
+%%WWWDIR%%/modules/Feeds/Import.php
+%%WWWDIR%%/modules/Feeds/ListView.html
+%%WWWDIR%%/modules/Feeds/ListView.php
+%%WWWDIR%%/modules/Feeds/Menu.php
+%%WWWDIR%%/modules/Feeds/MoveDown.php
+%%WWWDIR%%/modules/Feeds/MoveUp.php
+%%WWWDIR%%/modules/Feeds/MyFeeds.php
+%%WWWDIR%%/modules/Feeds/Save.php
+%%WWWDIR%%/modules/Feeds/SearchForm.html
+%%WWWDIR%%/modules/Feeds/feeds.sql
+%%WWWDIR%%/modules/Feeds/feeds_os.sql
+%%WWWDIR%%/modules/Feeds/field_arrays.php
+%%WWWDIR%%/modules/Feeds/index.php
+%%WWWDIR%%/modules/Feeds/language/en_us.help.ListView.html
+%%WWWDIR%%/modules/Feeds/language/en_us.help.index.html
+%%WWWDIR%%/modules/Feeds/language/en_us.lang.php
+%%WWWDIR%%/modules/Feeds/vardefs.php
+%%WWWDIR%%/modules/Groups/Delete.php
+%%WWWDIR%%/modules/Groups/DetailView.html
+%%WWWDIR%%/modules/Groups/DetailView.php
+%%WWWDIR%%/modules/Groups/EditView.html
+%%WWWDIR%%/modules/Groups/EditView.php
+%%WWWDIR%%/modules/Groups/Forms.php
+%%WWWDIR%%/modules/Groups/Group.php
+%%WWWDIR%%/modules/Groups/ListView.html
+%%WWWDIR%%/modules/Groups/ListView.php
+%%WWWDIR%%/modules/Groups/Menu.php
+%%WWWDIR%%/modules/Groups/Save.php
+%%WWWDIR%%/modules/Groups/index.php
+%%WWWDIR%%/modules/Groups/language/en_us.lang.php
+%%WWWDIR%%/modules/Groups/vardefs.php
+%%WWWDIR%%/modules/Help/Forms.php
+%%WWWDIR%%/modules/Help/Menu.php
+%%WWWDIR%%/modules/Help/index.php
+%%WWWDIR%%/modules/Help/language/en_us.lang.php
+%%WWWDIR%%/modules/History/language/en_us.lang.php
+%%WWWDIR%%/modules/History/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Home/About.php
+%%WWWDIR%%/modules/Home/AddToFavorites.php
+%%WWWDIR%%/modules/Home/AdditionalDetailsRetrieve.php
+%%WWWDIR%%/modules/Home/Dashlets/ChartsDashlet/ChartsDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Home/Dashlets/ChartsDashlet/ChartsDashlet.meta.php
+%%WWWDIR%%/modules/Home/Dashlets/ChartsDashlet/ChartsDashlet.php
+%%WWWDIR%%/modules/Home/Dashlets/ChartsDashlet/ChartsDashletScript.tpl
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/InvadersDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/InvadersDashlet.icon.jpg
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/InvadersDashlet.meta.php
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/InvadersDashlet.php
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/InvadersDashlet.tpl
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/InvadersDashletScript.tpl
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/InvadersOptions.tpl
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/sprites/alien.png
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/sprites/bg.png
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/sprites/cube.png
+%%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/sprites/player.png
+%%WWWDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.en_us.lang.php
+%%WWWDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.meta.php
+%%WWWDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.php
+%%WWWDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.tpl
+%%WWWDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashletOptions.tpl
+%%WWWDIR%%/modules/Home/Dashlets/JotPadDashlet/JotPadDashletScript.tpl
+%%WWWDIR%%/modules/Home/DynamicAction.php
+%%WWWDIR%%/modules/Home/Forms.php
+%%WWWDIR%%/modules/Home/Home.html
+%%WWWDIR%%/modules/Home/Home.tpl
+%%WWWDIR%%/modules/Home/LastViewed.php
+%%WWWDIR%%/modules/Home/Menu.php
+%%WWWDIR%%/modules/Home/PopupSugar.php
+%%WWWDIR%%/modules/Home/SaveSubpanelLayout.php
+%%WWWDIR%%/modules/Home/SubpanelCreates.php
+%%WWWDIR%%/modules/Home/TrainingPortal.php
+%%WWWDIR%%/modules/Home/TrainingPortal.tpl
+%%WWWDIR%%/modules/Home/UnifiedSearch.php
+%%WWWDIR%%/modules/Home/UnifiedSearchAdvanced.php
+%%WWWDIR%%/modules/Home/UnifiedSearchAdvanced.tpl
+%%WWWDIR%%/modules/Home/UnifiedSearchAdvancedForm.tpl
+%%WWWDIR%%/modules/Home/UnifiedSearchAdvancedResults.tpl
+%%WWWDIR%%/modules/Home/about.js
+%%WWWDIR%%/modules/Home/index.php
+%%WWWDIR%%/modules/Home/language/en_us.help.index.html
+%%WWWDIR%%/modules/Home/language/en_us.lang.php
+%%WWWDIR%%/modules/Home/quicksearchQuery.php
+%%WWWDIR%%/modules/Home/sitemap.php
+%%WWWDIR%%/modules/Home/sitemap.tpl
+%%WWWDIR%%/modules/Home/views/view.list.php
+%%WWWDIR%%/modules/Import/Forms.php
+%%WWWDIR%%/modules/Import/ImportAccount.php
+%%WWWDIR%%/modules/Import/ImportButton.php
+%%WWWDIR%%/modules/Import/ImportContact.php
+%%WWWDIR%%/modules/Import/ImportLead.php
+%%WWWDIR%%/modules/Import/ImportMap.php
+%%WWWDIR%%/modules/Import/ImportNote.php
+%%WWWDIR%%/modules/Import/ImportOpportunity.php
+%%WWWDIR%%/modules/Import/ImportProspect.php
+%%WWWDIR%%/modules/Import/ImportStep1.html
+%%WWWDIR%%/modules/Import/ImportStep1.php
+%%WWWDIR%%/modules/Import/ImportStep2.html
+%%WWWDIR%%/modules/Import/ImportStep2.php
+%%WWWDIR%%/modules/Import/ImportStep3.html
+%%WWWDIR%%/modules/Import/ImportStep3.php
+%%WWWDIR%%/modules/Import/ImportStep4.html
+%%WWWDIR%%/modules/Import/ImportStep4.php
+%%WWWDIR%%/modules/Import/ImportSteplast.php
+%%WWWDIR%%/modules/Import/ImportStepundo.php
+%%WWWDIR%%/modules/Import/Menu.php
+%%WWWDIR%%/modules/Import/SugarFile.php
+%%WWWDIR%%/modules/Import/UsersLastImport.php
+%%WWWDIR%%/modules/Import/config.php
+%%WWWDIR%%/modules/Import/error.html
+%%WWWDIR%%/modules/Import/error.php
+%%WWWDIR%%/modules/Import/index.php
+%%WWWDIR%%/modules/Import/language/en_us.help.Import.html
+%%WWWDIR%%/modules/Import/language/en_us.lang.php
+%%WWWDIR%%/modules/Import/parse_utils.php
+%%WWWDIR%%/modules/Import/vardefs.php
+%%WWWDIR%%/modules/InboundEmail/Delete.php
+%%WWWDIR%%/modules/InboundEmail/DetailView.html
+%%WWWDIR%%/modules/InboundEmail/DetailView.php
+%%WWWDIR%%/modules/InboundEmail/EditGroupFolder.php
+%%WWWDIR%%/modules/InboundEmail/EditView.html
+%%WWWDIR%%/modules/InboundEmail/EditView.php
+%%WWWDIR%%/modules/InboundEmail/Forms.php
+%%WWWDIR%%/modules/InboundEmail/InboundEmail.js
+%%WWWDIR%%/modules/InboundEmail/InboundEmail.php
+%%WWWDIR%%/modules/InboundEmail/InboundEmailTest.php
+%%WWWDIR%%/modules/InboundEmail/ListView.html
+%%WWWDIR%%/modules/InboundEmail/ListView.php
+%%WWWDIR%%/modules/InboundEmail/Menu.php
+%%WWWDIR%%/modules/InboundEmail/Popup.php
+%%WWWDIR%%/modules/InboundEmail/Save.php
+%%WWWDIR%%/modules/InboundEmail/SaveGroupFolder.php
+%%WWWDIR%%/modules/InboundEmail/View.html
+%%WWWDIR%%/modules/InboundEmail/field_arrays.php
+%%WWWDIR%%/modules/InboundEmail/index.php
+%%WWWDIR%%/modules/InboundEmail/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/InboundEmail/language/en_us.help.index.html
+%%WWWDIR%%/modules/InboundEmail/language/en_us.lang.php
+%%WWWDIR%%/modules/InboundEmail/parseEncoding.php
+%%WWWDIR%%/modules/InboundEmail/vardefs.php
+%%WWWDIR%%/modules/LabelEditor/EditView.html
+%%WWWDIR%%/modules/LabelEditor/EditView.php
+%%WWWDIR%%/modules/LabelEditor/Forms.php
+%%WWWDIR%%/modules/LabelEditor/LabelList.php
+%%WWWDIR%%/modules/LabelEditor/Menu.php
+%%WWWDIR%%/modules/LabelEditor/Save.php
+%%WWWDIR%%/modules/LabelEditor/language/en_us.lang.php
+%%WWWDIR%%/modules/Leads/ConvertLead.html
+%%WWWDIR%%/modules/Leads/ConvertLead.php
+%%WWWDIR%%/modules/Leads/Dashlets/MyLeadsDashlet/MyLeadsDashlet.data.php
+%%WWWDIR%%/modules/Leads/Dashlets/MyLeadsDashlet/MyLeadsDashlet.meta.php
+%%WWWDIR%%/modules/Leads/Dashlets/MyLeadsDashlet/MyLeadsDashlet.php
+%%WWWDIR%%/modules/Leads/Forms.php
+%%WWWDIR%%/modules/Leads/Import.php
+%%WWWDIR%%/modules/Leads/ImportVCard.php
+%%WWWDIR%%/modules/Leads/Lead.js
+%%WWWDIR%%/modules/Leads/Lead.php
+%%WWWDIR%%/modules/Leads/LeadFormBase.php
+%%WWWDIR%%/modules/Leads/LeadsQuickCreate.php
+%%WWWDIR%%/modules/Leads/Menu.php
+%%WWWDIR%%/modules/Leads/MyLeads.html
+%%WWWDIR%%/modules/Leads/MyLeads.php
+%%WWWDIR%%/modules/Leads/Popup_picker.html
+%%WWWDIR%%/modules/Leads/Save.php
+%%WWWDIR%%/modules/Leads/SubPanelView.html
+%%WWWDIR%%/modules/Leads/SubPanelView.php
+%%WWWDIR%%/modules/Leads/controller.php
+%%WWWDIR%%/modules/Leads/field_arrays.php
+%%WWWDIR%%/modules/Leads/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Leads/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Leads/language/en_us.help.ImportVCard.html
+%%WWWDIR%%/modules/Leads/language/en_us.help.index.html
+%%WWWDIR%%/modules/Leads/language/en_us.lang.php
+%%WWWDIR%%/modules/Leads/metadata/SearchFields.php
+%%WWWDIR%%/modules/Leads/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Leads/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Leads/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Leads/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Leads/metadata/popupdefs.php
+%%WWWDIR%%/modules/Leads/metadata/searchdefs.php
+%%WWWDIR%%/modules/Leads/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Leads/metadata/studio.php
+%%WWWDIR%%/modules/Leads/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Leads/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Leads/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Leads/tpls/DetailViewHeader.tpl
+%%WWWDIR%%/modules/Leads/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Leads/vardefs.php
+%%WWWDIR%%/modules/MailMerge/DetailView.php
+%%WWWDIR%%/modules/MailMerge/EditView.php
+%%WWWDIR%%/modules/MailMerge/Forms.php
+%%WWWDIR%%/modules/MailMerge/MailMerge.php
+%%WWWDIR%%/modules/MailMerge/Menu.php
+%%WWWDIR%%/modules/MailMerge/Merge.html
+%%WWWDIR%%/modules/MailMerge/Merge.php
+%%WWWDIR%%/modules/MailMerge/Save.php
+%%WWWDIR%%/modules/MailMerge/Step1.html
+%%WWWDIR%%/modules/MailMerge/Step1.php
+%%WWWDIR%%/modules/MailMerge/Step2.html
+%%WWWDIR%%/modules/MailMerge/Step2.php
+%%WWWDIR%%/modules/MailMerge/Step3.html
+%%WWWDIR%%/modules/MailMerge/Step3.php
+%%WWWDIR%%/modules/MailMerge/Step4.html
+%%WWWDIR%%/modules/MailMerge/Step4.php
+%%WWWDIR%%/modules/MailMerge/Step5.html
+%%WWWDIR%%/modules/MailMerge/Step5.php
+%%WWWDIR%%/modules/MailMerge/index.php
+%%WWWDIR%%/modules/MailMerge/language/en_us.lang.php
+%%WWWDIR%%/modules/MailMerge/modules_array.php
+%%WWWDIR%%/modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.data.php
+%%WWWDIR%%/modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.meta.php
+%%WWWDIR%%/modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.php
+%%WWWDIR%%/modules/Meetings/Forms.php
+%%WWWDIR%%/modules/Meetings/Meeting.php
+%%WWWDIR%%/modules/Meetings/MeetingFormBase.php
+%%WWWDIR%%/modules/Meetings/MeetingsQuickCreate.php
+%%WWWDIR%%/modules/Meetings/Menu.php
+%%WWWDIR%%/modules/Meetings/Save.php
+%%WWWDIR%%/modules/Meetings/SubPanelViewInvitees.html
+%%WWWDIR%%/modules/Meetings/SubPanelViewInvitees.php
+%%WWWDIR%%/modules/Meetings/field_arrays.php
+%%WWWDIR%%/modules/Meetings/jsclass_scheduler.js
+%%WWWDIR%%/modules/Meetings/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Meetings/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Meetings/language/en_us.help.index.html
+%%WWWDIR%%/modules/Meetings/language/en_us.lang.php
+%%WWWDIR%%/modules/Meetings/metadata/SearchFields.php
+%%WWWDIR%%/modules/Meetings/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Meetings/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Meetings/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Meetings/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Meetings/metadata/searchdefs.php
+%%WWWDIR%%/modules/Meetings/metadata/studio.php
+%%WWWDIR%%/modules/Meetings/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Meetings/metadata/subpanels/ForActivities.php
+%%WWWDIR%%/modules/Meetings/metadata/subpanels/ForHistory.php
+%%WWWDIR%%/modules/Meetings/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Meetings/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Meetings/tpls/footer.tpl
+%%WWWDIR%%/modules/Meetings/tpls/header.tpl
+%%WWWDIR%%/modules/Meetings/vardefs.php
+%%WWWDIR%%/modules/Meetings/views/view.edit.php
+%%WWWDIR%%/modules/MergeRecords/Forms.php
+%%WWWDIR%%/modules/MergeRecords/Menu.php
+%%WWWDIR%%/modules/MergeRecords/Merge.js
+%%WWWDIR%%/modules/MergeRecords/MergeField.html
+%%WWWDIR%%/modules/MergeRecords/MergeRecord.php
+%%WWWDIR%%/modules/MergeRecords/SaveMerge.php
+%%WWWDIR%%/modules/MergeRecords/SearchForm.html
+%%WWWDIR%%/modules/MergeRecords/Step1.html
+%%WWWDIR%%/modules/MergeRecords/Step1.php
+%%WWWDIR%%/modules/MergeRecords/Step2.html
+%%WWWDIR%%/modules/MergeRecords/Step2.php
+%%WWWDIR%%/modules/MergeRecords/Step3.html
+%%WWWDIR%%/modules/MergeRecords/Step3.php
+%%WWWDIR%%/modules/MergeRecords/controller.php
+%%WWWDIR%%/modules/MergeRecords/index.php
+%%WWWDIR%%/modules/MergeRecords/language/en_us.help.index.html
+%%WWWDIR%%/modules/MergeRecords/language/en_us.help.step1.html
+%%WWWDIR%%/modules/MergeRecords/language/en_us.help.step2.html
+%%WWWDIR%%/modules/MergeRecords/language/en_us.help.step3.html
+%%WWWDIR%%/modules/MergeRecords/language/en_us.lang.php
+%%WWWDIR%%/modules/MergeRecords/vardefs.php
+%%WWWDIR%%/modules/ModuleBuilder/Forms.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/AjaxCompose.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/MBField.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/MBLanguage.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/MBModule.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/MBPackage.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/MBPackageTree.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/MBRelationship.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/MBVardefs.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/MBView.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/ModuleBuilder.php
+%%WWWDIR%%/modules/ModuleBuilder/MB/header.php
+%%WWWDIR%%/modules/ModuleBuilder/Module/DropDownBrowser.php
+%%WWWDIR%%/modules/ModuleBuilder/Module/DropDownTree.php
+%%WWWDIR%%/modules/ModuleBuilder/Module/MainTree.php
+%%WWWDIR%%/modules/ModuleBuilder/Module/StudioBrowser.php
+%%WWWDIR%%/modules/ModuleBuilder/Module/StudioModule.php
+%%WWWDIR%%/modules/ModuleBuilder/Module/StudioTree.php
+%%WWWDIR%%/modules/ModuleBuilder/action_view_map.php
+%%WWWDIR%%/modules/ModuleBuilder/controller.php
+%%WWWDIR%%/modules/ModuleBuilder/javascript/JSTransaction.js
+%%WWWDIR%%/modules/ModuleBuilder/javascript/ModuleBuilder.js
+%%WWWDIR%%/modules/ModuleBuilder/javascript/SimpleList.js
+%%WWWDIR%%/modules/ModuleBuilder/javascript/studio2.js
+%%WWWDIR%%/modules/ModuleBuilder/javascript/studio2FieldDD.js
+%%WWWDIR%%/modules/ModuleBuilder/javascript/studio2ListDD.js
+%%WWWDIR%%/modules/ModuleBuilder/javascript/studio2PanelDD.js
+%%WWWDIR%%/modules/ModuleBuilder/javascript/studio2RowDD.js
+%%WWWDIR%%/modules/ModuleBuilder/javascript/studiotabgroups.js
+%%WWWDIR%%/modules/ModuleBuilder/language/en_us.lang.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/ModuleBuilderParser.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/ParserFactory.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.buildlayoutview.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.buildlistview.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.buildlocalsubpanel.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.buildsearchview.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.buildsubpanel.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.dropdown.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.label.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.modifylayoutview.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.modifylistview.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.modifysearchview.php
+%%WWWDIR%%/modules/ModuleBuilder/parsers/parser.modifysubpanel.php
+%%WWWDIR%%/modules/ModuleBuilder/tpls/LayoutEditor.css
+%%WWWDIR%%/modules/ModuleBuilder/tpls/ListEditor.css
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MB.css
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/Class.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/DeveloperClass.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/Studio.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/dropdown.css
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/dropdown.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/dropdowns.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/field.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/fields.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/form.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/language.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/main.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/module.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule/vardef.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBPackage/appLanguage.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBPackage/deploy.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBPackage/package.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBRelationship/relationship.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/MBRelationship/relationships.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/assistantJavascript.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/backupmanager.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/editProperty.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/exportcustomizations.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/includes.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/index.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/labels.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/layoutPanelLabel.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/layoutView.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/listView.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/main.tpl
+%%WWWDIR%%/modules/ModuleBuilder/tpls/wizard.tpl
+%%WWWDIR%%/modules/ModuleBuilder/views/view.closeeast.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.deletemodule.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.deletepackage.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.displaydeploy.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.displaydeployresult.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.dropdown.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.dropdowns.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.exportcustomizations.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.home.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.labels.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.layoutpanellabel.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.layoutview.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.listview.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.main.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.module.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.modulefield.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.modulefields.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.modulelabels.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.package.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.property.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.relationship.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.relationships.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.searchview.php
+%%WWWDIR%%/modules/ModuleBuilder/views/view.wizard.php
+%%WWWDIR%%/modules/MySettings/LoadTabSubpanels.php
+%%WWWDIR%%/modules/MySettings/StoreQuery.php
+%%WWWDIR%%/modules/MySettings/TabController.php
+%%WWWDIR%%/modules/MySettings/language/en_us.lang.php
+%%WWWDIR%%/modules/Notes/Forms.php
+%%WWWDIR%%/modules/Notes/Import.php
+%%WWWDIR%%/modules/Notes/Menu.php
+%%WWWDIR%%/modules/Notes/Note.php
+%%WWWDIR%%/modules/Notes/NoteFormBase.php
+%%WWWDIR%%/modules/Notes/NoteSoap.php
+%%WWWDIR%%/modules/Notes/NotesQuickCreate.php
+%%WWWDIR%%/modules/Notes/SubPanelView.html
+%%WWWDIR%%/modules/Notes/SubPanelView.php
+%%WWWDIR%%/modules/Notes/controller.php
+%%WWWDIR%%/modules/Notes/field_arrays.php
+%%WWWDIR%%/modules/Notes/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Notes/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Notes/language/en_us.help.index.html
+%%WWWDIR%%/modules/Notes/language/en_us.lang.php
+%%WWWDIR%%/modules/Notes/metadata/SearchFields.php
+%%WWWDIR%%/modules/Notes/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Notes/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Notes/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Notes/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Notes/metadata/searchdefs.php
+%%WWWDIR%%/modules/Notes/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Notes/metadata/studio.php
+%%WWWDIR%%/modules/Notes/metadata/subpanels/ForHistory.php
+%%WWWDIR%%/modules/Notes/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Notes/tpls/EditViewHeader.tpl
+%%WWWDIR%%/modules/Notes/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Notes/vardefs.php
+%%WWWDIR%%/modules/Opportunities/Dashlets/MyClosedOpportunitiesDashlet/MyClosedOpportunitiesDashlet.meta.php
+%%WWWDIR%%/modules/Opportunities/Dashlets/MyClosedOpportunitiesDashlet/MyClosedOpportunitiesDashlet.php
+%%WWWDIR%%/modules/Opportunities/Dashlets/MyClosedOpportunitiesDashlet/MyClosedOpportunitiesDashlet.tpl
+%%WWWDIR%%/modules/Opportunities/Dashlets/MyOpportunitiesDashlet/MyOpportunitiesDashlet.data.php
+%%WWWDIR%%/modules/Opportunities/Dashlets/MyOpportunitiesDashlet/MyOpportunitiesDashlet.meta.php
+%%WWWDIR%%/modules/Opportunities/Dashlets/MyOpportunitiesDashlet/MyOpportunitiesDashlet.php
+%%WWWDIR%%/modules/Opportunities/Delete.php
+%%WWWDIR%%/modules/Opportunities/Forms.php
+%%WWWDIR%%/modules/Opportunities/Import.php
+%%WWWDIR%%/modules/Opportunities/ListViewTop.html
+%%WWWDIR%%/modules/Opportunities/ListViewTop.php
+%%WWWDIR%%/modules/Opportunities/Menu.php
+%%WWWDIR%%/modules/Opportunities/OpportunitiesQuickCreate.php
+%%WWWDIR%%/modules/Opportunities/Opportunity.php
+%%WWWDIR%%/modules/Opportunities/OpportunityFormBase.php
+%%WWWDIR%%/modules/Opportunities/Save.php
+%%WWWDIR%%/modules/Opportunities/SaveOverload.php
+%%WWWDIR%%/modules/Opportunities/SubPanelView.html
+%%WWWDIR%%/modules/Opportunities/SubPanelView.php
+%%WWWDIR%%/modules/Opportunities/SubPanelViewProjects.html
+%%WWWDIR%%/modules/Opportunities/SubPanelViewProjects.php
+%%WWWDIR%%/modules/Opportunities/field_arrays.php
+%%WWWDIR%%/modules/Opportunities/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Opportunities/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Opportunities/language/en_us.help.index.html
+%%WWWDIR%%/modules/Opportunities/language/en_us.lang.php
+%%WWWDIR%%/modules/Opportunities/metadata/SearchFields.php
+%%WWWDIR%%/modules/Opportunities/metadata/acldefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Opportunities/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/metafiles.php
+%%WWWDIR%%/modules/Opportunities/metadata/popupdefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/quickcreatedefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/searchdefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/studio.php
+%%WWWDIR%%/modules/Opportunities/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Opportunities/metadata/subpanels/ForAccounts.php
+%%WWWDIR%%/modules/Opportunities/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Opportunities/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Opportunities/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Opportunities/vardefs.php
+%%WWWDIR%%/modules/Opportunities/views/view.detail.php
+%%WWWDIR%%/modules/Opportunities/views/view.edit.php
+%%WWWDIR%%/modules/OptimisticLock/Forms.php
+%%WWWDIR%%/modules/OptimisticLock/LockResolve.php
+%%WWWDIR%%/modules/OptimisticLock/Menu.php
+%%WWWDIR%%/modules/OptimisticLock/language/en_us.lang.php
+%%WWWDIR%%/modules/Project/Delete.php
+%%WWWDIR%%/modules/Project/Forms.html
+%%WWWDIR%%/modules/Project/Forms.php
+%%WWWDIR%%/modules/Project/Menu.php
+%%WWWDIR%%/modules/Project/Popup.html
+%%WWWDIR%%/modules/Project/Popup.php
+%%WWWDIR%%/modules/Project/Popup_picker.html
+%%WWWDIR%%/modules/Project/Popup_picker.php
+%%WWWDIR%%/modules/Project/Project.js
+%%WWWDIR%%/modules/Project/Project.php
+%%WWWDIR%%/modules/Project/ProjectQuickCreate.php
+%%WWWDIR%%/modules/Project/Save.php
+%%WWWDIR%%/modules/Project/SubPanelView.html
+%%WWWDIR%%/modules/Project/SubPanelView.php
+%%WWWDIR%%/modules/Project/field_arrays.php
+%%WWWDIR%%/modules/Project/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Project/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Project/language/en_us.help.index.html
+%%WWWDIR%%/modules/Project/language/en_us.lang.php
+%%WWWDIR%%/modules/Project/metadata/SearchFields.php
+%%WWWDIR%%/modules/Project/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Project/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Project/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Project/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Project/metadata/metafiles.php
+%%WWWDIR%%/modules/Project/metadata/popupdefs.php
+%%WWWDIR%%/modules/Project/metadata/searchdefs.php
+%%WWWDIR%%/modules/Project/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Project/metadata/studio.php
+%%WWWDIR%%/modules/Project/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Project/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Project/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Project/tpls/DetailView.html
+%%WWWDIR%%/modules/Project/tpls/EditView.html
+%%WWWDIR%%/modules/Project/tpls/ListView.html
+%%WWWDIR%%/modules/Project/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Project/tpls/SearchForm.html
+%%WWWDIR%%/modules/Project/vardefs.php
+%%WWWDIR%%/modules/Project/views/view.detail.php
+%%WWWDIR%%/modules/Project/views/view.list.php
+%%WWWDIR%%/modules/ProjectTask/Dashlets/MyProjectTaskDashlet/MyProjectTaskDashlet.data.php
+%%WWWDIR%%/modules/ProjectTask/Dashlets/MyProjectTaskDashlet/MyProjectTaskDashlet.meta.php
+%%WWWDIR%%/modules/ProjectTask/Dashlets/MyProjectTaskDashlet/MyProjectTaskDashlet.php
+%%WWWDIR%%/modules/ProjectTask/Delete.php
+%%WWWDIR%%/modules/ProjectTask/Forms.html
+%%WWWDIR%%/modules/ProjectTask/Forms.php
+%%WWWDIR%%/modules/ProjectTask/Menu.php
+%%WWWDIR%%/modules/ProjectTask/MyProjectTasks.html
+%%WWWDIR%%/modules/ProjectTask/MyProjectTasks.php
+%%WWWDIR%%/modules/ProjectTask/Popup.html
+%%WWWDIR%%/modules/ProjectTask/Popup.php
+%%WWWDIR%%/modules/ProjectTask/Popup_picker.html
+%%WWWDIR%%/modules/ProjectTask/ProjectTask.js
+%%WWWDIR%%/modules/ProjectTask/ProjectTask.php
+%%WWWDIR%%/modules/ProjectTask/ProjectTaskQuickCreate.php
+%%WWWDIR%%/modules/ProjectTask/Save.php
+%%WWWDIR%%/modules/ProjectTask/SubPanelView.html
+%%WWWDIR%%/modules/ProjectTask/SubPanelView.php
+%%WWWDIR%%/modules/ProjectTask/field_arrays.php
+%%WWWDIR%%/modules/ProjectTask/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/ProjectTask/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/ProjectTask/language/en_us.help.index.html
+%%WWWDIR%%/modules/ProjectTask/language/en_us.lang.php
+%%WWWDIR%%/modules/ProjectTask/metadata/SearchFields.php
+%%WWWDIR%%/modules/ProjectTask/metadata/acldefs.php
+%%WWWDIR%%/modules/ProjectTask/metadata/additionalDetails.php
+%%WWWDIR%%/modules/ProjectTask/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/ProjectTask/metadata/editviewdefs.php
+%%WWWDIR%%/modules/ProjectTask/metadata/listviewdefs.php
+%%WWWDIR%%/modules/ProjectTask/metadata/popupdefs.php
+%%WWWDIR%%/modules/ProjectTask/metadata/searchdefs.php
+%%WWWDIR%%/modules/ProjectTask/metadata/studio.php
+%%WWWDIR%%/modules/ProjectTask/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/ProjectTask/metadata/subpanels/default.php
+%%WWWDIR%%/modules/ProjectTask/tpls/DetailView.html
+%%WWWDIR%%/modules/ProjectTask/tpls/EditView.html
+%%WWWDIR%%/modules/ProjectTask/tpls/ListView.html
+%%WWWDIR%%/modules/ProjectTask/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/ProjectTask/tpls/SearchForm.html
+%%WWWDIR%%/modules/ProjectTask/vardefs.php
+%%WWWDIR%%/modules/ProjectTask/views/view.list.php
+%%WWWDIR%%/modules/ProspectLists/Delete.php
+%%WWWDIR%%/modules/ProspectLists/Duplicate.php
+%%WWWDIR%%/modules/ProspectLists/Forms.html
+%%WWWDIR%%/modules/ProspectLists/Forms.php
+%%WWWDIR%%/modules/ProspectLists/ListView.html
+%%WWWDIR%%/modules/ProspectLists/ListView.php
+%%WWWDIR%%/modules/ProspectLists/Menu.php
+%%WWWDIR%%/modules/ProspectLists/Popup_picker.html
+%%WWWDIR%%/modules/ProspectLists/ProspectList.php
+%%WWWDIR%%/modules/ProspectLists/ProspectListFormBase.php
+%%WWWDIR%%/modules/ProspectLists/Save.php
+%%WWWDIR%%/modules/ProspectLists/SearchForm.html
+%%WWWDIR%%/modules/ProspectLists/SubPanelView.html
+%%WWWDIR%%/modules/ProspectLists/SubPanelView.php
+%%WWWDIR%%/modules/ProspectLists/field_arrays.php
+%%WWWDIR%%/modules/ProspectLists/index.php
+%%WWWDIR%%/modules/ProspectLists/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/ProspectLists/language/en_us.help.index.html
+%%WWWDIR%%/modules/ProspectLists/language/en_us.lang.EditView.html
+%%WWWDIR%%/modules/ProspectLists/language/en_us.lang.php
+%%WWWDIR%%/modules/ProspectLists/metadata/SearchFields.php
+%%WWWDIR%%/modules/ProspectLists/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/ProspectLists/metadata/editviewdefs.php
+%%WWWDIR%%/modules/ProspectLists/metadata/popupdefs.php
+%%WWWDIR%%/modules/ProspectLists/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/ProspectLists/metadata/subpanels/default.php
+%%WWWDIR%%/modules/ProspectLists/vardefs.php
+%%WWWDIR%%/modules/Prospects/Delete.php
+%%WWWDIR%%/modules/Prospects/Forms.php
+%%WWWDIR%%/modules/Prospects/Import.php
+%%WWWDIR%%/modules/Prospects/Menu.php
+%%WWWDIR%%/modules/Prospects/Popup_picker.html
+%%WWWDIR%%/modules/Prospects/Prospect.php
+%%WWWDIR%%/modules/Prospects/ProspectFormBase.php
+%%WWWDIR%%/modules/Prospects/Save.php
+%%WWWDIR%%/modules/Prospects/field_arrays.php
+%%WWWDIR%%/modules/Prospects/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Prospects/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Prospects/language/en_us.help.index.html
+%%WWWDIR%%/modules/Prospects/language/en_us.lang.EditView.html
+%%WWWDIR%%/modules/Prospects/language/en_us.lang.php
+%%WWWDIR%%/modules/Prospects/metadata/SearchFields.php
+%%WWWDIR%%/modules/Prospects/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Prospects/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Prospects/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Prospects/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Prospects/metadata/popupdefs.php
+%%WWWDIR%%/modules/Prospects/metadata/searchdefs.php
+%%WWWDIR%%/modules/Prospects/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Prospects/metadata/studio.php
+%%WWWDIR%%/modules/Prospects/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Prospects/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Prospects/tpls/DetailViewHeader.tpl
+%%WWWDIR%%/modules/Prospects/vardefs.php
+%%WWWDIR%%/modules/Prospects/views/view.detail.php
+%%WWWDIR%%/modules/Relationships/Relationship.php
+%%WWWDIR%%/modules/Relationships/RelationshipHandler.php
+%%WWWDIR%%/modules/Relationships/field_arrays.php
+%%WWWDIR%%/modules/Relationships/language/en_us.lang.php
+%%WWWDIR%%/modules/Relationships/vardefs.php
+%%WWWDIR%%/modules/Releases/Delete.php
+%%WWWDIR%%/modules/Releases/DetailView.php
+%%WWWDIR%%/modules/Releases/EditView.html
+%%WWWDIR%%/modules/Releases/EditView.php
+%%WWWDIR%%/modules/Releases/Forms.php
+%%WWWDIR%%/modules/Releases/ListView.html
+%%WWWDIR%%/modules/Releases/Menu.php
+%%WWWDIR%%/modules/Releases/Popup_picker.html
+%%WWWDIR%%/modules/Releases/Popup_picker.php
+%%WWWDIR%%/modules/Releases/Release.php
+%%WWWDIR%%/modules/Releases/Save.php
+%%WWWDIR%%/modules/Releases/field_arrays.php
+%%WWWDIR%%/modules/Releases/index.php
+%%WWWDIR%%/modules/Releases/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Releases/language/en_us.help.index.html
+%%WWWDIR%%/modules/Releases/language/en_us.lang.php
+%%WWWDIR%%/modules/Releases/vardefs.php
+%%WWWDIR%%/modules/Roles/Delete.php
+%%WWWDIR%%/modules/Roles/DeleteUserRelationship.php
+%%WWWDIR%%/modules/Roles/DetailView.html
+%%WWWDIR%%/modules/Roles/DetailView.php
+%%WWWDIR%%/modules/Roles/EditView.html
+%%WWWDIR%%/modules/Roles/EditView.php
+%%WWWDIR%%/modules/Roles/Forms.php
+%%WWWDIR%%/modules/Roles/ListView.html
+%%WWWDIR%%/modules/Roles/ListView.php
+%%WWWDIR%%/modules/Roles/Menu.php
+%%WWWDIR%%/modules/Roles/Role.php
+%%WWWDIR%%/modules/Roles/Save.php
+%%WWWDIR%%/modules/Roles/SaveUserRelationship.php
+%%WWWDIR%%/modules/Roles/SearchForm.html
+%%WWWDIR%%/modules/Roles/SubPanelViewUsers.html
+%%WWWDIR%%/modules/Roles/SubPanelViewUsers.php
+%%WWWDIR%%/modules/Roles/field_arrays.php
+%%WWWDIR%%/modules/Roles/index.php
+%%WWWDIR%%/modules/Roles/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Roles/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Roles/language/en_us.help.ListUsers.html
+%%WWWDIR%%/modules/Roles/language/en_us.help.index.html
+%%WWWDIR%%/modules/Roles/language/en_us.lang.php
+%%WWWDIR%%/modules/Roles/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Roles/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Roles/vardefs.php
+%%WWWDIR%%/modules/SavedSearch/Forms.php
+%%WWWDIR%%/modules/SavedSearch/ListView.php
+%%WWWDIR%%/modules/SavedSearch/Menu.php
+%%WWWDIR%%/modules/SavedSearch/SavedSearch.php
+%%WWWDIR%%/modules/SavedSearch/SavedSearchForm.tpl
+%%WWWDIR%%/modules/SavedSearch/SavedSearchSelects.tpl
+%%WWWDIR%%/modules/SavedSearch/SearchForm.html
+%%WWWDIR%%/modules/SavedSearch/field_arrays.php
+%%WWWDIR%%/modules/SavedSearch/index.php
+%%WWWDIR%%/modules/SavedSearch/language/en_us.lang.php
+%%WWWDIR%%/modules/SavedSearch/metadata/listviewdefs.php
+%%WWWDIR%%/modules/SavedSearch/vardefs.php
+%%WWWDIR%%/modules/Schedulers/Delete.php
+%%WWWDIR%%/modules/Schedulers/DeleteScheduled.php
+%%WWWDIR%%/modules/Schedulers/DetailView.html
+%%WWWDIR%%/modules/Schedulers/DetailView.php
+%%WWWDIR%%/modules/Schedulers/EditView.html
+%%WWWDIR%%/modules/Schedulers/EditView.php
+%%WWWDIR%%/modules/Schedulers/Forms.php
+%%WWWDIR%%/modules/Schedulers/JobThread.php
+%%WWWDIR%%/modules/Schedulers/ListView.html
+%%WWWDIR%%/modules/Schedulers/ListView.php
+%%WWWDIR%%/modules/Schedulers/Menu.php
+%%WWWDIR%%/modules/Schedulers/Save.php
+%%WWWDIR%%/modules/Schedulers/Scheduled.html
+%%WWWDIR%%/modules/Schedulers/Scheduled.php
+%%WWWDIR%%/modules/Schedulers/Scheduler.php
+%%WWWDIR%%/modules/Schedulers/SchedulerDaemon.php
+%%WWWDIR%%/modules/Schedulers/_AddJobsHere.php
+%%WWWDIR%%/modules/Schedulers/field_arrays.php
+%%WWWDIR%%/modules/Schedulers/index.php
+%%WWWDIR%%/modules/Schedulers/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Schedulers/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Schedulers/language/en_us.help.index.html
+%%WWWDIR%%/modules/Schedulers/language/en_us.lang.php
+%%WWWDIR%%/modules/Schedulers/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Schedulers/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Schedulers/vardefs.php
+%%WWWDIR%%/modules/SchedulersJobs/SchedulersJob.php
+%%WWWDIR%%/modules/SchedulersJobs/field_arrays.php
+%%WWWDIR%%/modules/SchedulersJobs/language/en_us.lang.php
+%%WWWDIR%%/modules/SchedulersJobs/metadata/subpanels/default.php
+%%WWWDIR%%/modules/SchedulersJobs/vardefs.php
+%%WWWDIR%%/modules/Studio/DropDowns/DropDownHelper.php
+%%WWWDIR%%/modules/Studio/DropDowns/EditView.php
+%%WWWDIR%%/modules/Studio/DropDowns/EditView.tpl
+%%WWWDIR%%/modules/Studio/Forms.php
+%%WWWDIR%%/modules/Studio/JSTransaction.js
+%%WWWDIR%%/modules/Studio/ListViewEditor/EditView.tpl
+%%WWWDIR%%/modules/Studio/SaveTabs.php
+%%WWWDIR%%/modules/Studio/TabGroups.php
+%%WWWDIR%%/modules/Studio/TabGroups/EditViewTabs.php
+%%WWWDIR%%/modules/Studio/TabGroups/EditViewTabs.tpl
+%%WWWDIR%%/modules/Studio/TabGroups/TabGroupHelper.php
+%%WWWDIR%%/modules/Studio/config.php
+%%WWWDIR%%/modules/Studio/language/en_us.Portal.html
+%%WWWDIR%%/modules/Studio/language/en_us.help.index.html
+%%WWWDIR%%/modules/Studio/language/en_us.help.wizard.html
+%%WWWDIR%%/modules/Studio/language/en_us.lang.php
+%%WWWDIR%%/modules/Studio/parsers/StudioParser.php
+%%WWWDIR%%/modules/Studio/studio.js
+%%WWWDIR%%/modules/Studio/studiodd.js
+%%WWWDIR%%/modules/Studio/studiotabgroups.js
+%%WWWDIR%%/modules/Studio/wizard.php
+%%WWWDIR%%/modules/Studio/wizards/EditDropDownWizard.php
+%%WWWDIR%%/modules/Studio/wizards/StudioWizard.php
+%%WWWDIR%%/modules/Studio/ygDDListStudio.js
+%%WWWDIR%%/modules/TableDictionary.php
+%%WWWDIR%%/modules/Tasks/Dashlets/MyTasksDashlet/MyTasksDashlet.data.php
+%%WWWDIR%%/modules/Tasks/Dashlets/MyTasksDashlet/MyTasksDashlet.meta.php
+%%WWWDIR%%/modules/Tasks/Dashlets/MyTasksDashlet/MyTasksDashlet.php
+%%WWWDIR%%/modules/Tasks/Delete.php
+%%WWWDIR%%/modules/Tasks/Forms.php
+%%WWWDIR%%/modules/Tasks/Menu.php
+%%WWWDIR%%/modules/Tasks/MyTasks.html
+%%WWWDIR%%/modules/Tasks/MyTasks.php
+%%WWWDIR%%/modules/Tasks/Save.php
+%%WWWDIR%%/modules/Tasks/Task.php
+%%WWWDIR%%/modules/Tasks/TasksQuickCreate.php
+%%WWWDIR%%/modules/Tasks/field_arrays.php
+%%WWWDIR%%/modules/Tasks/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Tasks/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Tasks/language/en_us.help.index.html
+%%WWWDIR%%/modules/Tasks/language/en_us.lang.php
+%%WWWDIR%%/modules/Tasks/metadata/SearchFields.php
+%%WWWDIR%%/modules/Tasks/metadata/additionalDetails.php
+%%WWWDIR%%/modules/Tasks/metadata/detailviewdefs.php
+%%WWWDIR%%/modules/Tasks/metadata/editviewdefs.php
+%%WWWDIR%%/modules/Tasks/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Tasks/metadata/searchdefs.php
+%%WWWDIR%%/modules/Tasks/metadata/sidecreateviewdefs.php
+%%WWWDIR%%/modules/Tasks/metadata/studio.php
+%%WWWDIR%%/modules/Tasks/metadata/subpanels/ForActivities.php
+%%WWWDIR%%/modules/Tasks/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Tasks/metadata/subpanels/ForHistory.php
+%%WWWDIR%%/modules/Tasks/tpls/QuickCreate.tpl
+%%WWWDIR%%/modules/Tasks/vardefs.php
+%%WWWDIR%%/modules/Tasks/views/view.edit.php
+%%WWWDIR%%/modules/UpgradeWizard/Forms.php
+%%WWWDIR%%/modules/UpgradeWizard/Menu.php
+%%WWWDIR%%/modules/UpgradeWizard/cancel.php
+%%WWWDIR%%/modules/UpgradeWizard/commit.php
+%%WWWDIR%%/modules/UpgradeWizard/commitJson.php
+%%WWWDIR%%/modules/UpgradeWizard/end.php
+%%WWWDIR%%/modules/UpgradeWizard/index.php
+%%WWWDIR%%/modules/UpgradeWizard/language/en_us.help.index.html
+%%WWWDIR%%/modules/UpgradeWizard/language/en_us.lang.php
+%%WWWDIR%%/modules/UpgradeWizard/license_fiveO.php
+%%WWWDIR%%/modules/UpgradeWizard/preflight.php
+%%WWWDIR%%/modules/UpgradeWizard/preflightJson.php
+%%WWWDIR%%/modules/UpgradeWizard/processing.gif
+%%WWWDIR%%/modules/UpgradeWizard/start.php
+%%WWWDIR%%/modules/UpgradeWizard/systemCheck.php
+%%WWWDIR%%/modules/UpgradeWizard/systemCheckJson.php
+%%WWWDIR%%/modules/UpgradeWizard/upgradeMetaHelper.php
+%%WWWDIR%%/modules/UpgradeWizard/upgradeTimeCounter.php
+%%WWWDIR%%/modules/UpgradeWizard/upgradeWizard.js
+%%WWWDIR%%/modules/UpgradeWizard/upload.php
+%%WWWDIR%%/modules/UpgradeWizard/uw_ajax.php
+%%WWWDIR%%/modules/UpgradeWizard/uw_files.php
+%%WWWDIR%%/modules/UpgradeWizard/uw_main.tpl
+%%WWWDIR%%/modules/UpgradeWizard/uw_utils.php
+%%WWWDIR%%/modules/UserPreferences/UserPreference.php
+%%WWWDIR%%/modules/UserPreferences/field_arrays.php
+%%WWWDIR%%/modules/UserPreferences/index.php
+%%WWWDIR%%/modules/UserPreferences/vardefs.php
+%%WWWDIR%%/modules/Users/Authenticate.php
+%%WWWDIR%%/modules/Users/ChangePassword.php
+%%WWWDIR%%/modules/Users/DetailView.html
+%%WWWDIR%%/modules/Users/DetailView.js
+%%WWWDIR%%/modules/Users/DetailView.php
+%%WWWDIR%%/modules/Users/EditView.html
+%%WWWDIR%%/modules/Users/EditView.php
+%%WWWDIR%%/modules/Users/Error.php
+%%WWWDIR%%/modules/Users/Forms.php
+%%WWWDIR%%/modules/Users/ListRoles.php
+%%WWWDIR%%/modules/Users/ListView.html
+%%WWWDIR%%/modules/Users/ListView.php
+%%WWWDIR%%/modules/Users/Login.php
+%%WWWDIR%%/modules/Users/Logout.php
+%%WWWDIR%%/modules/Users/Menu.php
+%%WWWDIR%%/modules/Users/PopupSignature.php
+%%WWWDIR%%/modules/Users/PopupUsers.php
+%%WWWDIR%%/modules/Users/Popup_Users_picker.html
+%%WWWDIR%%/modules/Users/Popup_picker.html
+%%WWWDIR%%/modules/Users/Save.php
+%%WWWDIR%%/modules/Users/SaveSignature.php
+%%WWWDIR%%/modules/Users/SaveTimezone.php
+%%WWWDIR%%/modules/Users/SearchForm.html
+%%WWWDIR%%/modules/Users/SetTimezone.html
+%%WWWDIR%%/modules/Users/SetTimezone.php
+%%WWWDIR%%/modules/Users/User.js
+%%WWWDIR%%/modules/Users/User.php
+%%WWWDIR%%/modules/Users/UserSignature.php
+%%WWWDIR%%/modules/Users/UserSignatureEditView.html
+%%WWWDIR%%/modules/Users/authentication/AuthenticationController.php
+%%WWWDIR%%/modules/Users/authentication/EmailAuthenticate/EmailAuthenticate.php
+%%WWWDIR%%/modules/Users/authentication/EmailAuthenticate/EmailAuthenticateUser.php
+%%WWWDIR%%/modules/Users/authentication/LDAPAuthenticate/LDAPAuthenticate.php
+%%WWWDIR%%/modules/Users/authentication/LDAPAuthenticate/LDAPAuthenticateUser.php
+%%WWWDIR%%/modules/Users/authentication/LDAPAuthenticate/LDAPConfigs/default.php
+%%WWWDIR%%/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php
+%%WWWDIR%%/modules/Users/authentication/SugarAuthenticate/SugarAuthenticateUser.php
+%%WWWDIR%%/modules/Users/field_arrays.php
+%%WWWDIR%%/modules/Users/index.php
+%%WWWDIR%%/modules/Users/language/en_us.help.DetailView.html
+%%WWWDIR%%/modules/Users/language/en_us.help.EditView.html
+%%WWWDIR%%/modules/Users/language/en_us.help.index.html
+%%WWWDIR%%/modules/Users/language/en_us.lang.php
+%%WWWDIR%%/modules/Users/metadata/SearchFields.php
+%%WWWDIR%%/modules/Users/metadata/listviewdefs.php
+%%WWWDIR%%/modules/Users/metadata/popupdefs.php
+%%WWWDIR%%/modules/Users/metadata/reassignScriptMetadata.php
+%%WWWDIR%%/modules/Users/metadata/subpaneldefs.php
+%%WWWDIR%%/modules/Users/metadata/subpanels/ForCalls.php
+%%WWWDIR%%/modules/Users/metadata/subpanels/ForEmails.php
+%%WWWDIR%%/modules/Users/metadata/subpanels/ForMeetings.php
+%%WWWDIR%%/modules/Users/metadata/subpanels/ForProject.php
+%%WWWDIR%%/modules/Users/metadata/subpanels/ForProspectLists.php
+%%WWWDIR%%/modules/Users/metadata/subpanels/ForTeams.php
+%%WWWDIR%%/modules/Users/metadata/subpanels/default.php
+%%WWWDIR%%/modules/Users/reassignUserRecords.php
+%%WWWDIR%%/modules/Users/vardefs.php
+%%WWWDIR%%/modules/Versions/CheckVersions.php
+%%WWWDIR%%/modules/Versions/DefaultVersions.php
+%%WWWDIR%%/modules/Versions/ExpectedVersions.php
+%%WWWDIR%%/modules/Versions/InstallDefaultVersions.php
+%%WWWDIR%%/modules/Versions/Version.php
+%%WWWDIR%%/modules/Versions/field_arrays.php
+%%WWWDIR%%/modules/Versions/index.html
+%%WWWDIR%%/modules/Versions/language/en_us.lang.php
+%%WWWDIR%%/modules/Versions/vardefs.php
+%%WWWDIR%%/modules/iFrames/Delete.php
+%%WWWDIR%%/modules/iFrames/DetailView.html
+%%WWWDIR%%/modules/iFrames/EditView.html
+%%WWWDIR%%/modules/iFrames/Forms.php
+%%WWWDIR%%/modules/iFrames/ListView.html
+%%WWWDIR%%/modules/iFrames/Menu.php
+%%WWWDIR%%/modules/iFrames/Save.php
+%%WWWDIR%%/modules/iFrames/field_arrays.php
+%%WWWDIR%%/modules/iFrames/header.php
+%%WWWDIR%%/modules/iFrames/iFrame.php
+%%WWWDIR%%/modules/iFrames/iFrameFormBase.php
+%%WWWDIR%%/modules/iFrames/index.php
+%%WWWDIR%%/modules/iFrames/language/en_us.help.index.html
+%%WWWDIR%%/modules/iFrames/language/en_us.lang.php
+%%WWWDIR%%/modules/iFrames/vardefs.php
+%%WWWDIR%%/modules/vCals/HTTP_WebDAV_Server_vCal.php
+%%WWWDIR%%/modules/vCals/field_arrays.php
+%%WWWDIR%%/modules/vCals/vCal.php
+%%WWWDIR%%/modules/vCals/vardefs.php
+%%WWWDIR%%/pdf.php
+%%WWWDIR%%/phprint.php
+%%WWWDIR%%/removeme.php
+%%WWWDIR%%/soap.php
+%%WWWDIR%%/soap/SoapData.php
+%%WWWDIR%%/soap/SoapDeprecated.php
+%%WWWDIR%%/soap/SoapError.php
+%%WWWDIR%%/soap/SoapErrorDefinitions.php
+%%WWWDIR%%/soap/SoapHelperFunctions.php
+%%WWWDIR%%/soap/SoapPortalHelper.php
+%%WWWDIR%%/soap/SoapPortalUsers.php
+%%WWWDIR%%/soap/SoapRelationshipHelper.php
+%%WWWDIR%%/soap/SoapStudio.php
+%%WWWDIR%%/soap/SoapSugarUsers.php
+%%WWWDIR%%/soap/SoapTypes.php
+%%WWWDIR%%/sugar_version.php
+%%WWWDIR%%/themes/Awesome80s/ReassignRecords.gif
+%%WWWDIR%%/themes/Awesome80s/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Awesome80s/chart.css
+%%WWWDIR%%/themes/Awesome80s/config.php
+%%WWWDIR%%/themes/Awesome80s/cookie.js
+%%WWWDIR%%/themes/Awesome80s/header.html
+%%WWWDIR%%/themes/Awesome80s/header.php
+%%WWWDIR%%/themes/Awesome80s/header1.html
+%%WWWDIR%%/themes/Awesome80s/header2.html
+%%WWWDIR%%/themes/Awesome80s/images/MoreDetail.png
+%%WWWDIR%%/themes/Awesome80s/images/accept_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/advanced_search.gif
+%%WWWDIR%%/themes/Awesome80s/images/arrow.gif
+%%WWWDIR%%/themes/Awesome80s/images/arrow_down.gif
+%%WWWDIR%%/themes/Awesome80s/images/arrow_up.gif
+%%WWWDIR%%/themes/Awesome80s/images/basic_search.gif
+%%WWWDIR%%/themes/Awesome80s/images/calendar_next.gif
+%%WWWDIR%%/themes/Awesome80s/images/calendar_previous.gif
+%%WWWDIR%%/themes/Awesome80s/images/check_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/close.gif
+%%WWWDIR%%/themes/Awesome80s/images/close_dashboard.gif
+%%WWWDIR%%/themes/Awesome80s/images/close_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/company_logo.png
+%%WWWDIR%%/themes/Awesome80s/images/creature.gif
+%%WWWDIR%%/themes/Awesome80s/images/currentTab_left.gif
+%%WWWDIR%%/themes/Awesome80s/images/currentTab_middle.gif
+%%WWWDIR%%/themes/Awesome80s/images/currentTab_right.gif
+%%WWWDIR%%/themes/Awesome80s/images/decline_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/delete.gif
+%%WWWDIR%%/themes/Awesome80s/images/delete_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/downarrow.gif
+%%WWWDIR%%/themes/Awesome80s/images/downarrow_big.gif
+%%WWWDIR%%/themes/Awesome80s/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/edit.gif
+%%WWWDIR%%/themes/Awesome80s/images/edit_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/edit_wizard.gif
+%%WWWDIR%%/themes/Awesome80s/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/Awesome80s/images/end.gif
+%%WWWDIR%%/themes/Awesome80s/images/end_off.gif
+%%WWWDIR%%/themes/Awesome80s/images/export.gif
+%%WWWDIR%%/themes/Awesome80s/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Awesome80s/images/h3Arrow.gif
+%%WWWDIR%%/themes/Awesome80s/images/help.gif
+%%WWWDIR%%/themes/Awesome80s/images/hide.gif
+%%WWWDIR%%/themes/Awesome80s/images/lastViewBg.gif
+%%WWWDIR%%/themes/Awesome80s/images/leftarrow.gif
+%%WWWDIR%%/themes/Awesome80s/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Awesome80s/images/listViewBg.gif
+%%WWWDIR%%/themes/Awesome80s/images/listViewHRS1Bg.gif
+%%WWWDIR%%/themes/Awesome80s/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Awesome80s/images/mass_update.gif
+%%WWWDIR%%/themes/Awesome80s/images/menuarrow.gif
+%%WWWDIR%%/themes/Awesome80s/images/minus.gif
+%%WWWDIR%%/themes/Awesome80s/images/minus_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/moduleTab_left.gif
+%%WWWDIR%%/themes/Awesome80s/images/moduleTab_middle.gif
+%%WWWDIR%%/themes/Awesome80s/images/moduleTab_right.gif
+%%WWWDIR%%/themes/Awesome80s/images/moduleTitleBg.gif
+%%WWWDIR%%/themes/Awesome80s/images/monthHeaderBg.gif
+%%WWWDIR%%/themes/Awesome80s/images/more.gif
+%%WWWDIR%%/themes/Awesome80s/images/myAreaSeparator.gif
+%%WWWDIR%%/themes/Awesome80s/images/next.gif
+%%WWWDIR%%/themes/Awesome80s/images/next_off.gif
+%%WWWDIR%%/themes/Awesome80s/images/otherTab_left.gif
+%%WWWDIR%%/themes/Awesome80s/images/otherTab_middle.gif
+%%WWWDIR%%/themes/Awesome80s/images/otherTab_right.gif
+%%WWWDIR%%/themes/Awesome80s/images/plus.gif
+%%WWWDIR%%/themes/Awesome80s/images/plus_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/previous.gif
+%%WWWDIR%%/themes/Awesome80s/images/previous_off.gif
+%%WWWDIR%%/themes/Awesome80s/images/print.gif
+%%WWWDIR%%/themes/Awesome80s/images/publish_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/refresh.gif
+%%WWWDIR%%/themes/Awesome80s/images/rightarrow.gif
+%%WWWDIR%%/themes/Awesome80s/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Awesome80s/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/searchButton.gif
+%%WWWDIR%%/themes/Awesome80s/images/show.gif
+%%WWWDIR%%/themes/Awesome80s/images/start.gif
+%%WWWDIR%%/themes/Awesome80s/images/start_off.gif
+%%WWWDIR%%/themes/Awesome80s/images/subMenuBg.gif
+%%WWWDIR%%/themes/Awesome80s/images/sugarsales_myarea.png
+%%WWWDIR%%/themes/Awesome80s/images/tentative_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/uparrow.gif
+%%WWWDIR%%/themes/Awesome80s/images/uparrow_big.gif
+%%WWWDIR%%/themes/Awesome80s/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/view.gif
+%%WWWDIR%%/themes/Awesome80s/images/view_inline.gif
+%%WWWDIR%%/themes/Awesome80s/images/view_status.gif
+%%WWWDIR%%/themes/Awesome80s/images/welcomeBarBg.gif
+%%WWWDIR%%/themes/Awesome80s/images/welcomeBar_left.gif
+%%WWWDIR%%/themes/Awesome80s/images/welcomeBar_right.gif
+%%WWWDIR%%/themes/Awesome80s/layout_utils.php
+%%WWWDIR%%/themes/Awesome80s/menu.js
+%%WWWDIR%%/themes/Awesome80s/navigation.css
+%%WWWDIR%%/themes/Awesome80s/style.css
+%%WWWDIR%%/themes/Awesome80s/sugarColors.xml
+%%WWWDIR%%/themes/BoldMove/ReassignRecords.gif
+%%WWWDIR%%/themes/BoldMove/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/BoldMove/colors.blue.css
+%%WWWDIR%%/themes/BoldMove/colors.green.css
+%%WWWDIR%%/themes/BoldMove/colors.navy.css
+%%WWWDIR%%/themes/BoldMove/colors.orange.css
+%%WWWDIR%%/themes/BoldMove/colors.pink.css
+%%WWWDIR%%/themes/BoldMove/colors.sugar.css
+%%WWWDIR%%/themes/BoldMove/colors.yellow.css
+%%WWWDIR%%/themes/BoldMove/config.php
+%%WWWDIR%%/themes/BoldMove/cookie.js
+%%WWWDIR%%/themes/BoldMove/fonts.larger.css
+%%WWWDIR%%/themes/BoldMove/fonts.larger.icon.gif
+%%WWWDIR%%/themes/BoldMove/fonts.largest.css
+%%WWWDIR%%/themes/BoldMove/fonts.largest.icon.gif
+%%WWWDIR%%/themes/BoldMove/fonts.normal.css
+%%WWWDIR%%/themes/BoldMove/fonts.normal.icon.gif
+%%WWWDIR%%/themes/BoldMove/fonts.super.css
+%%WWWDIR%%/themes/BoldMove/fonts.super.icon.gif
+%%WWWDIR%%/themes/BoldMove/groupTabs.js
+%%WWWDIR%%/themes/BoldMove/header.html
+%%WWWDIR%%/themes/BoldMove/header.php
+%%WWWDIR%%/themes/BoldMove/images/MoreDetail.png
+%%WWWDIR%%/themes/BoldMove/images/accept_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/advanced_search.gif
+%%WWWDIR%%/themes/BoldMove/images/arrow.gif
+%%WWWDIR%%/themes/BoldMove/images/arrow_down.gif
+%%WWWDIR%%/themes/BoldMove/images/arrow_up.gif
+%%WWWDIR%%/themes/BoldMove/images/basic_search.gif
+%%WWWDIR%%/themes/BoldMove/images/bgBlueHeader.gif
+%%WWWDIR%%/themes/BoldMove/images/bgGrayHeader.gif
+%%WWWDIR%%/themes/BoldMove/images/bgGreenHeader.gif
+%%WWWDIR%%/themes/BoldMove/images/bgNavyHeader.gif
+%%WWWDIR%%/themes/BoldMove/images/bgOrangeHeader.gif
+%%WWWDIR%%/themes/BoldMove/images/bgPinkHeader.gif
+%%WWWDIR%%/themes/BoldMove/images/calendar_next.gif
+%%WWWDIR%%/themes/BoldMove/images/calendar_previous.gif
+%%WWWDIR%%/themes/BoldMove/images/check_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/close.gif
+%%WWWDIR%%/themes/BoldMove/images/close_dashboard.gif
+%%WWWDIR%%/themes/BoldMove/images/close_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/colors.blue.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/colors.green.css
+%%WWWDIR%%/themes/BoldMove/images/colors.green.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/colors.navy.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/colors.ocher.css
+%%WWWDIR%%/themes/BoldMove/images/colors.orange.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/colors.pink.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/colors.purple.css
+%%WWWDIR%%/themes/BoldMove/images/colors.purple.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/colors.sugar.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/company_logo.png
+%%WWWDIR%%/themes/BoldMove/images/decline_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/delete.gif
+%%WWWDIR%%/themes/BoldMove/images/delete_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/downarrow.gif
+%%WWWDIR%%/themes/BoldMove/images/downarrow_big.gif
+%%WWWDIR%%/themes/BoldMove/images/downarrow_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/edit.gif
+%%WWWDIR%%/themes/BoldMove/images/edit_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/edit_wizard.gif
+%%WWWDIR%%/themes/BoldMove/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/BoldMove/images/end.gif
+%%WWWDIR%%/themes/BoldMove/images/end_off.gif
+%%WWWDIR%%/themes/BoldMove/images/export.gif
+%%WWWDIR%%/themes/BoldMove/images/fonts.larger.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/fonts.largest.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/fonts.normal.icon.gif
+%%WWWDIR%%/themes/BoldMove/images/footerBg.gif
+%%WWWDIR%%/themes/BoldMove/images/getLatestDocument.gif
+%%WWWDIR%%/themes/BoldMove/images/h3Arrow.gif
+%%WWWDIR%%/themes/BoldMove/images/h3ArrowBlue.gif
+%%WWWDIR%%/themes/BoldMove/images/h3ArrowGreen.gif
+%%WWWDIR%%/themes/BoldMove/images/h3ArrowNavy.gif
+%%WWWDIR%%/themes/BoldMove/images/h3ArrowOrange.gif
+%%WWWDIR%%/themes/BoldMove/images/h3ArrowPink.gif
+%%WWWDIR%%/themes/BoldMove/images/header_bg_old.gif
+%%WWWDIR%%/themes/BoldMove/images/help.gif
+%%WWWDIR%%/themes/BoldMove/images/hide.gif
+%%WWWDIR%%/themes/BoldMove/images/lastViewBg.gif
+%%WWWDIR%%/themes/BoldMove/images/leftModuleBg.gif
+%%WWWDIR%%/themes/BoldMove/images/leftarrow.gif
+%%WWWDIR%%/themes/BoldMove/images/leftarrow_big.gif
+%%WWWDIR%%/themes/BoldMove/images/listViewHR.gif
+%%WWWDIR%%/themes/BoldMove/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/BoldMove/images/mass_update.gif
+%%WWWDIR%%/themes/BoldMove/images/menuarrow.gif
+%%WWWDIR%%/themes/BoldMove/images/minus.gif
+%%WWWDIR%%/themes/BoldMove/images/minus_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/more.gif
+%%WWWDIR%%/themes/BoldMove/images/next.gif
+%%WWWDIR%%/themes/BoldMove/images/next_off.gif
+%%WWWDIR%%/themes/BoldMove/images/plus.gif
+%%WWWDIR%%/themes/BoldMove/images/plus_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/previous.gif
+%%WWWDIR%%/themes/BoldMove/images/previous_off.gif
+%%WWWDIR%%/themes/BoldMove/images/print.gif
+%%WWWDIR%%/themes/BoldMove/images/publish_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/refresh.gif
+%%WWWDIR%%/themes/BoldMove/images/rightarrow.gif
+%%WWWDIR%%/themes/BoldMove/images/rightarrow_big.gif
+%%WWWDIR%%/themes/BoldMove/images/scheduled_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/searchBg.gif
+%%WWWDIR%%/themes/BoldMove/images/searchFormBg.gif
+%%WWWDIR%%/themes/BoldMove/images/searchFormButtonBg.gif
+%%WWWDIR%%/themes/BoldMove/images/searchMore.gif
+%%WWWDIR%%/themes/BoldMove/images/show.gif
+%%WWWDIR%%/themes/BoldMove/images/start.gif
+%%WWWDIR%%/themes/BoldMove/images/start_off.gif
+%%WWWDIR%%/themes/BoldMove/images/tabRowBg.gif
+%%WWWDIR%%/themes/BoldMove/images/tabRowBlueBg.gif
+%%WWWDIR%%/themes/BoldMove/images/tabRowGreenBg.gif
+%%WWWDIR%%/themes/BoldMove/images/tabRowOcherBg.gif
+%%WWWDIR%%/themes/BoldMove/images/tabRowPurpleBg.gif
+%%WWWDIR%%/themes/BoldMove/images/tentative_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/unpublish_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/uparrow.gif
+%%WWWDIR%%/themes/BoldMove/images/uparrow_big.gif
+%%WWWDIR%%/themes/BoldMove/images/uparrow_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/view.gif
+%%WWWDIR%%/themes/BoldMove/images/view_inline.gif
+%%WWWDIR%%/themes/BoldMove/images/view_status.gif
+%%WWWDIR%%/themes/BoldMove/images/welcomeBg.gif
+%%WWWDIR%%/themes/BoldMove/layout_utils.php
+%%WWWDIR%%/themes/BoldMove/menu.js
+%%WWWDIR%%/themes/BoldMove/navigation.css
+%%WWWDIR%%/themes/BoldMove/style.css
+%%WWWDIR%%/themes/BoldMove/style.js
+%%WWWDIR%%/themes/FinalFrontier/ReassignRecords.gif
+%%WWWDIR%%/themes/FinalFrontier/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/FinalFrontier/chart.css
+%%WWWDIR%%/themes/FinalFrontier/config.php
+%%WWWDIR%%/themes/FinalFrontier/cookie.js
+%%WWWDIR%%/themes/FinalFrontier/header.html
+%%WWWDIR%%/themes/FinalFrontier/header.php
+%%WWWDIR%%/themes/FinalFrontier/header2.html
+%%WWWDIR%%/themes/FinalFrontier/images/MoreDetail.png
+%%WWWDIR%%/themes/FinalFrontier/images/accept_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/advanced_search.gif
+%%WWWDIR%%/themes/FinalFrontier/images/arrow.gif
+%%WWWDIR%%/themes/FinalFrontier/images/arrow_down.gif
+%%WWWDIR%%/themes/FinalFrontier/images/arrow_up.gif
+%%WWWDIR%%/themes/FinalFrontier/images/basic_search.gif
+%%WWWDIR%%/themes/FinalFrontier/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/calendar_next.gif
+%%WWWDIR%%/themes/FinalFrontier/images/calendar_previous.gif
+%%WWWDIR%%/themes/FinalFrontier/images/check_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/close.gif
+%%WWWDIR%%/themes/FinalFrontier/images/close_dashboard.gif
+%%WWWDIR%%/themes/FinalFrontier/images/close_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/company_logo.png
+%%WWWDIR%%/themes/FinalFrontier/images/createBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/currentTab_left.gif
+%%WWWDIR%%/themes/FinalFrontier/images/currentTab_middle.gif
+%%WWWDIR%%/themes/FinalFrontier/images/decline_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/delete.gif
+%%WWWDIR%%/themes/FinalFrontier/images/delete_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/detailViewBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/downarrow.gif
+%%WWWDIR%%/themes/FinalFrontier/images/downarrow_big.gif
+%%WWWDIR%%/themes/FinalFrontier/images/downarrow_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/edit.gif
+%%WWWDIR%%/themes/FinalFrontier/images/edit_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/edit_wizard.gif
+%%WWWDIR%%/themes/FinalFrontier/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/FinalFrontier/images/end.gif
+%%WWWDIR%%/themes/FinalFrontier/images/end_off.gif
+%%WWWDIR%%/themes/FinalFrontier/images/export.gif
+%%WWWDIR%%/themes/FinalFrontier/images/formButtonBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/FinalFrontier/images/getLatestDocument.gif
+%%WWWDIR%%/themes/FinalFrontier/images/h3Arrow.gif
+%%WWWDIR%%/themes/FinalFrontier/images/header_bg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/header_right_bg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/help.gif
+%%WWWDIR%%/themes/FinalFrontier/images/hide.gif
+%%WWWDIR%%/themes/FinalFrontier/images/lastViewBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/lastViewedBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/lastViewed_bg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/leftModuleBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/leftarrow.gif
+%%WWWDIR%%/themes/FinalFrontier/images/leftarrow_big.gif
+%%WWWDIR%%/themes/FinalFrontier/images/listViewBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/listViewHRS1Bg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/FinalFrontier/images/mass_update.gif
+%%WWWDIR%%/themes/FinalFrontier/images/menuarrow.gif
+%%WWWDIR%%/themes/FinalFrontier/images/minus.gif
+%%WWWDIR%%/themes/FinalFrontier/images/minus_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/moduleTab_left.gif
+%%WWWDIR%%/themes/FinalFrontier/images/moduleTab_middle.gif
+%%WWWDIR%%/themes/FinalFrontier/images/moduleTab_right.gif
+%%WWWDIR%%/themes/FinalFrontier/images/moduleTitleBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/monthHeaderBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/more.gif
+%%WWWDIR%%/themes/FinalFrontier/images/myAreaSeparator.gif
+%%WWWDIR%%/themes/FinalFrontier/images/next.gif
+%%WWWDIR%%/themes/FinalFrontier/images/next_off.gif
+%%WWWDIR%%/themes/FinalFrontier/images/otherTab_left.gif
+%%WWWDIR%%/themes/FinalFrontier/images/otherTab_middle.gif
+%%WWWDIR%%/themes/FinalFrontier/images/otherTab_right.gif
+%%WWWDIR%%/themes/FinalFrontier/images/plus.gif
+%%WWWDIR%%/themes/FinalFrontier/images/plus_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/previous.gif
+%%WWWDIR%%/themes/FinalFrontier/images/previous_off.gif
+%%WWWDIR%%/themes/FinalFrontier/images/print.gif
+%%WWWDIR%%/themes/FinalFrontier/images/publish_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/refresh.gif
+%%WWWDIR%%/themes/FinalFrontier/images/rightarrow.gif
+%%WWWDIR%%/themes/FinalFrontier/images/rightarrow_big.gif
+%%WWWDIR%%/themes/FinalFrontier/images/scheduled_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/searchBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/searchButton.gif
+%%WWWDIR%%/themes/FinalFrontier/images/searchFormBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/searchFormButtonBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/searchMore.gif
+%%WWWDIR%%/themes/FinalFrontier/images/searchSeparator.gif
+%%WWWDIR%%/themes/FinalFrontier/images/show.gif
+%%WWWDIR%%/themes/FinalFrontier/images/start.gif
+%%WWWDIR%%/themes/FinalFrontier/images/start_off.gif
+%%WWWDIR%%/themes/FinalFrontier/images/subMenuBg.gif
+%%WWWDIR%%/themes/FinalFrontier/images/tentative_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/unpublish_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/uparrow.gif
+%%WWWDIR%%/themes/FinalFrontier/images/uparrow_big.gif
+%%WWWDIR%%/themes/FinalFrontier/images/uparrow_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/view.gif
+%%WWWDIR%%/themes/FinalFrontier/images/view_inline.gif
+%%WWWDIR%%/themes/FinalFrontier/images/view_status.gif
+%%WWWDIR%%/themes/FinalFrontier/images/welcomeBarBg.gif
+%%WWWDIR%%/themes/FinalFrontier/layout_utils.php
+%%WWWDIR%%/themes/FinalFrontier/menu.js
+%%WWWDIR%%/themes/FinalFrontier/navigation.css
+%%WWWDIR%%/themes/FinalFrontier/style.css
+%%WWWDIR%%/themes/FinalFrontier/sugarColors.xml
+%%WWWDIR%%/themes/GoldenGate/ReassignRecords.gif
+%%WWWDIR%%/themes/GoldenGate/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/GoldenGate/config.php
+%%WWWDIR%%/themes/GoldenGate/cookie.js
+%%WWWDIR%%/themes/GoldenGate/header.html
+%%WWWDIR%%/themes/GoldenGate/header.php
+%%WWWDIR%%/themes/GoldenGate/images/MoreDetail.png
+%%WWWDIR%%/themes/GoldenGate/images/Quotes.gif
+%%WWWDIR%%/themes/GoldenGate/images/accept_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/advanced_search.gif
+%%WWWDIR%%/themes/GoldenGate/images/arrow.gif
+%%WWWDIR%%/themes/GoldenGate/images/arrow_down.gif
+%%WWWDIR%%/themes/GoldenGate/images/arrow_up.gif
+%%WWWDIR%%/themes/GoldenGate/images/basic_search.gif
+%%WWWDIR%%/themes/GoldenGate/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/GoldenGate/images/calendar_next.gif
+%%WWWDIR%%/themes/GoldenGate/images/calendar_previous.gif
+%%WWWDIR%%/themes/GoldenGate/images/check_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/close.gif
+%%WWWDIR%%/themes/GoldenGate/images/close_dashboard.gif
+%%WWWDIR%%/themes/GoldenGate/images/close_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/company_logo.png
+%%WWWDIR%%/themes/GoldenGate/images/currentTab_left.gif
+%%WWWDIR%%/themes/GoldenGate/images/currentTab_middle.gif
+%%WWWDIR%%/themes/GoldenGate/images/currentTab_right.gif
+%%WWWDIR%%/themes/GoldenGate/images/decline_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/delete.gif
+%%WWWDIR%%/themes/GoldenGate/images/delete_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/downarrow.gif
+%%WWWDIR%%/themes/GoldenGate/images/downarrow_big.gif
+%%WWWDIR%%/themes/GoldenGate/images/downarrow_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/edit.gif
+%%WWWDIR%%/themes/GoldenGate/images/edit_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/edit_wizard.gif
+%%WWWDIR%%/themes/GoldenGate/images/end.gif
+%%WWWDIR%%/themes/GoldenGate/images/end_off.gif
+%%WWWDIR%%/themes/GoldenGate/images/export.gif
+%%WWWDIR%%/themes/GoldenGate/images/formButtonBg.gif
+%%WWWDIR%%/themes/GoldenGate/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/GoldenGate/images/getLatestDocument.gif
+%%WWWDIR%%/themes/GoldenGate/images/h3Arrow.gif
+%%WWWDIR%%/themes/GoldenGate/images/h3Arrow1.gif
+%%WWWDIR%%/themes/GoldenGate/images/h3Arrow2.gif
+%%WWWDIR%%/themes/GoldenGate/images/h3Arrow3.gif
+%%WWWDIR%%/themes/GoldenGate/images/header_bg.gif
+%%WWWDIR%%/themes/GoldenGate/images/header_bg2.gif
+%%WWWDIR%%/themes/GoldenGate/images/header_left_bg.jpg
+%%WWWDIR%%/themes/GoldenGate/images/header_left_bg2.jpg
+%%WWWDIR%%/themes/GoldenGate/images/header_right_bg.jpg
+%%WWWDIR%%/themes/GoldenGate/images/header_right_bg2.jpg
+%%WWWDIR%%/themes/GoldenGate/images/header_right_bottom_bg.jpg
+%%WWWDIR%%/themes/GoldenGate/images/header_right_bottom_bg2.jpg
+%%WWWDIR%%/themes/GoldenGate/images/help.gif
+%%WWWDIR%%/themes/GoldenGate/images/hide.gif
+%%WWWDIR%%/themes/GoldenGate/images/leftarrow.gif
+%%WWWDIR%%/themes/GoldenGate/images/leftarrow_big.gif
+%%WWWDIR%%/themes/GoldenGate/images/listViewBg.gif
+%%WWWDIR%%/themes/GoldenGate/images/listViewPaginationBg.gif
+%%WWWDIR%%/themes/GoldenGate/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/GoldenGate/images/mass_update.gif
+%%WWWDIR%%/themes/GoldenGate/images/menuarrow.gif
+%%WWWDIR%%/themes/GoldenGate/images/minus.gif
+%%WWWDIR%%/themes/GoldenGate/images/minus_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/moduleTab_left.gif
+%%WWWDIR%%/themes/GoldenGate/images/moduleTab_middle.gif
+%%WWWDIR%%/themes/GoldenGate/images/moduleTab_right.gif
+%%WWWDIR%%/themes/GoldenGate/images/more.gif
+%%WWWDIR%%/themes/GoldenGate/images/moreSub.gif
+%%WWWDIR%%/themes/GoldenGate/images/myAreaSeparator.gif
+%%WWWDIR%%/themes/GoldenGate/images/next.gif
+%%WWWDIR%%/themes/GoldenGate/images/next_off.gif
+%%WWWDIR%%/themes/GoldenGate/images/otherTab_left.gif
+%%WWWDIR%%/themes/GoldenGate/images/otherTab_middle.gif
+%%WWWDIR%%/themes/GoldenGate/images/otherTab_right.gif
+%%WWWDIR%%/themes/GoldenGate/images/plus.gif
+%%WWWDIR%%/themes/GoldenGate/images/plus_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/previous.gif
+%%WWWDIR%%/themes/GoldenGate/images/previous_off.gif
+%%WWWDIR%%/themes/GoldenGate/images/print.gif
+%%WWWDIR%%/themes/GoldenGate/images/publish_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/refresh.gif
+%%WWWDIR%%/themes/GoldenGate/images/rightarrow.gif
+%%WWWDIR%%/themes/GoldenGate/images/rightarrow_big.gif
+%%WWWDIR%%/themes/GoldenGate/images/scheduled_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/searchFormBg.gif
+%%WWWDIR%%/themes/GoldenGate/images/shortcutSeparator.gif
+%%WWWDIR%%/themes/GoldenGate/images/show.gif
+%%WWWDIR%%/themes/GoldenGate/images/start.gif
+%%WWWDIR%%/themes/GoldenGate/images/start_off.gif
+%%WWWDIR%%/themes/GoldenGate/images/subMenuBg.gif
+%%WWWDIR%%/themes/GoldenGate/images/tentative_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/unpublish_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/uparrow.gif
+%%WWWDIR%%/themes/GoldenGate/images/uparrow_big.gif
+%%WWWDIR%%/themes/GoldenGate/images/uparrow_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/view.gif
+%%WWWDIR%%/themes/GoldenGate/images/view_inline.gif
+%%WWWDIR%%/themes/GoldenGate/images/view_status.gif
+%%WWWDIR%%/themes/GoldenGate/layout_utils.php
+%%WWWDIR%%/themes/GoldenGate/menu.js
+%%WWWDIR%%/themes/GoldenGate/navigation.css
+%%WWWDIR%%/themes/GoldenGate/style.css
+%%WWWDIR%%/themes/Links/ReassignRecords.gif
+%%WWWDIR%%/themes/Links/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Links/chart.css
+%%WWWDIR%%/themes/Links/config.php
+%%WWWDIR%%/themes/Links/cookie.js
+%%WWWDIR%%/themes/Links/footer.php
+%%WWWDIR%%/themes/Links/header.html
+%%WWWDIR%%/themes/Links/header.php
+%%WWWDIR%%/themes/Links/images/MoreDetail.png
+%%WWWDIR%%/themes/Links/images/accept_inline.gif
+%%WWWDIR%%/themes/Links/images/advanced_search.gif
+%%WWWDIR%%/themes/Links/images/arrow.gif
+%%WWWDIR%%/themes/Links/images/arrow_down.gif
+%%WWWDIR%%/themes/Links/images/arrow_up.gif
+%%WWWDIR%%/themes/Links/images/basic_search.gif
+%%WWWDIR%%/themes/Links/images/calendar_next.gif
+%%WWWDIR%%/themes/Links/images/calendar_previous.gif
+%%WWWDIR%%/themes/Links/images/check_inline.gif
+%%WWWDIR%%/themes/Links/images/close.gif
+%%WWWDIR%%/themes/Links/images/close_dashboard.gif
+%%WWWDIR%%/themes/Links/images/close_inline.gif
+%%WWWDIR%%/themes/Links/images/company_logo.png
+%%WWWDIR%%/themes/Links/images/decline_inline.gif
+%%WWWDIR%%/themes/Links/images/delete.gif
+%%WWWDIR%%/themes/Links/images/delete_inline.gif
+%%WWWDIR%%/themes/Links/images/doc_bg.gif
+%%WWWDIR%%/themes/Links/images/downarrow.gif
+%%WWWDIR%%/themes/Links/images/downarrow_big.gif
+%%WWWDIR%%/themes/Links/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Links/images/edit.gif
+%%WWWDIR%%/themes/Links/images/edit_inline.gif
+%%WWWDIR%%/themes/Links/images/edit_wizard.gif
+%%WWWDIR%%/themes/Links/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/Links/images/end.gif
+%%WWWDIR%%/themes/Links/images/end_off.gif
+%%WWWDIR%%/themes/Links/images/export.gif
+%%WWWDIR%%/themes/Links/images/flag.png
+%%WWWDIR%%/themes/Links/images/flag_header.png
+%%WWWDIR%%/themes/Links/images/formButtonBg.gif
+%%WWWDIR%%/themes/Links/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/Links/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Links/images/golfball.png
+%%WWWDIR%%/themes/Links/images/golfer.png
+%%WWWDIR%%/themes/Links/images/grass_bg.gif
+%%WWWDIR%%/themes/Links/images/grass_bg2.gif
+%%WWWDIR%%/themes/Links/images/grass_bottom_bg.gif
+%%WWWDIR%%/themes/Links/images/grass_left_bg.gif
+%%WWWDIR%%/themes/Links/images/grass_top_bg.gif
+%%WWWDIR%%/themes/Links/images/h3Arrow.png
+%%WWWDIR%%/themes/Links/images/header_bg.png
+%%WWWDIR%%/themes/Links/images/help.gif
+%%WWWDIR%%/themes/Links/images/hide.gif
+%%WWWDIR%%/themes/Links/images/leftColumnCorner.gif
+%%WWWDIR%%/themes/Links/images/leftColumnCornerBottom.gif
+%%WWWDIR%%/themes/Links/images/leftColumnDivider.gif
+%%WWWDIR%%/themes/Links/images/leftModuleBg.gif
+%%WWWDIR%%/themes/Links/images/leftNav_left.gif
+%%WWWDIR%%/themes/Links/images/leftNav_lowerLeft.gif
+%%WWWDIR%%/themes/Links/images/leftNav_lowerRight.gif
+%%WWWDIR%%/themes/Links/images/leftNav_right.gif
+%%WWWDIR%%/themes/Links/images/leftarrow.gif
+%%WWWDIR%%/themes/Links/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Links/images/listViewBg.gif
+%%WWWDIR%%/themes/Links/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Links/images/menuarrow.gif
+%%WWWDIR%%/themes/Links/images/minus.gif
+%%WWWDIR%%/themes/Links/images/minus_inline.gif
+%%WWWDIR%%/themes/Links/images/moduleTab_left.gif
+%%WWWDIR%%/themes/Links/images/moduleTab_leftCol.gif
+%%WWWDIR%%/themes/Links/images/moduleTab_lower.gif
+%%WWWDIR%%/themes/Links/images/moduleTab_lowerLeft.gif
+%%WWWDIR%%/themes/Links/images/moduleTab_lowerRight.gif
+%%WWWDIR%%/themes/Links/images/moduleTab_right.gif
+%%WWWDIR%%/themes/Links/images/moduleTab_rightCol.gif
+%%WWWDIR%%/themes/Links/images/moduleTab_top.gif
+%%WWWDIR%%/themes/Links/images/moreSub.gif
+%%WWWDIR%%/themes/Links/images/myAreaLeft.gif
+%%WWWDIR%%/themes/Links/images/next.gif
+%%WWWDIR%%/themes/Links/images/next_off.gif
+%%WWWDIR%%/themes/Links/images/plus.gif
+%%WWWDIR%%/themes/Links/images/plus_inline.gif
+%%WWWDIR%%/themes/Links/images/previous.gif
+%%WWWDIR%%/themes/Links/images/previous_off.gif
+%%WWWDIR%%/themes/Links/images/print.gif
+%%WWWDIR%%/themes/Links/images/publish_inline.gif
+%%WWWDIR%%/themes/Links/images/refresh.gif
+%%WWWDIR%%/themes/Links/images/rightarrow.gif
+%%WWWDIR%%/themes/Links/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Links/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Links/images/searchButton.gif
+%%WWWDIR%%/themes/Links/images/searchButton.png
+%%WWWDIR%%/themes/Links/images/searchFormBg.gif
+%%WWWDIR%%/themes/Links/images/show.gif
+%%WWWDIR%%/themes/Links/images/slot.gif
+%%WWWDIR%%/themes/Links/images/start.gif
+%%WWWDIR%%/themes/Links/images/start_off.gif
+%%WWWDIR%%/themes/Links/images/tentative_inline.gif
+%%WWWDIR%%/themes/Links/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Links/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Links/images/uparrow.gif
+%%WWWDIR%%/themes/Links/images/uparrow_big.gif
+%%WWWDIR%%/themes/Links/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Links/images/view.gif
+%%WWWDIR%%/themes/Links/images/view_inline.gif
+%%WWWDIR%%/themes/Links/images/view_status.gif
+%%WWWDIR%%/themes/Links/layout_utils.php
+%%WWWDIR%%/themes/Links/menu.js
+%%WWWDIR%%/themes/Links/navigation.css
+%%WWWDIR%%/themes/Links/style.css
+%%WWWDIR%%/themes/Links/sugarColors.xml
+%%WWWDIR%%/themes/Love/ReassignRecords.gif
+%%WWWDIR%%/themes/Love/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Love/config.php
+%%WWWDIR%%/themes/Love/cookie.js
+%%WWWDIR%%/themes/Love/footer.php
+%%WWWDIR%%/themes/Love/header.html
+%%WWWDIR%%/themes/Love/header.php
+%%WWWDIR%%/themes/Love/images/MoreDetail.png
+%%WWWDIR%%/themes/Love/images/accept_inline.gif
+%%WWWDIR%%/themes/Love/images/advanced_search.gif
+%%WWWDIR%%/themes/Love/images/arrow.gif
+%%WWWDIR%%/themes/Love/images/arrow_down.gif
+%%WWWDIR%%/themes/Love/images/arrow_up.gif
+%%WWWDIR%%/themes/Love/images/basic_search.gif
+%%WWWDIR%%/themes/Love/images/calendar_next.gif
+%%WWWDIR%%/themes/Love/images/calendar_previous.gif
+%%WWWDIR%%/themes/Love/images/check_inline.gif
+%%WWWDIR%%/themes/Love/images/close.gif
+%%WWWDIR%%/themes/Love/images/close_dashboard.gif
+%%WWWDIR%%/themes/Love/images/close_inline.gif
+%%WWWDIR%%/themes/Love/images/company_logo.png
+%%WWWDIR%%/themes/Love/images/decline_inline.gif
+%%WWWDIR%%/themes/Love/images/delete.gif
+%%WWWDIR%%/themes/Love/images/delete_inline.gif
+%%WWWDIR%%/themes/Love/images/downarrow.gif
+%%WWWDIR%%/themes/Love/images/downarrow_big.gif
+%%WWWDIR%%/themes/Love/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Love/images/edit.gif
+%%WWWDIR%%/themes/Love/images/edit_inline.gif
+%%WWWDIR%%/themes/Love/images/edit_wizard.gif
+%%WWWDIR%%/themes/Love/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/Love/images/end.gif
+%%WWWDIR%%/themes/Love/images/end_off.gif
+%%WWWDIR%%/themes/Love/images/export.gif
+%%WWWDIR%%/themes/Love/images/flower.gif
+%%WWWDIR%%/themes/Love/images/flower.png
+%%WWWDIR%%/themes/Love/images/formButtonBg.gif
+%%WWWDIR%%/themes/Love/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/Love/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Love/images/h3Arrow.gif
+%%WWWDIR%%/themes/Love/images/h3Arrow.png
+%%WWWDIR%%/themes/Love/images/header_bg.gif
+%%WWWDIR%%/themes/Love/images/help.gif
+%%WWWDIR%%/themes/Love/images/hide.gif
+%%WWWDIR%%/themes/Love/images/leftColumnCorner.gif
+%%WWWDIR%%/themes/Love/images/leftColumnCornerBottom.gif
+%%WWWDIR%%/themes/Love/images/leftColumnDivider.gif
+%%WWWDIR%%/themes/Love/images/leftModuleBg.gif
+%%WWWDIR%%/themes/Love/images/leftNav_left.gif
+%%WWWDIR%%/themes/Love/images/leftNav_lowerLeft.gif
+%%WWWDIR%%/themes/Love/images/leftNav_lowerRight.gif
+%%WWWDIR%%/themes/Love/images/leftNav_right.gif
+%%WWWDIR%%/themes/Love/images/leftarrow.gif
+%%WWWDIR%%/themes/Love/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Love/images/listViewBg.gif
+%%WWWDIR%%/themes/Love/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Love/images/menuarrow.gif
+%%WWWDIR%%/themes/Love/images/minus.gif
+%%WWWDIR%%/themes/Love/images/minus_inline.gif
+%%WWWDIR%%/themes/Love/images/moduleTab_left.gif
+%%WWWDIR%%/themes/Love/images/moduleTab_lowerLeft.gif
+%%WWWDIR%%/themes/Love/images/moduleTab_lowerRight.gif
+%%WWWDIR%%/themes/Love/images/moduleTab_right.gif
+%%WWWDIR%%/themes/Love/images/moreSub.gif
+%%WWWDIR%%/themes/Love/images/myAreaLeft.gif
+%%WWWDIR%%/themes/Love/images/next.gif
+%%WWWDIR%%/themes/Love/images/next_off.gif
+%%WWWDIR%%/themes/Love/images/plus.gif
+%%WWWDIR%%/themes/Love/images/plus_inline.gif
+%%WWWDIR%%/themes/Love/images/previous.gif
+%%WWWDIR%%/themes/Love/images/previous_off.gif
+%%WWWDIR%%/themes/Love/images/print.gif
+%%WWWDIR%%/themes/Love/images/publish_inline.gif
+%%WWWDIR%%/themes/Love/images/refresh.gif
+%%WWWDIR%%/themes/Love/images/rightarrow.gif
+%%WWWDIR%%/themes/Love/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Love/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Love/images/searchButton.gif
+%%WWWDIR%%/themes/Love/images/searchButton.png
+%%WWWDIR%%/themes/Love/images/searchFormBg.gif
+%%WWWDIR%%/themes/Love/images/show.gif
+%%WWWDIR%%/themes/Love/images/start.gif
+%%WWWDIR%%/themes/Love/images/start_off.gif
+%%WWWDIR%%/themes/Love/images/tentative_inline.gif
+%%WWWDIR%%/themes/Love/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Love/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Love/images/uparrow.gif
+%%WWWDIR%%/themes/Love/images/uparrow_big.gif
+%%WWWDIR%%/themes/Love/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Love/images/view.gif
+%%WWWDIR%%/themes/Love/images/view_inline.gif
+%%WWWDIR%%/themes/Love/images/view_status.gif
+%%WWWDIR%%/themes/Love/layout_utils.php
+%%WWWDIR%%/themes/Love/menu.js
+%%WWWDIR%%/themes/Love/navigation.css
+%%WWWDIR%%/themes/Love/style.css
+%%WWWDIR%%/themes/Paradise/ReassignRecords.gif
+%%WWWDIR%%/themes/Paradise/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Paradise/config.php
+%%WWWDIR%%/themes/Paradise/cookie.js
+%%WWWDIR%%/themes/Paradise/header.html
+%%WWWDIR%%/themes/Paradise/header.php
+%%WWWDIR%%/themes/Paradise/images/MoreDetail.png
+%%WWWDIR%%/themes/Paradise/images/accept_inline.gif
+%%WWWDIR%%/themes/Paradise/images/advanced_search.gif
+%%WWWDIR%%/themes/Paradise/images/arrow.gif
+%%WWWDIR%%/themes/Paradise/images/arrow_down.gif
+%%WWWDIR%%/themes/Paradise/images/arrow_up.gif
+%%WWWDIR%%/themes/Paradise/images/basic_search.gif
+%%WWWDIR%%/themes/Paradise/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/Paradise/images/calendar_next.gif
+%%WWWDIR%%/themes/Paradise/images/calendar_previous.gif
+%%WWWDIR%%/themes/Paradise/images/check_inline.gif
+%%WWWDIR%%/themes/Paradise/images/close.gif
+%%WWWDIR%%/themes/Paradise/images/close_dashboard.gif
+%%WWWDIR%%/themes/Paradise/images/close_inline.gif
+%%WWWDIR%%/themes/Paradise/images/company_logo.png
+%%WWWDIR%%/themes/Paradise/images/createBg.gif
+%%WWWDIR%%/themes/Paradise/images/currentTab_left.gif
+%%WWWDIR%%/themes/Paradise/images/currentTab_middle.gif
+%%WWWDIR%%/themes/Paradise/images/currentTab_right.gif
+%%WWWDIR%%/themes/Paradise/images/decline_inline.gif
+%%WWWDIR%%/themes/Paradise/images/delete.gif
+%%WWWDIR%%/themes/Paradise/images/delete_inline.gif
+%%WWWDIR%%/themes/Paradise/images/detailViewBg.gif
+%%WWWDIR%%/themes/Paradise/images/doc_bg.gif
+%%WWWDIR%%/themes/Paradise/images/downarrow.gif
+%%WWWDIR%%/themes/Paradise/images/downarrow_big.gif
+%%WWWDIR%%/themes/Paradise/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Paradise/images/edit.gif
+%%WWWDIR%%/themes/Paradise/images/edit_inline.gif
+%%WWWDIR%%/themes/Paradise/images/edit_wizard.gif
+%%WWWDIR%%/themes/Paradise/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/Paradise/images/end.gif
+%%WWWDIR%%/themes/Paradise/images/end_off.gif
+%%WWWDIR%%/themes/Paradise/images/export.gif
+%%WWWDIR%%/themes/Paradise/images/formButtonBg.gif
+%%WWWDIR%%/themes/Paradise/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/Paradise/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Paradise/images/h3Arrow.gif
+%%WWWDIR%%/themes/Paradise/images/header_bg.gif
+%%WWWDIR%%/themes/Paradise/images/help.gif
+%%WWWDIR%%/themes/Paradise/images/hide.gif
+%%WWWDIR%%/themes/Paradise/images/leftModuleBg.gif
+%%WWWDIR%%/themes/Paradise/images/leftarrow.gif
+%%WWWDIR%%/themes/Paradise/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Paradise/images/listViewBg.gif
+%%WWWDIR%%/themes/Paradise/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Paradise/images/mass_update.gif
+%%WWWDIR%%/themes/Paradise/images/menuarrow.gif
+%%WWWDIR%%/themes/Paradise/images/minus.gif
+%%WWWDIR%%/themes/Paradise/images/minus_inline.gif
+%%WWWDIR%%/themes/Paradise/images/moduleTab_bg.gif
+%%WWWDIR%%/themes/Paradise/images/moduleTab_left.gif
+%%WWWDIR%%/themes/Paradise/images/moduleTab_middle.gif
+%%WWWDIR%%/themes/Paradise/images/moduleTab_right.gif
+%%WWWDIR%%/themes/Paradise/images/more.gif
+%%WWWDIR%%/themes/Paradise/images/next.gif
+%%WWWDIR%%/themes/Paradise/images/next_off.gif
+%%WWWDIR%%/themes/Paradise/images/otherTab_left.gif
+%%WWWDIR%%/themes/Paradise/images/otherTab_middle.gif
+%%WWWDIR%%/themes/Paradise/images/otherTab_right.gif
+%%WWWDIR%%/themes/Paradise/images/palm_tree.png
+%%WWWDIR%%/themes/Paradise/images/plus.gif
+%%WWWDIR%%/themes/Paradise/images/plus_inline.gif
+%%WWWDIR%%/themes/Paradise/images/previous.gif
+%%WWWDIR%%/themes/Paradise/images/previous_off.gif
+%%WWWDIR%%/themes/Paradise/images/print.gif
+%%WWWDIR%%/themes/Paradise/images/publish_inline.gif
+%%WWWDIR%%/themes/Paradise/images/refresh.gif
+%%WWWDIR%%/themes/Paradise/images/rightarrow.gif
+%%WWWDIR%%/themes/Paradise/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Paradise/images/sailboat.gif
+%%WWWDIR%%/themes/Paradise/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Paradise/images/searchButton.gif
+%%WWWDIR%%/themes/Paradise/images/searchFormBg.gif
+%%WWWDIR%%/themes/Paradise/images/searchSeparator.png
+%%WWWDIR%%/themes/Paradise/images/show.gif
+%%WWWDIR%%/themes/Paradise/images/start.gif
+%%WWWDIR%%/themes/Paradise/images/start_off.gif
+%%WWWDIR%%/themes/Paradise/images/subTabBar_bg.gif
+%%WWWDIR%%/themes/Paradise/images/subTab_shadow.gif
+%%WWWDIR%%/themes/Paradise/images/tentative_inline.gif
+%%WWWDIR%%/themes/Paradise/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Paradise/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Paradise/images/uparrow.gif
+%%WWWDIR%%/themes/Paradise/images/uparrow_big.gif
+%%WWWDIR%%/themes/Paradise/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Paradise/images/view.gif
+%%WWWDIR%%/themes/Paradise/images/view_inline.gif
+%%WWWDIR%%/themes/Paradise/images/view_status.gif
+%%WWWDIR%%/themes/Paradise/layout_utils.php
+%%WWWDIR%%/themes/Paradise/menu.js
+%%WWWDIR%%/themes/Paradise/navigation.css
+%%WWWDIR%%/themes/Paradise/screensaver.js
+%%WWWDIR%%/themes/Paradise/style.css
+%%WWWDIR%%/themes/Pipeline/ReassignRecords.gif
+%%WWWDIR%%/themes/Pipeline/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Pipeline/config.php
+%%WWWDIR%%/themes/Pipeline/cookie.js
+%%WWWDIR%%/themes/Pipeline/header.html
+%%WWWDIR%%/themes/Pipeline/header.php
+%%WWWDIR%%/themes/Pipeline/images/MoreDetail.png
+%%WWWDIR%%/themes/Pipeline/images/accept_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/advanced_search.gif
+%%WWWDIR%%/themes/Pipeline/images/arrow.gif
+%%WWWDIR%%/themes/Pipeline/images/arrow_down.gif
+%%WWWDIR%%/themes/Pipeline/images/arrow_up.gif
+%%WWWDIR%%/themes/Pipeline/images/basic_search.gif
+%%WWWDIR%%/themes/Pipeline/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/Pipeline/images/calendar_next.gif
+%%WWWDIR%%/themes/Pipeline/images/calendar_previous.gif
+%%WWWDIR%%/themes/Pipeline/images/check_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/close.gif
+%%WWWDIR%%/themes/Pipeline/images/close_dashboard.gif
+%%WWWDIR%%/themes/Pipeline/images/close_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/company_logo.png
+%%WWWDIR%%/themes/Pipeline/images/currentTabBg.gif
+%%WWWDIR%%/themes/Pipeline/images/decline_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/delete.gif
+%%WWWDIR%%/themes/Pipeline/images/delete_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/downarrow.gif
+%%WWWDIR%%/themes/Pipeline/images/downarrow_big.gif
+%%WWWDIR%%/themes/Pipeline/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/edit.gif
+%%WWWDIR%%/themes/Pipeline/images/edit_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/edit_wizard.gif
+%%WWWDIR%%/themes/Pipeline/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/Pipeline/images/end.gif
+%%WWWDIR%%/themes/Pipeline/images/end_off.gif
+%%WWWDIR%%/themes/Pipeline/images/export.gif
+%%WWWDIR%%/themes/Pipeline/images/flower.gif
+%%WWWDIR%%/themes/Pipeline/images/flower.png
+%%WWWDIR%%/themes/Pipeline/images/formButtonBg.gif
+%%WWWDIR%%/themes/Pipeline/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/Pipeline/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Pipeline/images/h3Arrow.gif
+%%WWWDIR%%/themes/Pipeline/images/h3Arrow.png
+%%WWWDIR%%/themes/Pipeline/images/header_bg.gif
+%%WWWDIR%%/themes/Pipeline/images/header_search_bg.gif
+%%WWWDIR%%/themes/Pipeline/images/header_surfer.gif
+%%WWWDIR%%/themes/Pipeline/images/help.gif
+%%WWWDIR%%/themes/Pipeline/images/hide.gif
+%%WWWDIR%%/themes/Pipeline/images/leftColumnCorner.gif
+%%WWWDIR%%/themes/Pipeline/images/leftColumnCornerBottom.gif
+%%WWWDIR%%/themes/Pipeline/images/leftColumnDivider.gif
+%%WWWDIR%%/themes/Pipeline/images/leftModuleBg.gif
+%%WWWDIR%%/themes/Pipeline/images/leftNav_left.gif
+%%WWWDIR%%/themes/Pipeline/images/leftNav_lowerLeft.gif
+%%WWWDIR%%/themes/Pipeline/images/leftNav_lowerRight.gif
+%%WWWDIR%%/themes/Pipeline/images/leftNav_right.gif
+%%WWWDIR%%/themes/Pipeline/images/leftarrow.gif
+%%WWWDIR%%/themes/Pipeline/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Pipeline/images/listViewBg.gif
+%%WWWDIR%%/themes/Pipeline/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Pipeline/images/menuarrow.gif
+%%WWWDIR%%/themes/Pipeline/images/minus.gif
+%%WWWDIR%%/themes/Pipeline/images/minus_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/moduleTab_left.gif
+%%WWWDIR%%/themes/Pipeline/images/moduleTab_lowerLeft.gif
+%%WWWDIR%%/themes/Pipeline/images/moduleTab_lowerRight.gif
+%%WWWDIR%%/themes/Pipeline/images/moduleTab_right.gif
+%%WWWDIR%%/themes/Pipeline/images/moreSub.gif
+%%WWWDIR%%/themes/Pipeline/images/myAreaBg.gif
+%%WWWDIR%%/themes/Pipeline/images/myAreaLeft.gif
+%%WWWDIR%%/themes/Pipeline/images/next.gif
+%%WWWDIR%%/themes/Pipeline/images/next_off.gif
+%%WWWDIR%%/themes/Pipeline/images/otherTabBg.gif
+%%WWWDIR%%/themes/Pipeline/images/otherTabBottomBg.gif
+%%WWWDIR%%/themes/Pipeline/images/plus.gif
+%%WWWDIR%%/themes/Pipeline/images/plus_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/previous.gif
+%%WWWDIR%%/themes/Pipeline/images/previous_off.gif
+%%WWWDIR%%/themes/Pipeline/images/print.gif
+%%WWWDIR%%/themes/Pipeline/images/publish_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/refresh.gif
+%%WWWDIR%%/themes/Pipeline/images/rightarrow.gif
+%%WWWDIR%%/themes/Pipeline/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Pipeline/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/searchButton.gif
+%%WWWDIR%%/themes/Pipeline/images/searchButton.png
+%%WWWDIR%%/themes/Pipeline/images/searchFormBg.gif
+%%WWWDIR%%/themes/Pipeline/images/searchText.gif
+%%WWWDIR%%/themes/Pipeline/images/show.gif
+%%WWWDIR%%/themes/Pipeline/images/start.gif
+%%WWWDIR%%/themes/Pipeline/images/start_off.gif
+%%WWWDIR%%/themes/Pipeline/images/subMenuBg.gif
+%%WWWDIR%%/themes/Pipeline/images/tentative_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/uparrow.gif
+%%WWWDIR%%/themes/Pipeline/images/uparrow_big.gif
+%%WWWDIR%%/themes/Pipeline/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/view.gif
+%%WWWDIR%%/themes/Pipeline/images/view_inline.gif
+%%WWWDIR%%/themes/Pipeline/images/view_status.gif
+%%WWWDIR%%/themes/Pipeline/images/welcomeBarBg.gif
+%%WWWDIR%%/themes/Pipeline/layout_utils.php
+%%WWWDIR%%/themes/Pipeline/menu.js
+%%WWWDIR%%/themes/Pipeline/navigation.css
+%%WWWDIR%%/themes/Pipeline/style.css
+%%WWWDIR%%/themes/Pipeline/sugarColors.xml
+%%WWWDIR%%/themes/Retro/ReassignRecords.gif
+%%WWWDIR%%/themes/Retro/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Retro/config.php
+%%WWWDIR%%/themes/Retro/cookie.js
+%%WWWDIR%%/themes/Retro/header.html
+%%WWWDIR%%/themes/Retro/header.php
+%%WWWDIR%%/themes/Retro/images/MoreDetail.png
+%%WWWDIR%%/themes/Retro/images/Quotes.gif
+%%WWWDIR%%/themes/Retro/images/accept_inline.gif
+%%WWWDIR%%/themes/Retro/images/advanced_search.gif
+%%WWWDIR%%/themes/Retro/images/arrow.gif
+%%WWWDIR%%/themes/Retro/images/arrow_down.gif
+%%WWWDIR%%/themes/Retro/images/arrow_up.gif
+%%WWWDIR%%/themes/Retro/images/basic_search.gif
+%%WWWDIR%%/themes/Retro/images/calendar_next.gif
+%%WWWDIR%%/themes/Retro/images/calendar_previous.gif
+%%WWWDIR%%/themes/Retro/images/check_inline.gif
+%%WWWDIR%%/themes/Retro/images/close.gif
+%%WWWDIR%%/themes/Retro/images/close_dashboard.gif
+%%WWWDIR%%/themes/Retro/images/close_inline.gif
+%%WWWDIR%%/themes/Retro/images/company_logo.png
+%%WWWDIR%%/themes/Retro/images/currentTab_left.gif
+%%WWWDIR%%/themes/Retro/images/currentTab_middle.gif
+%%WWWDIR%%/themes/Retro/images/currentTab_right.gif
+%%WWWDIR%%/themes/Retro/images/decline_inline.gif
+%%WWWDIR%%/themes/Retro/images/delete.gif
+%%WWWDIR%%/themes/Retro/images/delete_inline.gif
+%%WWWDIR%%/themes/Retro/images/downarrow.gif
+%%WWWDIR%%/themes/Retro/images/downarrow_big.gif
+%%WWWDIR%%/themes/Retro/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Retro/images/edit.gif
+%%WWWDIR%%/themes/Retro/images/edit_inline.gif
+%%WWWDIR%%/themes/Retro/images/edit_wizard.gif
+%%WWWDIR%%/themes/Retro/images/end.gif
+%%WWWDIR%%/themes/Retro/images/end_off.gif
+%%WWWDIR%%/themes/Retro/images/export.gif
+%%WWWDIR%%/themes/Retro/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Retro/images/help.gif
+%%WWWDIR%%/themes/Retro/images/hide.gif
+%%WWWDIR%%/themes/Retro/images/leftarrow.gif
+%%WWWDIR%%/themes/Retro/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Retro/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Retro/images/mass_update.gif
+%%WWWDIR%%/themes/Retro/images/menuarrow.gif
+%%WWWDIR%%/themes/Retro/images/minus.gif
+%%WWWDIR%%/themes/Retro/images/minus_inline.gif
+%%WWWDIR%%/themes/Retro/images/moduleTab_left.gif
+%%WWWDIR%%/themes/Retro/images/moduleTab_middle.gif
+%%WWWDIR%%/themes/Retro/images/moduleTab_right.gif
+%%WWWDIR%%/themes/Retro/images/more.gif
+%%WWWDIR%%/themes/Retro/images/moreSub.gif
+%%WWWDIR%%/themes/Retro/images/next.gif
+%%WWWDIR%%/themes/Retro/images/next_off.gif
+%%WWWDIR%%/themes/Retro/images/otherTab_left.gif
+%%WWWDIR%%/themes/Retro/images/otherTab_middle.gif
+%%WWWDIR%%/themes/Retro/images/otherTab_right.gif
+%%WWWDIR%%/themes/Retro/images/plus.gif
+%%WWWDIR%%/themes/Retro/images/plus_inline.gif
+%%WWWDIR%%/themes/Retro/images/previous.gif
+%%WWWDIR%%/themes/Retro/images/previous_off.gif
+%%WWWDIR%%/themes/Retro/images/print.gif
+%%WWWDIR%%/themes/Retro/images/publish_inline.gif
+%%WWWDIR%%/themes/Retro/images/refresh.gif
+%%WWWDIR%%/themes/Retro/images/rightarrow.gif
+%%WWWDIR%%/themes/Retro/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Retro/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Retro/images/shortcutSeparator.gif
+%%WWWDIR%%/themes/Retro/images/show.gif
+%%WWWDIR%%/themes/Retro/images/start.gif
+%%WWWDIR%%/themes/Retro/images/start_off.gif
+%%WWWDIR%%/themes/Retro/images/tentative_inline.gif
+%%WWWDIR%%/themes/Retro/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Retro/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Retro/images/uparrow.gif
+%%WWWDIR%%/themes/Retro/images/uparrow_big.gif
+%%WWWDIR%%/themes/Retro/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Retro/images/view.gif
+%%WWWDIR%%/themes/Retro/images/view_inline.gif
+%%WWWDIR%%/themes/Retro/images/view_status.gif
+%%WWWDIR%%/themes/Retro/layout_utils.php
+%%WWWDIR%%/themes/Retro/menu.js
+%%WWWDIR%%/themes/Retro/navigation.css
+%%WWWDIR%%/themes/Retro/style.css
+%%WWWDIR%%/themes/RipCurl/ReassignRecords.gif
+%%WWWDIR%%/themes/RipCurl/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/RipCurl/chart.css
+%%WWWDIR%%/themes/RipCurl/config.php
+%%WWWDIR%%/themes/RipCurl/cookie.js
+%%WWWDIR%%/themes/RipCurl/header.html
+%%WWWDIR%%/themes/RipCurl/header.php
+%%WWWDIR%%/themes/RipCurl/images/MoreDetail.png
+%%WWWDIR%%/themes/RipCurl/images/accept_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/advanced_search.gif
+%%WWWDIR%%/themes/RipCurl/images/arrow.gif
+%%WWWDIR%%/themes/RipCurl/images/arrow_down.gif
+%%WWWDIR%%/themes/RipCurl/images/arrow_up.gif
+%%WWWDIR%%/themes/RipCurl/images/basic_search.gif
+%%WWWDIR%%/themes/RipCurl/images/calendar_next.gif
+%%WWWDIR%%/themes/RipCurl/images/calendar_previous.gif
+%%WWWDIR%%/themes/RipCurl/images/check_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/close.gif
+%%WWWDIR%%/themes/RipCurl/images/close_dashboard.gif
+%%WWWDIR%%/themes/RipCurl/images/close_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/company_logo.png
+%%WWWDIR%%/themes/RipCurl/images/decline_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/delete.gif
+%%WWWDIR%%/themes/RipCurl/images/delete_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/downarrow.gif
+%%WWWDIR%%/themes/RipCurl/images/downarrow_big.gif
+%%WWWDIR%%/themes/RipCurl/images/downarrow_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/edit.gif
+%%WWWDIR%%/themes/RipCurl/images/edit_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/edit_wizard.gif
+%%WWWDIR%%/themes/RipCurl/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/RipCurl/images/end.gif
+%%WWWDIR%%/themes/RipCurl/images/end_off.gif
+%%WWWDIR%%/themes/RipCurl/images/export.gif
+%%WWWDIR%%/themes/RipCurl/images/flower.gif
+%%WWWDIR%%/themes/RipCurl/images/flower.png
+%%WWWDIR%%/themes/RipCurl/images/formButtonBg.gif
+%%WWWDIR%%/themes/RipCurl/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/RipCurl/images/getLatestDocument.gif
+%%WWWDIR%%/themes/RipCurl/images/h3Arrow.gif
+%%WWWDIR%%/themes/RipCurl/images/h3Arrow.png
+%%WWWDIR%%/themes/RipCurl/images/header_bg.gif
+%%WWWDIR%%/themes/RipCurl/images/header_search_bg.gif
+%%WWWDIR%%/themes/RipCurl/images/header_surfer.gif
+%%WWWDIR%%/themes/RipCurl/images/help.gif
+%%WWWDIR%%/themes/RipCurl/images/hide.gif
+%%WWWDIR%%/themes/RipCurl/images/leftColumnDivider.gif
+%%WWWDIR%%/themes/RipCurl/images/leftModuleBg.gif
+%%WWWDIR%%/themes/RipCurl/images/leftarrow.gif
+%%WWWDIR%%/themes/RipCurl/images/leftarrow_big.gif
+%%WWWDIR%%/themes/RipCurl/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/RipCurl/images/menuarrow.gif
+%%WWWDIR%%/themes/RipCurl/images/minus.gif
+%%WWWDIR%%/themes/RipCurl/images/minus_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/moreSub.gif
+%%WWWDIR%%/themes/RipCurl/images/myAreaBg.gif
+%%WWWDIR%%/themes/RipCurl/images/myAreaLeft.gif
+%%WWWDIR%%/themes/RipCurl/images/next.gif
+%%WWWDIR%%/themes/RipCurl/images/next_off.gif
+%%WWWDIR%%/themes/RipCurl/images/otherTabBg.gif
+%%WWWDIR%%/themes/RipCurl/images/plus.gif
+%%WWWDIR%%/themes/RipCurl/images/plus_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/previous.gif
+%%WWWDIR%%/themes/RipCurl/images/previous_off.gif
+%%WWWDIR%%/themes/RipCurl/images/print.gif
+%%WWWDIR%%/themes/RipCurl/images/publish_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/refresh.gif
+%%WWWDIR%%/themes/RipCurl/images/rightarrow.gif
+%%WWWDIR%%/themes/RipCurl/images/rightarrow_big.gif
+%%WWWDIR%%/themes/RipCurl/images/scheduled_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/searchButton.gif
+%%WWWDIR%%/themes/RipCurl/images/searchButton.png
+%%WWWDIR%%/themes/RipCurl/images/searchFormBg.gif
+%%WWWDIR%%/themes/RipCurl/images/searchText.gif
+%%WWWDIR%%/themes/RipCurl/images/show.gif
+%%WWWDIR%%/themes/RipCurl/images/start.gif
+%%WWWDIR%%/themes/RipCurl/images/start_off.gif
+%%WWWDIR%%/themes/RipCurl/images/subMenu2Bg.gif
+%%WWWDIR%%/themes/RipCurl/images/tentative_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/unpublish_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/uparrow.gif
+%%WWWDIR%%/themes/RipCurl/images/uparrow_big.gif
+%%WWWDIR%%/themes/RipCurl/images/uparrow_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/view.gif
+%%WWWDIR%%/themes/RipCurl/images/view_inline.gif
+%%WWWDIR%%/themes/RipCurl/images/view_status.gif
+%%WWWDIR%%/themes/RipCurl/images/welcomeBarBg.gif
+%%WWWDIR%%/themes/RipCurl/layout_utils.php
+%%WWWDIR%%/themes/RipCurl/menu.js
+%%WWWDIR%%/themes/RipCurl/navigation.css
+%%WWWDIR%%/themes/RipCurl/style.css
+%%WWWDIR%%/themes/RipCurl/sugarColors.xml
+%%WWWDIR%%/themes/Shred/ReassignRecords.gif
+%%WWWDIR%%/themes/Shred/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Shred/config.php
+%%WWWDIR%%/themes/Shred/cookie.js
+%%WWWDIR%%/themes/Shred/header.html
+%%WWWDIR%%/themes/Shred/header.php
+%%WWWDIR%%/themes/Shred/images/MoreDetail.png
+%%WWWDIR%%/themes/Shred/images/accept_inline.gif
+%%WWWDIR%%/themes/Shred/images/advanced_search.gif
+%%WWWDIR%%/themes/Shred/images/arrow.gif
+%%WWWDIR%%/themes/Shred/images/arrow_down.gif
+%%WWWDIR%%/themes/Shred/images/arrow_up.gif
+%%WWWDIR%%/themes/Shred/images/basic_search.gif
+%%WWWDIR%%/themes/Shred/images/boarder.gif
+%%WWWDIR%%/themes/Shred/images/boarder.png
+%%WWWDIR%%/themes/Shred/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/Shred/images/calendar_next.gif
+%%WWWDIR%%/themes/Shred/images/calendar_previous.gif
+%%WWWDIR%%/themes/Shred/images/check_inline.gif
+%%WWWDIR%%/themes/Shred/images/close.gif
+%%WWWDIR%%/themes/Shred/images/close_dashboard.gif
+%%WWWDIR%%/themes/Shred/images/close_inline.gif
+%%WWWDIR%%/themes/Shred/images/company_logo.png
+%%WWWDIR%%/themes/Shred/images/createBg.gif
+%%WWWDIR%%/themes/Shred/images/currentTab_middle.gif
+%%WWWDIR%%/themes/Shred/images/currentTab_right.gif
+%%WWWDIR%%/themes/Shred/images/decline_inline.gif
+%%WWWDIR%%/themes/Shred/images/delete.gif
+%%WWWDIR%%/themes/Shred/images/delete_inline.gif
+%%WWWDIR%%/themes/Shred/images/detailViewBg.gif
+%%WWWDIR%%/themes/Shred/images/doc_bg.gif
+%%WWWDIR%%/themes/Shred/images/downarrow.gif
+%%WWWDIR%%/themes/Shred/images/downarrow_big.gif
+%%WWWDIR%%/themes/Shred/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Shred/images/edit.gif
+%%WWWDIR%%/themes/Shred/images/edit_inline.gif
+%%WWWDIR%%/themes/Shred/images/edit_wizard.gif
+%%WWWDIR%%/themes/Shred/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/Shred/images/end.gif
+%%WWWDIR%%/themes/Shred/images/end_off.gif
+%%WWWDIR%%/themes/Shred/images/export.gif
+%%WWWDIR%%/themes/Shred/images/formButtonBg.gif
+%%WWWDIR%%/themes/Shred/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/Shred/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Shred/images/h3Arrow.gif
+%%WWWDIR%%/themes/Shred/images/header_bg.gif
+%%WWWDIR%%/themes/Shred/images/help.gif
+%%WWWDIR%%/themes/Shred/images/hide.gif
+%%WWWDIR%%/themes/Shred/images/icicle_left.png
+%%WWWDIR%%/themes/Shred/images/icicle_right.png
+%%WWWDIR%%/themes/Shred/images/leftModuleBg.gif
+%%WWWDIR%%/themes/Shred/images/leftarrow.gif
+%%WWWDIR%%/themes/Shred/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Shred/images/listViewBg.gif
+%%WWWDIR%%/themes/Shred/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Shred/images/menuarrow.gif
+%%WWWDIR%%/themes/Shred/images/minus.gif
+%%WWWDIR%%/themes/Shred/images/minus_inline.gif
+%%WWWDIR%%/themes/Shred/images/moduleTab_left.png
+%%WWWDIR%%/themes/Shred/images/moduleTab_middle.png
+%%WWWDIR%%/themes/Shred/images/moduleTab_right.gif
+%%WWWDIR%%/themes/Shred/images/moduleTab_right.png
+%%WWWDIR%%/themes/Shred/images/monthCalBodyTHDay_bg.gif
+%%WWWDIR%%/themes/Shred/images/monthCalBodyTHWeek_bg.gif
+%%WWWDIR%%/themes/Shred/images/more.gif
+%%WWWDIR%%/themes/Shred/images/next.gif
+%%WWWDIR%%/themes/Shred/images/next_off.gif
+%%WWWDIR%%/themes/Shred/images/otherTab_left.gif
+%%WWWDIR%%/themes/Shred/images/otherTab_middle.gif
+%%WWWDIR%%/themes/Shred/images/otherTab_right.gif
+%%WWWDIR%%/themes/Shred/images/plus.gif
+%%WWWDIR%%/themes/Shred/images/plus_inline.gif
+%%WWWDIR%%/themes/Shred/images/previous.gif
+%%WWWDIR%%/themes/Shred/images/previous_off.gif
+%%WWWDIR%%/themes/Shred/images/print.gif
+%%WWWDIR%%/themes/Shred/images/publish_inline.gif
+%%WWWDIR%%/themes/Shred/images/refresh.gif
+%%WWWDIR%%/themes/Shred/images/rightarrow.gif
+%%WWWDIR%%/themes/Shred/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Shred/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Shred/images/searchButton.png
+%%WWWDIR%%/themes/Shred/images/searchFormBg.gif
+%%WWWDIR%%/themes/Shred/images/show.gif
+%%WWWDIR%%/themes/Shred/images/start.gif
+%%WWWDIR%%/themes/Shred/images/start_off.gif
+%%WWWDIR%%/themes/Shred/images/subTabBar_bg.gif
+%%WWWDIR%%/themes/Shred/images/tentative_inline.gif
+%%WWWDIR%%/themes/Shred/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Shred/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Shred/images/uparrow.gif
+%%WWWDIR%%/themes/Shred/images/uparrow_big.gif
+%%WWWDIR%%/themes/Shred/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Shred/images/view.gif
+%%WWWDIR%%/themes/Shred/images/view_inline.gif
+%%WWWDIR%%/themes/Shred/images/view_status.gif
+%%WWWDIR%%/themes/Shred/layout_utils.php
+%%WWWDIR%%/themes/Shred/menu.js
+%%WWWDIR%%/themes/Shred/navigation.css
+%%WWWDIR%%/themes/Shred/style.css
+%%WWWDIR%%/themes/Sugar/Thumbs.db
+%%WWWDIR%%/themes/Sugar/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Sugar/colors.blue.css
+%%WWWDIR%%/themes/Sugar/colors.blue.icon.gif
+%%WWWDIR%%/themes/Sugar/colors.gray.css
+%%WWWDIR%%/themes/Sugar/colors.gray.icon.gif
+%%WWWDIR%%/themes/Sugar/colors.green.css
+%%WWWDIR%%/themes/Sugar/colors.green.icon.gif
+%%WWWDIR%%/themes/Sugar/colors.orange.css
+%%WWWDIR%%/themes/Sugar/colors.orange.icon.gif
+%%WWWDIR%%/themes/Sugar/colors.purple.css
+%%WWWDIR%%/themes/Sugar/colors.purple.icon.gif
+%%WWWDIR%%/themes/Sugar/colors.red.css
+%%WWWDIR%%/themes/Sugar/colors.red.icon.gif
+%%WWWDIR%%/themes/Sugar/colors.sugar.css
+%%WWWDIR%%/themes/Sugar/colors.sugar.icon.gif
+%%WWWDIR%%/themes/Sugar/config.php
+%%WWWDIR%%/themes/Sugar/cookie.js
+%%WWWDIR%%/themes/Sugar/fonts.larger.css
+%%WWWDIR%%/themes/Sugar/fonts.larger.icon.gif
+%%WWWDIR%%/themes/Sugar/fonts.largest.css
+%%WWWDIR%%/themes/Sugar/fonts.largest.icon.gif
+%%WWWDIR%%/themes/Sugar/fonts.normal.css
+%%WWWDIR%%/themes/Sugar/fonts.normal.icon.gif
+%%WWWDIR%%/themes/Sugar/groupTabs.js
+%%WWWDIR%%/themes/Sugar/header.html
+%%WWWDIR%%/themes/Sugar/header.php
+%%WWWDIR%%/themes/Sugar/images/FavoriteReports.gif
+%%WWWDIR%%/themes/Sugar/images/MoreDetail.png
+%%WWWDIR%%/themes/Sugar/images/accept_inline.gif
+%%WWWDIR%%/themes/Sugar/images/advanced_search.gif
+%%WWWDIR%%/themes/Sugar/images/arrow.gif
+%%WWWDIR%%/themes/Sugar/images/arrow_down.gif
+%%WWWDIR%%/themes/Sugar/images/arrow_up.gif
+%%WWWDIR%%/themes/Sugar/images/basic_search.gif
+%%WWWDIR%%/themes/Sugar/images/bg.gif
+%%WWWDIR%%/themes/Sugar/images/bgBlue.gif
+%%WWWDIR%%/themes/Sugar/images/bgBtn.gif
+%%WWWDIR%%/themes/Sugar/images/bgBtnBlue.gif
+%%WWWDIR%%/themes/Sugar/images/bgBtnGray.gif
+%%WWWDIR%%/themes/Sugar/images/bgBtnGreen.gif
+%%WWWDIR%%/themes/Sugar/images/bgBtnOrange.gif
+%%WWWDIR%%/themes/Sugar/images/bgBtnPurple.gif
+%%WWWDIR%%/themes/Sugar/images/bgGray.gif
+%%WWWDIR%%/themes/Sugar/images/bgGreen.gif
+%%WWWDIR%%/themes/Sugar/images/bgOcher.gif
+%%WWWDIR%%/themes/Sugar/images/bgPurple.gif
+%%WWWDIR%%/themes/Sugar/images/bgRed.gif
+%%WWWDIR%%/themes/Sugar/images/blank.gif
+%%WWWDIR%%/themes/Sugar/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/Sugar/images/calendar_next.gif
+%%WWWDIR%%/themes/Sugar/images/calendar_previous.gif
+%%WWWDIR%%/themes/Sugar/images/check_inline.gif
+%%WWWDIR%%/themes/Sugar/images/close.gif
+%%WWWDIR%%/themes/Sugar/images/close_dashboard.gif
+%%WWWDIR%%/themes/Sugar/images/close_inline.gif
+%%WWWDIR%%/themes/Sugar/images/company_logo.png
+%%WWWDIR%%/themes/Sugar/images/currentTab.gif
+%%WWWDIR%%/themes/Sugar/images/currentTabBlue.gif
+%%WWWDIR%%/themes/Sugar/images/currentTabGray.gif
+%%WWWDIR%%/themes/Sugar/images/currentTabGreen.gif
+%%WWWDIR%%/themes/Sugar/images/currentTabLinkBg.gif
+%%WWWDIR%%/themes/Sugar/images/currentTabOcher.gif
+%%WWWDIR%%/themes/Sugar/images/currentTabOff.gif
+%%WWWDIR%%/themes/Sugar/images/currentTabPurple.gif
+%%WWWDIR%%/themes/Sugar/images/currentTabRed.gif
+%%WWWDIR%%/themes/Sugar/images/decline_inline.gif
+%%WWWDIR%%/themes/Sugar/images/delete.gif
+%%WWWDIR%%/themes/Sugar/images/delete_inline.gif
+%%WWWDIR%%/themes/Sugar/images/detailViewBg.gif
+%%WWWDIR%%/themes/Sugar/images/detailview.gif
+%%WWWDIR%%/themes/Sugar/images/downarrow.gif
+%%WWWDIR%%/themes/Sugar/images/downarrow_big.gif
+%%WWWDIR%%/themes/Sugar/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Sugar/images/edit.gif
+%%WWWDIR%%/themes/Sugar/images/edit_inline.gif
+%%WWWDIR%%/themes/Sugar/images/edit_wizard.gif
+%%WWWDIR%%/themes/Sugar/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/Sugar/images/end.gif
+%%WWWDIR%%/themes/Sugar/images/end_off.gif
+%%WWWDIR%%/themes/Sugar/images/export.gif
+%%WWWDIR%%/themes/Sugar/images/formButtonBg.gif
+%%WWWDIR%%/themes/Sugar/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/Sugar/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Sugar/images/h3Arrow.gif
+%%WWWDIR%%/themes/Sugar/images/help.gif
+%%WWWDIR%%/themes/Sugar/images/hide.gif
+%%WWWDIR%%/themes/Sugar/images/leftarrow.gif
+%%WWWDIR%%/themes/Sugar/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Sugar/images/listViewBg.gif
+%%WWWDIR%%/themes/Sugar/images/listViewHR.gif
+%%WWWDIR%%/themes/Sugar/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Sugar/images/mass_update.gif
+%%WWWDIR%%/themes/Sugar/images/menuarrow.gif
+%%WWWDIR%%/themes/Sugar/images/minus.gif
+%%WWWDIR%%/themes/Sugar/images/minus_inline.gif
+%%WWWDIR%%/themes/Sugar/images/more.gif
+%%WWWDIR%%/themes/Sugar/images/next.gif
+%%WWWDIR%%/themes/Sugar/images/next_off.gif
+%%WWWDIR%%/themes/Sugar/images/otherTab.gif
+%%WWWDIR%%/themes/Sugar/images/otherTabBlue.gif
+%%WWWDIR%%/themes/Sugar/images/otherTabGray.gif
+%%WWWDIR%%/themes/Sugar/images/otherTabGreen.gif
+%%WWWDIR%%/themes/Sugar/images/otherTabOcher.gif
+%%WWWDIR%%/themes/Sugar/images/otherTabPurple.gif
+%%WWWDIR%%/themes/Sugar/images/otherTabRed.gif
+%%WWWDIR%%/themes/Sugar/images/plus.gif
+%%WWWDIR%%/themes/Sugar/images/plus_inline.gif
+%%WWWDIR%%/themes/Sugar/images/previous.gif
+%%WWWDIR%%/themes/Sugar/images/previous_off.gif
+%%WWWDIR%%/themes/Sugar/images/print.gif
+%%WWWDIR%%/themes/Sugar/images/publish_inline.gif
+%%WWWDIR%%/themes/Sugar/images/refresh.gif
+%%WWWDIR%%/themes/Sugar/images/rightarrow.gif
+%%WWWDIR%%/themes/Sugar/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Sugar/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Sugar/images/searchMore.gif
+%%WWWDIR%%/themes/Sugar/images/show.gif
+%%WWWDIR%%/themes/Sugar/images/start.gif
+%%WWWDIR%%/themes/Sugar/images/start_off.gif
+%%WWWDIR%%/themes/Sugar/images/tabRowBg.gif
+%%WWWDIR%%/themes/Sugar/images/tabRowBlueBg.gif
+%%WWWDIR%%/themes/Sugar/images/tabRowGrayBg.gif
+%%WWWDIR%%/themes/Sugar/images/tabRowGreenBg.gif
+%%WWWDIR%%/themes/Sugar/images/tabRowOcherBg.gif
+%%WWWDIR%%/themes/Sugar/images/tabRowPurpleBg.gif
+%%WWWDIR%%/themes/Sugar/images/tabRowRedBg.gif
+%%WWWDIR%%/themes/Sugar/images/tentative_inline.gif
+%%WWWDIR%%/themes/Sugar/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Sugar/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Sugar/images/uparrow.gif
+%%WWWDIR%%/themes/Sugar/images/uparrow_big.gif
+%%WWWDIR%%/themes/Sugar/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Sugar/images/view.gif
+%%WWWDIR%%/themes/Sugar/images/view_inline.gif
+%%WWWDIR%%/themes/Sugar/images/view_status.gif
+%%WWWDIR%%/themes/Sugar/layout_utils.php
+%%WWWDIR%%/themes/Sugar/menu.js
+%%WWWDIR%%/themes/Sugar/navigation.css
+%%WWWDIR%%/themes/Sugar/print.css
+%%WWWDIR%%/themes/Sugar/style.css
+%%WWWDIR%%/themes/Sugar/style.js
+%%WWWDIR%%/themes/Sugar2006/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Sugar2006/colors.blue.css
+%%WWWDIR%%/themes/Sugar2006/colors.blue.icon.gif
+%%WWWDIR%%/themes/Sugar2006/colors.green.css
+%%WWWDIR%%/themes/Sugar2006/colors.green.icon.gif
+%%WWWDIR%%/themes/Sugar2006/colors.ocher.css
+%%WWWDIR%%/themes/Sugar2006/colors.ocher.icon.gif
+%%WWWDIR%%/themes/Sugar2006/colors.purple.css
+%%WWWDIR%%/themes/Sugar2006/colors.purple.icon.gif
+%%WWWDIR%%/themes/Sugar2006/colors.sugar.css
+%%WWWDIR%%/themes/Sugar2006/colors.sugar.icon.gif
+%%WWWDIR%%/themes/Sugar2006/config.php
+%%WWWDIR%%/themes/Sugar2006/cookie.js
+%%WWWDIR%%/themes/Sugar2006/fonts.larger.css
+%%WWWDIR%%/themes/Sugar2006/fonts.larger.icon.gif
+%%WWWDIR%%/themes/Sugar2006/fonts.largest.css
+%%WWWDIR%%/themes/Sugar2006/fonts.largest.icon.gif
+%%WWWDIR%%/themes/Sugar2006/fonts.normal.css
+%%WWWDIR%%/themes/Sugar2006/fonts.normal.icon.gif
+%%WWWDIR%%/themes/Sugar2006/groupTabs.js
+%%WWWDIR%%/themes/Sugar2006/header.html
+%%WWWDIR%%/themes/Sugar2006/header.php
+%%WWWDIR%%/themes/Sugar2006/images/FavoriteReports.gif
+%%WWWDIR%%/themes/Sugar2006/images/MoreDetail.png
+%%WWWDIR%%/themes/Sugar2006/images/accept_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/advanced_search.gif
+%%WWWDIR%%/themes/Sugar2006/images/arrow.gif
+%%WWWDIR%%/themes/Sugar2006/images/arrow_down.gif
+%%WWWDIR%%/themes/Sugar2006/images/arrow_up.gif
+%%WWWDIR%%/themes/Sugar2006/images/basic_search.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgBlue.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgBlueForm.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgBlueHeader.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgGray.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgGrayForm.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgGrayHeader.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgGreen.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgGreenForm.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgGreenHeader.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgOcher.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgOcherForm.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgOcherHeader.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgPurple.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgPurpleForm.gif
+%%WWWDIR%%/themes/Sugar2006/images/bgPurpleHeader.gif
+%%WWWDIR%%/themes/Sugar2006/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/calendar_next.gif
+%%WWWDIR%%/themes/Sugar2006/images/calendar_previous.gif
+%%WWWDIR%%/themes/Sugar2006/images/check_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/close.gif
+%%WWWDIR%%/themes/Sugar2006/images/close_dashboard.gif
+%%WWWDIR%%/themes/Sugar2006/images/close_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/company_logo.png
+%%WWWDIR%%/themes/Sugar2006/images/currentTab.gif
+%%WWWDIR%%/themes/Sugar2006/images/currentTabBlue.gif
+%%WWWDIR%%/themes/Sugar2006/images/currentTabGreen.gif
+%%WWWDIR%%/themes/Sugar2006/images/currentTabOcher.gif
+%%WWWDIR%%/themes/Sugar2006/images/currentTabPurple.gif
+%%WWWDIR%%/themes/Sugar2006/images/decline_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/delete.gif
+%%WWWDIR%%/themes/Sugar2006/images/delete_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/detailViewBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/detailViewPaginationBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/detailview.gif
+%%WWWDIR%%/themes/Sugar2006/images/downarrow.gif
+%%WWWDIR%%/themes/Sugar2006/images/downarrow_big.gif
+%%WWWDIR%%/themes/Sugar2006/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/edit.gif
+%%WWWDIR%%/themes/Sugar2006/images/edit_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/edit_wizard.gif
+%%WWWDIR%%/themes/Sugar2006/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/Sugar2006/images/end.gif
+%%WWWDIR%%/themes/Sugar2006/images/end_off.gif
+%%WWWDIR%%/themes/Sugar2006/images/export.gif
+%%WWWDIR%%/themes/Sugar2006/images/formButtonBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/Sugar2006/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Sugar2006/images/h3Arrow.gif
+%%WWWDIR%%/themes/Sugar2006/images/help.gif
+%%WWWDIR%%/themes/Sugar2006/images/hide.gif
+%%WWWDIR%%/themes/Sugar2006/images/leftarrow.gif
+%%WWWDIR%%/themes/Sugar2006/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Sugar2006/images/listViewBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/listViewHR.gif
+%%WWWDIR%%/themes/Sugar2006/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Sugar2006/images/mass_update.gif
+%%WWWDIR%%/themes/Sugar2006/images/menuarrow.gif
+%%WWWDIR%%/themes/Sugar2006/images/minus.gif
+%%WWWDIR%%/themes/Sugar2006/images/minus_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/monthCalBodyWeekBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/monthCalBodyWeekDDBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/more.gif
+%%WWWDIR%%/themes/Sugar2006/images/next.gif
+%%WWWDIR%%/themes/Sugar2006/images/next_off.gif
+%%WWWDIR%%/themes/Sugar2006/images/otherTab.gif
+%%WWWDIR%%/themes/Sugar2006/images/otherTabBlue.gif
+%%WWWDIR%%/themes/Sugar2006/images/otherTabGreen.gif
+%%WWWDIR%%/themes/Sugar2006/images/otherTabOcher.gif
+%%WWWDIR%%/themes/Sugar2006/images/otherTabOn_middle.gif
+%%WWWDIR%%/themes/Sugar2006/images/otherTabPurple.gif
+%%WWWDIR%%/themes/Sugar2006/images/plus.gif
+%%WWWDIR%%/themes/Sugar2006/images/plus_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/previous.gif
+%%WWWDIR%%/themes/Sugar2006/images/previous_off.gif
+%%WWWDIR%%/themes/Sugar2006/images/print.gif
+%%WWWDIR%%/themes/Sugar2006/images/publish_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/refresh.gif
+%%WWWDIR%%/themes/Sugar2006/images/rightarrow.gif
+%%WWWDIR%%/themes/Sugar2006/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Sugar2006/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/searchMore.gif
+%%WWWDIR%%/themes/Sugar2006/images/show.gif
+%%WWWDIR%%/themes/Sugar2006/images/start.gif
+%%WWWDIR%%/themes/Sugar2006/images/start_off.gif
+%%WWWDIR%%/themes/Sugar2006/images/tabRowBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/tabRowBlueBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/tabRowGreenBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/tabRowOcherBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/tabRowPurpleBg.gif
+%%WWWDIR%%/themes/Sugar2006/images/tentative_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/uparrow.gif
+%%WWWDIR%%/themes/Sugar2006/images/uparrow_big.gif
+%%WWWDIR%%/themes/Sugar2006/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/view.gif
+%%WWWDIR%%/themes/Sugar2006/images/view_inline.gif
+%%WWWDIR%%/themes/Sugar2006/images/view_status.gif
+%%WWWDIR%%/themes/Sugar2006/layout_utils.php
+%%WWWDIR%%/themes/Sugar2006/menu.js
+%%WWWDIR%%/themes/Sugar2006/navigation.css
+%%WWWDIR%%/themes/Sugar2006/style.css
+%%WWWDIR%%/themes/Sugar2006/style.js
+%%WWWDIR%%/themes/SugarClassic/ReassignRecords.gif
+%%WWWDIR%%/themes/SugarClassic/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/SugarClassic/config.php
+%%WWWDIR%%/themes/SugarClassic/cookie.js
+%%WWWDIR%%/themes/SugarClassic/header.html
+%%WWWDIR%%/themes/SugarClassic/header.php
+%%WWWDIR%%/themes/SugarClassic/images/MoreDetail.png
+%%WWWDIR%%/themes/SugarClassic/images/accept_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/advanced_search.gif
+%%WWWDIR%%/themes/SugarClassic/images/arrow.gif
+%%WWWDIR%%/themes/SugarClassic/images/arrow_down.gif
+%%WWWDIR%%/themes/SugarClassic/images/arrow_up.gif
+%%WWWDIR%%/themes/SugarClassic/images/basic_search.gif
+%%WWWDIR%%/themes/SugarClassic/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/SugarClassic/images/calendar_next.gif
+%%WWWDIR%%/themes/SugarClassic/images/calendar_previous.gif
+%%WWWDIR%%/themes/SugarClassic/images/check_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/close.gif
+%%WWWDIR%%/themes/SugarClassic/images/close_dashboard.gif
+%%WWWDIR%%/themes/SugarClassic/images/close_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/company_logo.png
+%%WWWDIR%%/themes/SugarClassic/images/createBg.gif
+%%WWWDIR%%/themes/SugarClassic/images/currentTab_left.gif
+%%WWWDIR%%/themes/SugarClassic/images/currentTab_middle.gif
+%%WWWDIR%%/themes/SugarClassic/images/currentTab_right.gif
+%%WWWDIR%%/themes/SugarClassic/images/decline_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/delete.gif
+%%WWWDIR%%/themes/SugarClassic/images/delete_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/detailViewBg.gif
+%%WWWDIR%%/themes/SugarClassic/images/downarrow.gif
+%%WWWDIR%%/themes/SugarClassic/images/downarrow_big.gif
+%%WWWDIR%%/themes/SugarClassic/images/downarrow_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/edit.gif
+%%WWWDIR%%/themes/SugarClassic/images/edit_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/edit_wizard.gif
+%%WWWDIR%%/themes/SugarClassic/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/SugarClassic/images/end.gif
+%%WWWDIR%%/themes/SugarClassic/images/end_off.gif
+%%WWWDIR%%/themes/SugarClassic/images/export.gif
+%%WWWDIR%%/themes/SugarClassic/images/formButtonBg.gif
+%%WWWDIR%%/themes/SugarClassic/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/SugarClassic/images/getLatestDocument.gif
+%%WWWDIR%%/themes/SugarClassic/images/h3Arrow.gif
+%%WWWDIR%%/themes/SugarClassic/images/header_bg.gif
+%%WWWDIR%%/themes/SugarClassic/images/help.gif
+%%WWWDIR%%/themes/SugarClassic/images/hide.gif
+%%WWWDIR%%/themes/SugarClassic/images/lastViewed_bg.gif
+%%WWWDIR%%/themes/SugarClassic/images/leftModuleBg.gif
+%%WWWDIR%%/themes/SugarClassic/images/leftarrow.gif
+%%WWWDIR%%/themes/SugarClassic/images/leftarrow_big.gif
+%%WWWDIR%%/themes/SugarClassic/images/listViewBg.gif
+%%WWWDIR%%/themes/SugarClassic/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/SugarClassic/images/mass_update.gif
+%%WWWDIR%%/themes/SugarClassic/images/menuarrow.gif
+%%WWWDIR%%/themes/SugarClassic/images/minus.gif
+%%WWWDIR%%/themes/SugarClassic/images/minus_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/moduleTab_left.gif
+%%WWWDIR%%/themes/SugarClassic/images/moduleTab_middle.gif
+%%WWWDIR%%/themes/SugarClassic/images/moduleTab_right.gif
+%%WWWDIR%%/themes/SugarClassic/images/more.gif
+%%WWWDIR%%/themes/SugarClassic/images/next.gif
+%%WWWDIR%%/themes/SugarClassic/images/next_off.gif
+%%WWWDIR%%/themes/SugarClassic/images/otherTab_left.gif
+%%WWWDIR%%/themes/SugarClassic/images/otherTab_middle.gif
+%%WWWDIR%%/themes/SugarClassic/images/otherTab_right.gif
+%%WWWDIR%%/themes/SugarClassic/images/plus.gif
+%%WWWDIR%%/themes/SugarClassic/images/plus_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/previous.gif
+%%WWWDIR%%/themes/SugarClassic/images/previous_off.gif
+%%WWWDIR%%/themes/SugarClassic/images/print.gif
+%%WWWDIR%%/themes/SugarClassic/images/publish_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/refresh.gif
+%%WWWDIR%%/themes/SugarClassic/images/rightarrow.gif
+%%WWWDIR%%/themes/SugarClassic/images/rightarrow_big.gif
+%%WWWDIR%%/themes/SugarClassic/images/scheduled_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/searchButton.gif
+%%WWWDIR%%/themes/SugarClassic/images/searchFormBg.gif
+%%WWWDIR%%/themes/SugarClassic/images/searchFormButtonBg.gif
+%%WWWDIR%%/themes/SugarClassic/images/searchMore.gif
+%%WWWDIR%%/themes/SugarClassic/images/searchSeparator.gif
+%%WWWDIR%%/themes/SugarClassic/images/show.gif
+%%WWWDIR%%/themes/SugarClassic/images/start.gif
+%%WWWDIR%%/themes/SugarClassic/images/start_off.gif
+%%WWWDIR%%/themes/SugarClassic/images/tentative_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/unpublish_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/uparrow.gif
+%%WWWDIR%%/themes/SugarClassic/images/uparrow_big.gif
+%%WWWDIR%%/themes/SugarClassic/images/uparrow_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/view.gif
+%%WWWDIR%%/themes/SugarClassic/images/view_inline.gif
+%%WWWDIR%%/themes/SugarClassic/images/view_status.gif
+%%WWWDIR%%/themes/SugarClassic/layout_utils.php
+%%WWWDIR%%/themes/SugarClassic/menu.js
+%%WWWDIR%%/themes/SugarClassic/navigation.css
+%%WWWDIR%%/themes/SugarClassic/style.css
+%%WWWDIR%%/themes/SugarLite/ReassignRecords.gif
+%%WWWDIR%%/themes/SugarLite/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/SugarLite/config.php
+%%WWWDIR%%/themes/SugarLite/cookie.js
+%%WWWDIR%%/themes/SugarLite/header.html
+%%WWWDIR%%/themes/SugarLite/header.php
+%%WWWDIR%%/themes/SugarLite/images/MoreDetail.png
+%%WWWDIR%%/themes/SugarLite/images/accept_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/advanced_search.gif
+%%WWWDIR%%/themes/SugarLite/images/arrow.gif
+%%WWWDIR%%/themes/SugarLite/images/arrow_down.gif
+%%WWWDIR%%/themes/SugarLite/images/arrow_up.gif
+%%WWWDIR%%/themes/SugarLite/images/basic_search.gif
+%%WWWDIR%%/themes/SugarLite/images/calendar_next.gif
+%%WWWDIR%%/themes/SugarLite/images/calendar_previous.gif
+%%WWWDIR%%/themes/SugarLite/images/check_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/close.gif
+%%WWWDIR%%/themes/SugarLite/images/close_dashboard.gif
+%%WWWDIR%%/themes/SugarLite/images/close_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/company_logo.png
+%%WWWDIR%%/themes/SugarLite/images/decline_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/delete.gif
+%%WWWDIR%%/themes/SugarLite/images/delete_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/downarrow.gif
+%%WWWDIR%%/themes/SugarLite/images/downarrow_big.gif
+%%WWWDIR%%/themes/SugarLite/images/downarrow_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/edit.gif
+%%WWWDIR%%/themes/SugarLite/images/edit_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/edit_wizard.gif
+%%WWWDIR%%/themes/SugarLite/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/SugarLite/images/end.gif
+%%WWWDIR%%/themes/SugarLite/images/end_off.gif
+%%WWWDIR%%/themes/SugarLite/images/export.gif
+%%WWWDIR%%/themes/SugarLite/images/getLatestDocument.gif
+%%WWWDIR%%/themes/SugarLite/images/h3Arrow.gif
+%%WWWDIR%%/themes/SugarLite/images/help.gif
+%%WWWDIR%%/themes/SugarLite/images/hide.gif
+%%WWWDIR%%/themes/SugarLite/images/hide_submenu.gif
+%%WWWDIR%%/themes/SugarLite/images/hide_submenu_lastview.gif
+%%WWWDIR%%/themes/SugarLite/images/hide_submenu_record.gif
+%%WWWDIR%%/themes/SugarLite/images/hide_submenu_shortcuts.gif
+%%WWWDIR%%/themes/SugarLite/images/leftarrow.gif
+%%WWWDIR%%/themes/SugarLite/images/leftarrow_big.gif
+%%WWWDIR%%/themes/SugarLite/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/SugarLite/images/mass_update.gif
+%%WWWDIR%%/themes/SugarLite/images/menuarrow.gif
+%%WWWDIR%%/themes/SugarLite/images/minus.gif
+%%WWWDIR%%/themes/SugarLite/images/minus_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/more.gif
+%%WWWDIR%%/themes/SugarLite/images/next.gif
+%%WWWDIR%%/themes/SugarLite/images/next_off.gif
+%%WWWDIR%%/themes/SugarLite/images/plus.gif
+%%WWWDIR%%/themes/SugarLite/images/plus_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/previous.gif
+%%WWWDIR%%/themes/SugarLite/images/previous_off.gif
+%%WWWDIR%%/themes/SugarLite/images/print.gif
+%%WWWDIR%%/themes/SugarLite/images/publish_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/refresh.gif
+%%WWWDIR%%/themes/SugarLite/images/rightarrow.gif
+%%WWWDIR%%/themes/SugarLite/images/rightarrow_big.gif
+%%WWWDIR%%/themes/SugarLite/images/scheduled_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/searchMore.gif
+%%WWWDIR%%/themes/SugarLite/images/show.gif
+%%WWWDIR%%/themes/SugarLite/images/show_submenu.gif
+%%WWWDIR%%/themes/SugarLite/images/show_submenu_lastview.gif
+%%WWWDIR%%/themes/SugarLite/images/show_submenu_record.gif
+%%WWWDIR%%/themes/SugarLite/images/show_submenu_shortcuts.gif
+%%WWWDIR%%/themes/SugarLite/images/start.gif
+%%WWWDIR%%/themes/SugarLite/images/start_off.gif
+%%WWWDIR%%/themes/SugarLite/images/tentative_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/unpublish_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/uparrow.gif
+%%WWWDIR%%/themes/SugarLite/images/uparrow_big.gif
+%%WWWDIR%%/themes/SugarLite/images/uparrow_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/view.gif
+%%WWWDIR%%/themes/SugarLite/images/view_inline.gif
+%%WWWDIR%%/themes/SugarLite/images/view_status.gif
+%%WWWDIR%%/themes/SugarLite/layout_utils.php
+%%WWWDIR%%/themes/SugarLite/menu.js
+%%WWWDIR%%/themes/SugarLite/navigation.css
+%%WWWDIR%%/themes/SugarLite/style.css
+%%WWWDIR%%/themes/Sunset/ReassignRecords.gif
+%%WWWDIR%%/themes/Sunset/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/Sunset/chart.css
+%%WWWDIR%%/themes/Sunset/config.php
+%%WWWDIR%%/themes/Sunset/cookie.js
+%%WWWDIR%%/themes/Sunset/header.html
+%%WWWDIR%%/themes/Sunset/header.php
+%%WWWDIR%%/themes/Sunset/images/MoreDetail.png
+%%WWWDIR%%/themes/Sunset/images/accept_inline.gif
+%%WWWDIR%%/themes/Sunset/images/advanced_search.gif
+%%WWWDIR%%/themes/Sunset/images/arrow.gif
+%%WWWDIR%%/themes/Sunset/images/arrow_down.gif
+%%WWWDIR%%/themes/Sunset/images/arrow_up.gif
+%%WWWDIR%%/themes/Sunset/images/basic_search.gif
+%%WWWDIR%%/themes/Sunset/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/Sunset/images/calendar_next.gif
+%%WWWDIR%%/themes/Sunset/images/calendar_previous.gif
+%%WWWDIR%%/themes/Sunset/images/check_inline.gif
+%%WWWDIR%%/themes/Sunset/images/close.gif
+%%WWWDIR%%/themes/Sunset/images/close_dashboard.gif
+%%WWWDIR%%/themes/Sunset/images/close_inline.gif
+%%WWWDIR%%/themes/Sunset/images/company_logo.png
+%%WWWDIR%%/themes/Sunset/images/currentTab_middle.gif
+%%WWWDIR%%/themes/Sunset/images/decline_inline.gif
+%%WWWDIR%%/themes/Sunset/images/delete.gif
+%%WWWDIR%%/themes/Sunset/images/delete_inline.gif
+%%WWWDIR%%/themes/Sunset/images/downarrow.gif
+%%WWWDIR%%/themes/Sunset/images/downarrow_big.gif
+%%WWWDIR%%/themes/Sunset/images/downarrow_inline.gif
+%%WWWDIR%%/themes/Sunset/images/edit.gif
+%%WWWDIR%%/themes/Sunset/images/edit_inline.gif
+%%WWWDIR%%/themes/Sunset/images/edit_wizard.gif
+%%WWWDIR%%/themes/Sunset/images/end.gif
+%%WWWDIR%%/themes/Sunset/images/end_off.gif
+%%WWWDIR%%/themes/Sunset/images/export.gif
+%%WWWDIR%%/themes/Sunset/images/getLatestDocument.gif
+%%WWWDIR%%/themes/Sunset/images/h3Arrow.gif
+%%WWWDIR%%/themes/Sunset/images/header_bg.gif
+%%WWWDIR%%/themes/Sunset/images/header_sunset.gif
+%%WWWDIR%%/themes/Sunset/images/header_sunset_bottom.gif
+%%WWWDIR%%/themes/Sunset/images/help.gif
+%%WWWDIR%%/themes/Sunset/images/hide.gif
+%%WWWDIR%%/themes/Sunset/images/lastViewBg.gif
+%%WWWDIR%%/themes/Sunset/images/leftarrow.gif
+%%WWWDIR%%/themes/Sunset/images/leftarrow_big.gif
+%%WWWDIR%%/themes/Sunset/images/listViewBg.gif
+%%WWWDIR%%/themes/Sunset/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/Sunset/images/mass_update.gif
+%%WWWDIR%%/themes/Sunset/images/menuarrow.gif
+%%WWWDIR%%/themes/Sunset/images/minus.gif
+%%WWWDIR%%/themes/Sunset/images/minus_inline.gif
+%%WWWDIR%%/themes/Sunset/images/more.gif
+%%WWWDIR%%/themes/Sunset/images/next.gif
+%%WWWDIR%%/themes/Sunset/images/next_off.gif
+%%WWWDIR%%/themes/Sunset/images/otherTab_middle.gif
+%%WWWDIR%%/themes/Sunset/images/plus.gif
+%%WWWDIR%%/themes/Sunset/images/plus_inline.gif
+%%WWWDIR%%/themes/Sunset/images/previous.gif
+%%WWWDIR%%/themes/Sunset/images/previous_off.gif
+%%WWWDIR%%/themes/Sunset/images/print.gif
+%%WWWDIR%%/themes/Sunset/images/publish_inline.gif
+%%WWWDIR%%/themes/Sunset/images/refresh.gif
+%%WWWDIR%%/themes/Sunset/images/rightarrow.gif
+%%WWWDIR%%/themes/Sunset/images/rightarrow_big.gif
+%%WWWDIR%%/themes/Sunset/images/scheduled_inline.gif
+%%WWWDIR%%/themes/Sunset/images/searchButton.gif
+%%WWWDIR%%/themes/Sunset/images/searchFormBg.gif
+%%WWWDIR%%/themes/Sunset/images/show.gif
+%%WWWDIR%%/themes/Sunset/images/start.gif
+%%WWWDIR%%/themes/Sunset/images/start_off.gif
+%%WWWDIR%%/themes/Sunset/images/tentative_inline.gif
+%%WWWDIR%%/themes/Sunset/images/unpublish_inline.gif
+%%WWWDIR%%/themes/Sunset/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/Sunset/images/uparrow.gif
+%%WWWDIR%%/themes/Sunset/images/uparrow_big.gif
+%%WWWDIR%%/themes/Sunset/images/uparrow_inline.gif
+%%WWWDIR%%/themes/Sunset/images/view.gif
+%%WWWDIR%%/themes/Sunset/images/view_inline.gif
+%%WWWDIR%%/themes/Sunset/images/view_status.gif
+%%WWWDIR%%/themes/Sunset/images/welcomeBar_bg.gif
+%%WWWDIR%%/themes/Sunset/layout_utils.php
+%%WWWDIR%%/themes/Sunset/menu.js
+%%WWWDIR%%/themes/Sunset/navigation.css
+%%WWWDIR%%/themes/Sunset/style.css
+%%WWWDIR%%/themes/Sunset/sugarColors.xml
+%%WWWDIR%%/themes/TrailBlazers/ReassignRecords.gif
+%%WWWDIR%%/themes/TrailBlazers/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/TrailBlazers/config.php
+%%WWWDIR%%/themes/TrailBlazers/cookie.js
+%%WWWDIR%%/themes/TrailBlazers/fonts.larger.css
+%%WWWDIR%%/themes/TrailBlazers/fonts.largest.css
+%%WWWDIR%%/themes/TrailBlazers/fonts.normal.css
+%%WWWDIR%%/themes/TrailBlazers/fonts.super.css
+%%WWWDIR%%/themes/TrailBlazers/groupTabs.js
+%%WWWDIR%%/themes/TrailBlazers/header.html
+%%WWWDIR%%/themes/TrailBlazers/header.php
+%%WWWDIR%%/themes/TrailBlazers/images/MoreDetail.png
+%%WWWDIR%%/themes/TrailBlazers/images/accept_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/advanced_search.gif
+%%WWWDIR%%/themes/TrailBlazers/images/arrow.gif
+%%WWWDIR%%/themes/TrailBlazers/images/arrow_down.gif
+%%WWWDIR%%/themes/TrailBlazers/images/arrow_up.gif
+%%WWWDIR%%/themes/TrailBlazers/images/basic_search.gif
+%%WWWDIR%%/themes/TrailBlazers/images/calendar_next.gif
+%%WWWDIR%%/themes/TrailBlazers/images/calendar_previous.gif
+%%WWWDIR%%/themes/TrailBlazers/images/check_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/close.gif
+%%WWWDIR%%/themes/TrailBlazers/images/close_dashboard.gif
+%%WWWDIR%%/themes/TrailBlazers/images/close_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/company_logo.png
+%%WWWDIR%%/themes/TrailBlazers/images/currentTab.gif
+%%WWWDIR%%/themes/TrailBlazers/images/decline_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/delete.gif
+%%WWWDIR%%/themes/TrailBlazers/images/delete_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/downarrow.gif
+%%WWWDIR%%/themes/TrailBlazers/images/downarrow_big.gif
+%%WWWDIR%%/themes/TrailBlazers/images/downarrow_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/edit.gif
+%%WWWDIR%%/themes/TrailBlazers/images/edit_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/edit_wizard.gif
+%%WWWDIR%%/themes/TrailBlazers/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/TrailBlazers/images/end.gif
+%%WWWDIR%%/themes/TrailBlazers/images/end_off.gif
+%%WWWDIR%%/themes/TrailBlazers/images/export.gif
+%%WWWDIR%%/themes/TrailBlazers/images/fonts.larger.icon.gif
+%%WWWDIR%%/themes/TrailBlazers/images/fonts.largest.icon.gif
+%%WWWDIR%%/themes/TrailBlazers/images/fonts.normal.icon.gif
+%%WWWDIR%%/themes/TrailBlazers/images/getLatestDocument.gif
+%%WWWDIR%%/themes/TrailBlazers/images/h3Arrow.gif
+%%WWWDIR%%/themes/TrailBlazers/images/h3RowBg.gif
+%%WWWDIR%%/themes/TrailBlazers/images/h3RowMonthBg.gif
+%%WWWDIR%%/themes/TrailBlazers/images/headerBg.jpg
+%%WWWDIR%%/themes/TrailBlazers/images/help.gif
+%%WWWDIR%%/themes/TrailBlazers/images/hide.gif
+%%WWWDIR%%/themes/TrailBlazers/images/leftModuleBg.gif
+%%WWWDIR%%/themes/TrailBlazers/images/leftarrow.gif
+%%WWWDIR%%/themes/TrailBlazers/images/leftarrow_big.gif
+%%WWWDIR%%/themes/TrailBlazers/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/TrailBlazers/images/mass_update.gif
+%%WWWDIR%%/themes/TrailBlazers/images/menuarrow.gif
+%%WWWDIR%%/themes/TrailBlazers/images/minus.gif
+%%WWWDIR%%/themes/TrailBlazers/images/minus_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/moduleTabBg.gif
+%%WWWDIR%%/themes/TrailBlazers/images/more.gif
+%%WWWDIR%%/themes/TrailBlazers/images/next.gif
+%%WWWDIR%%/themes/TrailBlazers/images/next_off.gif
+%%WWWDIR%%/themes/TrailBlazers/images/otherTab.gif
+%%WWWDIR%%/themes/TrailBlazers/images/plus.gif
+%%WWWDIR%%/themes/TrailBlazers/images/plus_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/previous.gif
+%%WWWDIR%%/themes/TrailBlazers/images/previous_off.gif
+%%WWWDIR%%/themes/TrailBlazers/images/print.gif
+%%WWWDIR%%/themes/TrailBlazers/images/publish_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/refresh.gif
+%%WWWDIR%%/themes/TrailBlazers/images/rightarrow.gif
+%%WWWDIR%%/themes/TrailBlazers/images/rightarrow_big.gif
+%%WWWDIR%%/themes/TrailBlazers/images/scheduled_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/searchMore.gif
+%%WWWDIR%%/themes/TrailBlazers/images/show.gif
+%%WWWDIR%%/themes/TrailBlazers/images/start.gif
+%%WWWDIR%%/themes/TrailBlazers/images/start_off.gif
+%%WWWDIR%%/themes/TrailBlazers/images/tabRowBg.gif
+%%WWWDIR%%/themes/TrailBlazers/images/tentative_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/unpublish_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/uparrow.gif
+%%WWWDIR%%/themes/TrailBlazers/images/uparrow_big.gif
+%%WWWDIR%%/themes/TrailBlazers/images/uparrow_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/view.gif
+%%WWWDIR%%/themes/TrailBlazers/images/view_inline.gif
+%%WWWDIR%%/themes/TrailBlazers/images/view_status.gif
+%%WWWDIR%%/themes/TrailBlazers/layout_utils.php
+%%WWWDIR%%/themes/TrailBlazers/menu.js
+%%WWWDIR%%/themes/TrailBlazers/navigation.css
+%%WWWDIR%%/themes/TrailBlazers/style.css
+%%WWWDIR%%/themes/TrailBlazers/style.js
+%%WWWDIR%%/themes/TrailBlazers/sugarColors.xml
+%%WWWDIR%%/themes/VintageSugar/ReassignRecords.gif
+%%WWWDIR%%/themes/VintageSugar/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/VintageSugar/config.php
+%%WWWDIR%%/themes/VintageSugar/cookie.js
+%%WWWDIR%%/themes/VintageSugar/header.html
+%%WWWDIR%%/themes/VintageSugar/header.php
+%%WWWDIR%%/themes/VintageSugar/images/MoreDetail.png
+%%WWWDIR%%/themes/VintageSugar/images/accept_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/advanced_search.gif
+%%WWWDIR%%/themes/VintageSugar/images/arrow.gif
+%%WWWDIR%%/themes/VintageSugar/images/arrow_down.gif
+%%WWWDIR%%/themes/VintageSugar/images/arrow_up.gif
+%%WWWDIR%%/themes/VintageSugar/images/basic_search.gif
+%%WWWDIR%%/themes/VintageSugar/images/calendarHeaderBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/calendar_next.gif
+%%WWWDIR%%/themes/VintageSugar/images/calendar_previous.gif
+%%WWWDIR%%/themes/VintageSugar/images/check_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/close.gif
+%%WWWDIR%%/themes/VintageSugar/images/close_dashboard.gif
+%%WWWDIR%%/themes/VintageSugar/images/close_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/company_logo.png
+%%WWWDIR%%/themes/VintageSugar/images/createBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/currentTab_left.gif
+%%WWWDIR%%/themes/VintageSugar/images/currentTab_middle.gif
+%%WWWDIR%%/themes/VintageSugar/images/currentTab_right.gif
+%%WWWDIR%%/themes/VintageSugar/images/dailyCalBodyTimeBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/decline_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/delete.gif
+%%WWWDIR%%/themes/VintageSugar/images/delete_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/detailViewBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/detailViewPaginationBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/downarrow.gif
+%%WWWDIR%%/themes/VintageSugar/images/downarrow_big.gif
+%%WWWDIR%%/themes/VintageSugar/images/downarrow_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/edit.gif
+%%WWWDIR%%/themes/VintageSugar/images/edit_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/edit_wizard.gif
+%%WWWDIR%%/themes/VintageSugar/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/VintageSugar/images/end.gif
+%%WWWDIR%%/themes/VintageSugar/images/end_off.gif
+%%WWWDIR%%/themes/VintageSugar/images/export.gif
+%%WWWDIR%%/themes/VintageSugar/images/footerBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/formButtonBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/formButtonBgOn.gif
+%%WWWDIR%%/themes/VintageSugar/images/getLatestDocument.gif
+%%WWWDIR%%/themes/VintageSugar/images/h3Arrow.gif
+%%WWWDIR%%/themes/VintageSugar/images/header_bg.gif
+%%WWWDIR%%/themes/VintageSugar/images/header_bg_old.gif
+%%WWWDIR%%/themes/VintageSugar/images/help.gif
+%%WWWDIR%%/themes/VintageSugar/images/hide.gif
+%%WWWDIR%%/themes/VintageSugar/images/lastViewBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/lastViewed_bg.gif
+%%WWWDIR%%/themes/VintageSugar/images/leftModuleBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/leftarrow.gif
+%%WWWDIR%%/themes/VintageSugar/images/leftarrow_big.gif
+%%WWWDIR%%/themes/VintageSugar/images/listViewBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/listViewHR.gif
+%%WWWDIR%%/themes/VintageSugar/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/VintageSugar/images/mass_update.gif
+%%WWWDIR%%/themes/VintageSugar/images/menuarrow.gif
+%%WWWDIR%%/themes/VintageSugar/images/minus.gif
+%%WWWDIR%%/themes/VintageSugar/images/minus_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/moduleTab_left.gif
+%%WWWDIR%%/themes/VintageSugar/images/moduleTab_middle.gif
+%%WWWDIR%%/themes/VintageSugar/images/moduleTab_right.gif
+%%WWWDIR%%/themes/VintageSugar/images/moduleTitleHR.gif
+%%WWWDIR%%/themes/VintageSugar/images/monthBoxHR.gif
+%%WWWDIR%%/themes/VintageSugar/images/monthCalBodyTHDayBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/monthCalBodyTHWeekBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/monthCalBodyWeekBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/monthCalBodyWeekDDBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/more.gif
+%%WWWDIR%%/themes/VintageSugar/images/myAreaBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/myAreaSeparator.gif
+%%WWWDIR%%/themes/VintageSugar/images/next.gif
+%%WWWDIR%%/themes/VintageSugar/images/next_off.gif
+%%WWWDIR%%/themes/VintageSugar/images/otherTabOn_middle.gif
+%%WWWDIR%%/themes/VintageSugar/images/otherTab_left.gif
+%%WWWDIR%%/themes/VintageSugar/images/otherTab_middle.gif
+%%WWWDIR%%/themes/VintageSugar/images/otherTab_right.gif
+%%WWWDIR%%/themes/VintageSugar/images/plus.gif
+%%WWWDIR%%/themes/VintageSugar/images/plus_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/previous.gif
+%%WWWDIR%%/themes/VintageSugar/images/previous_off.gif
+%%WWWDIR%%/themes/VintageSugar/images/print.gif
+%%WWWDIR%%/themes/VintageSugar/images/publish_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/refresh.gif
+%%WWWDIR%%/themes/VintageSugar/images/rightarrow.gif
+%%WWWDIR%%/themes/VintageSugar/images/rightarrow_big.gif
+%%WWWDIR%%/themes/VintageSugar/images/scheduled_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/searchBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/searchButton.gif
+%%WWWDIR%%/themes/VintageSugar/images/searchFormBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/searchFormButtonBg.gif
+%%WWWDIR%%/themes/VintageSugar/images/searchMore.gif
+%%WWWDIR%%/themes/VintageSugar/images/searchSeparator.gif
+%%WWWDIR%%/themes/VintageSugar/images/show.gif
+%%WWWDIR%%/themes/VintageSugar/images/start.gif
+%%WWWDIR%%/themes/VintageSugar/images/start_off.gif
+%%WWWDIR%%/themes/VintageSugar/images/tentative_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/unpublish_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/uparrow.gif
+%%WWWDIR%%/themes/VintageSugar/images/uparrow_big.gif
+%%WWWDIR%%/themes/VintageSugar/images/uparrow_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/view.gif
+%%WWWDIR%%/themes/VintageSugar/images/view_inline.gif
+%%WWWDIR%%/themes/VintageSugar/images/view_status.gif
+%%WWWDIR%%/themes/VintageSugar/images/welcomeBg.gif
+%%WWWDIR%%/themes/VintageSugar/layout_utils.php
+%%WWWDIR%%/themes/VintageSugar/menu.js
+%%WWWDIR%%/themes/VintageSugar/navigation.css
+%%WWWDIR%%/themes/VintageSugar/style.css
+%%WWWDIR%%/themes/WhiteSands/ReassignRecords.gif
+%%WWWDIR%%/themes/WhiteSands/calendar-win2k-cold-1.css
+%%WWWDIR%%/themes/WhiteSands/config.php
+%%WWWDIR%%/themes/WhiteSands/cookie.js
+%%WWWDIR%%/themes/WhiteSands/header.html
+%%WWWDIR%%/themes/WhiteSands/header.php
+%%WWWDIR%%/themes/WhiteSands/images/MoreDetail.png
+%%WWWDIR%%/themes/WhiteSands/images/accept_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/advanced_search.gif
+%%WWWDIR%%/themes/WhiteSands/images/arrow.gif
+%%WWWDIR%%/themes/WhiteSands/images/arrow_down.gif
+%%WWWDIR%%/themes/WhiteSands/images/arrow_up.gif
+%%WWWDIR%%/themes/WhiteSands/images/basic_search.gif
+%%WWWDIR%%/themes/WhiteSands/images/calendar_next.gif
+%%WWWDIR%%/themes/WhiteSands/images/calendar_previous.gif
+%%WWWDIR%%/themes/WhiteSands/images/check_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/close.gif
+%%WWWDIR%%/themes/WhiteSands/images/close_dashboard.gif
+%%WWWDIR%%/themes/WhiteSands/images/close_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/company_logo.png
+%%WWWDIR%%/themes/WhiteSands/images/decline_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/delete.gif
+%%WWWDIR%%/themes/WhiteSands/images/delete_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/dotBg.gif
+%%WWWDIR%%/themes/WhiteSands/images/dotHorBg.gif
+%%WWWDIR%%/themes/WhiteSands/images/downarrow.gif
+%%WWWDIR%%/themes/WhiteSands/images/downarrow_big.gif
+%%WWWDIR%%/themes/WhiteSands/images/downarrow_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/edit.gif
+%%WWWDIR%%/themes/WhiteSands/images/edit_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/edit_wizard.gif
+%%WWWDIR%%/themes/WhiteSands/images/emptyTabSpace.gif
+%%WWWDIR%%/themes/WhiteSands/images/end.gif
+%%WWWDIR%%/themes/WhiteSands/images/end_off.gif
+%%WWWDIR%%/themes/WhiteSands/images/export.gif
+%%WWWDIR%%/themes/WhiteSands/images/formButtonBg.gif
+%%WWWDIR%%/themes/WhiteSands/images/getLatestDocument.gif
+%%WWWDIR%%/themes/WhiteSands/images/help.gif
+%%WWWDIR%%/themes/WhiteSands/images/hide.gif
+%%WWWDIR%%/themes/WhiteSands/images/hide_submenu.gif
+%%WWWDIR%%/themes/WhiteSands/images/hide_submenu_lastview.gif
+%%WWWDIR%%/themes/WhiteSands/images/hide_submenu_record.gif
+%%WWWDIR%%/themes/WhiteSands/images/hide_submenu_shortcuts.gif
+%%WWWDIR%%/themes/WhiteSands/images/leftarrow.gif
+%%WWWDIR%%/themes/WhiteSands/images/leftarrow_big.gif
+%%WWWDIR%%/themes/WhiteSands/images/loadSignedDocument.gif
+%%WWWDIR%%/themes/WhiteSands/images/mass_update.gif
+%%WWWDIR%%/themes/WhiteSands/images/menuarrow.gif
+%%WWWDIR%%/themes/WhiteSands/images/minus.gif
+%%WWWDIR%%/themes/WhiteSands/images/minus_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/more.gif
+%%WWWDIR%%/themes/WhiteSands/images/next.gif
+%%WWWDIR%%/themes/WhiteSands/images/next_off.gif
+%%WWWDIR%%/themes/WhiteSands/images/plus.gif
+%%WWWDIR%%/themes/WhiteSands/images/plus_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/previous.gif
+%%WWWDIR%%/themes/WhiteSands/images/previous_off.gif
+%%WWWDIR%%/themes/WhiteSands/images/print.gif
+%%WWWDIR%%/themes/WhiteSands/images/publish_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/refresh.gif
+%%WWWDIR%%/themes/WhiteSands/images/rightarrow.gif
+%%WWWDIR%%/themes/WhiteSands/images/rightarrow_big.gif
+%%WWWDIR%%/themes/WhiteSands/images/scheduled_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/searchMore.gif
+%%WWWDIR%%/themes/WhiteSands/images/show.gif
+%%WWWDIR%%/themes/WhiteSands/images/show_submenu.gif
+%%WWWDIR%%/themes/WhiteSands/images/show_submenu_lastview.gif
+%%WWWDIR%%/themes/WhiteSands/images/show_submenu_record.gif
+%%WWWDIR%%/themes/WhiteSands/images/show_submenu_shortcuts.gif
+%%WWWDIR%%/themes/WhiteSands/images/start.gif
+%%WWWDIR%%/themes/WhiteSands/images/start_off.gif
+%%WWWDIR%%/themes/WhiteSands/images/tentative_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/unpublish_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/unscheduled_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/uparrow.gif
+%%WWWDIR%%/themes/WhiteSands/images/uparrow_big.gif
+%%WWWDIR%%/themes/WhiteSands/images/uparrow_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/view.gif
+%%WWWDIR%%/themes/WhiteSands/images/view_inline.gif
+%%WWWDIR%%/themes/WhiteSands/images/view_status.gif
+%%WWWDIR%%/themes/WhiteSands/layout_utils.php
+%%WWWDIR%%/themes/WhiteSands/menu.js
+%%WWWDIR%%/themes/WhiteSands/navigation.css
+%%WWWDIR%%/themes/WhiteSands/style.css
+%%WWWDIR%%/themes/cookie.js
+%%WWWDIR%%/themes/default/ReassignRecords.gif
+%%WWWDIR%%/themes/default/SiteMapJS.js
+%%WWWDIR%%/themes/default/chart.css
+%%WWWDIR%%/themes/default/footer.php
+%%WWWDIR%%/themes/default/images/Accounts.gif
+%%WWWDIR%%/themes/default/images/Administration.gif
+%%WWWDIR%%/themes/default/images/AlertEmailTemplates.gif
+%%WWWDIR%%/themes/default/images/AllNews.gif
+%%WWWDIR%%/themes/default/images/AllRSS.gif
+%%WWWDIR%%/themes/default/images/Backup.gif
+%%WWWDIR%%/themes/default/images/Backups.gif
+%%WWWDIR%%/themes/default/images/BugReports.gif
+%%WWWDIR%%/themes/default/images/Bugs.gif
+%%WWWDIR%%/themes/default/images/Calendar.gif
+%%WWWDIR%%/themes/default/images/Calls.gif
+%%WWWDIR%%/themes/default/images/Campaigns.gif
+%%WWWDIR%%/themes/default/images/CampaignsWizard.gif
+%%WWWDIR%%/themes/default/images/Cases.gif
+%%WWWDIR%%/themes/default/images/ConfigureTabs.gif
+%%WWWDIR%%/themes/default/images/Contacts.gif
+%%WWWDIR%%/themes/default/images/CreateAccounts.gif
+%%WWWDIR%%/themes/default/images/CreateBugs.gif
+%%WWWDIR%%/themes/default/images/CreateCalls.gif
+%%WWWDIR%%/themes/default/images/CreateCampaigns.gif
+%%WWWDIR%%/themes/default/images/CreateCases.gif
+%%WWWDIR%%/themes/default/images/CreateContacts.gif
+%%WWWDIR%%/themes/default/images/CreateDocuments.gif
+%%WWWDIR%%/themes/default/images/CreateDropdown.gif
+%%WWWDIR%%/themes/default/images/CreateEmails.gif
+%%WWWDIR%%/themes/default/images/CreateEmployees.gif
+%%WWWDIR%%/themes/default/images/CreateHolidays.gif
+%%WWWDIR%%/themes/default/images/CreateKBArticle.gif
+%%WWWDIR%%/themes/default/images/CreateLeads.gif
+%%WWWDIR%%/themes/default/images/CreateMailboxes.gif
+%%WWWDIR%%/themes/default/images/CreateMeetings.gif
+%%WWWDIR%%/themes/default/images/CreateNotes.gif
+%%WWWDIR%%/themes/default/images/CreateOpportunities.gif
+%%WWWDIR%%/themes/default/images/CreateProject.gif
+%%WWWDIR%%/themes/default/images/CreateProjectTask.gif
+%%WWWDIR%%/themes/default/images/CreateProjectTemplate.gif
+%%WWWDIR%%/themes/default/images/CreateProspectLists.gif
+%%WWWDIR%%/themes/default/images/CreateProspects.gif
+%%WWWDIR%%/themes/default/images/CreateQuery.gif
+%%WWWDIR%%/themes/default/images/CreateQuotes.gif
+%%WWWDIR%%/themes/default/images/CreateRoles.gif
+%%WWWDIR%%/themes/default/images/CreateScheduler.gif
+%%WWWDIR%%/themes/default/images/CreateTasks.gif
+%%WWWDIR%%/themes/default/images/CreateTeams.gif
+%%WWWDIR%%/themes/default/images/CreateUsers.gif
+%%WWWDIR%%/themes/default/images/CreateWebToLeadForm.gif
+%%WWWDIR%%/themes/default/images/CreateiFrames.gif
+%%WWWDIR%%/themes/default/images/Currencies.gif
+%%WWWDIR%%/themes/default/images/CustomQueries.gif
+%%WWWDIR%%/themes/default/images/Dashboard.gif
+%%WWWDIR%%/themes/default/images/DataSets.gif
+%%WWWDIR%%/themes/default/images/Diagnostic.gif
+%%WWWDIR%%/themes/default/images/DocumentRevisions.gif
+%%WWWDIR%%/themes/default/images/Documents.gif
+%%WWWDIR%%/themes/default/images/Dropdown.gif
+%%WWWDIR%%/themes/default/images/EditLayout.gif
+%%WWWDIR%%/themes/default/images/EmailDiagnostic.gif
+%%WWWDIR%%/themes/default/images/EmailFolder.gif
+%%WWWDIR%%/themes/default/images/EmailMan.gif
+%%WWWDIR%%/themes/default/images/EmailSetupWizard.gif
+%%WWWDIR%%/themes/default/images/EmailTemplates.gif
+%%WWWDIR%%/themes/default/images/Emails.gif
+%%WWWDIR%%/themes/default/images/Employees.gif
+%%WWWDIR%%/themes/default/images/ExportCustomFields.gif
+%%WWWDIR%%/themes/default/images/FavoriteReports.gif
+%%WWWDIR%%/themes/default/images/Feeds.gif
+%%WWWDIR%%/themes/default/images/FieldLabels.gif
+%%WWWDIR%%/themes/default/images/Holidays.gif
+%%WWWDIR%%/themes/default/images/Import.gif
+%%WWWDIR%%/themes/default/images/ImportCustomFields.gif
+%%WWWDIR%%/themes/default/images/InboundEmail.gif
+%%WWWDIR%%/themes/default/images/KB.gif
+%%WWWDIR%%/themes/default/images/KBArticle.gif
+%%WWWDIR%%/themes/default/images/KBDocuments.gif
+%%WWWDIR%%/themes/default/images/LanguagePacks.gif
+%%WWWDIR%%/themes/default/images/Layout.gif
+%%WWWDIR%%/themes/default/images/Leads.gif
+%%WWWDIR%%/themes/default/images/License.gif
+%%WWWDIR%%/themes/default/images/MailboxesTestImport.gif
+%%WWWDIR%%/themes/default/images/Manufacturers.gif
+%%WWWDIR%%/themes/default/images/Meetings.gif
+%%WWWDIR%%/themes/default/images/MigrateFields.gif
+%%WWWDIR%%/themes/default/images/ModuleBuilder.gif
+%%WWWDIR%%/themes/default/images/ModuleLoader.gif
+%%WWWDIR%%/themes/default/images/MyProject.gif
+%%WWWDIR%%/themes/default/images/Newsletters.gif
+%%WWWDIR%%/themes/default/images/Notes.gif
+%%WWWDIR%%/themes/default/images/OnlineDocumentation.gif
+%%WWWDIR%%/themes/default/images/Opportunities.gif
+%%WWWDIR%%/themes/default/images/OpportunityReports.gif
+%%WWWDIR%%/themes/default/images/PatchUpgrades.gif
+%%WWWDIR%%/themes/default/images/ProductTemplates.gif
+%%WWWDIR%%/themes/default/images/Product_Types.gif
+%%WWWDIR%%/themes/default/images/Project.gif
+%%WWWDIR%%/themes/default/images/Project2Weeks.gif
+%%WWWDIR%%/themes/default/images/ProjectCollapseAll.gif
+%%WWWDIR%%/themes/default/images/ProjectCopy.gif
+%%WWWDIR%%/themes/default/images/ProjectCut.gif
+%%WWWDIR%%/themes/default/images/ProjectDelete.gif
+%%WWWDIR%%/themes/default/images/ProjectExpandAll.gif
+%%WWWDIR%%/themes/default/images/ProjectIndent.gif
+%%WWWDIR%%/themes/default/images/ProjectInsertRows.gif
+%%WWWDIR%%/themes/default/images/ProjectMinus.gif
+%%WWWDIR%%/themes/default/images/ProjectMonth.gif
+%%WWWDIR%%/themes/default/images/ProjectOutdent.gif
+%%WWWDIR%%/themes/default/images/ProjectPaste.gif
+%%WWWDIR%%/themes/default/images/ProjectPlus.gif
+%%WWWDIR%%/themes/default/images/ProjectSave.gif
+%%WWWDIR%%/themes/default/images/ProjectTask.gif
+%%WWWDIR%%/themes/default/images/ProjectTemplate.gif
+%%WWWDIR%%/themes/default/images/ProjectWeek.gif
+%%WWWDIR%%/themes/default/images/ProspectLists.gif
+%%WWWDIR%%/themes/default/images/Prospects.gif
+%%WWWDIR%%/themes/default/images/QueryBuilder.gif
+%%WWWDIR%%/themes/default/images/RSS.gif
+%%WWWDIR%%/themes/default/images/ReassignRecords.gif
+%%WWWDIR%%/themes/default/images/Rebuild.gif
+%%WWWDIR%%/themes/default/images/Rebuild2.gif
+%%WWWDIR%%/themes/default/images/Releases.gif
+%%WWWDIR%%/themes/default/images/RenameTabs.gif
+%%WWWDIR%%/themes/default/images/Repair.gif
+%%WWWDIR%%/themes/default/images/Roles.gif
+%%WWWDIR%%/themes/default/images/SchedulerTest.gif
+%%WWWDIR%%/themes/default/images/Schedulers.gif
+%%WWWDIR%%/themes/default/images/Search.gif
+%%WWWDIR%%/themes/default/images/Shippers.gif
+%%WWWDIR%%/themes/default/images/StickyThread.gif
+%%WWWDIR%%/themes/default/images/Studio.gif
+%%WWWDIR%%/themes/default/images/SugarPortal.gif
+%%WWWDIR%%/themes/default/images/Support.gif
+%%WWWDIR%%/themes/default/images/Tasks.gif
+%%WWWDIR%%/themes/default/images/Teams.gif
+%%WWWDIR%%/themes/default/images/Themes.gif
+%%WWWDIR%%/themes/default/images/Upgrade.gif
+%%WWWDIR%%/themes/default/images/Users.gif
+%%WWWDIR%%/themes/default/images/attachment.gif
+%%WWWDIR%%/themes/default/images/blank.gif
+%%WWWDIR%%/themes/default/images/def_image_inline.gif
+%%WWWDIR%%/themes/default/images/doc_image_inline.gif
+%%WWWDIR%%/themes/default/images/editfields.gif
+%%WWWDIR%%/themes/default/images/editlabels.gif
+%%WWWDIR%%/themes/default/images/editview.gif
+%%WWWDIR%%/themes/default/images/green_camp.gif
+%%WWWDIR%%/themes/default/images/iFrames.gif
+%%WWWDIR%%/themes/default/images/icon_Accounts.gif
+%%WWWDIR%%/themes/default/images/icon_Accounts_32.gif
+%%WWWDIR%%/themes/default/images/icon_Activities.gif
+%%WWWDIR%%/themes/default/images/icon_Address.gif
+%%WWWDIR%%/themes/default/images/icon_AdvancedSearch.gif
+%%WWWDIR%%/themes/default/images/icon_Application.gif
+%%WWWDIR%%/themes/default/images/icon_BasicSearch.gif
+%%WWWDIR%%/themes/default/images/icon_Bugs.gif
+%%WWWDIR%%/themes/default/images/icon_Bugs_32.gif
+%%WWWDIR%%/themes/default/images/icon_Calls.gif
+%%WWWDIR%%/themes/default/images/icon_Calls_32.gif
+%%WWWDIR%%/themes/default/images/icon_Campaigns.gif
+%%WWWDIR%%/themes/default/images/icon_Campaigns_32.gif
+%%WWWDIR%%/themes/default/images/icon_Cases.gif
+%%WWWDIR%%/themes/default/images/icon_Cases_32.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Funnel.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Funnel_32.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Gauge_32.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_GroupBy.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_GroupBy_32.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Horizontal.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Horizontal_32.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Pie.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Pie_32.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Vertical.gif
+%%WWWDIR%%/themes/default/images/icon_Charts_Vertical_32.gif
+%%WWWDIR%%/themes/default/images/icon_Column_1.gif
+%%WWWDIR%%/themes/default/images/icon_Column_2.gif
+%%WWWDIR%%/themes/default/images/icon_Column_3.gif
+%%WWWDIR%%/themes/default/images/icon_Contacts.gif
+%%WWWDIR%%/themes/default/images/icon_Contacts_32.gif
+%%WWWDIR%%/themes/default/images/icon_Delete.gif
+%%WWWDIR%%/themes/default/images/icon_DeleteFull.gif
+%%WWWDIR%%/themes/default/images/icon_DetailView.gif
+%%WWWDIR%%/themes/default/images/icon_Documents.gif
+%%WWWDIR%%/themes/default/images/icon_Documents_32.gif
+%%WWWDIR%%/themes/default/images/icon_DropDownEditor.gif
+%%WWWDIR%%/themes/default/images/icon_EditView.gif
+%%WWWDIR%%/themes/default/images/icon_EmailAddress.gif
+%%WWWDIR%%/themes/default/images/icon_Emails.gif
+%%WWWDIR%%/themes/default/images/icon_Emails_32.gif
+%%WWWDIR%%/themes/default/images/icon_FavoriteReports_32.gif
+%%WWWDIR%%/themes/default/images/icon_Fields.gif
+%%WWWDIR%%/themes/default/images/icon_Forecasts_32.gif
+%%WWWDIR%%/themes/default/images/icon_Invaders_32.gif
+%%WWWDIR%%/themes/default/images/icon_JotPad.gif
+%%WWWDIR%%/themes/default/images/icon_JotPad_32.gif
+%%WWWDIR%%/themes/default/images/icon_KBDocuments.gif
+%%WWWDIR%%/themes/default/images/icon_Labels.gif
+%%WWWDIR%%/themes/default/images/icon_Layouts.gif
+%%WWWDIR%%/themes/default/images/icon_Leads.gif
+%%WWWDIR%%/themes/default/images/icon_Leads_32.gif
+%%WWWDIR%%/themes/default/images/icon_ListView.gif
+%%WWWDIR%%/themes/default/images/icon_Meetings.gif
+%%WWWDIR%%/themes/default/images/icon_Meetings_32.gif
+%%WWWDIR%%/themes/default/images/icon_ModuleBuilder.gif
+%%WWWDIR%%/themes/default/images/icon_NewModule.gif
+%%WWWDIR%%/themes/default/images/icon_Notes.gif
+%%WWWDIR%%/themes/default/images/icon_Opportunities.gif
+%%WWWDIR%%/themes/default/images/icon_Opportunities_32.gif
+%%WWWDIR%%/themes/default/images/icon_Phone.gif
+%%WWWDIR%%/themes/default/images/icon_Portal.gif
+%%WWWDIR%%/themes/default/images/icon_Project.gif
+%%WWWDIR%%/themes/default/images/icon_ProjectTask.gif
+%%WWWDIR%%/themes/default/images/icon_ProjectTask_32.gif
+%%WWWDIR%%/themes/default/images/icon_Prospects.gif
+%%WWWDIR%%/themes/default/images/icon_QuickCreate.gif
+%%WWWDIR%%/themes/default/images/icon_SPSync.gif
+%%WWWDIR%%/themes/default/images/icon_SPUploadCSS.gif
+%%WWWDIR%%/themes/default/images/icon_SearchForm.gif
+%%WWWDIR%%/themes/default/images/icon_Studio.gif
+%%WWWDIR%%/themes/default/images/icon_Subpanels.gif
+%%WWWDIR%%/themes/default/images/icon_SugarPortal.gif
+%%WWWDIR%%/themes/default/images/icon_Tasks.gif
+%%WWWDIR%%/themes/default/images/icon_Tasks_32.gif
+%%WWWDIR%%/themes/default/images/icon_assistant.gif
+%%WWWDIR%%/themes/default/images/icon_back.gif
+%%WWWDIR%%/themes/default/images/icon_basic.gif
+%%WWWDIR%%/themes/default/images/icon_company.gif
+%%WWWDIR%%/themes/default/images/icon_document.gif
+%%WWWDIR%%/themes/default/images/icon_email_addressbook.gif
+%%WWWDIR%%/themes/default/images/icon_email_archive.gif
+%%WWWDIR%%/themes/default/images/icon_email_attach.gif
+%%WWWDIR%%/themes/default/images/icon_email_check.gif
+%%WWWDIR%%/themes/default/images/icon_email_compose.gif
+%%WWWDIR%%/themes/default/images/icon_email_create.gif
+%%WWWDIR%%/themes/default/images/icon_email_delete.gif
+%%WWWDIR%%/themes/default/images/icon_email_folder.gif
+%%WWWDIR%%/themes/default/images/icon_email_folder_archives.gif
+%%WWWDIR%%/themes/default/images/icon_email_folder_drafts.gif
+%%WWWDIR%%/themes/default/images/icon_email_folder_exp.gif
+%%WWWDIR%%/themes/default/images/icon_email_folder_grp.gif
+%%WWWDIR%%/themes/default/images/icon_email_folder_sent.gif
+%%WWWDIR%%/themes/default/images/icon_email_forward.gif
+%%WWWDIR%%/themes/default/images/icon_email_fullscreen.gif
+%%WWWDIR%%/themes/default/images/icon_email_options.gif
+%%WWWDIR%%/themes/default/images/icon_email_relate.gif
+%%WWWDIR%%/themes/default/images/icon_email_reply.gif
+%%WWWDIR%%/themes/default/images/icon_email_replyall.gif
+%%WWWDIR%%/themes/default/images/icon_email_save.gif
+%%WWWDIR%%/themes/default/images/icon_email_send.gif
+%%WWWDIR%%/themes/default/images/icon_email_settings.gif
+%%WWWDIR%%/themes/default/images/icon_email_sugfolder.gif
+%%WWWDIR%%/themes/default/images/icon_email_sugfolder_exp.gif
+%%WWWDIR%%/themes/default/images/icon_email_view.gif
+%%WWWDIR%%/themes/default/images/icon_email_view1.gif
+%%WWWDIR%%/themes/default/images/icon_email_view2.gif
+%%WWWDIR%%/themes/default/images/icon_email_view3.gif
+%%WWWDIR%%/themes/default/images/icon_home.gif
+%%WWWDIR%%/themes/default/images/icon_issue.gif
+%%WWWDIR%%/themes/default/images/icon_new_package.gif
+%%WWWDIR%%/themes/default/images/icon_opportunity.gif
+%%WWWDIR%%/themes/default/images/icon_package.gif
+%%WWWDIR%%/themes/default/images/icon_package_create.gif
+%%WWWDIR%%/themes/default/images/icon_person.gif
+%%WWWDIR%%/themes/default/images/icon_therevisions.gif
+%%WWWDIR%%/themes/default/images/img_close_search.gif
+%%WWWDIR%%/themes/default/images/img_left_arrow.jpg
+%%WWWDIR%%/themes/default/images/img_loading.gif
+%%WWWDIR%%/themes/default/images/img_right_arrow.jpg
+%%WWWDIR%%/themes/default/images/jscalendar.gif
+%%WWWDIR%%/themes/default/images/list.gif
+%%WWWDIR%%/themes/default/images/loading.gif
+%%WWWDIR%%/themes/default/images/more.gif
+%%WWWDIR%%/themes/default/images/pdf_image_inline.gif
+%%WWWDIR%%/themes/default/images/ppt_image_inline.gif
+%%WWWDIR%%/themes/default/images/red_camp.gif
+%%WWWDIR%%/themes/default/images/searchMore.gif
+%%WWWDIR%%/themes/default/images/slot.gif
+%%WWWDIR%%/themes/default/images/spacer.gif
+%%WWWDIR%%/themes/default/images/sqsWait.gif
+%%WWWDIR%%/themes/default/images/studio_addField.gif
+%%WWWDIR%%/themes/default/images/studio_addRows.gif
+%%WWWDIR%%/themes/default/images/studio_blank.gif
+%%WWWDIR%%/themes/default/images/studio_history.gif
+%%WWWDIR%%/themes/default/images/studio_publish.gif
+%%WWWDIR%%/themes/default/images/studio_redo.gif
+%%WWWDIR%%/themes/default/images/studio_save.gif
+%%WWWDIR%%/themes/default/images/studio_undo.gif
+%%WWWDIR%%/themes/default/images/sugar_document.png
+%%WWWDIR%%/themes/default/images/sugarupdate.gif
+%%WWWDIR%%/themes/default/images/txt_image_inline.gif
+%%WWWDIR%%/themes/default/images/xls_image_inline.gif
+%%WWWDIR%%/themes/default/images/yellow_camp.gif
+%%WWWDIR%%/themes/default/sugarColors.xml
+%%WWWDIR%%/themes/menu.js
+%%WWWDIR%%/vCard.php
+%%WWWDIR%%/vcal_server.php
+@exec for i in %%CACHEDIRS%%; do mkdir -p %D/%%WWWDIR%%/cache/${i}; chown %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/cache/${i}; done
+@exec for i in %%WWWFILES%%; do chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/${i}; done
+@dirrm %%WWWDIR%%/include/SugarCharts/swf
+@dirrm %%WWWDIR%%/include/SugarCharts/tpls
+@dirrm %%WWWDIR%%/include/SugarCharts
+@dirrm %%WWWDIR%%/include/SubPanel/tpls
+@dirrm %%WWWDIR%%/include/SubPanel
+@dirrm %%WWWDIR%%/include/language
+@dirrm %%WWWDIR%%/include/jsolait/lib
+@dirrm %%WWWDIR%%/include/jsolait
+@dirrm %%WWWDIR%%/include/ytree/TreeView/img/check
+@dirrm %%WWWDIR%%/include/ytree/TreeView/img/folders
+@dirrm %%WWWDIR%%/include/ytree/TreeView/img/default
+@dirrm %%WWWDIR%%/include/ytree/TreeView/img
+@dirrm %%WWWDIR%%/include/ytree/TreeView/anim
+@dirrm %%WWWDIR%%/include/ytree/TreeView/css/check
+@dirrm %%WWWDIR%%/include/ytree/TreeView/css/default
+@dirrm %%WWWDIR%%/include/ytree/TreeView/css/folders
+@dirrm %%WWWDIR%%/include/ytree/TreeView/css/forecasts
+@dirrm %%WWWDIR%%/include/ytree/TreeView/css
+@dirrm %%WWWDIR%%/include/ytree/TreeView
+@dirrm %%WWWDIR%%/include/ytree
+@dirrm %%WWWDIR%%/include/templates
+@dirrm %%WWWDIR%%/include/controller
+@dirrm %%WWWDIR%%/include/nusoap
+@dirrm %%WWWDIR%%/include/EditView
+@dirrm %%WWWDIR%%/include/SugarEmailAddress/templates
+@dirrm %%WWWDIR%%/include/SugarEmailAddress
+@dirrm %%WWWDIR%%/include/SugarRouting/templates
+@dirrm %%WWWDIR%%/include/SugarRouting/javascript
+@dirrm %%WWWDIR%%/include/SugarRouting
+@dirrm %%WWWDIR%%/include/DetailView
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Readonly
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Password
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Datetimecombo
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Multienum
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Address
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Username
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Html
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Text
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Phone
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Base
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Datetime
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/File
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Download
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Link
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Relate
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Enum
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Radioenum
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Parent
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Image
+@dirrm %%WWWDIR%%/include/SugarFields/Fields/Bool
+@dirrm %%WWWDIR%%/include/SugarFields/Fields
+@dirrm %%WWWDIR%%/include/SugarFields/Parsers/Rules
+@dirrm %%WWWDIR%%/include/SugarFields/Parsers
+@dirrm %%WWWDIR%%/include/SugarFields
+@dirrm %%WWWDIR%%/include/SearchForm/tpls
+@dirrm %%WWWDIR%%/include/SearchForm
+@dirrm %%WWWDIR%%/include/CurrencyService
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/layout
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/qtip
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/sizer
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/toolbar
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/tabs
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/menu
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/grid
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar/basic-dialog
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/sugar
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/box
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/form
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/qtip
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/toolbar
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tabs
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/basic-dialog
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/menu
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/shared
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/editor
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/sizer
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/grid
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/tree
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/dd
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/layout
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default/panel
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images/default
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/images
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources/css
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/resources
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/adapter/yui
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/adapter
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/build/locale
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1/build
+@dirrm %%WWWDIR%%/include/javascript/ext-1.1.1
+@dirrm %%WWWDIR%%/include/javascript/yui/assets/tabview/css
+@dirrm %%WWWDIR%%/include/javascript/yui/assets/tabview/img
+@dirrm %%WWWDIR%%/include/javascript/yui/assets/tabview
+@dirrm %%WWWDIR%%/include/javascript/yui/assets/assistant
+@dirrm %%WWWDIR%%/include/javascript/yui/assets
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/grid
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/data
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/layout/gray
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/layout
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer/gray
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/sizer
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/default/grid
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/default/toolbar
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/default
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog/gray
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/basic-dialog
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/grid
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/aero/grid
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/aero
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs/gray
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/tabs
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images/toolbar
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/images
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources/css
+@dirrm %%WWWDIR%%/include/javascript/yui/ext/resources
+@dirrm %%WWWDIR%%/include/javascript/yui/ext
+@dirrm %%WWWDIR%%/include/javascript/yui
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/adapter/ext
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/adapter/jquery
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/adapter/prototype
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/adapter/yui
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/adapter
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/raw-images
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/css
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/legacy
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/layout
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/toolbar
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/qtip
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/button
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/dd
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/box
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/shared
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/panel
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/editor
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/window
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/sizer
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/form
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/progress
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tree
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/grid
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/tabs
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default/menu
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/default
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/button
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/panel
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/qtip
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/toolbar
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/window
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray/tabs
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/gray
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/layout
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/qtip
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/basic-dialog
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/tabs
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/sizer
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/grid
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista/toolbar
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images/vista
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources/images
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/resources
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/ux/history
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0/ux
+@dirrm %%WWWDIR%%/include/javascript/ext-2.0
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/utils
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/css
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images/xp
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs/en
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/docs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced/jscripts
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes/advanced
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/themes
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/jscripts
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/preview/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/preview
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/jscripts
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr/css
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/advhr
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/directionality
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/css
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/jscripts
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/searchreplace
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/insertdatetime
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/table/css
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/table/jscripts
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/table/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/table/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/table
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/jscripts
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/css
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/images
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/paste/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins/paste
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/plugins
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce/langs
+@dirrm %%WWWDIR%%/include/javascript/tiny_mce
+@dirrm %%WWWDIR%%/include/javascript
+@dirrm %%WWWDIR%%/include/Dashlets
+@dirrm %%WWWDIR%%/include/MVC/View/tpls
+@dirrm %%WWWDIR%%/include/MVC/View/views
+@dirrm %%WWWDIR%%/include/MVC/View
+@dirrm %%WWWDIR%%/include/MVC/Controller
+@dirrm %%WWWDIR%%/include/MVC
+@dirrm %%WWWDIR%%/include/SugarObjects/implements/assignable/language
+@dirrm %%WWWDIR%%/include/SugarObjects/implements/assignable
+@dirrm %%WWWDIR%%/include/SugarObjects/implements/team_security/language
+@dirrm %%WWWDIR%%/include/SugarObjects/implements/team_security
+@dirrm %%WWWDIR%%/include/SugarObjects/implements
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/company/metadata/subpanels
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/company/metadata
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/company/language/application
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/company/language
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/company
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/person/language
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/person/metadata/subpanels
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/person/metadata
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/person
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/issue/language/application
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/issue/language
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/issue/metadata/subpanels
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/issue/metadata
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/issue
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/basic/metadata/subpanels
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/basic/metadata
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/basic/language
+@dirrm %%WWWDIR%%/include/SugarObjects/templates/basic
+@dirrm %%WWWDIR%%/include/SugarObjects/templates
+@dirrm %%WWWDIR%%/include/SugarObjects
+@dirrm %%WWWDIR%%/include/TemplateHandler
+@dirrm %%WWWDIR%%/include/Smarty/internals
+@dirrm %%WWWDIR%%/include/Smarty/plugins
+@dirrm %%WWWDIR%%/include/Smarty
+@dirrm %%WWWDIR%%/include/pclzip
+@dirrm %%WWWDIR%%/include/database
+@dirrm %%WWWDIR%%/include/SugarDependentDropdown/metadata
+@dirrm %%WWWDIR%%/include/SugarDependentDropdown/javascript
+@dirrm %%WWWDIR%%/include/SugarDependentDropdown
+@dirrm %%WWWDIR%%/include/contextMenus/menuDefs
+@dirrm %%WWWDIR%%/include/contextMenus
+@dirrm %%WWWDIR%%/include/GroupedTabs
+@dirrm %%WWWDIR%%/include/phpmailer/language
+@dirrm %%WWWDIR%%/include/phpmailer
+@dirrm %%WWWDIR%%/include/fonts
+@dirrm %%WWWDIR%%/include/timezone
+@dirrm %%WWWDIR%%/include/OutboundEmail
+@dirrm %%WWWDIR%%/include/Popups/tpls
+@dirrm %%WWWDIR%%/include/Popups
+@dirrm %%WWWDIR%%/include/generic/SugarWidgets
+@dirrm %%WWWDIR%%/include/generic
+@dirrm %%WWWDIR%%/include/charts
+@dirrm %%WWWDIR%%/include/SugarTabs/tpls
+@dirrm %%WWWDIR%%/include/SugarTabs
+@dirrm %%WWWDIR%%/include/Localization
+@dirrm %%WWWDIR%%/include/MySugar/tpls
+@dirrm %%WWWDIR%%/include/MySugar/javascript
+@dirrm %%WWWDIR%%/include/MySugar/DashletsDialog
+@dirrm %%WWWDIR%%/include/MySugar
+@dirrm %%WWWDIR%%/include/domit
+@dirrm %%WWWDIR%%/include/pdf
+@dirrm %%WWWDIR%%/include/Pear/Crypt_Blowfish/Blowfish
+@dirrm %%WWWDIR%%/include/Pear/Crypt_Blowfish
+@dirrm %%WWWDIR%%/include/Pear/XML_HTMLSax3/HTMLSax3
+@dirrm %%WWWDIR%%/include/Pear/XML_HTMLSax3
+@dirrm %%WWWDIR%%/include/Pear/HTML_Safe
+@dirrm %%WWWDIR%%/include/Pear
+@dirrm %%WWWDIR%%/include/SugarFolders
+@dirrm %%WWWDIR%%/include/HTTP_WebDAV_Server/Tools
+@dirrm %%WWWDIR%%/include/HTTP_WebDAV_Server
+@dirrm %%WWWDIR%%/include/utils/external_cache
+@dirrm %%WWWDIR%%/include/utils
+@dirrm %%WWWDIR%%/include/ListView
+@dirrm %%WWWDIR%%/include/VarDefHandler/SugarTabs/tpls
+@dirrm %%WWWDIR%%/include/VarDefHandler/SugarTabs
+@dirrm %%WWWDIR%%/include/VarDefHandler
+@dirrm %%WWWDIR%%/include/images
+@dirrm %%WWWDIR%%/include/domit_rss
+@dirrm %%WWWDIR%%/include/PHP_Compat
+@dirrm %%WWWDIR%%/include
+@dirrm %%WWWDIR%%/jssource/src_files/jscalendar
+@dirrm %%WWWDIR%%/jssource/src_files/include/SubPanel
+@dirrm %%WWWDIR%%/jssource/src_files/include/SugarFields/Fields/Datetimecombo
+@dirrm %%WWWDIR%%/jssource/src_files/include/SugarFields/Fields/Address
+@dirrm %%WWWDIR%%/jssource/src_files/include/SugarFields/Fields
+@dirrm %%WWWDIR%%/jssource/src_files/include/SugarFields
+@dirrm %%WWWDIR%%/jssource/src_files/include/ytree/TreeView/anim
+@dirrm %%WWWDIR%%/jssource/src_files/include/ytree/TreeView
+@dirrm %%WWWDIR%%/jssource/src_files/include/ytree
+@dirrm %%WWWDIR%%/jssource/src_files/include/jsolait/lib
+@dirrm %%WWWDIR%%/jssource/src_files/include/jsolait
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/adapter/yui
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/adapter
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build/locale
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1/build
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-1.1.1
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/ux/history
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/ux
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/prototype
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/yui
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/ext
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter/jquery
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0/adapter
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/ext-2.0
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/yui/ext/grid
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/yui/ext/data
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/yui/ext
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript/yui
+@dirrm %%WWWDIR%%/jssource/src_files/include/javascript
+@dirrm %%WWWDIR%%/jssource/src_files/include/SugarDependentDropdown/javascript
+@dirrm %%WWWDIR%%/jssource/src_files/include/SugarDependentDropdown
+@dirrm %%WWWDIR%%/jssource/src_files/include/MySugar/javascript
+@dirrm %%WWWDIR%%/jssource/src_files/include/MySugar
+@dirrm %%WWWDIR%%/jssource/src_files/include/SugarEmailAddress
+@dirrm %%WWWDIR%%/jssource/src_files/include
+@dirrm %%WWWDIR%%/jssource/src_files/install
+@dirrm %%WWWDIR%%/jssource/src_files/modules/MergeRecords
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Meetings
+@dirrm %%WWWDIR%%/jssource/src_files/modules/UpgradeWizard
+@dirrm %%WWWDIR%%/jssource/src_files/modules/ProjectTask
+@dirrm %%WWWDIR%%/jssource/src_files/modules/EmailTemplates
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Contacts
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Campaigns
+@dirrm %%WWWDIR%%/jssource/src_files/modules/ACLRoles
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Home
+@dirrm %%WWWDIR%%/jssource/src_files/modules/InboundEmail
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Leads
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Project
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Users
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Documents
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Studio
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Accounts
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Administration/javascript
+@dirrm %%WWWDIR%%/jssource/src_files/modules/Administration
+@dirrm %%WWWDIR%%/jssource/src_files/modules
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Pipeline
+@dirrm %%WWWDIR%%/jssource/src_files/themes/FinalFrontier
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Love
+@dirrm %%WWWDIR%%/jssource/src_files/themes/default
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Shred
+@dirrm %%WWWDIR%%/jssource/src_files/themes/BoldMove
+@dirrm %%WWWDIR%%/jssource/src_files/themes/GoldenGate
+@dirrm %%WWWDIR%%/jssource/src_files/themes/RipCurl
+@dirrm %%WWWDIR%%/jssource/src_files/themes/VintageSugar
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Links
+@dirrm %%WWWDIR%%/jssource/src_files/themes/TrailBlazers
+@dirrm %%WWWDIR%%/jssource/src_files/themes/SugarClassic
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Retro
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Sugar
+@dirrm %%WWWDIR%%/jssource/src_files/themes/SugarLite
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Sugar2006
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Sunset
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Awesome80s
+@dirrm %%WWWDIR%%/jssource/src_files/themes/WhiteSands
+@dirrm %%WWWDIR%%/jssource/src_files/themes/Paradise
+@dirrm %%WWWDIR%%/jssource/src_files/themes
+@dirrm %%WWWDIR%%/jssource/src_files
+@dirrm %%WWWDIR%%/jssource
+@dirrm %%WWWDIR%%/examples
+@dirrm %%WWWDIR%%/soap
+@dirrm %%WWWDIR%%/themes/Sugar2006/images
+@dirrm %%WWWDIR%%/themes/Sugar2006
+@dirrm %%WWWDIR%%/themes/Shred/images
+@dirrm %%WWWDIR%%/themes/Shred
+@dirrm %%WWWDIR%%/themes/Paradise/images
+@dirrm %%WWWDIR%%/themes/Paradise
+@dirrm %%WWWDIR%%/themes/RipCurl/images
+@dirrm %%WWWDIR%%/themes/RipCurl
+@dirrm %%WWWDIR%%/themes/SugarLite/images
+@dirrm %%WWWDIR%%/themes/SugarLite
+@dirrm %%WWWDIR%%/themes/SugarClassic/images
+@dirrm %%WWWDIR%%/themes/SugarClassic
+@dirrm %%WWWDIR%%/themes/WhiteSands/images
+@dirrm %%WWWDIR%%/themes/WhiteSands
+@dirrm %%WWWDIR%%/themes/Awesome80s/images
+@dirrm %%WWWDIR%%/themes/Awesome80s
+@dirrm %%WWWDIR%%/themes/TrailBlazers/images
+@dirrm %%WWWDIR%%/themes/TrailBlazers
+@dirrm %%WWWDIR%%/themes/default/images
+@dirrm %%WWWDIR%%/themes/default
+@dirrm %%WWWDIR%%/themes/Sunset/images
+@dirrm %%WWWDIR%%/themes/Sunset
+@dirrm %%WWWDIR%%/themes/VintageSugar/images
+@dirrm %%WWWDIR%%/themes/VintageSugar
+@dirrm %%WWWDIR%%/themes/Love/images
+@dirrm %%WWWDIR%%/themes/Love
+@dirrm %%WWWDIR%%/themes/BoldMove/images
+@dirrm %%WWWDIR%%/themes/BoldMove
+@dirrm %%WWWDIR%%/themes/Links/images
+@dirrm %%WWWDIR%%/themes/Links
+@dirrm %%WWWDIR%%/themes/Pipeline/images
+@dirrm %%WWWDIR%%/themes/Pipeline
+@dirrm %%WWWDIR%%/themes/Sugar/images
+@dirrm %%WWWDIR%%/themes/Sugar
+@dirrm %%WWWDIR%%/themes/Retro/images
+@dirrm %%WWWDIR%%/themes/Retro
+@dirrm %%WWWDIR%%/themes/GoldenGate/images
+@dirrm %%WWWDIR%%/themes/GoldenGate
+@dirrm %%WWWDIR%%/themes/FinalFrontier/images
+@dirrm %%WWWDIR%%/themes/FinalFrontier
+@dirrm %%WWWDIR%%/themes
+@dirrm %%WWWDIR%%/modules/ACL/metadata
+@dirrm %%WWWDIR%%/modules/ACL/language
+@dirrm %%WWWDIR%%/modules/ACL
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/parsers
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/views
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/javascript
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/tpls/MBRelationship
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/tpls/MBPackage
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/tpls/MBModule
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/tpls
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/MB
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/Module
+@dirrm %%WWWDIR%%/modules/ModuleBuilder/language
+@dirrm %%WWWDIR%%/modules/ModuleBuilder
+@dirrm %%WWWDIR%%/modules/OptimisticLock/language
+@dirrm %%WWWDIR%%/modules/OptimisticLock
+@dirrm %%WWWDIR%%/modules/Calendar/templates
+@dirrm %%WWWDIR%%/modules/Calendar/views
+@dirrm %%WWWDIR%%/modules/Calendar/language
+@dirrm %%WWWDIR%%/modules/Calendar/metadata
+@dirrm %%WWWDIR%%/modules/Calendar
+@dirrm %%WWWDIR%%/modules/ACLRoles/language
+@dirrm %%WWWDIR%%/modules/ACLRoles/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/ACLRoles/metadata
+@dirrm %%WWWDIR%%/modules/ACLRoles
+@dirrm %%WWWDIR%%/modules/SavedSearch/metadata
+@dirrm %%WWWDIR%%/modules/SavedSearch/language
+@dirrm %%WWWDIR%%/modules/SavedSearch
+@dirrm %%WWWDIR%%/modules/Versions/language
+@dirrm %%WWWDIR%%/modules/Versions
+@dirrm %%WWWDIR%%/modules/vCals
+@dirrm %%WWWDIR%%/modules/Documents/subpanels
+@dirrm %%WWWDIR%%/modules/Documents/views
+@dirrm %%WWWDIR%%/modules/Documents/language
+@dirrm %%WWWDIR%%/modules/Documents/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Documents/metadata
+@dirrm %%WWWDIR%%/modules/Documents
+@dirrm %%WWWDIR%%/modules/MergeRecords/language
+@dirrm %%WWWDIR%%/modules/MergeRecords
+@dirrm %%WWWDIR%%/modules/Opportunities/tpls
+@dirrm %%WWWDIR%%/modules/Opportunities/views
+@dirrm %%WWWDIR%%/modules/Opportunities/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Opportunities/metadata
+@dirrm %%WWWDIR%%/modules/Opportunities/Dashlets/MyOpportunitiesDashlet
+@dirrm %%WWWDIR%%/modules/Opportunities/Dashlets/MyClosedOpportunitiesDashlet
+@dirrm %%WWWDIR%%/modules/Opportunities/Dashlets
+@dirrm %%WWWDIR%%/modules/Opportunities/language
+@dirrm %%WWWDIR%%/modules/Opportunities
+@dirrm %%WWWDIR%%/modules/EmailMarketing/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/EmailMarketing/metadata
+@dirrm %%WWWDIR%%/modules/EmailMarketing/language
+@dirrm %%WWWDIR%%/modules/EmailMarketing/subpanels
+@dirrm %%WWWDIR%%/modules/EmailMarketing
+@dirrm %%WWWDIR%%/modules/Home/language
+@dirrm %%WWWDIR%%/modules/Home/Dashlets/JotPadDashlet
+@dirrm %%WWWDIR%%/modules/Home/Dashlets/ChartsDashlet
+@dirrm %%WWWDIR%%/modules/Home/Dashlets/GadgetDashlet
+@dirrm %%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet/sprites
+@dirrm %%WWWDIR%%/modules/Home/Dashlets/InvadersDashlet
+@dirrm %%WWWDIR%%/modules/Home/Dashlets
+@dirrm %%WWWDIR%%/modules/Home/views
+@dirrm %%WWWDIR%%/modules/Home
+@dirrm %%WWWDIR%%/modules/EmailMan/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/EmailMan/metadata
+@dirrm %%WWWDIR%%/modules/EmailMan/language
+@dirrm %%WWWDIR%%/modules/EmailMan/subpanels
+@dirrm %%WWWDIR%%/modules/EmailMan
+@dirrm %%WWWDIR%%/modules/Dashboard/tpls
+@dirrm %%WWWDIR%%/modules/Dashboard/language
+@dirrm %%WWWDIR%%/modules/Dashboard
+@dirrm %%WWWDIR%%/modules/Studio/ListViewEditor
+@dirrm %%WWWDIR%%/modules/Studio/parsers
+@dirrm %%WWWDIR%%/modules/Studio/language
+@dirrm %%WWWDIR%%/modules/Studio/wizards
+@dirrm %%WWWDIR%%/modules/Studio/TabGroups
+@dirrm %%WWWDIR%%/modules/Studio/DropDowns
+@dirrm %%WWWDIR%%/modules/Studio
+@dirrm %%WWWDIR%%/modules/Feeds/language
+@dirrm %%WWWDIR%%/modules/Feeds
+@dirrm %%WWWDIR%%/modules/Users/authentication/EmailAuthenticate
+@dirrm %%WWWDIR%%/modules/Users/authentication/SugarAuthenticate
+@dirrm %%WWWDIR%%/modules/Users/authentication/LDAPAuthenticate/LDAPConfigs
+@dirrm %%WWWDIR%%/modules/Users/authentication/LDAPAuthenticate
+@dirrm %%WWWDIR%%/modules/Users/authentication
+@dirrm %%WWWDIR%%/modules/Users/language
+@dirrm %%WWWDIR%%/modules/Users/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Users/metadata
+@dirrm %%WWWDIR%%/modules/Users
+@dirrm %%WWWDIR%%/modules/iFrames/language
+@dirrm %%WWWDIR%%/modules/iFrames
+@dirrm %%WWWDIR%%/modules/Releases/language
+@dirrm %%WWWDIR%%/modules/Releases
+@dirrm %%WWWDIR%%/modules/InboundEmail/language
+@dirrm %%WWWDIR%%/modules/InboundEmail
+@dirrm %%WWWDIR%%/modules/Meetings/views
+@dirrm %%WWWDIR%%/modules/Meetings/tpls
+@dirrm %%WWWDIR%%/modules/Meetings/language
+@dirrm %%WWWDIR%%/modules/Meetings/Dashlets/MyMeetingsDashlet
+@dirrm %%WWWDIR%%/modules/Meetings/Dashlets
+@dirrm %%WWWDIR%%/modules/Meetings/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Meetings/metadata
+@dirrm %%WWWDIR%%/modules/Meetings
+@dirrm %%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet
+@dirrm %%WWWDIR%%/modules/Charts/Dashlets/OpportunitiesByLeadSourceByOutcomeDashlet
+@dirrm %%WWWDIR%%/modules/Charts/Dashlets/CampaignROIChartDashlet
+@dirrm %%WWWDIR%%/modules/Charts/Dashlets/OutcomeByMonthDashlet
+@dirrm %%WWWDIR%%/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet
+@dirrm %%WWWDIR%%/modules/Charts/Dashlets/PipelineBySalesStageDashlet
+@dirrm %%WWWDIR%%/modules/Charts/Dashlets
+@dirrm %%WWWDIR%%/modules/Charts/code
+@dirrm %%WWWDIR%%/modules/Charts/language
+@dirrm %%WWWDIR%%/modules/Charts
+@dirrm %%WWWDIR%%/modules/Configurator/language
+@dirrm %%WWWDIR%%/modules/Configurator
+@dirrm %%WWWDIR%%/modules/Leads/language
+@dirrm %%WWWDIR%%/modules/Leads/tpls
+@dirrm %%WWWDIR%%/modules/Leads/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Leads/metadata
+@dirrm %%WWWDIR%%/modules/Leads/Dashlets/MyLeadsDashlet
+@dirrm %%WWWDIR%%/modules/Leads/Dashlets
+@dirrm %%WWWDIR%%/modules/Leads
+@dirrm %%WWWDIR%%/modules/Tasks/language
+@dirrm %%WWWDIR%%/modules/Tasks/tpls
+@dirrm %%WWWDIR%%/modules/Tasks/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Tasks/metadata
+@dirrm %%WWWDIR%%/modules/Tasks/Dashlets/MyTasksDashlet
+@dirrm %%WWWDIR%%/modules/Tasks/Dashlets
+@dirrm %%WWWDIR%%/modules/Tasks/views
+@dirrm %%WWWDIR%%/modules/Tasks
+@dirrm %%WWWDIR%%/modules/Administration/metadata
+@dirrm %%WWWDIR%%/modules/Administration/language
+@dirrm %%WWWDIR%%/modules/Administration/javascript
+@dirrm %%WWWDIR%%/modules/Administration/templates
+@dirrm %%WWWDIR%%/modules/Administration
+@dirrm %%WWWDIR%%/modules/Import/language
+@dirrm %%WWWDIR%%/modules/Import
+@dirrm %%WWWDIR%%/modules/Bugs/Dashlets/MyBugsDashlet
+@dirrm %%WWWDIR%%/modules/Bugs/Dashlets
+@dirrm %%WWWDIR%%/modules/Bugs/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Bugs/metadata
+@dirrm %%WWWDIR%%/modules/Bugs/views
+@dirrm %%WWWDIR%%/modules/Bugs/tpls
+@dirrm %%WWWDIR%%/modules/Bugs/language
+@dirrm %%WWWDIR%%/modules/Bugs
+@dirrm %%WWWDIR%%/modules/LabelEditor/language
+@dirrm %%WWWDIR%%/modules/LabelEditor
+@dirrm %%WWWDIR%%/modules/Contacts/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Contacts/metadata
+@dirrm %%WWWDIR%%/modules/Contacts/Dashlets/MyContactsDashlet
+@dirrm %%WWWDIR%%/modules/Contacts/Dashlets
+@dirrm %%WWWDIR%%/modules/Contacts/language
+@dirrm %%WWWDIR%%/modules/Contacts/tpls
+@dirrm %%WWWDIR%%/modules/Contacts/views
+@dirrm %%WWWDIR%%/modules/Contacts
+@dirrm %%WWWDIR%%/modules/EditCustomFields/language
+@dirrm %%WWWDIR%%/modules/EditCustomFields
+@dirrm %%WWWDIR%%/modules/Notes/language
+@dirrm %%WWWDIR%%/modules/Notes/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Notes/metadata
+@dirrm %%WWWDIR%%/modules/Notes/tpls
+@dirrm %%WWWDIR%%/modules/Notes
+@dirrm %%WWWDIR%%/modules/Currencies/language
+@dirrm %%WWWDIR%%/modules/Currencies
+@dirrm %%WWWDIR%%/modules/DynamicFields/language
+@dirrm %%WWWDIR%%/modules/DynamicFields/templates/Files
+@dirrm %%WWWDIR%%/modules/DynamicFields/templates/Fields/Forms
+@dirrm %%WWWDIR%%/modules/DynamicFields/templates/Fields
+@dirrm %%WWWDIR%%/modules/DynamicFields/templates
+@dirrm %%WWWDIR%%/modules/DynamicFields
+@dirrm %%WWWDIR%%/modules/ProjectTask/language
+@dirrm %%WWWDIR%%/modules/ProjectTask/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/ProjectTask/metadata
+@dirrm %%WWWDIR%%/modules/ProjectTask/views
+@dirrm %%WWWDIR%%/modules/ProjectTask/Dashlets/MyProjectTaskDashlet
+@dirrm %%WWWDIR%%/modules/ProjectTask/Dashlets
+@dirrm %%WWWDIR%%/modules/ProjectTask/tpls
+@dirrm %%WWWDIR%%/modules/ProjectTask
+@dirrm %%WWWDIR%%/modules/Cases/tpls
+@dirrm %%WWWDIR%%/modules/Cases/language
+@dirrm %%WWWDIR%%/modules/Cases/Dashlets/MyCasesDashlet
+@dirrm %%WWWDIR%%/modules/Cases/Dashlets
+@dirrm %%WWWDIR%%/modules/Cases/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Cases/metadata
+@dirrm %%WWWDIR%%/modules/Cases
+@dirrm %%WWWDIR%%/modules/EmailAddresses
+@dirrm %%WWWDIR%%/modules/Audit/language
+@dirrm %%WWWDIR%%/modules/Audit
+@dirrm %%WWWDIR%%/modules/Project/tpls
+@dirrm %%WWWDIR%%/modules/Project/views
+@dirrm %%WWWDIR%%/modules/Project/language
+@dirrm %%WWWDIR%%/modules/Project/layouts
+@dirrm %%WWWDIR%%/modules/Project/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Project/metadata
+@dirrm %%WWWDIR%%/modules/Project
+@dirrm %%WWWDIR%%/modules/UpgradeWizard/language
+@dirrm %%WWWDIR%%/modules/UpgradeWizard
+@dirrm %%WWWDIR%%/modules/Accounts/language
+@dirrm %%WWWDIR%%/modules/Accounts/Dashlets/MyAccountsDashlet
+@dirrm %%WWWDIR%%/modules/Accounts/Dashlets
+@dirrm %%WWWDIR%%/modules/Accounts/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Accounts/metadata
+@dirrm %%WWWDIR%%/modules/Accounts/views
+@dirrm %%WWWDIR%%/modules/Accounts/tpls
+@dirrm %%WWWDIR%%/modules/Accounts
+@dirrm %%WWWDIR%%/modules/EmailTemplates/metadata
+@dirrm %%WWWDIR%%/modules/EmailTemplates/language
+@dirrm %%WWWDIR%%/modules/EmailTemplates
+@dirrm %%WWWDIR%%/modules/Campaigns/tpls
+@dirrm %%WWWDIR%%/modules/Campaigns/language
+@dirrm %%WWWDIR%%/modules/Campaigns/views
+@dirrm %%WWWDIR%%/modules/Campaigns/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Campaigns/metadata
+@dirrm %%WWWDIR%%/modules/Campaigns/Dashlets/TopCampaignsDashlet
+@dirrm %%WWWDIR%%/modules/Campaigns/Dashlets
+@dirrm %%WWWDIR%%/modules/Campaigns
+@dirrm %%WWWDIR%%/modules/ProspectLists/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/ProspectLists/metadata
+@dirrm %%WWWDIR%%/modules/ProspectLists/language
+@dirrm %%WWWDIR%%/modules/ProspectLists
+@dirrm %%WWWDIR%%/modules/Employees/metadata
+@dirrm %%WWWDIR%%/modules/Employees/language
+@dirrm %%WWWDIR%%/modules/Employees/views
+@dirrm %%WWWDIR%%/modules/Employees
+@dirrm %%WWWDIR%%/modules/SchedulersJobs/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/SchedulersJobs/metadata
+@dirrm %%WWWDIR%%/modules/SchedulersJobs/language
+@dirrm %%WWWDIR%%/modules/SchedulersJobs
+@dirrm %%WWWDIR%%/modules/UserPreferences
+@dirrm %%WWWDIR%%/modules/Prospects/tpls
+@dirrm %%WWWDIR%%/modules/Prospects/language
+@dirrm %%WWWDIR%%/modules/Prospects/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Prospects/metadata
+@dirrm %%WWWDIR%%/modules/Prospects/views
+@dirrm %%WWWDIR%%/modules/Prospects
+@dirrm %%WWWDIR%%/modules/CampaignLog/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/CampaignLog/metadata
+@dirrm %%WWWDIR%%/modules/CampaignLog/language
+@dirrm %%WWWDIR%%/modules/CampaignLog
+@dirrm %%WWWDIR%%/modules/Schedulers/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Schedulers/metadata
+@dirrm %%WWWDIR%%/modules/Schedulers/language
+@dirrm %%WWWDIR%%/modules/Schedulers/jobs
+@dirrm %%WWWDIR%%/modules/Schedulers
+@dirrm %%WWWDIR%%/modules/Help/language
+@dirrm %%WWWDIR%%/modules/Help
+@dirrm %%WWWDIR%%/modules/DocumentRevisions/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/DocumentRevisions/metadata
+@dirrm %%WWWDIR%%/modules/DocumentRevisions/subpanels
+@dirrm %%WWWDIR%%/modules/DocumentRevisions/language
+@dirrm %%WWWDIR%%/modules/DocumentRevisions
+@dirrm %%WWWDIR%%/modules/Groups/language
+@dirrm %%WWWDIR%%/modules/Groups
+@dirrm %%WWWDIR%%/modules/Calls/language
+@dirrm %%WWWDIR%%/modules/Calls/views
+@dirrm %%WWWDIR%%/modules/Calls/Dashlets/MyCallsDashlet
+@dirrm %%WWWDIR%%/modules/Calls/Dashlets
+@dirrm %%WWWDIR%%/modules/Calls/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Calls/metadata
+@dirrm %%WWWDIR%%/modules/Calls/tpls
+@dirrm %%WWWDIR%%/modules/Calls
+@dirrm %%WWWDIR%%/modules/MailMerge/language
+@dirrm %%WWWDIR%%/modules/MailMerge
+@dirrm %%WWWDIR%%/modules/Roles/language
+@dirrm %%WWWDIR%%/modules/Roles/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Roles/metadata
+@dirrm %%WWWDIR%%/modules/Roles
+@dirrm %%WWWDIR%%/modules/ACLActions/metadata
+@dirrm %%WWWDIR%%/modules/ACLActions/language
+@dirrm %%WWWDIR%%/modules/ACLActions
+@dirrm %%WWWDIR%%/modules/History/language
+@dirrm %%WWWDIR%%/modules/History/metadata
+@dirrm %%WWWDIR%%/modules/History
+@dirrm %%WWWDIR%%/modules/CampaignTrackers/language
+@dirrm %%WWWDIR%%/modules/CampaignTrackers/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/CampaignTrackers/metadata
+@dirrm %%WWWDIR%%/modules/CampaignTrackers
+@dirrm %%WWWDIR%%/modules/Activities/metadata
+@dirrm %%WWWDIR%%/modules/Activities/language
+@dirrm %%WWWDIR%%/modules/Activities/views
+@dirrm %%WWWDIR%%/modules/Activities
+@dirrm %%WWWDIR%%/modules/Emails/images
+@dirrm %%WWWDIR%%/modules/Emails/javascript
+@dirrm %%WWWDIR%%/modules/Emails/subpanels
+@dirrm %%WWWDIR%%/modules/Emails/views
+@dirrm %%WWWDIR%%/modules/Emails/language
+@dirrm %%WWWDIR%%/modules/Emails/metadata/subpanels
+@dirrm %%WWWDIR%%/modules/Emails/metadata
+@dirrm %%WWWDIR%%/modules/Emails/templates
+@dirrm %%WWWDIR%%/modules/Emails
+@dirrm %%WWWDIR%%/modules/Relationships/language
+@dirrm %%WWWDIR%%/modules/Relationships
+@dirrm %%WWWDIR%%/modules/MySettings/language
+@dirrm %%WWWDIR%%/modules/MySettings
+@dirrm %%WWWDIR%%/modules
+@dirrm %%WWWDIR%%/install/seed_data
+@dirrm %%WWWDIR%%/install/language
+@dirrm %%WWWDIR%%/install/data
+@dirrm %%WWWDIR%%/install
+@dirrm %%WWWDIR%%/log4php/varia
+@dirrm %%WWWDIR%%/log4php/xml
+@dirrm %%WWWDIR%%/log4php/config
+@dirrm %%WWWDIR%%/log4php/appenders
+@dirrm %%WWWDIR%%/log4php/helpers
+@dirrm %%WWWDIR%%/log4php/spi
+@dirrm %%WWWDIR%%/log4php/layouts
+@dirrm %%WWWDIR%%/log4php/or
+@dirrm %%WWWDIR%%/log4php
+@dirrm %%WWWDIR%%/XTemplate
+@dirrm %%WWWDIR%%/data/upload
+@dirrm %%WWWDIR%%/data
+@dirrm %%WWWDIR%%/jscalendar/lang
+@dirrm %%WWWDIR%%/jscalendar
+@dirrm %%WWWDIR%%/ModuleInstall/PackageManager/tpls
+@dirrm %%WWWDIR%%/ModuleInstall/PackageManager/metadata
+@dirrm %%WWWDIR%%/ModuleInstall/PackageManager
+@dirrm %%WWWDIR%%/ModuleInstall
+@dirrm %%WWWDIR%%/metadata
+@dirrm %%WWWDIR%%/custom
+@unexec rm -rf %D/%%WWWDIR%%/cache 2> /dev/null || true
+@dirrmtry %%WWWDIR%%
+@unexec if [ -d %%WWWDIR%% ]; then echo "===> There are files/directories remaining under %D/%%WWWDIR%%. 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%%/UPGRADE.TXT
-%%PORTDOCS%%%%DOCSDIR%%/%%USERDOCFILE%%
-%%PORTDOCS%%%%DOCSDIR%%/%%RELEASENOTESFILE%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%