Re: Templates.. CSS stylesheets and inline styles.. Oh My!

  •  03-30-2009, 7:13 AM

    Re: Templates.. CSS stylesheets and inline styles.. Oh My!

    Is there also an ability to disable the image editor button using the web.config.. i see the sec policy if statement in the code
     
    1. <% if(secset.AllowModify) {%>   
    2. <img class="dialogButton" id="img_ImageEditor" src="../Load.ashx?type=image&file=imageeditor.gif" onClick="ImageEditor();" title="[[ImageEditor]]" />   
    3.                         <%   
    4.                         }   
    5.                         else   
    6.                         {   
    7.                         %>   
    8. <img class="CuteEditorButtonDisabled" id="img1" src="../Load.ashx?type=image&file=imageeditor.gif" title="[[ImageEditor]]" />  
     and wish to disable the image editor due to a previous unresolved issue.
     
    UPDATE: found the setting in the security configs
View Complete Thread