Peter,
Here is what I have for the three sections at the bottom. I have them set to Admin because when I set it to "Edit" the sections do not show up for anybody. With the "Admin" option they are only visible by Administrators which is not ideal. I chanegd the settings to Admin and logged in with two accounts...one had Edit rights and the other had both Edit and Approve. I could not see the sections with either account.
------------------------------------------
[<dmx:DMXPanel runat="server" id="pnlPermissions" ViewPermission="Admin">]
[
<%=DotNetNuke.Services.Localization.Localization.GetString("Permissions", LocalResourceFile)%>
]
[
]
[
]
[<%=Bring2mind.DNN.Modules.DMX.UI.Utilities.FormatPermissions(Entry.Permissions)%>]
[
]
[
]
[]
[<dmx:dmxpanel runat="server" id="pnlVersions" ViewPermission="Admin">]
[
<%=DotNetNuke.Services.Localization.Localization.GetString("Versions", LocalResourceFile)%>
]
[
]
[<dmx:versionlist runat="server" id="ctlVersions" />]
[
]
[]
[<dmx:dmxpanel runat="server" id="pnlLog" ViewPermission="Admin">]
[
<%=DotNetNuke.Services.Localization.Localization.GetString("Log", LocalResourceFile)%>
]
[
]
[<dmx:log runat="server" id="ctlLog" />]
[
]
[]
-------------------------------------------------