- fixed renaming folders, now renames subfolders as well
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 26 Jul 2000 11:07:07 +0000 (11:07 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 26 Jul 2000 11:07:07 +0000 (11:07 +0000)
commit390372b45bd353cbfc6843382bc7f4291544fc49
tree6106fe4e86d59282dc4b80049bfa3121bfa3d5f4
parent9d0c7bee6b1efb09fc667f8f3763a49748628a4b
- fixed renaming folders, now renames subfolders as well
- added some new documentation
   themes/README.themes
   plugins/README.plugins
   doc/themes.txt
- moved themes to themes/ directory, added checking in load_prefs
- revaped help system:
   - .hlp files are in xml format
   - doesn't pop up new window (netscape/ie specific)
   - a bit more navigationable
   - context-sensative
   - updated help documentation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@638 7612ce4b-ef26-0410-bec9-ea0150e637f0
27 files changed:
INSTALL
config/conf.pl
config/config_default.php
doc/index.html
doc/themes.txt [new file with mode: 0644]
doc/translating_help.txt
functions/imap_mailbox.php
functions/page_header.php
plugins/README.plugins [new file with mode: 0644]
src/folders.php
src/folders_rename_do.php
src/help.php
src/left_help.php [deleted file]
src/load_prefs.php
themes/README.themes [new file with mode: 0644]
themes/bluesteel_theme.php [moved from config/bluesteel_theme.php with 100% similarity]
themes/dark_grey_theme.php [moved from config/dark_grey_theme.php with 100% similarity]
themes/deepocean_theme.php [moved from config/deepocean_theme.php with 100% similarity]
themes/default_theme.php [new file with mode: 0644]
themes/forest_theme.php [moved from config/forest_theme.php with 100% similarity]
themes/high_contrast_theme.php [moved from config/high_contrast_theme.php with 100% similarity]
themes/ice_theme.php [moved from config/ice_theme.php with 100% similarity]
themes/plain_blue_theme.php [moved from config/plain_blue_theme.php with 100% similarity, mode: 0644]
themes/purple_theme.php [moved from config/purple_theme.php with 100% similarity]
themes/sandstorm_theme.php [moved from config/sandstorm_theme.php with 100% similarity]
themes/seaspray_theme.php [moved from config/seaspray_theme.php with 100% similarity]
themes/slashdot_theme.php [moved from config/slashdot_theme.php with 100% similarity]