Changeset bc991f in indico for indico/MaKaC/webinterface/tpls/ConferenceInstantMessaging.tpl
- Timestamp:
- 01/18/11 19:53:44 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- 4bd938
- Parents:
- c1435a
- git-author:
- Cesar Munoz Orena <cesar.munoz.orena@…> (11/01/10 16:14:27)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (01/18/11 19:53:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ConferenceInstantMessaging.tpl
rc1435a rbc991f 37 37 <td style="font-family:monospace;"> <%= server%></td> 38 38 39 <td style="width:200px"><div id='desc<%= cr.getId() %>'> <%= cr.getDescription()%></div></td>39 <td><div id='desc<%= cr.getId() %>'> <%= cr.getDescription()%></div></td> 40 40 41 41 <td> <%= _('Yes') if len(cr.getPassword()) > 0 else _('No')%></td> … … 45 45 <% end %> 46 46 <% elif not cr.getShowPass() and len(cr.getPassword()) > 0:%> 47 <td style="font-style:italic "> <%= _('Not displayed')%> </td>47 <td style="font-style:italic;"> <%= _('Not displayed')%> </td> 48 48 <% end %> 49 49 <% else:%> 50 <td style="font-style:italic "> - </td>50 <td style="font-style:italic;"> - </td> 51 51 <% end %> 52 52 <% if PluginFieldsWrapper('InstantMessaging', 'XMPP').getOption('joinDesktopClients') or PluginFieldsWrapper('InstantMessaging', 'XMPP').getOption('joinWebClient'): %> 53 <td style="font-weight: bold "><a id="joinLink" class="dropDownMenu highlight" href="#"><%= _("Join now!")%></a></td>53 <td style="font-weight: bold;" nowrap><a id="joinLink" class="dropDownMenu highlight" href="#"><%= _("Join now!")%></a></td> 54 54 <% end %> 55 55 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
