Changeset ff1404 in indico
- Timestamp:
- 03/30/11 19:24:05 (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, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 3faa7f
- Parents:
- 7e5a99
- File:
-
- 1 edited
-
indico/htdocs/js/indico/RoomBooking/MapOfRooms.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/RoomBooking/MapOfRooms.js
r9c2470 rff1404 231 231 232 232 // 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)))); 234 234 var img = Html.img({src: room.tipPhotoURL, width: 212, height: 140, className: 'mapRoomTooltipImage'}); 235 235 var desc = Html.div({className: 'mapRoomTooltipDescription'}, room.markerDescription);
Note: See TracChangeset
for help on using the changeset viewer.
