Commit fee783ecc6c6a807cf601e1257da9796ad980fbe

Authored by michael
1 parent 8615251d

(#2756) changed read/write permissions to use checkbox type


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2385 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc
... ... @@ -121,7 +121,7 @@ function getFolderGroupAccess($iFolderID, $sDivName) {
121 121  
122 122 $aColumns = array("group_name", "can_read", "can_write", "edit", "del");
123 123 $aColumnHeaders = array("Group", "Read", "Write", "", "");
124   - $aColumnTypes = array(1,1,1,3,3);
  124 + $aColumnTypes = array(1,2,2,3,3);
125 125 $aDBColumnArray = array("id","folder_id");
126 126 $aQueryStringVariableNames = array("fGroupFolderLinkID", "fFolderID");
127 127 $aLinkURLs = array(3=>"$default->rootUrl/control.php?action=modifyGroupFolderLink",4=>"$default->rootUrl/control.php?action=deleteGroupFolderLink");
... ...