W dniu 26.07.2010 21:11, Arthur Baldwin pisze:
> Um, what syntax would I use in this snippet to indicate that only
> "Administrators" should be able to see the users "tab" at all?
I think you have to edit main-nav tag. The simpliest way to do this is
to copy it from
app/views/taglibs/auto/rapid/pages.dryml
and modify it. Only disadvantage of this solution is that you'll have to
update your main-nav tag every time you'll want it to change.
Personally I'd just put a link like(I didn't test this so there may be
small errors):
<a if="¤t_user.try.administrator" with="&User">View users listing</a>
on home page.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.