Revision: 12436
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12436&view=rev
Author: pdontthink
Date: 2007-06-02 12:37:44 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
Templates also known as skins; also alphabetize list of available plugins (whew)
Modified Paths:
--------------
trunk/squirrelmail/config/conf.pl
Modified: trunk/squirrelmail/config/conf.pl
===================================================================
--- trunk/squirrelmail/config/conf.pl 2007-06-01 14:03:03 UTC (rev 12435)
+++ trunk/squirrelmail/config/conf.pl 2007-06-02 19:37:44 UTC (rev 12436)
@@ -685,7 +685,7 @@
print "1. Use Icons? : $WHT$use_icons$NRM\n";
# print "3. Default Icon Set : $WHT$icon_theme_def$NRM\n";
print "2. Default font size : $WHT$default_fontsize$NRM\n";
- print "3. Manage template sets\n";
+ print "3. Manage template sets (skins)\n";
print "4. Manage user themes\n";
print "5. Manage font sets\n";
print "6. Manage icon themes\n";
@@ -728,7 +728,7 @@
}
print "\n Available Plugins:\n";
opendir( DIR, "../plugins" );
- @files = readdir(DIR);
+ @files = sort(readdir(DIR));
$pos = 0;
@unused_plugins = ();
for ( $i = 0 ; $i <= $#files ; $i++ ) {
@@ -3042,7 +3042,7 @@
}
sub command_templates {
- print "\nDefine the template sets that you wish to use. If you have
added\n";
+ print "\nDefine the template sets (skins) that you wish to use. If you
have added\n";
print "a template set of your own, just follow the instructions (?)
about\n";
print "how to add them. You can also change the default template.\n";
@@ -3083,7 +3083,7 @@
. "| - N (remove template set) |\n"
. "| m N (mark default template set) |\n"
. "| f N (set fallback template set) |\n"
- . "| l (list template sets) |\n"
+ . "| l (list template sets/skins) |\n"
. "| d (done) |\n"
. "|-------------------------------------|\n"
. "| where N is a template set number |\n"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|