Changeset 1347

Show
Ignore:
Timestamp:
04/17/07 16:01:39
Author:
johnsa
Message:

admin client:

- remove abiliity to modify event owners in admin groups once created.
- add warning to delete view confirm page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r1337 r1347  
    43174317 
    43184318    <xsl:variable name="viewName" select="/bedeworkadmin/views/view/name"/> 
    4319     <p>The following view will be removed. Continue?</p> 
     4319    <p>The following view will be removed. <em>Be forewarned: removing views from a 
     4320    production system can cause the public interface to throw errors while the 
     4321    cache is updated.  To avoid this, plan on restarting the server when removing 
     4322    views from a production system.</em> 
     4323    </p>  
     4324     
     4325    <p>Continue?</p> 
    43204326 
    43214327    <h3 class="viewName"> 
     
    55955601          </td> 
    55965602          <td> 
    5597             <xsl:copy-of select="/bedeworkadmin/formElements/form/eventsOwner/*"/> 
     5603           <xsl:choose> 
     5604              <xsl:when test="/bedeworkadmin/creating = 'true'"> 
     5605                <xsl:copy-of select="/bedeworkadmin/formElements/form/eventsOwner/*"/> 
     5606              </xsl:when> 
     5607              <xsl:otherwise> 
     5608                <xsl:value-of select="/bedeworkadmin/formElements/form/eventsOwner/input/@value"/> 
     5609              </xsl:otherwise> 
     5610            </xsl:choose>             
    55985611          </td> 
    55995612        </tr>