[Building Sakai] Property setting question

Matthew Jones matthew at longsight.com
Tue Jan 14 09:00:24 PST 2014


I don't think there is for everything, but you can hide them with CSS in
tool.css. Just use a source inspector to find out what the unique action
is, and use the *= selector to pick it. The below should work.

a[onClick*='doMenu_siteInfo_importSelection'] {
    visibility: hidden;
    font-size:0;
}
a[onClick*='doLinkHelper'] {
    visibility: hidden;
    font-size:0;
}



On Tue, Jan 14, 2014 at 11:56 AM, Kara Stiles <kstiles at brutuspartners.com>wrote:

> There is super cool property setting (
> https://jira.sakaiproject.org/browse/SAK-20785) that controls whether the
> Duplicate Site link appears in site info, and there are some other
> permission configurations that control whether some of the other functions
> appear in site info.  I'm having loads of fun configuring those.
>
> But I can't find any permissions or property settings to control these
> functions:
>
> Link to Parent Site
> Import from Archive File
>
> I would like to remove these options from site editor.  Is there a simple
> way to do this without rewriting code?  An obscurely documented property
> setting, perhaps?
>
> Thanks,
> Kara
>
> http://www.brutuspartners.com
> http://www.lessoncloud.org
>
>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140114/277c758a/attachment.html 


More information about the sakai-dev mailing list