Changeset fdea6c in indico


Ignore:
Timestamp:
07/28/10 09:52:46 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
639df4
Parents:
34ce14
git-author:
Nikolche Mihajlovski <nmihajlo@…> (07/13/10 15:30:12)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (07/28/10 09:52:46)
Message:

[FIX] The "Display auto-join URL in event page" checkbox is now checked by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/plugins/Collaboration/Vidyo/tpls/AdvancedTab.tpl

    rc18126 rfdea6c  
    1111 
    1212<div class="collaborationAdvancedTabCheckboxDiv" style="margin-bottom:10px"> 
    13     <input type="checkbox" id="displayURL" class="centeredCheckBox" name="displayURL" value="yes" /> 
     13    <input type="checkbox" id="displayURL" class="centeredCheckBox" name="displayURL" value="yes" checked="checked" /> 
    1414    <label for="displayURL" class="normal"><%= _("Display auto-join URL in event page") %></label> 
    1515    <img id="displayURLHelpImg" src="<%= systemIcon('help')%>" style="margin-left:5px; vertical-align:middle;" /> 
Note: See TracChangeset for help on using the changeset viewer.