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:
parent
5502b42ac3
commit
4c95269bba
16 changed files with 126 additions and 49 deletions
|
|
@ -80,6 +80,7 @@ webgui.
|
|||
- Added Cool Menus to the navigation system. (Thanks to Thomas Brattli,
|
||||
http://www.dhtmlcentral.com)
|
||||
- Added a config file option for per-site International message caching.
|
||||
- Added an override in the user profile for toolbar icon set.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue