Changeset 2702
- Timestamp:
- 01/22/10 11:47:38
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r2662 r2702 1633 1633 <a href="{$eventView}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 1634 1634 <img src="{$resourcesRoot}/resources/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/> 1635 <xsl:text> </xsl:text> 1635 1636 <xsl:copy-of select="$bwStr-EvCG-ViewDetails"/> 1636 1637 </a> … … 1642 1643 <xsl:when test="recurring='true' or recurrenceId != ''"> 1643 1644 <img src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="{$bwStr-EvCG-DownloadEvent}"/> 1645 <xsl:text> </xsl:text> 1644 1646 <xsl:copy-of select="$bwStr-EvCG-Download"/><xsl:text> </xsl:text> 1645 1647 <a href="{$export}&calPath={$calPath}&guid={$guid}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-EvCG-DownloadMaster}"> … … 1653 1655 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-EvCG-DownloadEvent}"> 1654 1656 <img src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="{$bwStr-EvCG-DownloadEvent}"/> 1657 <xsl:text> </xsl:text> 1655 1658 <xsl:copy-of select="$bwStr-EvCG-Download"/> 1656 1659 </a> … … 1663 1666 <xsl:when test="recurring='true' or recurrenceId != ''"> 1664 1667 <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> 1668 <xsl:text> </xsl:text> 1665 1669 <xsl:copy-of select="$bwStr-EvCG-EditColon"/><xsl:text> </xsl:text> 1666 1670 <a href="{$editEvent}&calPath={$calPath}&guid={$guid}" title="{$bwStr-EvCG-EditMaster}"> … … 1674 1678 <a href="{$editEvent}&calPath={$calPath}&guid={$guid}" title="{$bwStr-EvCG-EditEvent}"> 1675 1679 <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> 1680 <xsl:text> </xsl:text> 1676 1681 <xsl:text> </xsl:text><xsl:copy-of select="$bwStr-EvCG-Edit"/> 1677 1682 </a> … … 1684 1689 <xsl:when test="recurring='true' or recurrenceId != ''"> 1685 1690 <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> 1691 <xsl:text> </xsl:text> 1686 1692 <xsl:copy-of select="$bwStr-EvCG-CopyColon"/><xsl:text> </xsl:text> 1687 1693 <a href="{$editEvent}&calPath={$calPath}&guid={$guid}&copy=true" title="{$bwStr-EvCG-CopyMaster}"> … … 1707 1713 <xsl:when test="recurring='true' or recurrenceId != ''"> 1708 1714 <img src="{$resourcesRoot}/resources/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/> 1715 <xsl:text> </xsl:text> 1709 1716 <xsl:copy-of select="$bwStr-EvCG-LinkColon"/><xsl:text> </xsl:text> 1710 1717 <a href="{$addEventRef}&calPath={$calPath}&guid={$guid}" title="add master event reference to a calendar"> … … 1730 1737 <xsl:when test="recurring='true' or recurrenceId != ''"> 1731 1738 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 1739 <xsl:text> </xsl:text> 1732 1740 <xsl:copy-of select="$bwStr-EvCG-DeleteColon"/> 1733 1741 <a href="{$delEvent}&calPath={$calPath}&guid={$guid}" title="{$bwStr-EvCG-DeleteMaster}" onclick="return confirm('{$bwStr-EvCG-DeleteAllRecurrences}');">
