Changeset 169

Show
Ignore:
Timestamp:
02/17/06 15:20:04
Author:
douglm
Message:

Add timezone id to system parameters page

Files:

Legend:

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

    r166 r169  
    271271        <th>Events</th> 
    272272        <td> 
    273           <a href="{$event-initAddEvent}" > 
     273          <a id="addEventLink" href="{$event-initAddEvent}" > 
    274274            Add 
    275275          </a> 
     
    292292        <th>Contacts</th> 
    293293        <td> 
    294           <a href="{$sponsor-initAdd}" > 
     294          <a id="addSponsorLink" href="{$sponsor-initAdd}" > 
    295295            Add 
    296296          </a> 
     
    305305        <th>Locations</th> 
    306306        <td> 
    307           <a href="{$location-initAdd}" > 
     307          <a id="addLocationLink" href="{$location-initAdd}" > 
    308308            Add 
    309309          </a> 
     
    20542054      <table class="eventFormTable"> 
    20552055        <tr> 
     2056          <th>Default timezone:</th> 
     2057          <td> 
     2058            <xsl:variable name="tzid" select="/bedeworkadmin/system/tzid"/> 
     2059            <input value="{$tzid}" name="tzid" size="20"/> 
     2060          </td> 
     2061          <td> 
     2062            Default timezone id for date/time values. This should normally be your local timezone 
     2063          </td> 
     2064        </tr> 
     2065        <tr> 
    20562066          <th>Default user view name:</th> 
    20572067          <td> 
  • trunk/calendar3/webadmin/war/docs/system/modSyspars.jsp

    r64 r169  
    1010<bean:define id="systemParams" name="peForm" property="syspars"/> 
    1111<system> 
     12  <tzid><bean:write name="systemParams" property="tzid"/></tzid> 
    1213  <defaultUserViewName><bean:write name="systemParams" property="defaultUserViewName"/></defaultUserViewName> 
    1314  <httpConnectionsPerUser><bean:write name="systemParams" property="httpConnectionsPerUser"/></httpConnectionsPerUser>