Changeset 3558
- Timestamp:
- 05/29/12 16:21:49
- Files:
-
- releases/bedework-3.8/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (2 diffs)
- releases/bedework-3.8/deployment/webadmin/webapp/resources/default/default/strings.xsl (modified) (1 diff)
- releases/bedework-3.8/deployment/webadmin/webapp/resources/es_ES/default/default.xsl (modified) (23 diffs)
- releases/bedework-3.8/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (2 diffs)
- trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl (modified) (23 diffs)
- trunk/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.8/deployment/webadmin/webapp/resources/default/default/default.xsl
r3549 r3558 6538 6538 <xsl:copy-of select="$bwStr-CSPf-DefaultViewModeList"/> 6539 6539 </option> 6540 <!-- GRID is not yet available - needs to be restored in public client --> 6541 <!-- 6540 6542 <option value="grid"> 6541 6543 <xsl:if test="/bedework/prefs/defaultViewMode = 'grid'"> … … 6544 6546 <xsl:copy-of select="$bwStr-CSPf-DefaultViewModeGrid"/> 6545 6547 </option> 6548 --> 6546 6549 </select> 6547 6550 </td> releases/bedework-3.8/deployment/webadmin/webapp/resources/default/default/strings.xsl
r3534 r3558 791 791 <xsl:variable name="bwStr-CSPf-CalSuite">Calendar Suite:</xsl:variable> 792 792 <xsl:variable name="bwStr-CSPf-PreferredView">Preferred view:</xsl:variable> 793 <xsl:variable name="bwStr-CSPf-DefaultViewMode"> Preferredview mode:</xsl:variable>794 <xsl:variable name="bwStr-CSPf-DefaultViewModeList"> LIST (a list of discrete events from now into the future)</xsl:variable>795 <xsl:variable name="bwStr-CSPf-DefaultViewModeDaily">DA ILY (a list of events grouped by date showing entire view period)</xsl:variable>796 <xsl:variable name="bwStr-CSPf-DefaultViewModeGrid">GRID (calendar grid - in week and month view periods)</xsl:variable>793 <xsl:variable name="bwStr-CSPf-DefaultViewMode">Default view mode:</xsl:variable> 794 <xsl:variable name="bwStr-CSPf-DefaultViewModeList">UPCOMING - a list of discrete events from now into the future</xsl:variable> 795 <xsl:variable name="bwStr-CSPf-DefaultViewModeDaily">DAY, WEEK, MONTH - a list of events showing entire view period</xsl:variable> 796 <xsl:variable name="bwStr-CSPf-DefaultViewModeGrid">GRID - calendar grid for week and month view periods</xsl:variable> 797 797 <xsl:variable name="bwStr-CSPf-PreferredViewPeriod">Preferred view period:</xsl:variable> 798 798 <xsl:variable name="bwStr-CSPf-Day">day</xsl:variable> releases/bedework-3.8/deployment/webadmin/webapp/resources/es_ES/default/default.xsl
r3549 r3558 1109 1109 <option value="catFilter(none)"><xsl:copy-of select="$bwStr-EvLs-SelectCategory"/></option> 1110 1110 <xsl:for-each select="/bedework/events//event/categories//category[generate-id() = generate-id(key('catUid',uid)[1])]"> 1111 <xsl:sort order="ascending" select="value"/> 1111 1112 <xsl:variable name="uid" select="uid"/> 1112 1113 <option value="catFilter({$uid})"> … … 1367 1368 </a><xsl:text> </xsl:text> 1368 1369 (<a href="mailto:{$submitterEmail}?subject=[Event%20Submission] {$eventTitle}" title="Email {$submitterEmail}"> 1369 <img src="{$resourcesRoot}/resources/email.gif" border="0" />1370 <img src="{$resourcesRoot}/resources/email.gif" border="0" alt="*"/> 1370 1371 <xsl:copy-of select="$bwStr-AEEF-SendMsg"/> 1371 1372 </a>) … … 1655 1656 </xsl:if> 1656 1657 <xsl:text> </xsl:text> 1657 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwStartClock" />1658 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwStartClock" alt="*"/> 1658 1659 1659 1660 <select name="eventStartDate.tzid" id="startTzid" class="timezones"> … … 1676 1677 <xsl:choose> 1677 1678 <xsl:when test="form/end/type='E'"> 1678 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" checked="checked" on Click="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/>1679 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" checked="checked" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> 1679 1680 </xsl:when> 1680 1681 <xsl:otherwise> 1681 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" on Click="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/>1682 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> 1682 1683 </xsl:otherwise> 1683 1684 </xsl:choose> … … 1745 1746 </xsl:if> 1746 1747 <xsl:text> </xsl:text> 1747 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwEndClock" />1748 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwEndClock" alt="*"/> 1748 1749 1749 1750 <select name="eventEndDate.tzid" id="endTzid" class="timezones"> … … 1769 1770 <xsl:choose> 1770 1771 <xsl:when test="form/end/type='D'"> 1771 <input type="radio" name="eventEndType" value="D" checked="checked" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/>1772 <input type="radio" name="eventEndType" value="D" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> 1772 1773 </xsl:when> 1773 1774 <xsl:otherwise> 1774 <input type="radio" name="eventEndType" value="D" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/>1775 <input type="radio" name="eventEndType" value="D" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> 1775 1776 </xsl:otherwise> 1776 1777 </xsl:choose> … … 1843 1844 <xsl:choose> 1844 1845 <xsl:when test="form/end/type='N'"> 1845 <input type="radio" name="eventEndType" value="N" checked="checked" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/>1846 <input type="radio" name="eventEndType" value="N" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> 1846 1847 </xsl:when> 1847 1848 <xsl:otherwise> 1848 <input type="radio" name="eventEndType" value="N" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/>1849 <input type="radio" name="eventEndType" value="N" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> 1849 1850 </xsl:otherwise> 1850 1851 </xsl:choose> … … 2218 2219 <xsl:copy-of select="$bwStr-AEEF-WeekOn"/> 2219 2220 </p> 2220 <p> 2221 <div id="weekRecurFields"> 2222 <xsl:call-template name="byDayChkBoxList"> 2223 <xsl:with-param name="name">byDayWeek</xsl:with-param> 2224 </xsl:call-template> 2225 </div> 2226 </p> 2221 <div id="weekRecurFields"> 2222 <xsl:call-template name="byDayChkBoxList"> 2223 <xsl:with-param name="name">byDayWeek</xsl:with-param> 2224 </xsl:call-template> 2225 </div> 2227 2226 <p class="weekRecurLinks"> 2228 2227 <a href="javascript:recurSelectWeekdays('weekRecurFields')"><xsl:copy-of select="$bwStr-AEEF-SelectWeekdays"/></a> | … … 2257 2256 <div id="monthRecurFields1"> 2258 2257 <xsl:copy-of select="$bwStr-AEEF-On"/> 2259 <select name="bymonthposPos1" width="7em"onchange="changeClass('monthRecurFields2','shown')">2258 <select name="bymonthposPos1" onchange="changeClass('monthRecurFields2','shown')"> 2260 2259 <xsl:call-template name="recurrenceDayPosOptions"/> 2261 2260 </select> … … 2295 2294 <div id="yearRecurFields1"> 2296 2295 <xsl:copy-of select="$bwStr-AEEF-On"/> 2297 <select name="byyearposPos1" width="7em"onchange="changeClass('yearRecurFields2','shown')">2296 <select name="byyearposPos1" onchange="changeClass('yearRecurFields2','shown')"> 2298 2297 <xsl:call-template name="recurrenceDayPosOptions"/> 2299 2298 </select> … … 2447 2446 </select> 2448 2447 <xsl:text> </xsl:text> 2449 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" alt="bwClock" id="bwRecExcClock"/>2448 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwRecExcClock" alt="*"/> 2450 2449 2451 2450 <select name="tzid" id="rdateTzid" class="timezones"> … … 2688 2687 <xsl:if test="form/location/preferred/select/option"> 2689 2688 <select name="prefLocationId" id="bwPreferredLocationList"> 2689 <xsl:if test="form/location/all/select/option/@selected and not(form/location/preferred/select/option/@selected)"> 2690 <xsl:attribute name="class">invisible</xsl:attribute> 2691 </xsl:if> 2690 2692 <option value=""> 2691 2693 <xsl:copy-of select="$bwStr-AEEF-SelectColon"/> … … 2695 2697 </xsl:if> 2696 2698 <select name="allLocationId" id="bwAllLocationList"> 2697 <xsl:if test="form/location/preferred/select/option ">2699 <xsl:if test="form/location/preferred/select/option and not(form/location/all/select/option/@selected and not(form/location/preferred/select/option/@selected))"> 2698 2700 <xsl:attribute name="class">invisible</xsl:attribute> 2699 2701 </xsl:if> … … 2707 2709 locations exist --> 2708 2710 <xsl:if test="form/location/preferred/select/option"> 2709 <input type="radio" name="toggleLocationLists" value="preferred" checked="checked" onclick="changeClass('bwPreferredLocationList','shown');changeClass('bwAllLocationList','invisible');"/> 2711 <input type="radio" name="toggleLocationLists" value="preferred" onclick="changeClass('bwPreferredLocationList','shown');changeClass('bwAllLocationList','invisible');"> 2712 <xsl:if test="form/location/preferred/select/option and not(form/location/all/select/option/@selected and not(form/location/preferred/select/option/@selected))"> 2713 <xsl:attribute name="checked">checked</xsl:attribute> 2714 </xsl:if> 2715 </input> 2710 2716 <xsl:copy-of select="$bwStr-AEEF-Preferred"/> 2711 <input type="radio" name="toggleLocationLists" value="all" onclick="changeClass('bwPreferredLocationList','invisible');changeClass('bwAllLocationList','shown');"/> 2717 <input type="radio" name="toggleLocationLists" value="all" onclick="changeClass('bwPreferredLocationList','invisible');changeClass('bwAllLocationList','shown');"> 2718 <xsl:if test="form/location/all/select/option/@selected and not(form/location/preferred/select/option/@selected)"> 2719 <xsl:attribute name="checked">checked</xsl:attribute> 2720 </xsl:if> 2721 </input> 2712 2722 <xsl:copy-of select="$bwStr-AEEF-All"/> 2713 2723 </xsl:if> … … 2764 2774 <xsl:if test="form/contact/preferred/select/option"> 2765 2775 <select name="prefContactId" id="bwPreferredContactList"> 2776 <xsl:if test="form/contact/all/select/option/@selected and not(form/contact/preferred/select/option/@selected)"> 2777 <xsl:attribute name="class">invisible</xsl:attribute> 2778 </xsl:if> 2766 2779 <option value=""> 2767 2780 <xsl:copy-of select="$bwStr-AEEF-SelectColon"/> … … 2771 2784 </xsl:if> 2772 2785 <select name="allContactId" id="bwAllContactList"> 2773 <xsl:if test="form/contact/preferred/select/option ">2786 <xsl:if test="form/contact/preferred/select/option and not(form/contact/all/select/option/@selected and not(form/contact/preferred/select/option/@selected))"> 2774 2787 <xsl:attribute name="class">invisible</xsl:attribute> 2775 2788 </xsl:if> … … 2783 2796 contacts exist --> 2784 2797 <xsl:if test="form/contact/preferred/select/option"> 2785 <input type="radio" name="toggleContactLists" value="preferred" checked="checked" onclick="changeClass('bwPreferredContactList','shown');changeClass('bwAllContactList','invisible');"/> 2798 <input type="radio" name="toggleContactLists" value="preferred" onclick="changeClass('bwPreferredContactList','shown');changeClass('bwAllContactList','invisible');"> 2799 <xsl:if test="form/contact/preferred/select/option and not(form/contact/all/select/option/@selected and not(form/contact/preferred/select/option/@selected))"> 2800 <xsl:attribute name="checked">checked</xsl:attribute> 2801 </xsl:if> 2802 </input> 2786 2803 <xsl:copy-of select="$bwStr-AEEF-Preferred"/> 2787 <input type="radio" name="toggleContactLists" value="all" onclick="changeClass('bwPreferredContactList','invisible');changeClass('bwAllContactList','shown');"/> 2804 <input type="radio" name="toggleContactLists" value="all" onclick="changeClass('bwPreferredContactList','invisible');changeClass('bwAllContactList','shown');"> 2805 <xsl:if test="form/contact/all/select/option/@selected and not(form/contact/preferred/select/option/@selected)"> 2806 <xsl:attribute name="checked">checked</xsl:attribute> 2807 </xsl:if> 2808 </input> 2788 2809 <xsl:copy-of select="$bwStr-AEEF-All"/> 2789 2810 </xsl:if> … … 3067 3088 <xsl:param name="eventUrlPrefix"/> 3068 3089 <xsl:param name="canEdit"/> 3090 3091 <xsl:variable name="escapedTitle"><xsl:call-template name="escapeJson"><xsl:with-param name="string" select="eventTitle"/></xsl:call-template></xsl:variable> 3069 3092 <div class="submitBox"> 3070 3093 <xsl:choose> … … 3106 3129 </select> 3107 3130 <input type="submit" name="publishEvent" value="{$bwStr-SEBu-PublishEvent}"> 3108 <xsl:attribute name="onclick">doPublishEvent(this.form.newCalPath.value, '<xsl:value-of select="$eventTitle"/>','<xsl:value-of select="$eventUrlPrefix"/>',this.form);changeClass('publishBox','invisible');</xsl:attribute>3131 <xsl:attribute name="onclick">doPublishEvent(this.form.newCalPath.value,"<xsl:value-of select="$escapedTitle"/>","<xsl:value-of select="$eventUrlPrefix"/>",this.form);changeClass('publishBox','invisible');</xsl:attribute> 3109 3132 </input> 3110 3133 <xsl:if test="$portalFriendly = 'false'"> … … 3123 3146 <input type="submit" name="updateSubmitEvent" value="{$bwStr-SEBu-UpdateEvent}"/> 3124 3147 <input type="submit" name="publishEvent" value="{$bwStr-SEBu-PublishEvent}"> 3125 <xsl:attribute name="onclick">doPublishEvent( '<xsl:value-of select="form/calendar/all/select/option/@value"/>','<xsl:value-of select="$eventTitle"/>','<xsl:value-of select="$eventUrlPrefix"/>',this.form);</xsl:attribute>3148 <xsl:attribute name="onclick">doPublishEvent("<xsl:value-of select="form/calendar/all/select/option/@value"/>","<xsl:value-of select="$escapedTitle"/>","<xsl:value-of select="$eventUrlPrefix"/>",this.form);</xsl:attribute> 3126 3149 </input> 3127 3150 <input type="submit" name="cancelled" value="{$bwStr-SEBu-Cancel}"/> … … 3233 3256 <xsl:attribute name="id"><xsl:value-of select="$name"/>RecurFields<xsl:value-of select="$current"/></xsl:attribute> 3234 3257 <xsl:copy-of select="$bwStr-BuRF-And"/> 3235 <select width="12em">3258 <select> 3236 3259 <xsl:attribute name="name">by<xsl:value-of select="$name"/>posPos<xsl:value-of select="$current"/></xsl:attribute> 3237 3260 <xsl:if test="$current != $total"> … … 6516 6539 <xsl:copy-of select="$bwStr-CSPf-DefaultViewModeList"/> 6517 6540 </option> 6541 <!-- GRID is not yet available - needs to be restored in public client --> 6542 <!-- 6518 6543 <option value="grid"> 6519 6544 <xsl:if test="/bedework/prefs/defaultViewMode = 'grid'"> … … 6522 6547 <xsl:copy-of select="$bwStr-CSPf-DefaultViewModeGrid"/> 6523 6548 </option> 6549 --> 6524 6550 </select> 6525 6551 </td> releases/bedework-3.8/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl
r3534 r3558 791 791 <xsl:variable name="bwStr-CSPf-CalSuite">Calendar Suite:</xsl:variable> 792 792 <xsl:variable name="bwStr-CSPf-PreferredView">Vista preferida:</xsl:variable> 793 <xsl:variable name="bwStr-CSPf-DefaultViewMode">Modo de vista p referida:</xsl:variable>794 <xsl:variable name="bwStr-CSPf-DefaultViewModeList"> LIST (a list of discrete events from now into the future)</xsl:variable>795 <xsl:variable name="bwStr-CSPf-DefaultViewModeDaily">DA ILY (a list of events grouped by date showing entire view period)</xsl:variable>796 <xsl:variable name="bwStr-CSPf-DefaultViewModeGrid">GRID (calendar grid - in week and month view periods)</xsl:variable>793 <xsl:variable name="bwStr-CSPf-DefaultViewMode">Modo de vista por defecto:</xsl:variable> 794 <xsl:variable name="bwStr-CSPf-DefaultViewModeList">UPCOMING - a list of discrete events from now into the future</xsl:variable> 795 <xsl:variable name="bwStr-CSPf-DefaultViewModeDaily">DAY, WEEK, MONTH - a list of events showing entire view period</xsl:variable> 796 <xsl:variable name="bwStr-CSPf-DefaultViewModeGrid">GRID - calendar grid for week and month view periods</xsl:variable> 797 797 <xsl:variable name="bwStr-CSPf-PreferredViewPeriod">Periodo de vista preferida:</xsl:variable> 798 798 <xsl:variable name="bwStr-CSPf-Day">día</xsl:variable> trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r3550 r3558 6538 6538 <xsl:copy-of select="$bwStr-CSPf-DefaultViewModeList"/> 6539 6539 </option> 6540 <!-- GRID is not yet available - needs to be restored in public client --> 6541 <!-- 6540 6542 <option value="grid"> 6541 6543 <xsl:if test="/bedework/prefs/defaultViewMode = 'grid'"> … … 6544 6546 <xsl:copy-of select="$bwStr-CSPf-DefaultViewModeGrid"/> 6545 6547 </option> 6548 --> 6546 6549 </select> 6547 6550 </td> trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl
r3535 r3558 791 791 <xsl:variable name="bwStr-CSPf-CalSuite">Calendar Suite:</xsl:variable> 792 792 <xsl:variable name="bwStr-CSPf-PreferredView">Preferred view:</xsl:variable> 793 <xsl:variable name="bwStr-CSPf-DefaultViewMode"> Preferredview mode:</xsl:variable>794 <xsl:variable name="bwStr-CSPf-DefaultViewModeList"> LIST (a list of discrete events from now into the future)</xsl:variable>795 <xsl:variable name="bwStr-CSPf-DefaultViewModeDaily">DA ILY (a list of events grouped by date showing entire view period)</xsl:variable>796 <xsl:variable name="bwStr-CSPf-DefaultViewModeGrid">GRID (calendar grid - in week and month view periods)</xsl:variable>793 <xsl:variable name="bwStr-CSPf-DefaultViewMode">Default view mode:</xsl:variable> 794 <xsl:variable name="bwStr-CSPf-DefaultViewModeList">UPCOMING - a list of discrete events from now into the future</xsl:variable> 795 <xsl:variable name="bwStr-CSPf-DefaultViewModeDaily">DAY, WEEK, MONTH - a list of events showing entire view period</xsl:variable> 796 <xsl:variable name="bwStr-CSPf-DefaultViewModeGrid">GRID - calendar grid for week and month view periods</xsl:variable> 797 797 <xsl:variable name="bwStr-CSPf-PreferredViewPeriod">Preferred view period:</xsl:variable> 798 798 <xsl:variable name="bwStr-CSPf-Day">day</xsl:variable> trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl
r3550 r3558 1109 1109 <option value="catFilter(none)"><xsl:copy-of select="$bwStr-EvLs-SelectCategory"/></option> 1110 1110 <xsl:for-each select="/bedework/events//event/categories//category[generate-id() = generate-id(key('catUid',uid)[1])]"> 1111 <xsl:sort order="ascending" select="value"/> 1111 1112 <xsl:variable name="uid" select="uid"/> 1112 1113 <option value="catFilter({$uid})"> … … 1367 1368 </a><xsl:text> </xsl:text> 1368 1369 (<a href="mailto:{$submitterEmail}?subject=[Event%20Submission] {$eventTitle}" title="Email {$submitterEmail}"> 1369 <img src="{$resourcesRoot}/resources/email.gif" border="0" />1370 <img src="{$resourcesRoot}/resources/email.gif" border="0" alt="*"/> 1370 1371 <xsl:copy-of select="$bwStr-AEEF-SendMsg"/> 1371 1372 </a>) … … 1655 1656 </xsl:if> 1656 1657 <xsl:text> </xsl:text> 1657 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwStartClock" />1658 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwStartClock" alt="*"/> 1658 1659 1659 1660 <select name="eventStartDate.tzid" id="startTzid" class="timezones"> … … 1676 1677 <xsl:choose> 1677 1678 <xsl:when test="form/end/type='E'"> 1678 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" checked="checked" on Click="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/>1679 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" checked="checked" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> 1679 1680 </xsl:when> 1680 1681 <xsl:otherwise> 1681 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" on Click="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/>1682 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> 1682 1683 </xsl:otherwise> 1683 1684 </xsl:choose> … … 1745 1746 </xsl:if> 1746 1747 <xsl:text> </xsl:text> 1747 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwEndClock" />1748 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwEndClock" alt="*"/> 1748 1749 1749 1750 <select name="eventEndDate.tzid" id="endTzid" class="timezones"> … … 1769 1770 <xsl:choose> 1770 1771 <xsl:when test="form/end/type='D'"> 1771 <input type="radio" name="eventEndType" value="D" checked="checked" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/>1772 <input type="radio" name="eventEndType" value="D" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> 1772 1773 </xsl:when> 1773 1774 <xsl:otherwise> 1774 <input type="radio" name="eventEndType" value="D" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/>1775 <input type="radio" name="eventEndType" value="D" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> 1775 1776 </xsl:otherwise> 1776 1777 </xsl:choose> … … 1843 1844 <xsl:choose> 1844 1845 <xsl:when test="form/end/type='N'"> 1845 <input type="radio" name="eventEndType" value="N" checked="checked" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/>1846 <input type="radio" name="eventEndType" value="N" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> 1846 1847 </xsl:when> 1847 1848 <xsl:otherwise> 1848 <input type="radio" name="eventEndType" value="N" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/>1849 <input type="radio" name="eventEndType" value="N" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> 1849 1850 </xsl:otherwise> 1850 1851 </xsl:choose> … … 2218 2219 <xsl:copy-of select="$bwStr-AEEF-WeekOn"/> 2219 2220 </p> 2220 <p> 2221 <div id="weekRecurFields"> 2222 <xsl:call-template name="byDayChkBoxList"> 2223 <xsl:with-param name="name">byDayWeek</xsl:with-param> 2224 </xsl:call-template> 2225 </div> 2226 </p> 2221 <div id="weekRecurFields"> 2222 <xsl:call-template name="byDayChkBoxList"> 2223 <xsl:with-param name="name">byDayWeek</xsl:with-param> 2224 </xsl:call-template> 2225 </div> 2227 2226 <p class="weekRecurLinks"> 2228 2227 <a href="javascript:recurSelectWeekdays('weekRecurFields')"><xsl:copy-of select="$bwStr-AEEF-SelectWeekdays"/></a> | … … 2257 2256 <div id="monthRecurFields1"> 2258 2257 <xsl:copy-of select="$bwStr-AEEF-On"/> 2259 <select name="bymonthposPos1" width="7em"onchange="changeClass('monthRecurFields2','shown')">2258 <select name="bymonthposPos1" onchange="changeClass('monthRecurFields2','shown')"> 2260 2259 <xsl:call-template name="recurrenceDayPosOptions"/> 2261 2260 </select> … … 2295 2294 <div id="yearRecurFields1"> 2296 2295 <xsl:copy-of select="$bwStr-AEEF-On"/> 2297 <select name="byyearposPos1" width="7em"onchange="changeClass('yearRecurFields2','shown')">2296 <select name="byyearposPos1" onchange="changeClass('yearRecurFields2','shown')"> 2298 2297 <xsl:call-template name="recurrenceDayPosOptions"/> 2299 2298 </select> … … 2447 2446 </select> 2448 2447 <xsl:text> </xsl:text> 2449 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" alt="bwClock" id="bwRecExcClock"/>2448 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwRecExcClock" alt="*"/> 2450 2449 2451 2450 <select name="tzid" id="rdateTzid" class="timezones"> … … 2688 2687 <xsl:if test="form/location/preferred/select/option"> 2689 2688 <select name="prefLocationId" id="bwPreferredLocationList"> 2689 <xsl:if test="form/location/all/select/option/@selected and not(form/location/preferred/select/option/@selected)"> 2690 <xsl:attribute name="class">invisible</xsl:attribute> 2691 </xsl:if> 2690 2692 <option value=""> 2691 2693 <xsl:copy-of select="$bwStr-AEEF-SelectColon"/> … … 2695 2697 </xsl:if> 2696 2698 <select name="allLocationId" id="bwAllLocationList"> 2697 <xsl:if test="form/location/preferred/select/option ">2699 <xsl:if test="form/location/preferred/select/option and not(form/location/all/select/option/@selected and not(form/location/preferred/select/option/@selected))"> 2698 2700 <xsl:attribute name="class">invisible</xsl:attribute> 2699 2701 </xsl:if> … … 2707 2709 locations exist --> 2708 2710 <xsl:if test="form/location/preferred/select/option"> 2709 <input type="radio" name="toggleLocationLists" value="preferred" checked="checked" onclick="changeClass('bwPreferredLocationList','shown');changeClass('bwAllLocationList','invisible');"/> 2711 <input type="radio" name="toggleLocationLists" value="preferred" onclick="changeClass('bwPreferredLocationList','shown');changeClass('bwAllLocationList','invisible');"> 2712 <xsl:if test="form/location/preferred/select/option and not(form/location/all/select/option/@selected and not(form/location/preferred/select/option/@selected))"> 2713 <xsl:attribute name="checked">checked</xsl:attribute> 2714 </xsl:if> 2715 </input> 2710 2716 <xsl:copy-of select="$bwStr-AEEF-Preferred"/> 2711 <input type="radio" name="toggleLocationLists" value="all" onclick="changeClass('bwPreferredLocationList','invisible');changeClass('bwAllLocationList','shown');"/> 2717 <input type="radio" name="toggleLocationLists" value="all" onclick="changeClass('bwPreferredLocationList','invisible');changeClass('bwAllLocationList','shown');"> 2718 <xsl:if test="form/location/all/select/option/@selected and not(form/location/preferred/select/option/@selected)"> 2719 <xsl:attribute name="checked">checked</xsl:attribute> 2720 </xsl:if> 2721 </input> 2712 2722 <xsl:copy-of select="$bwStr-AEEF-All"/> 2713 2723 </xsl:if> … … 2764 2774 <xsl:if test="form/contact/preferred/select/option"> 2765 2775 <select name="prefContactId" id="bwPreferredContactList"> 2776 <xsl:if test="form/contact/all/select/option/@selected and not(form/contact/preferred/select/option/@selected)"> 2777 <xsl:attribute name="class">invisible</xsl:attribute> 2778 </xsl:if> 2766 2779 <option value=""> 2767 2780 <xsl:copy-of select="$bwStr-AEEF-SelectColon"/> … … 2771 2784 </xsl:if> 2772 2785 <select name="allContactId" id="bwAllContactList"> 2773 <xsl:if test="form/contact/preferred/select/option ">2786 <xsl:if test="form/contact/preferred/select/option and not(form/contact/all/select/option/@selected and not(form/contact/preferred/select/option/@selected))"> 2774 2787 <xsl:attribute name="class">invisible</xsl:attribute> 2775 2788 </xsl:if> … … 2783 2796 contacts exist --> 2784 2797 <xsl:if test="form/contact/preferred/select/option"> 2785 <input type="radio" name="toggleContactLists" value="preferred" checked="checked" onclick="changeClass('bwPreferredContactList','shown');changeClass('bwAllContactList','invisible');"/> 2798 <input type="radio" name="toggleContactLists" value="preferred" onclick="changeClass('bwPreferredContactList','shown');changeClass('bwAllContactList','invisible');"> 2799 <xsl:if test="form/contact/preferred/select/option and not(form/contact/all/select/option/@selected and not(form/contact/preferred/select/option/@selected))"> 2800 <xsl:attribute name="checked">checked</xsl:attribute> 2801 </xsl:if> 2802 </input> 2786 2803 <xsl:copy-of select="$bwStr-AEEF-Preferred"/> 2787 <input type="radio" name="toggleContactLists" value="all" onclick="changeClass('bwPreferredContactList','invisible');changeClass('bwAllContactList','shown');"/> 2804 <input type="radio" name="toggleContactLists" value="all" onclick="changeClass('bwPreferredContactList','invisible');changeClass('bwAllContactList','shown');"> 2805 <xsl:if test="form/contact/all/select/option/@selected and not(form/contact/preferred/select/option/@selected)"> 2806 <xsl:attribute name="checked">checked</xsl:attribute> 2807 </xsl:if> 2808 </input> 2788 2809 <xsl:copy-of select="$bwStr-AEEF-All"/> 2789 2810 </xsl:if> … … 3067 3088 <xsl:param name="eventUrlPrefix"/> 3068 3089 <xsl:param name="canEdit"/> 3090 3091 <xsl:variable name="escapedTitle"><xsl:call-template name="escapeJson"><xsl:with-param name="string" select="eventTitle"/></xsl:call-template></xsl:variable> 3069 3092 <div class="submitBox"> 3070 3093 <xsl:choose> … … 3106 3129 </select> 3107 3130 <input type="submit" name="publishEvent" value="{$bwStr-SEBu-PublishEvent}"> 3108 <xsl:attribute name="onclick">doPublishEvent(this.form.newCalPath.value, '<xsl:value-of select="$eventTitle"/>','<xsl:value-of select="$eventUrlPrefix"/>',this.form);changeClass('publishBox','invisible');</xsl:attribute>3131 <xsl:attribute name="onclick">doPublishEvent(this.form.newCalPath.value,"<xsl:value-of select="$escapedTitle"/>","<xsl:value-of select="$eventUrlPrefix"/>",this.form);changeClass('publishBox','invisible');</xsl:attribute> 3109 3132 </input> 3110 3133 <xsl:if test="$portalFriendly = 'false'"> … … 3123 3146 <input type="submit" name="updateSubmitEvent" value="{$bwStr-SEBu-UpdateEvent}"/> 3124 3147 <input type="submit" name="publishEvent" value="{$bwStr-SEBu-PublishEvent}"> 3125 <xsl:attribute name="onclick">doPublishEvent( '<xsl:value-of select="form/calendar/all/select/option/@value"/>','<xsl:value-of select="$eventTitle"/>','<xsl:value-of select="$eventUrlPrefix"/>',this.form);</xsl:attribute>3148 <xsl:attribute name="onclick">doPublishEvent("<xsl:value-of select="form/calendar/all/select/option/@value"/>","<xsl:value-of select="$escapedTitle"/>","<xsl:value-of select="$eventUrlPrefix"/>",this.form);</xsl:attribute> 3126 3149 </input> 3127 3150 <input type="submit" name="cancelled" value="{$bwStr-SEBu-Cancel}"/> … … 3233 3256 <xsl:attribute name="id"><xsl:value-of select="$name"/>RecurFields<xsl:value-of select="$current"/></xsl:attribute> 3234 3257 <xsl:copy-of select="$bwStr-BuRF-And"/> 3235 <select width="12em">3258 <select> 3236 3259 <xsl:attribute name="name">by<xsl:value-of select="$name"/>posPos<xsl:value-of select="$current"/></xsl:attribute> 3237 3260 <xsl:if test="$current != $total"> … … 6516 6539 <xsl:copy-of select="$bwStr-CSPf-DefaultViewModeList"/> 6517 6540 </option> 6541 <!-- GRID is not yet available - needs to be restored in public client --> 6542 <!-- 6518 6543 <option value="grid"> 6519 6544 <xsl:if test="/bedework/prefs/defaultViewMode = 'grid'"> … … 6522 6547 <xsl:copy-of select="$bwStr-CSPf-DefaultViewModeGrid"/> 6523 6548 </option> 6549 --> 6524 6550 </select> 6525 6551 </td> trunk/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl
r3535 r3558 791 791 <xsl:variable name="bwStr-CSPf-CalSuite">Calendar Suite:</xsl:variable> 792 792 <xsl:variable name="bwStr-CSPf-PreferredView">Vista preferida:</xsl:variable> 793 <xsl:variable name="bwStr-CSPf-DefaultViewMode">Modo de vista p referida:</xsl:variable>794 <xsl:variable name="bwStr-CSPf-DefaultViewModeList"> LIST (a list of discrete events from now into the future)</xsl:variable>795 <xsl:variable name="bwStr-CSPf-DefaultViewModeDaily">DA ILY (a list of events grouped by date showing entire view period)</xsl:variable>796 <xsl:variable name="bwStr-CSPf-DefaultViewModeGrid">GRID (calendar grid - in week and month view periods)</xsl:variable>793 <xsl:variable name="bwStr-CSPf-DefaultViewMode">Modo de vista por defecto:</xsl:variable> 794 <xsl:variable name="bwStr-CSPf-DefaultViewModeList">UPCOMING - a list of discrete events from now into the future</xsl:variable> 795 <xsl:variable name="bwStr-CSPf-DefaultViewModeDaily">DAY, WEEK, MONTH - a list of events showing entire view period</xsl:variable> 796 <xsl:variable name="bwStr-CSPf-DefaultViewModeGrid">GRID - calendar grid for week and month view periods</xsl:variable> 797 797 <xsl:variable name="bwStr-CSPf-PreferredViewPeriod">Periodo de vista preferida:</xsl:variable> 798 798 <xsl:variable name="bwStr-CSPf-Day">día</xsl:variable>
