Changeset 1515

Show
Ignore:
Timestamp:
08/14/07 10:43:59
Author:
johnsa
Message:

admin and user client: more basic stylistic tweaks to rdates UI

Files:

Legend:

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

    r1514 r1515  
    469469  padding: 0.5em 1em; 
    470470  border-right: 1px solid #ddd; 
     471  white-space: nowrap; 
    471472} 
    472473#rrulesTable td#advancedRrules { 
     
    520521  padding: 0.5em; 
    521522} 
    522 #bedework #rdatesFormFields p { 
     523#rdatesFormFields p { 
    523524  clear: both; 
    524525  margin-top: 1em; 
     
    538539  font-size: 0.9em; 
    539540} 
    540 #bedework #bwCurrentRdates, 
    541 #bedework #bwCurrentExdates { 
     541#bwCurrentRdates, 
     542#bwCurrentExdates, 
     543#bwCurrentRdatesNone, 
     544#bwCurrentExdatesNone { 
    542545  float: left; 
    543546  margin: 1em 2em 1em 0; 
    544547} 
    545 #bedework #bwCurrentRdates th, 
    546 #bedework #bwCurrentRdates td, 
    547 #bedework #bwCurrentExdates th, 
    548 #bedework #bwCurrentExdates td { 
     548#bwCurrentRdates th, 
     549#bwCurrentRdates td, 
     550#bwCurrentExdates th, 
     551#bwCurrentExdates td { 
    549552  text-align: left; 
    550553  padding: 0 0.5em 0 0; 
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r1514 r1515  
    12031203                <div id="recurrenceFields" class="invisible"> 
    12041204                  <xsl:if test="form/recurringEntity = 'true'"><xsl:attribute name="class">visible</xsl:attribute></xsl:if> 
    1205  
     1205                   
     1206                  <h4>Recurrence Rules</h4> 
    12061207                  <!-- show or hide rrules fields when editing: --> 
    12071208                  <xsl:if test="form/recurrence"> 
     
    13431344                    <tr> 
    13441345                      <td id="recurrenceFrequency" rowspan="2"> 
    1345                         <strong>Frequency:</strong><br/> 
     1346                        <em>Frequency:</em><br/> 
    13461347                        <input type="radio" name="freq" value="NONE" onclick="showRrules(this.value)" checked="checked"/>none<br/> 
    13471348                        <!--<input type="radio" name="freq" value="HOURLY" onclick="showRrules(this.value)"/>hourly<br/>--> 
     
    13571358                        </div> 
    13581359                        <div id="recurrenceUntilRules" class="invisible"> 
    1359                           <strong>Repeat:</strong
     1360                          <em>Repeat:</em
    13601361                          <p> 
    13611362                            <input type="radio" name="recurCountUntil" value="forever"> 
     
    16811682                          <option value="">select timezone...</option> 
    16821683                          <xsl:variable name="rdateTzId" select="/bedeworkadmin/now/defaultTzid"/> 
    1683                           <xsl:for-each select="/bedework/timezones/timezone"> 
     1684                          <xsl:for-each select="/bedeworkadmin/timezones/timezone"> 
    16841685                            <option> 
    16851686                              <xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute> 
     
    16961697 
    16971698                      <input type="hidden" name="rdates" value="" id="bwRdatesField" /> 
    1698                       <!-- if there are no recurence 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"> 
    17001701                        <tr><th>Recurrence Dates</th></tr> 
    17011702                        <tr><td>No recurrence dates</td></tr> 
     
    17031704   
    17041705                      <!-- if there are recurrence dates, the following table will show --> 
    1705                       <table cellspacing="0" id="bwCurrentRdates"> 
     1706                      <table cellspacing="0" class="invisible" id="bwCurrentRdates"> 
    17061707                        <tr> 
    17071708                          <th colspan="4">Recurrence Dates</th> 
    17081709                        </tr> 
    1709                         <tr
     1710                        <tr class="colNames"
    17101711                          <td>Date</td> 
    17111712                          <td>Time</td> 
     
    17171718                      <input type="hidden" name="exdates" value="" id="bwExdatesField" /> 
    17181719                      <!-- 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"> 
    17201721                        <tr><th>Exception Dates</th></tr> 
    17211722                        <tr><td>No exception dates</td></tr> 
     
    17231724   
    17241725                      <!-- if there are exception dates, the following table will show --> 
    1725                       <table cellspacing="0" id="bwCurrentExdates"> 
     1726                      <table cellspacing="0" class="invisible" id="bwCurrentExdates"> 
    17261727                        <tr> 
    17271728                          <th colspan="4">Exception Dates</th> 
    17281729                        </tr> 
    1729                         <tr
     1730                        <tr class="colNames"
    17301731                          <td>Date</td> 
    17311732                          <td>Time</td> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css

    r1514 r1515  
    838838  padding: 0.5em 1em; 
    839839  border-right: 1px solid #ddd; 
     840  white-space: nowrap; 
    840841} 
    841842#bedework #rrulesTable td#advancedRrules { 
     
    908909} 
    909910#bedework #bwCurrentRdates, 
    910 #bedework #bwCurrentExdates { 
     911#bedework #bwCurrentExdates, 
     912#bedework #bwCurrentRdatesNone, 
     913#bedework #bwCurrentExdatesNone { 
    911914  float: left; 
    912915  margin: 1em 2em 1em 0; 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1514 r1515  
    31843184                </table> 
    31853185   
    3186                 <!-- if there are no recurence dates, the following table will show --> 
     3186                <!-- if there are recurrence dates, the following table will show --> 
    31873187                <table cellspacing="0" class="invisible" id="bwCurrentRdates"> 
    31883188                  <tr> 
    31893189                    <th colspan="4">Recurrence Dates</th> 
    31903190                  </tr> 
    3191                   <tr
     3191                  <tr class="colNames"
    31923192                    <td>Date</td> 
    31933193                    <td>Time</td> 
     
    32093209                    <th colspan="4">Exception Dates</th> 
    32103210                  </tr> 
    3211                   <tr
     3211                  <tr class="colNames"
    32123212                    <td>Date</td> 
    32133213                    <td>Time</td>