Changeset 1990
- Timestamp:
- 12/19/08 15:03:18
- 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) (4 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/prefsIcon.gif (added)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/std-icalDownload-icon-small.gif (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1989 r1990 268 268 vertical-align: middle; 269 269 } 270 #bedework #bodyBlock td#sideBar #sideBarMenu { 271 margin: 1em; 272 padding: 0; 273 } 270 274 #bedework #bodyBlock td#sideBar #sideBarMenu li { 271 padding-bottom: 0.5em; 275 list-style: none; 276 padding: 0 0 0.5em 0; 277 margin: 0; 272 278 } 273 279 #bedework #myViews li { trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1987 r1990 616 616 <h3>options</h3> 617 617 <ul id="sideBarMenu"> 618 <li><a href="{$category-initUpdate}">Manage Categories</a></li> 619 <li><a href="{$location-initUpdate}">Manage Locations</a></li> 620 <li><a href="{$prefs-fetchForUpdate}">Preferences</a></li> 621 <li><a href="{$initUpload}" title="upload event">Upload iCAL</a></li> 622 <li><a href="{$calendar-listForExport}" title="upload event">Export Calendars</a></li> 618 <li> 619 <a href="{$category-initUpdate}">Manage Categories</a> 620 </li> 621 <li> 622 <a href="{$location-initUpdate}">Manage Locations</a> 623 </li> 624 <li class="prefs"> 625 <a href="{$prefs-fetchForUpdate}"> 626 <img height="13" border="0" width="13" 627 src="{$resourcesRoot}/resources/prefsIcon.gif" 628 alt="upload event" /> 629 Preferences 630 </a> 631 </li> 632 <li> 633 <a href="{$initUpload}" title="upload event"> 634 <img height="16" border="0" width="12" 635 src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" 636 alt="upload ical" /> 637 Upload iCAL 638 </a> 639 </li> 640 <li> 641 <a href="{$calendar-listForExport}" title="upload event"> 642 <img height="16" border="0" width="12" 643 src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" 644 alt="upload event" /> 645 Export Calendars 646 </a> 647 </li> 623 648 </ul> 624 649 </xsl:template> … … 4075 4100 <!--+++++++++++++++ Categories ++++++++++++++++++++--> 4076 4101 <xsl:template name="categoryList"> 4102 <h2>Manage Preferences</h2> 4103 <ul class="submenu"> 4104 <li> 4105 <a href="{$prefs-fetchForUpdate}">general</a> 4106 </li> 4107 <li class="selected">categories</li> 4108 <li> 4109 <a href="{$location-initUpdate}">locations</a> 4110 </li> 4111 <li> 4112 <a href="{$prefs-fetchSchedulingForUpdate}">scheduling/meetings</a> 4113 </li> 4114 </ul> 4077 4115 <h2> 4078 4116 Manage Categories … … 7055 7093 <ul class="submenu"> 7056 7094 <li class="selected">general</li> 7057 <li><a href="{$prefs-fetchSchedulingForUpdate}">scheduling/meetings</a></li> 7095 <li> 7096 <a href="{$category-initUpdate}">categories</a> 7097 </li> 7098 <li> 7099 <a href="{$location-initUpdate}">locations</a> 7100 </li> 7101 <li> 7102 <a href="{$prefs-fetchSchedulingForUpdate}">scheduling/meetings</a> 7103 </li> 7058 7104 </ul> 7059 7105 <!-- The name "eventForm" is referenced by several javascript functions. Do not … … 7381 7427 <h2>Manage Preferences</h2> 7382 7428 <ul class="submenu"> 7383 <li><a href="{$prefs-fetchForUpdate}">general</a></li> 7429 <li> 7430 <a href="{$prefs-fetchForUpdate}">general</a> 7431 </li> 7432 <li> 7433 <a href="{$category-initUpdate}">categories</a> 7434 </li> 7435 <li> 7436 <a href="{$location-initUpdate}">locations</a> 7437 </li> 7384 7438 <li class="selected">scheduling/meetings</li> 7385 7439 </ul>
