Changeset 578

Show
Ignore:
Timestamp:
06/13/06 13:09:19
Author:
johnsa
Message:

personal client:

upload event allows for transparency and status overrides
some improvement to icons

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css

    r571 r578  
    475475  clear: none; 
    476476} 
     477table.common #eventActions img { 
     478  display: inline; 
     479  margin-right: 2px; 
     480  vertical-align: middle; 
     481} 
    477482table.common td.allField { 
    478483  white-space: nowrap; 
     
    510515  font-weight: bold; 
    511516  margin: 0 1em; 
     517} 
     518table.common .padMeTop { 
     519  padding-top: 1em !important; 
    512520} 
    513521#bwEventCalDisplay { 
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r575 r578  
    11571157                                                <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    11581158                                                <a href="{$export}?subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;skinName=ical&amp;contentType=text/calendar&amp;contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> 
    1159                                                         <img src="{$resourcesRoot}/resources/std-ical_iconDkGray.gif" width="12" height="13" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/> 
     1159                                                        <img src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/> 
    11601160                                                        Download 
    11611161                                                </a> | 
     
    11791179                                                        <xsl:when test="currentAccess/current-user-privilege-set/privilege/write-content"> 
    11801180                                                                <a href="{$editEvent}?subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;confirmationid={$confId}"> 
    1181                                                                         <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="13" border="0" alt="edit"/> 
     1181                                                                        <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> 
    11821182                                                                        Edit 
    11831183                                                                </a> 
     
    11851185                                                        <xsl:otherwise> 
    11861186                                                                <a href="{$subscriptions-fetch}"> 
    1187                                                                         <img src="{$resourcesRoot}/resources/std-ical_iconSubsDkGray.gif" width="12" height="13" border="0" alt="edit"/> 
     1187                                                                        <img src="{$resourcesRoot}/resources/std-ical_iconSubsDkGray.gif" width="12" height="16" border="0" alt="edit"/> 
    11881188                                                                        Manage Subscriptions 
    11891189                                                                </a> 
    11901190                                                        </xsl:otherwise> 
    11911191                                                </xsl:choose> 
    1192                                                 <xsl:if test="currentAccess/current-user-privilege-set/privilege/unbind"> 
     1192                                                <xsl:if test="currentAccess/current-user-privilege-set/privilege/unbind and not(isAnnotation)"> 
    11931193                                                         | 
    11941194                                                        <xsl:choose> 
     
    34273427                                        </td> 
    34283428                                        <td align="left"> 
    3429                                                 <input type="file" name="uploadFile" size="80" /> 
    3430                                         </td> 
    3431                                 </tr> 
    3432                                 <tr> 
    3433                                         <td class="fieldname"> 
     3429                                                <input type="file" name="uploadFile" size="60" /> 
     3430                                        </td> 
     3431                                </tr> 
     3432                                <tr> 
     3433                                        <td class="fieldname padMeTop"> 
    34343434                                                Into calendar: 
    34353435                                        </td> 
    3436                                         <td align="left"
     3436                                        <td align="left" class="padMeTop"
    34373437                                                <input type="hidden" name="newCalPath" value=""/> 
    34383438                                                <span id="bwEventCalDisplay"> 
     
    34433443                                </tr> 
    34443444                                <tr> 
    3445                                         <td class="fieldname"> 
    3446                                                 Affects Free/busy: 
    3447                                         </td> 
    3448                                         <td align="left"> 
    3449                                                 <input type="radio" value="true" name="affectsFreeBusy"/> yes 
    3450                                                 <input type="radio" value="false" name="affectsFreeBusy" checked="checked"/> no 
     3445                                        <td class="fieldname padMeTop"> 
     3446                                                Transparency: 
     3447                                        </td> 
     3448                                        <td align="left" class="padMeTop"> 
     3449            <input type="radio" value="" name="transparency" checked="checked"/> accept event's transparency<br/> 
     3450                                                <input type="radio" value="TRANSPARENT" name="transparency"/> transparent <span class="note">(does not effect your free/busy)</span><br/> 
     3451                                                <input type="radio" value="OPAQUE" name="transparency"/> opaque <span class="note">(effects your free/busy)</span><br/> 
     3452                                        </td> 
     3453                                </tr> 
     3454                                <tr> 
     3455                                        <td class="fieldname padMeTop"> 
     3456                                                Status: 
     3457                                        </td> 
     3458                                        <td align="left" class="padMeTop"> 
     3459            <input type="radio" value="" name="status" checked="checked"/> accept event's status<br/> 
     3460                                                <input type="radio" value="CONFIRMED" name="status"/> confirmed<br/> 
     3461                                                <input type="radio" value="TENTATIVE" name="status"/> tentative<br/> 
     3462            <input type="radio" value="CANCELLED" name="status"/> cancelled<br/> 
    34513463                                        </td> 
    34523464                                </tr>