Changeset 2521
- Timestamp:
- 12/21/09 01:46:21
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2520 r2521 924 924 </a> 925 925 </li> 926 </ul> 927 <ul class="adminMenu"> 928 <li> 929 <a href="{$filter-showAddForm}"> 930 <xsl:copy-of select="$bwStr-TaSy-ManageCalDAVFilters"/> 931 </a> 932 </li> 926 933 <li class="timezones"> 927 <a href="{$timezones-initUpload}"> 928 <xsl:copy-of select="$bwStr-TaSy-ManageSysTZs"/> 934 <a href="{$timezones-fix}"> 935 <xsl:attribute name="title"><xsl:copy-of select="$bwStr-UpTZ-FixTZNote"/></xsl:attribute> 936 <xsl:copy-of select="$bwStr-UpTZ-FixTZ"/> 929 937 </a> 938 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-UpTZ-RecalcUTC"/><br/> 930 939 </li> 931 940 </ul> … … 945 954 </li> 946 955 </ul> 947 </li>948 </ul>949 <ul class="adminMenu">950 <li>951 <a href="{$filter-showAddForm}">952 <xsl:copy-of select="$bwStr-TaSy-ManageCalDAVFilters"/>953 </a>954 956 </li> 955 957 </ul> … … 5870 5872 <xsl:value-of select="$calSuiteName"/> 5871 5873 </td> 5872 <td> 5873 <xsl:copy-of select="$bwStr-CalS-NameOfCalendarSuite"/> 5874 </td> 5874 <!-- 5875 <td> 5876 <p class="note"> 5877 <xsl:copy-of select="$bwStr-CalS-NameOfCalendarSuite"/> 5878 </p> 5879 </td> 5880 --> 5875 5881 </tr> 5876 5882 <tr> … … 5879 5885 <xsl:value-of select="group"/> 5880 5886 </td> 5881 <td> 5882 <xsl:copy-of select="$bwStr-CalS-NameOfAdminGroup"/> 5883 </td> 5887 <!-- 5888 <td> 5889 <p class="note"> 5890 <xsl:copy-of select="$bwStr-CalS-NameOfAdminGroup"/> 5891 </p> 5892 </td> 5893 --> 5884 5894 </tr> 5885 5895 </table> trunk/deployment/webuser/webapp/resources/demoskins/default/default/strings.xsl
r2434 r2521 575 575 <xsl:variable name="bwStr-CuCa-FilterExpression">Filter Expression:</xsl:variable> 576 576 <xsl:variable name="bwStr-CuCa-CurrentAccess">Current Access:</xsl:variable> 577 <xsl:variable name="bwStr-CuCa-AccessNote"><p><strong> 00Note:</strong> If you grant write access to another user, and you wish to see events added by that user in your calendar, <strong>you must explicitly grant yourself access to the same calendar.</strong> Enter your UserID as a user in the "Who" box with "All" set in the "Rights" box.</p> <p>This is standard access control; the reason you will not see the other user's events without doing this is that the default access is grant:all to "owner" - and you don't own the other user's events.</p></xsl:variable>577 <xsl:variable name="bwStr-CuCa-AccessNote"><p><strong>Note:</strong> If you grant write access to another user, and you wish to see events added by that user in your calendar, <strong>you must explicitly grant yourself access to the same calendar.</strong> Enter your UserID as a user in the "Who" box with "All" set in the "Rights" box.</p> <p>This is standard access control; the reason you will not see the other user's events without doing this is that the default access is grant:all to "owner" - and you don't own the other user's events.</p></xsl:variable> 578 578 579 579 <!-- xsl:template name="colorPicker" -->
