Re: Administration Pages - Modifying Data Displayed
jlinowes <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.user |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
You can override any of the admin templates, such as admin-config.xd for each module. One idea is to put both versions of your admin templates in the same admin-config.xt file, for example, if you had determined the user is a site admin (vs full admin), <xar:if condition="$isSiteAdmin eq true"> (your custom template here) <xar:else /> (original admin template tags here> </xar:if> linoj wwalkerbout wrote: > Hi there, > > I have a Security Role setup that presents a "Site Admin" Menu Block when a > Registered User signs on with the "SiteAdmin" privileges. That Menu Block > present just the Admin pages that I need presented for an administrative > user who is other than in the super user "Administrator" role. This all > works fine. > > However, when a SiteAdmin goes to various standard Administration Pages, I > would like to limit what data values are displayed in the pages (from the > default administration page display), to simplify the administration process > and to prevent them from changing things that might break the site. > > While the standard administration page information is great for a super > administrator, I think it is too overwhelming for a simple Site Admin role. > This is especially true for the non-technical users who are in this role on > the site I am building. > > Can anyone provide advice on what options I have for doing this? > > Cheers, > > > Wayne > >