<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>It works!</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Grazie</FONT></DIV>
<DIV>
<DIV> </DIV><FONT size=2 face=Arial></FONT><BR><FONT size=1 face=verdana>
<P><FONT size=1 face=verdana><B>Giuseppe Sorce</B><BR></B><FONT
color=#000000>Architetture e Consulenza<BR>Direzione Centrale Ricerca e
Innovazione<BR><A
href="mailto:giuseppe.sorce@eng.it">giuseppe.sorce@eng.it</A><BR><BR><B>Engineering
Ingegneria Informatica spa</B><BR>Viale Regione Siciliana Nord-Ovest, 7275 -
90146 Palermo<BR>Tel. +39-091.7511723<BR>Fax +39-091.7511720<BR><FONT
color=#000000><A
href="http://www.eng.it/"><SPAN>www.eng.it</A></SPAN></FONT></FONT></FONT></P>
<P><FONT size=1 face=verdana><FONT color=#000000><FONT
color=#000000><SPAN></SPAN></FONT></FONT></FONT> </P>
<P><FONT size=1 face=verdana><FONT color=#000000><FONT
color=#000000><SPAN></SPAN></FONT></FONT></FONT></FONT>----- Original Message
----- </P></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=m.jaeger@alkacon.com href="mailto:m.jaeger@alkacon.com">Mario
Jäger</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=opencms-dev@opencms.org
href="mailto:opencms-dev@opencms.org">The OpenCms mailing list</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=damatra@libero.it
href="mailto:damatra@libero.it">damatra@libero.it</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, July 08, 2010 9:44
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [opencms-dev] hide advanced
button in properties dialog</DIV>
<DIV><BR></DIV>Hi Giuseppe,<BR><BR>Yes, this is a feature provided since
OpenCms 7.5.1.<BR><BR>The setting has to be done in the opencms-workplace.xml
in section <dialoghandlers>.<BR>The node <dialoghandlers> can be
enhanced for the following sub nodes:<BR><BR>- <param
name="hideadvanced">true</param>: that does suppress the display of
the<BR>"Advanced" button. Only users with role "Root Administrator" can see
the button then.<BR>To make the button visible for other users, additional
<param> elements have to be set.<BR><BR>- <param
name="showgroup">GroupAdvancedButtonOn</param> or <BR>
<param name="showgroup">/subou/GroupAdvancedButtonOn</param>
defines groups, which shall<BR>also see the "Advanced"
button.<BR><BR>Example:<BR><BR>
...<BR>
<dialoghandlers><BR>
...<BR> <dialoghandler
class="org.opencms.workplace.commons.CmsPropertyAdvanced"><BR>
<param
name="hideadvanced">true</param><BR>
<param
name="showgroup">GroupAdvancedButtonOn</param><BR>
<param
name="showgroup">OtherGroup</param><BR>
...<BR>
</dialoghandler><BR>
</dialoghandlers><BR> ...<BR><BR>-- <BR>Kind
Regards,<BR>Mario.<BR> <BR>-------------------<BR>Mario
Jäger<BR> <BR>Alkacon Software GmbH - The OpenCms
Experts
<BR><A href="http://www.alkacon.com">http://www.alkacon.com</A> - <A
href="http://www.opencms.org">http://www.opencms.org</A> <BR><BR><BR>Giuseppe
Sorce schrieb:<BR>> Hi all,<BR>> I know, it's an old discussion... but
I'll try to ask again.<BR>> I'm wondering if there is a way to prevent the
advanced button to show up<BR>> when editing properties for a resource or
at least a way to preventing the<BR>> update of these advanced properties
(for users that are not admistrators or<BR>> projectmanagers).I remember it
is a new feature provided by OpenCms 7.5.1. <BR>> Isn't it?<BR>><BR>>
Thank you in advance for your reply.Giuseppe SorceEngineering Ingegneria
<BR>> Informatica S.p.A.Direzione Centrale Ricerca e InnovazioneV.le
Regione <BR>> Siciliana Nord-Ovest, 727590146 - PalermoPhone: +39 091
7511723Fax : +39 <BR>> 091 7511720E-mail: <A
href="mailto:giuseppe.sorce@eng.it">giuseppe.sorce@eng.it</A>
<BR>><BR>><BR>><BR>>
_______________________________________________<BR>> This mail is sent to
you from the opencms-dev mailing list<BR>> To change your list options, or
to unsubscribe from the list, please visit<BR>> <A
href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</A><BR>>
<BR><BR>_______________________________________________<BR>This mail is sent
to you from the opencms-dev mailing list<BR>To change your list options, or to
unsubscribe from the list, please visit<BR><A
href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</A><BR><BR></BLOCKQUOTE></BODY></HTML>