Changeset 154973e in indico


Ignore:
Timestamp:
02/22/12 08:51:51 (15 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 00b052b1a13a63c5c79db7f3ad310f643651dc50
Children:
ef7e5c
Parents:
84cc6f
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (02/21/12 17:08:50)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (02/22/12 08:51:51)
Message:

[FIX] Button for add user/groups popup

Location:
indico
Files:
2 edited

Legend:

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

    rfecba0 r154973e  
    2020                              <a href="#">${_("Add")}</a> 
    2121                              <ul> 
    22                                 <li><a href="#" id="add_existing_user">${_("Indico User")}</a></li> 
     22                                <li><a href="#" id="add_existing_user">${_("Indico User / Group")}</a></li> 
    2323                                <li><a href="#" id="add_new_user">${_("New user")}</a></li> 
    2424                                % if nowutc() < self_._conf.getStartDate() : 
  • indico/htdocs/js/indico/Core/Dialogs/Users.js

    rf2e88d r154973e  
    15321532        if (this.allowSearch || this.includeFavourites || exists(this.suggestedUsers)) { 
    15331533 
    1534             var chooseUserButton = Html.input("button", {style:{marginRight: pixels(5)}}, $T('Add Indico User')); 
     1534            var chooseUserButton = Html.input("button", {style:{marginRight: pixels(5)}}, $T('Add Indico User'+(this.enableGroups?" / Group":""))); 
    15351535 
    15361536            var title = ""; 
Note: See TracChangeset for help on using the changeset viewer.