Changeset 3599
- Timestamp:
- 07/25/12 16:26:58
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (1 diff)
- trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl (modified) (4 diffs)
- trunk/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r3598 r3599 1997 1997 so provide access to master event --> 1998 1998 <em><xsl:copy-of select="$bwStr-AEEF-ThisEventRecurrenceInstance"/></em><br/> 1999 <a href="{$event-fetchForUpdate}&calPath={$calPath}&guid={$guid}" title="{$bwStr-AEEF-EditMaster}"><xsl:copy-of select="$bwStr-AEEF-EditMasterEvent"/></a> 1999 <xsl:choose> 2000 <xsl:when test="starts-with(form/calendar/event/path,$submissionsRootUnencoded)"> 2001 <a href="{$event-fetchForUpdatePending}&calPath={$calPath}&guid={$guid}" title="{$bwStr-AEEF-EditMaster}"><xsl:copy-of select="$bwStr-AEEF-EditPendingMasterEvent"/></a> 2002 </xsl:when> 2003 <xsl:otherwise> 2004 <a href="{$event-fetchForUpdate}&calPath={$calPath}&guid={$guid}" title="{$bwStr-AEEF-EditMaster}"><xsl:copy-of select="$bwStr-AEEF-EditMasterEvent"/></a> 2005 </xsl:otherwise> 2006 </xsl:choose> 2007 2000 2008 </xsl:when> 2001 2009 <xsl:otherwise> trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl
r3582 r3599 179 179 <xsl:variable name="bwStr-AEEF-ThisEventRecurrenceInstance">This event is a recurrence instance.</xsl:variable> 180 180 <xsl:variable name="bwStr-AEEF-EditMasterEvent">edit master event</xsl:variable> 181 <xsl:variable name="bwStr-AEEF-EditPendingMasterEvent">edit or publish master event</xsl:variable> 181 182 <xsl:variable name="bwStr-AEEF-EditMaster">edit master (recurring event)</xsl:variable> 182 183 <xsl:variable name="bwStr-AEEF-EventRecurs">event recurs</xsl:variable> trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl
r3595 r3599 1256 1256 </xsl:when> 1257 1257 <xsl:otherwise> 1258 <a href="{$event-fetchForUpdatePending}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 1258 <a> 1259 <xsl:choose> 1260 <xsl:when test="recurrenceId != ''"> 1261 <!-- recurrence instances should be updated like normal events - only master events should be published --> 1262 <xsl:attribute name="href"><xsl:value-of select="$event-fetchForUpdate"/>&calPath=<xsl:value-of select="$calPath"/>&guid=<xsl:value-of select="$guid"/>&recurrenceId=<xsl:value-of select="$recurrenceId"/></xsl:attribute> 1263 </xsl:when> 1264 <xsl:otherwise> 1265 <xsl:attribute name="href"><xsl:value-of select="$event-fetchForUpdatePending"/>&calPath=<xsl:value-of select="$calPath"/>&guid=<xsl:value-of select="$guid"/>&recurrenceId=<xsl:value-of select="$recurrenceId"/></xsl:attribute> 1266 </xsl:otherwise> 1267 </xsl:choose> 1259 1268 <xsl:choose> 1260 1269 <xsl:when test="summary != ''"> … … 1300 1309 <xsl:value-of select="start/shortdate"/> 1301 1310 <xsl:text> </xsl:text> 1311 <xsl:choose> 1312 <xsl:when test="start/allday = 'false'"> 1302 1313 <xsl:value-of select="start/time"/> 1314 </xsl:when> 1315 <xsl:otherwise> 1316 <xsl:copy-of select="$bwStr-AEEF-AllDay"/> 1317 </xsl:otherwise> 1318 </xsl:choose> 1303 1319 </td> 1304 1320 <td class="date"> 1305 1321 <xsl:value-of select="end/shortdate"/> 1306 1322 <xsl:text> </xsl:text> 1323 <xsl:choose> 1324 <xsl:when test="start/allday = 'false'"> 1307 1325 <xsl:value-of select="end/time"/> 1326 </xsl:when> 1327 <xsl:otherwise> 1328 <xsl:copy-of select="$bwStr-AEEF-AllDay"/> 1329 </xsl:otherwise> 1330 </xsl:choose> 1308 1331 </td> 1309 1332 <td class="calcat"> … … 1345 1368 <xsl:if test="recurring = 'true' or recurrenceId != ''"> 1346 1369 <div class="recurrenceEditLinks"> 1370 <xsl:text> </xsl:text> 1347 1371 <xsl:copy-of select="$bwStr-EvLC-RecurringEventEdit"/> 1348 <a href="{$event-fetchForUpdate}&calPath={$calPath}&guid={$guid}"> 1372 <!-- only master events can be published --> 1373 <a href="{$event-fetchForUpdatePending}&calPath={$calPath}&guid={$guid}"> 1349 1374 <xsl:copy-of select="$bwStr-EvLC-Master"/> 1350 1375 </a> | 1376 <!-- recurrence instances can only be edited --> 1351 1377 <a href="{$event-fetchForUpdate}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 1352 1378 <xsl:copy-of select="$bwStr-EvLC-Instance"/> … … 1972 1998 so provide access to master event --> 1973 1999 <em><xsl:copy-of select="$bwStr-AEEF-ThisEventRecurrenceInstance"/></em><br/> 1974 <a href="{$event-fetchForUpdate}&calPath={$calPath}&guid={$guid}" title="{$bwStr-AEEF-EditMaster}"><xsl:copy-of select="$bwStr-AEEF-EditMasterEvent"/></a> 2000 <xsl:choose> 2001 <xsl:when test="starts-with(form/calendar/event/path,$submissionsRootUnencoded)"> 2002 <a href="{$event-fetchForUpdatePending}&calPath={$calPath}&guid={$guid}" title="{$bwStr-AEEF-EditMaster}"><xsl:copy-of select="$bwStr-AEEF-EditPendingMasterEvent"/></a> 2003 </xsl:when> 2004 <xsl:otherwise> 2005 <a href="{$event-fetchForUpdate}&calPath={$calPath}&guid={$guid}" title="{$bwStr-AEEF-EditMaster}"><xsl:copy-of select="$bwStr-AEEF-EditMasterEvent"/></a> 2006 </xsl:otherwise> 2007 </xsl:choose> 2008 1975 2009 </xsl:when> 1976 2010 <xsl:otherwise> trunk/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl
r3582 r3599 179 179 <xsl:variable name="bwStr-AEEF-ThisEventRecurrenceInstance">Este evento es una instancia de recurrencia.</xsl:variable> 180 180 <xsl:variable name="bwStr-AEEF-EditMasterEvent">editar evento maestro</xsl:variable> 181 <xsl:variable name="bwStr-AEEF-EditPendingMasterEvent">editar o publicar evento maestro</xsl:variable> 181 182 <xsl:variable name="bwStr-AEEF-EditMaster">editar maestro (evento recurrente)</xsl:variable> 182 183 <xsl:variable name="bwStr-AEEF-EventRecurs">evento recurrente</xsl:variable>
