Changeset 1971
- Timestamp:
- 11/18/08 16:54:58
- Files:
-
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (6 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/calIconAlias-sm.gif (added)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/calIconAlias2-sm.gif (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1911 r1971 243 243 padding-right: 4px; 244 244 margin-right: 4px; 245 border-right: 1px solid #aaa;245 /*border-right: 1px solid #aaa;*/ 246 246 } 247 247 #bedework #bodyBlock td#sideBarClosed { trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1967 r1971 373 373 losing the script closing tags (which avoids browser problems) --> 374 374 <script type="text/javascript" src="{$resourcesRoot}/resources/bedework.js"> </script> 375 <script type="text/javascript" src="/bedework-common/javascript/jquery/jquery-1.2.6.min.js"> </script> 376 <script type="text/javascript" src="/bedework-common/javascript/jquery/jquery-ui-1.5.2.min.js"> </script> 377 <link rel="stylesheet" href="/bedework-common/javascript/jquery/bedeworkJqueryThemes.css"/> 375 378 <xsl:if test="/bedework/page='modSchedulingPrefs' or 376 379 /bedework/page='modPrefs' or … … 400 403 </xsl:when> 401 404 <xsl:otherwise> 402 <script type="text/javascript" src="/bedework-common/javascript/jquery/jquery-1.2.6.min.js"> </script>403 <script type="text/javascript" src="/bedework-common/javascript/jquery/jquery-ui-1.5.2.min.js"> </script>404 <link rel="stylesheet" href="/bedework-common/javascript/jquery/bedeworkJqueryThemes.css"/>405 405 <script type="text/javascript"> 406 406 <xsl:comment> … … 570 570 571 571 <h3> 572 < a href="{$subscriptions-showSubsMenu}" title="subscribe to calendars or iCal feeds">572 <!-- a href="{$subscriptions-showSubsMenu}" title="subscribe to calendars or iCal feeds"> 573 573 subscribe 574 </a >575 <a href="{$calendar-fetch}" title="manage calendars " class="calManageLink">574 </a --> 575 <a href="{$calendar-fetch}" title="manage calendars and subscriptions" class="calManageLink"> 576 576 manage 577 577 </a> … … 4225 4225 <!--+++++++++++++++ Calendars ++++++++++++++++++++--> 4226 4226 <xsl:template match="calendars" mode="manageCalendars"> 4227 <h2>Manage Calendars </h2>4227 <h2>Manage Calendars & Subscriptions</h2> 4228 4228 <table id="calendarTable"> 4229 4229 <tr> … … 4301 4301 <xsl:attribute name="class"> 4302 4302 <xsl:choose> 4303 <xsl:when test="/bedework/selectionState/selectionType = 'c alendar'4303 <xsl:when test="/bedework/selectionState/selectionType = 'collections' 4304 4304 and path = /bedework/selectionState/subscriptions/subscription/calendar/path">selected</xsl:when> 4305 4305 <xsl:when test="calType='2' or calType='3'">trash</xsl:when> … … 4771 4771 4772 4772 <xsl:template name="calendarList"> 4773 <h3>Managing Calendars </h3>4773 <h3>Managing Calendars & Subscriptions</h3> 4774 4774 <ul> 4775 <li>Select an item from the calendar list on the left to modify 4776 a calendar or folder.</li> 4775 <li>Select an item from the calendar tree on the left to modify a<br/> 4776 calendar (<img src="{$resourcesRoot}/resources/calIcon-sm.gif" width="13" height="13" alt="true" border="0"/>), 4777 subscription (<img src="{$resourcesRoot}/resources/calIconAlias2-sm.gif" width="17" height="13" alt="true" border="0"/>), or 4778 folder (<img src="{$resourcesRoot}/resources/catIcon.gif" width="13" height="13" alt="true" border="0"/>).</li> 4777 4779 <li>Select the 4778 4780 <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="true" border="0"/> 4779 icon to add a new calendar or folder to the tree.4781 icon to add a new calendar, subscription, or folder to the tree. 4780 4782 <ul> 4781 4783 <li>Folders may only contain calendars and subfolders.</li>
