[marinemap] 2 new revisions pushed by perrygeo...@gmail.com on 2011-10-19 18:38 GMT

0 views
Skip to first unread message

mari...@googlecode.com

unread,
Oct 19, 2011, 2:38:54 PM10/19/11
to marinema...@googlegroups.com
2 new revisions:

Revision: 9c6d8317a5a3
Author: Matthew Perry <perryg...@gmail.com>
Date: Wed Oct 19 11:39:45 2011
Log: Dont show close pointer in an Edit bookmark situation; only
create new
http://code.google.com/p/marinemap/source/detail?r=9c6d8317a5a3

Revision: 027f5de7fa7e
Author: Matthew Perry <perryg...@gmail.com>
Date: Wed Oct 19 11:41:04 2011
Log: Edit form language - no longer create new:
http://code.google.com/p/marinemap/source/detail?r=027f5de7fa7e

==============================================================================
Revision: 9c6d8317a5a3
Author: Matthew Perry <perryg...@gmail.com>
Date: Wed Oct 19 11:39:45 2011
Log: Dont show close pointer in an Edit bookmark situation; only
create new
http://code.google.com/p/marinemap/source/detail?r=9c6d8317a5a3

Modified:
/lingcod/bookmarks/templates/bookmarks/form.html

=======================================
--- /lingcod/bookmarks/templates/bookmarks/form.html Wed Oct 19 10:53:27
2011
+++ /lingcod/bookmarks/templates/bookmarks/form.html Wed Oct 19 11:39:45
2011
@@ -49,6 +49,7 @@
// Grab the current view if its a "Create New" situation
if (!$('#id_latitude').val()) {
capture();
+ $('#bookmark-close').show();
}

var ftog = function() {
@@ -58,8 +59,6 @@
};
$('#fshow_toggle_details').click(ftog);
$('#fhide_toggle_details').click(ftog);
-
- $('#bookmark-close').show();
});
</script>


==============================================================================
Revision: 027f5de7fa7e
Author: Matthew Perry <perryg...@gmail.com>
Date: Wed Oct 19 11:41:04 2011
Log: Edit form language - no longer create new:
http://code.google.com/p/marinemap/source/detail?r=027f5de7fa7e

Modified:
/lingcod/bookmarks/templates/bookmarks/form.html

=======================================
--- /lingcod/bookmarks/templates/bookmarks/form.html Wed Oct 19 11:39:45
2011
+++ /lingcod/bookmarks/templates/bookmarks/form.html Wed Oct 19 11:41:04
2011
@@ -92,7 +92,7 @@
<label for="id_camera">Bookmark settings</label>
<a href="#" class="button" id="camera_capture"
onclick="this.blur(); return false;"><span>Recapture View</span></a>
<br/>
- <div> The bookmark is set to capture the public layers and camera
angle at the time when you clicked <em>Create New</em>.
+ <div> The bookmark is set to capture the public layers and camera
angle at the moment when you first created the bookmark.
If you have changed the view and wish to reflect that in the
bookmark, click <em>Recapture View</em> above. </div>

<div style="padding:15px">

Reply all
Reply to author
Forward
0 new messages