Ignore:
Timestamp:
12/06/10 11:47:32 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
51830f
Parents:
956581
git-author:
Leszek Syroka <leszek.marek.syroka@…> (11/02/10 16:56:49)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (12/06/10 11:47:32)
Message:

[FIX] Session modification labels

  • labels of some actions were renamed
  • session slots can be edited from event display webpage
  • fix#558
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/stylesheets/include/common.xsl

    r636d5ff r79b41e  
    101101            'Edit contribution': '<xsl:value-of select="$item/modifyLink"/>', 
    102102            </xsl:when> 
    103             <xsl:when test="$item/modifyLink != '' and $sessCode != 'null'"> 
    104             'Edit session': '<xsl:value-of select="$item/modifyLink"/>', 
     103            <xsl:when test="$item/slotId != 'null' and $item/ID != 'null' and $confId != 'null'"> 
     104            'Edit session': function(){IndicoUI.Dialogs.__addSessionSlot("<xsl:value-of select="$item/slotId"/>", "<xsl:value-of select="$item/ID"/>","<xsl:value-of select="$confId"/>")}, 
    105105            </xsl:when> 
    106106            <xsl:when test="$item/modifyLink != ''"> 
Note: See TracChangeset for help on using the changeset viewer.