This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Changes between Initial Version and Version 1 of Ticket #1071, comment 10


Ignore:
Timestamp:
10/23/12 16:14:31 (3 years ago)
Author:
pferreir
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1071, comment 10

    initial v1  
    33{{{ 
    44#!js 
    5 format($T('There are {0} talks in the event. <a class="uncapable">Some of them (1)</a> are not in a room capable of recording and thus cannot be recorded while <a class="capable">the remaining (1)</a> are going to be recorded.'), [/* ... */]) 
     5format( 
     6  $T('There are {0} talks in the event. <a class="uncapable">Some of them (1)</a> ' +  
     7       'are not in a room capable of recording and thus cannot be recorded while ' + 
     8       '<a class="capable">the remaining (1)</a> are going to be recorded.'), 
     9       [/* ... */]); 
    610 
    711// [...]