Changeset 1295
- Timestamp:
- 02/16/07 14:37:26
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1285 r1295 218 218 #bodyBlock td#sideBar h3 a:active, 219 219 #bodyBlock td#sideBar h3 a:visited { 220 float: right; 221 font-size: 0.8em; 220 222 color: #eee; 221 223 background: transparent; trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1291 r1295 486 486 487 487 <h3> 488 <a href="{$calendar-fetch}" >489 <img alt="manage calendars" src="{$resourcesRoot}/resources/glassFill-icon-menuButton.gif" width="12" height="11" border="0"/> calendars488 <a href="{$calendar-fetch}" title="manage calendars"> 489 manage 490 490 </a> 491 calendars 491 492 </h3> 492 493 <!-- normal calendars --> … … 504 505 <h3> 505 506 <a href="{$subscriptions-fetch}" title="manage subscriptions"> 506 <img alt="manage subscriptions" src="{$resourcesRoot}/resources/glassFill-icon-menuButton.gif" width="12" height="11" border="0"/> 507 subscriptions 507 manage 508 508 </a> 509 subscriptions 509 510 </h3> 510 511 <ul class="calendarTree"> … … 1045 1046 </xsl:choose> 1046 1047 </xsl:if> 1047 <xsl:if test="not(currentAccess/current-user-privilege-set/privilege/write-content)"> 1048 <xsl:if test="not(currentAccess/current-user-privilege-set/privilege/write-content) and not(recurring='true' or recurrenceId != '')"> 1049 <!-- temporarily hide from Recurring events --> 1048 1050 <xsl:choose> 1049 1051 <xsl:when test="recurring='true' or recurrenceId != ''"> … … 1406 1408 </xsl:choose> 1407 1409 </xsl:if> 1408 <xsl:if test="not(currentAccess/current-user-privilege-set/privilege/write-content)"> 1410 | 1411 <xsl:choose> 1412 <xsl:when test="recurring='true' or recurrenceId != ''"> 1413 <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> 1414 Copy: 1415 <a href="{$editEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&copy=true" title="copy master (recurring event)">master</a>,<a href="{$editEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&copy=true" title="copy instance (recurring event)">instance</a> 1416 </xsl:when> 1417 <xsl:otherwise> 1418 <a href="{$editEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&copy=true" title="copy event"> 1419 <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> 1420 Copy 1421 </a> 1422 </xsl:otherwise> 1423 </xsl:choose> 1424 <xsl:if test="not(currentAccess/current-user-privilege-set/privilege/write-content) and not(recurring='true' or recurrenceId != '')"> 1425 <!-- temporarily hide from Recurring events --> 1409 1426 | 1410 1427 <xsl:choose>
