Changeset 2092
- Timestamp:
- 03/05/09 11:05:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r2088 r2092 155 155 } 156 156 #content h4 { 157 margin: 0 em;158 padding: 1em 0.2em 0 em0.2em;157 margin: 0; 158 padding: 1em 0.2em 0 0.2em; 159 159 font-size: 1em; 160 160 } … … 940 940 padding: 2em; 941 941 } 942 ul.calendarTree { 943 margin-top: 0; 944 white-space: nowrap; 945 } 942 946 .calendarTree ul { 943 947 padding-left: 10px; … … 946 950 .calendarTree li { 947 951 padding-top: 0.25em; 948 /*font-weight: bold;*/949 952 } 950 953 li.folder { … … 1040 1043 margin: 0; 1041 1044 padding: 0; 1045 } 1046 #bwGetCollectionForm { 1047 margin-top: 1em; 1048 white-space: nowrap; 1042 1049 } 1043 1050 #bwPublicCalDisplay { trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2090 r2092 6 6 media-type="text/html" 7 7 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" 9 9 standalone="yes" 10 10 omit-xml-declaration="yes"/> … … 806 806 <li class="calendar"> 807 807 <a href="{$calendar-fetch}"> 808 Manage calendars 808 Manage calendars & folders 809 809 </a> 810 810 </li> … … 3303 3303 <tr> 3304 3304 <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> 3306 3312 <ul class="calendarTree"> 3307 3313 <xsl:choose> … … 3814 3820 3815 3821 <xsl:template name="calendarList"> 3816 <h3>Manage Calendars </h3>3822 <h3>Manage Calendars & Folders</h3> 3817 3823 <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 3819 3826 a calendar or folder.</li> 3820 3827 <li>Select the … … 3825 3832 <li>Calendars may only contain events (and other calendar items).</li> 3826 3833 </ul> 3834 </li> 3835 <li> 3836 You may also retrieve a calendar or folder directly by its path using the form to the left. 3827 3837 </li> 3828 3838 </ul>
