Changeset 2364
- Timestamp:
- 08/19/09 14:11:37
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2363 r2364 1862 1862 <xsl:otherwise> 1863 1863 <xsl:value-of select="form/recurrence/count"/> 1864 <xsl:copy-of select="$bwStr-AEEF-Time "/>1864 <xsl:copy-of select="$bwStr-AEEF-Times"/> 1865 1865 </xsl:otherwise> 1866 1866 </xsl:choose> … … 5300 5300 </form> 5301 5301 </div> 5302 <input type="button" name="return" value="{$bwStr-ModV- DeleteView}" onclick="javascript:location.replace('{$view-fetch}')"/>5302 <input type="button" name="return" value="{$bwStr-ModV-ReturnToViewsListing}" onclick="javascript:location.replace('{$view-fetch}')"/> 5303 5303 </div> 5304 5304 </xsl:template> … … 6586 6586 <tr> 6587 6587 <th><xsl:copy-of select="$bwStr-AdFi-FilterName"/></th> 6588 <th><xsl:copy-of select="$bwStr-AdFi-Description "/></th>6588 <th><xsl:copy-of select="$bwStr-AdFi-DescriptionDefinition"/></th> 6589 6589 <th><xsl:copy-of select="$bwStr-AdFi-Delete"/></th> 6590 6590 </tr> trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl
r2363 r2364 22 22 <xsl:variable name="bwStr-Head-MainMenu">00Main Menu</xsl:variable> 23 23 <xsl:variable name="bwStr-Head-PendingEvents">00Pending Events</xsl:variable> 24 <xsl:variable name="bwStr-Head-CalendarSuite">00Calendar Suite</xsl:variable>25 24 <xsl:variable name="bwStr-Head-Users">00Users</xsl:variable> 26 25 <xsl:variable name="bwStr-Head-System">00System</xsl:variable> … … 188 187 <xsl:variable name="bwStr-AEEF-Forever">00forever</xsl:variable> 189 188 <xsl:variable name="bwStr-AEEF-Until">00until</xsl:variable> 190 <xsl:variable name="bwStr-AEEF-Time ">00time(s)</xsl:variable>189 <xsl:variable name="bwStr-AEEF-Times">00time(s)</xsl:variable> 191 190 <xsl:variable name="bwStr-AEEF-Frequency">00Frequency:</xsl:variable> 192 191 <xsl:variable name="bwStr-AEEF-None">00none</xsl:variable> … … 222 221 <xsl:variable name="bwStr-AEEF-Tentative">00tentative</xsl:variable> 223 222 <xsl:variable name="bwStr-AEEF-Canceled">00canceled</xsl:variable> 224 <xsl:variable name="bwStr-AEEF-AffectsFreeBusy">00Affects free/busy:</xsl:variable>225 <xsl:variable name="bwStr-AEEF-Yes">00yes</xsl:variable>226 223 <xsl:variable name="bwStr-AEEF-YesOpaque">00yes (opaque)</xsl:variable> 227 <xsl:variable name="bwStr-AEEF-Transparent">00(transparent: event status does not affect your free/busy)</xsl:variable>228 224 <xsl:variable name="bwStr-AEEF-NoTransparent">00no (transparent)</xsl:variable> 229 <xsl:variable name="bwStr-AEEF-Opaque">00(opaque: event status affects your free/busy)</xsl:variable>230 225 <xsl:variable name="bwStr-AEEF-Description">00Description:</xsl:variable> 231 226 <xsl:variable name="bwStr-AEEF-EnterPertientInfo">00Enter all pertinent information, including the academic titles of all speakers and/or participants.</xsl:variable> … … 307 302 <xsl:variable name="bwStr-DsEv-Title">00Title:</xsl:variable> 308 303 <xsl:variable name="bwStr-DsEv-When">00When:</xsl:variable> 309 <xsl:variable name="bwStr-DsEv-AllDay">00(all day)</xsl:variable>310 304 <xsl:variable name="bwStr-DsEv-TopicalAreas">00Topical Areas:</xsl:variable> 311 305 <xsl:variable name="bwStr-DsEv-Description">00Description:</xsl:variable> … … 366 360 <xsl:variable name="bwStr-MoLo-LocationURL">00Location's URL:</xsl:variable> 367 361 <xsl:variable name="bwStr-MoLo-DeleteLocation">00Delete Location</xsl:variable> 368 <xsl:variable name="bwStr-MoLo-UpdateLocation">00Update Location</xsl:variable>369 <xsl:variable name="bwStr-MoLo-AddLocation">00Add Location</xsl:variable>370 362 <xsl:variable name="bwStr-MoLo-Cancel">00Cancel</xsl:variable> 371 363 … … 585 577 <xsl:variable name="bwStr-ModV-ActiveSubscriptions">00Active subscriptions:</xsl:variable> 586 578 <xsl:variable name="bwStr-ModV-DeleteView">00Delete View</xsl:variable> 587 <xsl:variable name="bwStr-ModV- DeleteView">00Return to Views Listing</xsl:variable>579 <xsl:variable name="bwStr-ModV-ReturnToViewsListing">00Return to Views Listing</xsl:variable> 588 580 589 581 <!-- xsl:template name="deleteViewConfirm" --> … … 812 804 <xsl:variable name="bwStr-AdFi-CurrentFilters">00Current Filters</xsl:variable> 813 805 <xsl:variable name="bwStr-AdFi-FilterName">00Filter Name</xsl:variable> 814 <xsl:variable name="bwStr-AdFi-Description ">00Description/Definition</xsl:variable>806 <xsl:variable name="bwStr-AdFi-DescriptionDefinition">00Description/Definition</xsl:variable> 815 807 <xsl:variable name="bwStr-AdFi-Delete">00Delete</xsl:variable> 816 808 <xsl:variable name="bwStr-AdFi-ShowHideFilterDef">00show/hide filter definition</xsl:variable>
