added an override in the user profile for toolbar icon set.

added icons on all of the manage links in the content editing forms.
added an "edit" icon to the template method in HTMLForm
This commit is contained in:
JT Smith 2004-02-23 00:13:59 +00:00
parent 5502b42ac3
commit 4c95269bba
16 changed files with 126 additions and 49 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/perl
use lib "../../lib";
use File::Path;
use Getopt::Long;
use Parse::PlainConfig;
use strict;
@ -528,11 +529,8 @@ unlink("../../lib/WebGUI/Wobject/FAQ.pm");
unlink("../../lib/WebGUI/Wobject/ExtraColumn.pm");
unlink("../../lib/WebGUI/Authentication.pm");
unlink("../../lib/WebGUI/Operation/Account.pm");
unlink("../../lib/WebGUI/Authentication/WebGUI.pm");
unlink("../../lib/WebGUI/Authentication/LDAP.pm");
unlink("../../lib/WebGUI/Authentication/SMB.pm");
rmdir("../../lib/WebGUI/Authentication");
rmtree("../../lib/WebGUI/Authentication");
rmtree("../../www/extras/toolbar/default");
#--------------------------------------------
print "\tMigrating wobject privileges.\n" unless ($quiet);

File diff suppressed because one or more lines are too long