Changeset 731833 in indico


Ignore:
Timestamp:
09/22/09 18:02:27 (4 years ago)
Author:
David Martín Clavo <david.martin.clavo@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
667995
Parents:
e8e91e
Message:

[MINOR] VS Overview: initially no index is highlighted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/AdminCollaboration.tpl

    rfd0c10 r731833  
    1616        <% end %> 
    1717         
    18         <a id="index_<%=indexName%>" onclick="indexSelectedObs('<%=indexName%>', false)" <%=additionalStyle%> > 
     18        <a id="index_<%=indexName%>" onclick="indexSelectedObs('<%=indexName%>', false)" class="CAIndexUnselected" <%=additionalStyle%> > 
    1919            <%= indexName[0].upper() + indexName[1:] %> 
    2020        </a> 
     
    549549IndicoUI.executeOnLoad(function(){ 
    550550    buildIndexTooltips(); 
    551     indexSelectedObs('<%=InitialIndex%>', true); 
    552551    confIdObs(); 
    553552    viewByObs('<%=InitialViewBy %>', true); 
Note: See TracChangeset for help on using the changeset viewer.