Changeset ff1404 in indico


Ignore:
Timestamp:
03/30/11 19:24:05 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
3faa7f
Parents:
7e5a99
Message:

[FIX] RB - Title of room in More... popup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/RoomBooking/MapOfRooms.js

    r9c2470 rff1404  
    231231 
    232232            // room details elements 
    233             title = Html.table({className: 'mapRoomTooltipTitle', width: '100%', cellpadding: 0, cellspacing: 0}, Html.tbody({}, Html.tr({}, Html.td({width: '75%'}, caption.dom), Html.td({width: '25%'}, details.dom)))); 
     233            var title = Html.table({className: 'mapRoomTooltipTitle', width: '100%', cellpadding: 0, cellspacing: 0}, Html.tbody({}, Html.tr({}, Html.td({width: '75%'}, caption.dom), Html.td({width: '25%'}, details.dom)))); 
    234234            var img = Html.img({src: room.tipPhotoURL, width: 212, height: 140, className: 'mapRoomTooltipImage'}); 
    235235            var desc = Html.div({className: 'mapRoomTooltipDescription'}, room.markerDescription); 
Note: See TracChangeset for help on using the changeset viewer.