Changeset 2727

Show
Ignore:
Timestamp:
01/28/10 13:10:49
Author:
johnsa
Message:

Completed 537: fix spacing where lost due to internationalization strings
http://www.bedework.org/trac/bedework/ticket/537

Files:

Legend:

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

    r2654 r2727  
    15961596  padding: 1em; 
    15971597} 
     1598#bedework #listEvents ul { 
     1599  font-size: 0.9em;  
     1600  margin: 0; 
     1601  padding: 0; 
     1602} 
     1603#bedework #listEvents li { 
     1604  padding: 1em; 
     1605  list-style: none; 
     1606} 
     1607#bedework #listEvents li.even { 
     1608  background-color: #f2f2f2; 
     1609  color: black; 
     1610} 
     1611#bedework #listEvents .cost, 
     1612#bedework #listEvents .contact { 
     1613  font-style: italic; 
     1614} 
     1615#bedework #listEvents .title { 
     1616  font-weight: bold; 
     1617} 
    15981618#bedework #tasks { 
    15991619  margin: 0; 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r2704 r2727  
    720720            src="{$resourcesRoot}/resources/prefsIcon.gif" 
    721721            alt="upload event" /> 
     722          <xsl:text> </xsl:text> 
    722723          <xsl:copy-of select="$bwStr-SdBr-Preferences"/> 
    723724        </a> 
     
    728729            src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" 
    729730            alt="upload ical" /> 
     731          <xsl:text> </xsl:text> 
    730732          <xsl:copy-of select="$bwStr-SdBr-UploadICal"/> 
    731733        </a> 
     
    736738            src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" 
    737739            alt="upload event" /> 
     740          <xsl:text> </xsl:text> 
    738741          <xsl:copy-of select="$bwStr-SdBr-ExportCalendars"/> 
    739742        </a> 
     
    784787          <xsl:if test="/bedework/page='eventList'"> 
    785788            <xsl:attribute name="class">selected</xsl:attribute> 
    786           </xsl:if><a href="{$listEvents}"><xsl:copy-of select="$bwStr-Tabs-List"/></a> 
     789          </xsl:if><a href="{$listEvents}"><xsl:copy-of select="$bwStr-Tabs-Agenda"/></a> 
    787790        </li> 
    788791      </ul> 
     
    10451048       <a href="{$initEvent}&amp;entityType=event&amp;startdate={$dateTime}" title="add event" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10461049          <img src="{$resourcesRoot}/resources/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="add event"/> 
     1050          <xsl:text> </xsl:text> 
    10471051          <xsl:copy-of select="$bwStr-Actn-AddEvent"/> 
    10481052       </a> 
    10491053       <a href="{$event-initMeeting}&amp;entityType=event&amp;schedule=request&amp;startdate={$dateTime}" title="schedule a meeting" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10501054          <img src="{$resourcesRoot}/resources/std-icalMeeting-icon-small.gif" width="12" height="16" border="0" alt="schedule meeting"/> 
     1055          <xsl:text> </xsl:text> 
    10511056          <xsl:copy-of select="$bwStr-Actn-ScheduleMeeting"/> 
    10521057       </a> 
    10531058       <a href="{$initEvent}&amp;entityType=task&amp;startdate={$dateTime}" title="add task" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10541059          <img src="{$resourcesRoot}/resources/std-icalTask-icon-small.gif" width="12" height="16" border="0" alt="add task"/> 
     1060          <xsl:text> </xsl:text> 
    10551061          <xsl:copy-of select="$bwStr-Actn-AddTask"/> 
    10561062       </a> 
    10571063       <a href="{$event-initMeeting}&amp;entityType=task&amp;schedule=request&amp;startdate={$dateTime}" title="schedule a task" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10581064          <img src="{$resourcesRoot}/resources/std-icalSchTask-icon-small.gif" width="12" height="16" border="0" alt="schedule task"/> 
     1065          <xsl:text> </xsl:text> 
    10591066          <xsl:copy-of select="$bwStr-Actn-ScheduleTask"/> 
    10601067       </a> 
    10611068       <a href="{$initUpload}" title="upload event" onclick="javascript:changeClass('{$actionIconsId}','invisible')"> 
    10621069          <img src="{$resourcesRoot}/resources/std-icalUpload-icon-small.gif" width="12" height="16" border="0" alt="upload event"/> 
     1070          <xsl:text> </xsl:text> 
    10631071          <xsl:copy-of select="$bwStr-Actn-Upload"/> 
    10641072       </a> 
     
    13221330                    <xsl:when test="status='CANCELLED'">bwStatusCancelled</xsl:when> 
    13231331                    <xsl:when test="status='TENTATIVE'">bwStatusTentative</xsl:when> 
     1332                    <xsl:when test="position() mod 2 = 0">even</xsl:when> 
     1333                    <xsl:otherwise>odd</xsl:otherwise> 
    13241334                  </xsl:choose> 
    13251335                </xsl:attribute> 
     
    13851395                  </xsl:if> 
    13861396                  <br/> 
    1387                   <em> 
    1388                     <xsl:if test="cost!=''"> 
    1389                       <xsl:value-of select="cost"/>.&#160; 
    1390                     </xsl:if> 
    1391                     <xsl:if test="contact/name!='none'"> 
    1392                       <xsl:copy-of select="$bwStr-LsEv-Contact"/><xsl:text> </xsl:text><xsl:value-of select="contact/name"/> 
    1393                     </xsl:if> 
    1394                   </em> 
     1397                  <xsl:if test="cost!=''"> 
     1398                    <span class="cost"> 
     1399                      <xsl:value-of select="cost"/> 
     1400                      <xsl:text> </xsl:text> 
     1401                    </span> 
     1402                  </xsl:if> 
     1403                  <xsl:if test="contact/name!='none'"> 
     1404                    <span class="contact"> 
     1405                      <xsl:copy-of select="$bwStr-LsEv-Contact"/> 
     1406                      <xsl:text> </xsl:text> 
     1407                      <xsl:value-of select="contact/name"/> 
     1408                    </span> 
     1409                  </xsl:if> 
    13951410                </xsl:if> 
    13961411 
     
    17391754                  <xsl:text> </xsl:text> 
    17401755                  <xsl:copy-of select="$bwStr-EvCG-DeleteColon"/> 
     1756                  <xsl:text> </xsl:text> 
    17411757                  <a href="{$delEvent}&amp;calPath={$calPath}&amp;guid={$guid}" title="{$bwStr-EvCG-DeleteMaster}" onclick="return confirm('{$bwStr-EvCG-DeleteAllRecurrences}');"> 
    17421758                    <xsl:copy-of select="$bwStr-EvCG-All"/> 
     
    29162932              </xsl:choose> 
    29172933              <xsl:copy-of select="$bwStr-AEEF-Date"/> 
     2934              <xsl:text> </xsl:text> 
    29182935              <xsl:variable name="endDateTimeClass"> 
    29192936                <xsl:choose> 
     
    30363053                            </xsl:choose> 
    30373054                          </xsl:attribute> 
    3038                         </input><xsl:copy-of select="$bwStr-AEEF-Days"/> 
     3055                        </input> 
     3056                        <xsl:copy-of select="$bwStr-AEEF-Days"/> 
     3057                        <xsl:text> </xsl:text> 
    30393058                        <span id="durationHrMin" class="{$durationHrMinClass}"> 
    30403059                          <input type="text" name="eventDuration.hoursStr" size="2" id="durationHours"> 
     
    30453064                              </xsl:choose> 
    30463065                            </xsl:attribute> 
    3047                           </input><xsl:copy-of select="$bwStr-AEEF-Hours"/> 
     3066                          </input> 
     3067                          <xsl:copy-of select="$bwStr-AEEF-Hours"/> 
     3068                          <xsl:text> </xsl:text> 
    30483069                          <input type="text" name="eventDuration.minutesStr" size="2" id="durationMinutes"> 
    30493070                            <xsl:attribute name="value"> 
     
    30533074                              </xsl:choose> 
    30543075                            </xsl:attribute> 
    3055                           </input><xsl:copy-of select="$bwStr-AEEF-Minutes"/> 
     3076                          </input> 
     3077                          <xsl:copy-of select="$bwStr-AEEF-Minutes"/> 
    30563078                        </span> 
    30573079                      </div> 
     
    41874209            <input type="hidden" name="recipient" value="true"/> 
    41884210            <input type="hidden" name="attendee"  value="true"/> 
    4189             &#160; 
     4211            <xsl:text> </xsl:text> 
    41904212            <xsl:copy-of select="$bwStr-Atnd-RoleColon"/> 
    41914213            <select name="role"> 
     
    41954217              <option value="NON-PARTICIPANT"><xsl:copy-of select="$bwStr-Atnd-NonParticipant"/></option> 
    41964218            </select> 
    4197             &#160; 
     4219            <xsl:text> </xsl:text> 
    41984220            <xsl:copy-of select="$bwStr-Atnd-StatusColon"/> 
    41994221            <select name="partstat"> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/strings.xsl

    r2708 r2727  
    4343  <xsl:variable name="bwStr-Tabs-Year">YEAR</xsl:variable> 
    4444  <xsl:variable name="bwStr-Tabs-List">LIST</xsl:variable> 
     45  <xsl:variable name="bwStr-Tabs-Agenda">AGENDA</xsl:variable> 
    4546 
    4647  <!--  xsl:template name="navigation" --> 
     
    426427  <xsl:variable name="bwStr-Atnd-Attendee">attendee</xsl:variable> 
    427428  <xsl:variable name="bwStr-Atnd-Attendees">Attendees</xsl:variable> 
    428   <xsl:variable name="bwStr-Atnd-RoleColon">Role:</xsl:variable> 
     429  <xsl:variable name="bwStr-Atnd-RoleColon">role:</xsl:variable> 
    429430  <xsl:variable name="bwStr-Atnd-Role">role</xsl:variable> 
    430   <xsl:variable name="bwStr-Atnd-StatusColon">Status:</xsl:variable> 
     431  <xsl:variable name="bwStr-Atnd-StatusColon">status:</xsl:variable> 
    431432  <xsl:variable name="bwStr-Atnd-Status">status</xsl:variable> 
    432433  <xsl:variable name="bwStr-Atnd-RequiredParticipant">required participant</xsl:variable>