From ccd82fe17dae56b2a3eaf0999d07687edb878c39 Mon Sep 17 00:00:00 2001 From: srichman333 Date: Fri, 14 Jul 2023 10:42:51 -0400 Subject: override nested -> upgrade nested and a few small ui things --- src/client/views/DocumentDecorations.tsx | 4 ++-- src/client/views/PropertiesView.tsx | 13 +++++-------- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'src/client/views') diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 3522830e5..bab07ac96 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -831,7 +831,7 @@ export class DocumentDecorations extends React.Component<{ PanelWidth: number; P   {shareSymbolIcon + ' ' + shareMode}   - {!Doc.noviceMode ? ( + {/* {!Doc.noviceMode ? (
(this.showLayoutAcl = !this.showLayoutAcl))} /> @@ -839,7 +839,7 @@ export class DocumentDecorations extends React.Component<{ PanelWidth: number; P
Layout
) : null} -   +   */}
) : ( diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 2e10bf346..d88d86e1a 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -490,23 +490,20 @@ export class PropertiesView extends React.Component { return (
-
+
+

Individual Users with Access to this Document +
{
{individualTableEntries}
}
{groupTableEntries.length > 0 ? (
- {' '} -

Groups with Access to this Document{' '} +

Groups with Access to this Document
{
{groupTableEntries}
}
) : null} - Guest +

Guest
{this.colorACLDropDown('Guest', true, publicPermission!, true)}
-
- {' '} -

Individual Users with Access to this Document{' '} -
); } -- cgit v1.2.3-70-g09d2