Changeset 1515
- Timestamp:
- 08/14/07 10:43:59
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/default.css (modified) (3 diffs)
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (8 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r1514 r1515 469 469 padding: 0.5em 1em; 470 470 border-right: 1px solid #ddd; 471 white-space: nowrap; 471 472 } 472 473 #rrulesTable td#advancedRrules { … … 520 521 padding: 0.5em; 521 522 } 522 # bedework #rdatesFormFields p {523 #rdatesFormFields p { 523 524 clear: both; 524 525 margin-top: 1em; … … 538 539 font-size: 0.9em; 539 540 } 540 #bedework #bwCurrentRdates, 541 #bedework #bwCurrentExdates { 541 #bwCurrentRdates, 542 #bwCurrentExdates, 543 #bwCurrentRdatesNone, 544 #bwCurrentExdatesNone { 542 545 float: left; 543 546 margin: 1em 2em 1em 0; 544 547 } 545 #b edework #bwCurrentRdates th,546 #b edework #bwCurrentRdates td,547 #b edework #bwCurrentExdates th,548 #b edework #bwCurrentExdates td {548 #bwCurrentRdates th, 549 #bwCurrentRdates td, 550 #bwCurrentExdates th, 551 #bwCurrentExdates td { 549 552 text-align: left; 550 553 padding: 0 0.5em 0 0; trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1514 r1515 1203 1203 <div id="recurrenceFields" class="invisible"> 1204 1204 <xsl:if test="form/recurringEntity = 'true'"><xsl:attribute name="class">visible</xsl:attribute></xsl:if> 1205 1205 1206 <h4>Recurrence Rules</h4> 1206 1207 <!-- show or hide rrules fields when editing: --> 1207 1208 <xsl:if test="form/recurrence"> … … 1343 1344 <tr> 1344 1345 <td id="recurrenceFrequency" rowspan="2"> 1345 < strong>Frequency:</strong><br/>1346 <em>Frequency:</em><br/> 1346 1347 <input type="radio" name="freq" value="NONE" onclick="showRrules(this.value)" checked="checked"/>none<br/> 1347 1348 <!--<input type="radio" name="freq" value="HOURLY" onclick="showRrules(this.value)"/>hourly<br/>--> … … 1357 1358 </div> 1358 1359 <div id="recurrenceUntilRules" class="invisible"> 1359 < strong>Repeat:</strong>1360 <em>Repeat:</em> 1360 1361 <p> 1361 1362 <input type="radio" name="recurCountUntil" value="forever"> … … 1681 1682 <option value="">select timezone...</option> 1682 1683 <xsl:variable name="rdateTzId" select="/bedeworkadmin/now/defaultTzid"/> 1683 <xsl:for-each select="/bedework /timezones/timezone">1684 <xsl:for-each select="/bedeworkadmin/timezones/timezone"> 1684 1685 <option> 1685 1686 <xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute> … … 1696 1697 1697 1698 <input type="hidden" name="rdates" value="" id="bwRdatesField" /> 1698 <!-- if there are no recur ence dates, the following table will show -->1699 <table cellspacing="0" id="bwCurrentRdatesNone">1699 <!-- if there are no recurrence dates, the following table will show --> 1700 <table cellspacing="0" class="invisible" id="bwCurrentRdatesNone"> 1700 1701 <tr><th>Recurrence Dates</th></tr> 1701 1702 <tr><td>No recurrence dates</td></tr> … … 1703 1704 1704 1705 <!-- if there are recurrence dates, the following table will show --> 1705 <table cellspacing="0" id="bwCurrentRdates">1706 <table cellspacing="0" class="invisible" id="bwCurrentRdates"> 1706 1707 <tr> 1707 1708 <th colspan="4">Recurrence Dates</th> 1708 1709 </tr> 1709 <tr >1710 <tr class="colNames"> 1710 1711 <td>Date</td> 1711 1712 <td>Time</td> … … 1717 1718 <input type="hidden" name="exdates" value="" id="bwExdatesField" /> 1718 1719 <!-- if there are no exception dates, the following table will show --> 1719 <table cellspacing="0" id="bwCurrentExdatesNone">1720 <table cellspacing="0" class="invisible" id="bwCurrentExdatesNone"> 1720 1721 <tr><th>Exception Dates</th></tr> 1721 1722 <tr><td>No exception dates</td></tr> … … 1723 1724 1724 1725 <!-- if there are exception dates, the following table will show --> 1725 <table cellspacing="0" id="bwCurrentExdates">1726 <table cellspacing="0" class="invisible" id="bwCurrentExdates"> 1726 1727 <tr> 1727 1728 <th colspan="4">Exception Dates</th> 1728 1729 </tr> 1729 <tr >1730 <tr class="colNames"> 1730 1731 <td>Date</td> 1731 1732 <td>Time</td> trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1514 r1515 838 838 padding: 0.5em 1em; 839 839 border-right: 1px solid #ddd; 840 white-space: nowrap; 840 841 } 841 842 #bedework #rrulesTable td#advancedRrules { … … 908 909 } 909 910 #bedework #bwCurrentRdates, 910 #bedework #bwCurrentExdates { 911 #bedework #bwCurrentExdates, 912 #bedework #bwCurrentRdatesNone, 913 #bedework #bwCurrentExdatesNone { 911 914 float: left; 912 915 margin: 1em 2em 1em 0; trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1514 r1515 3184 3184 </table> 3185 3185 3186 <!-- if there are no recurence dates, the following table will show -->3186 <!-- if there are recurrence dates, the following table will show --> 3187 3187 <table cellspacing="0" class="invisible" id="bwCurrentRdates"> 3188 3188 <tr> 3189 3189 <th colspan="4">Recurrence Dates</th> 3190 3190 </tr> 3191 <tr >3191 <tr class="colNames"> 3192 3192 <td>Date</td> 3193 3193 <td>Time</td> … … 3209 3209 <th colspan="4">Exception Dates</th> 3210 3210 </tr> 3211 <tr >3211 <tr class="colNames"> 3212 3212 <td>Date</td> 3213 3213 <td>Time</td>
