Skip to content

Commit

Permalink
maps icon added
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chung committed Feb 9, 2010
1 parent a9a6ca2 commit 2797f4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Binary file added client/inflow/i/new/rd_map_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions client/lib/rdw/ext/MessageLinkLocationAttachments.js
Expand Up @@ -48,11 +48,6 @@ require.modify("rdw/Message", "rdw/ext/MessageLinkLocationAttachments",
}
template = '<div class="location link hbox">' +
' <div class="thumbnail boxFlex0">' +
' <a target="_blank" href="http://maps.google.com/?q=${q}&ll=${geolat},${geolong}">' +
' <img src="http://maps.google.com/maps/api/staticmap?' +
'maptype=roadmap&zoom=12&sensor=false&' +
'size=110x70&markers=||${geolat},${geolong}&key=${key}"/>' +
' </a>' +
' </div>' +
' <div class="information boxFlex1">' +
' <div class="name">${name}</div>' +
Expand Down
2 changes: 2 additions & 0 deletions client/lib/rdw/ext/css/MessageLinkLocationAttachments.css
Expand Up @@ -25,6 +25,8 @@
display: inline-block;
width: 110px;
height: 70px;
background-image: url("../../../../inflow/i/new/rd_map_icon.png");
background-repeat: no-repeat;
}

.rdwMessage > .message > .rdwAttachments .location > .information {
Expand Down

0 comments on commit 2797f4b

Please sign in to comment.