Changeset 1990

Show
Ignore:
Timestamp:
12/19/08 15:03:18
Author:
johnsa
Message:

user client: some cosmetic work on prefs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css

    r1989 r1990  
    268268  vertical-align: middle; 
    269269} 
     270#bedework #bodyBlock td#sideBar #sideBarMenu { 
     271  margin: 1em; 
     272  padding: 0; 
     273} 
    270274#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; 
    272278} 
    273279#bedework #myViews li { 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1987 r1990  
    616616    <h3>options</h3> 
    617617    <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> 
    623648    </ul> 
    624649  </xsl:template> 
     
    40754100  <!--+++++++++++++++ Categories ++++++++++++++++++++--> 
    40764101  <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> 
    40774115    <h2> 
    40784116      Manage Categories 
     
    70557093    <ul class="submenu"> 
    70567094      <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> 
    70587104    </ul> 
    70597105    <!-- The name "eventForm" is referenced by several javascript functions. Do not 
     
    73817427    <h2>Manage Preferences</h2> 
    73827428    <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> 
    73847438      <li class="selected">scheduling/meetings</li> 
    73857439    </ul>