Temp Fix for people who are used to Content Managers being able to manage images.
This commit is contained in:
parent
21a685c0a6
commit
cbb0876568
3 changed files with 18 additions and 11 deletions
|
|
@ -137,6 +137,7 @@ sub www_editContentSettings {
|
|||
$f->integer("textAreaCols",WebGUI::International::get(464),$session{setting}{textAreaCols});
|
||||
$f->integer("textBoxSize",WebGUI::International::get(465),$session{setting}{textBoxSize});
|
||||
$f->select("richEditor",\%editor,WebGUI::International::get(496),[$session{setting}{richEditor}]);
|
||||
$f->group("groupToManageImages",'Group To Manage Images',[$session{setting}{groupToManageImages}]);
|
||||
$f->submit;
|
||||
$output .= $f->print;
|
||||
} else {
|
||||
|
|
@ -148,6 +149,7 @@ sub www_editContentSettings {
|
|||
#-------------------------------------------------------------------
|
||||
sub www_editContentSettingsSave {
|
||||
if (WebGUI::Privilege::isInGroup(3)) {
|
||||
_saveSetting("groupToManageImages");
|
||||
_saveSetting("addEditStampToPosts");
|
||||
_saveSetting("defaultPage");
|
||||
_saveSetting("notFoundPage");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue