Changeset 2092

Show
Ignore:
Timestamp:
03/05/09 11:05:32
Author:
johnsa
Message:

admin client: form to select arbitrary collection added

Files:

Legend:

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

    r2088 r2092  
    155155} 
    156156#content h4 { 
    157   margin: 0em
    158   padding: 1em 0.2em 0em 0.2em; 
     157  margin: 0
     158  padding: 1em 0.2em 0 0.2em; 
    159159  font-size: 1em; 
    160160} 
     
    940940  padding: 2em; 
    941941} 
     942ul.calendarTree { 
     943  margin-top: 0; 
     944  white-space: nowrap; 
     945} 
    942946.calendarTree ul { 
    943947  padding-left: 10px; 
     
    946950.calendarTree li { 
    947951  padding-top: 0.25em; 
    948   /*font-weight: bold;*/ 
    949952} 
    950953li.folder { 
     
    10401043  margin: 0; 
    10411044  padding: 0; 
     1045} 
     1046#bwGetCollectionForm { 
     1047  margin-top: 1em; 
     1048  white-space: nowrap; 
    10421049} 
    10431050#bwPublicCalDisplay { 
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r2090 r2092  
    66     media-type="text/html" 
    77     doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" 
    8      doctype-system="http://www.w3.org/TR/html4/strict.dtd" 
     8     doctype-system="http://www.w3.org/TR/html4/loose.dtd" 
    99     standalone="yes" 
    1010     omit-xml-declaration="yes"/> 
     
    806806        <li class="calendar"> 
    807807          <a href="{$calendar-fetch}"> 
    808             Manage calendars 
     808            Manage calendars &amp; folders 
    809809          </a> 
    810810        </li> 
     
    33033303      <tr> 
    33043304        <td class="cals"> 
    3305           <h3>Public calendars</h3> 
     3305          <h2>Collections</h2> 
     3306          <form name="getCollection" id="bwGetCollectionForm" action="{$calendar-fetchForUpdate}"> 
     3307            Select by path:<br/> 
     3308            <input type="text" size="15" name="calPath"/> 
     3309            <input type="submit" value="go"/> 
     3310          </form> 
     3311          <h4>Public Tree</h4> 
    33063312          <ul class="calendarTree"> 
    33073313            <xsl:choose> 
     
    38143820 
    38153821  <xsl:template name="calendarList"> 
    3816     <h3>Manage Calendars</h3> 
     3822    <h3>Manage Calendars &amp; Folders</h3> 
    38173823    <ul> 
    3818       <li>Select an item from the calendar list on the left to modify 
     3824 
     3825      <li>Select an item from the Public Tree on the left to modify 
    38193826      a calendar or folder.</li> 
    38203827      <li>Select the 
     
    38253832          <li>Calendars may only contain events (and other calendar items).</li> 
    38263833        </ul> 
     3834      </li> 
     3835      <li> 
     3836        You may also retrieve a calendar or folder directly by its path using the form to the left. 
    38273837      </li> 
    38283838    </ul>