diff --git a/views/blue/class.AddDocument.php b/views/blue/class.AddDocument.php index e729d0687..e9f9e0fac 100644 --- a/views/blue/class.AddDocument.php +++ b/views/blue/class.AddDocument.php @@ -87,7 +87,7 @@ class SeedDMS_View_AddDocument extends SeedDMS_Blue_Style { // Retrieve a list of all users and groups that have review / approve // privileges. - $docAccess = $folder->getApproversList(); + $docAccess = $folder->getReadAccessList(); ?> @@ -112,7 +112,7 @@ class SeedDMS_View_AddDocument extends SeedDMS_Blue_Style {
- + @@ -167,14 +167,14 @@ class SeedDMS_View_AddDocument extends SeedDMS_Blue_Style {
:
:
- + diff --git a/views/blue/class.AddEvent.php b/views/blue/class.AddEvent.php index 36bec3443..d97b59b4a 100644 --- a/views/blue/class.AddEvent.php +++ b/views/blue/class.AddEvent.php @@ -81,7 +81,7 @@ function checkForm() - +
:
:
    -
  1. +

">

">
diff --git a/views/blue/class.AddFile.php b/views/blue/class.AddFile.php index 8a77013da..9fef01dab 100644 --- a/views/blue/class.AddFile.php +++ b/views/blue/class.AddFile.php @@ -88,7 +88,7 @@ function checkForm() : - + : diff --git a/views/blue/class.AddMultiDocument.php b/views/blue/class.AddMultiDocument.php index 29f145f58..b8555a908 100644 --- a/views/blue/class.AddMultiDocument.php +++ b/views/blue/class.AddMultiDocument.php @@ -57,7 +57,7 @@ function chooseCategory(form, cats) { // Retrieve a list of all users and groups that have review / approve // privileges. - $docAccess = $folder->getApproversList(); + $docAccess = $folder->getReadAccessList(); $this->printUploadApplet('../op/op.AddMultiDocument.php', array('folderid'=>$folder->getId())); diff --git a/views/blue/class.AddSubFolder.php b/views/blue/class.AddSubFolder.php index b982c73dc..72711e0c0 100644 --- a/views/blue/class.AddSubFolder.php +++ b/views/blue/class.AddSubFolder.php @@ -72,7 +72,7 @@ function checkForm() - + @@ -88,7 +88,7 @@ function checkForm() foreach($attrdefs as $attrdef) { ?> - +
:
:
getName()); ?>getName()); ?>: printAttributeEditField($attrdef, '') ?>

\n"; } ?> -
+ +
:
:
- +
@@ -144,6 +148,7 @@ function checkGrpForm() ?>
+
: @@ -151,16 +156,19 @@ function checkGrpForm()
:
- +
diff --git a/views/blue/class.AttributeMgr.php b/views/blue/class.AttributeMgr.php index 0d0bb1658..1ae4ed4a7 100644 --- a/views/blue/class.AttributeMgr.php +++ b/views/blue/class.AttributeMgr.php @@ -69,40 +69,39 @@ function showAttributeDefinitions(selectObj) {