Changeset 1382
- Timestamp:
- 05/05/07 13:05:26
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.3.1/deployment/webadmin/webapp/resources/default/default/default.xsl
r1350 r1382 41 41 42 42 <!-- DEFINE INCLUDES --> 43 <xsl:include href=" /bedework-common/default/default/errors.xsl"/>44 <xsl:include href=" /bedework-common/default/default/messages.xsl"/>43 <xsl:include href="../../bedework-common/default/default/errors.xsl"/> 44 <xsl:include href="../../bedework-common/default/default/messages.xsl"/> 45 45 46 46 <!-- DEFINE GLOBAL CONSTANTS --> … … 3061 3061 </form> 3062 3062 3063 3063 3064 3064 <div id="sharingBox"> 3065 3065 <xsl:apply-templates select="acl" mode="currentAccess"> … … 3274 3274 </div>--> 3275 3275 </xsl:template> 3276 3277 3276 3277 3278 3278 <xsl:template name="calendarList"> 3279 3279 <h3>Manage Calendars</h3> … … 3934 3934 </table> 3935 3935 </xsl:template> 3936 3936 3937 3937 <!--+++++++++++++++ Subscriptions ++++++++++++++++++++--> 3938 3938 <xsl:template match="subscriptions"> … … 4331 4331 4332 4332 <xsl:variable name="viewName" select="/bedeworkadmin/views/view/name"/> 4333 <p>The following view will be removed. <em>Be forewarned: if caching is 4333 <p>The following view will be removed. <em>Be forewarned: if caching is 4334 4334 enabled, removing views from a 4335 4335 production system can cause the public interface to throw errors until the 4336 4336 cache is flushed (a few minutes).</em> 4337 </p> 4338 4337 </p> 4338 4339 4339 <p>Continue?</p> 4340 4340 … … 5622 5622 <xsl:value-of select="/bedeworkadmin/formElements/form/eventsOwner/input/@value"/> 5623 5623 </xsl:otherwise> 5624 </xsl:choose> 5624 </xsl:choose> 5625 5625 </td> 5626 5626 </tr>
