[pLog-svn] r4745 - plog/trunk/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Feb 17 14:43:56 EST 2007


Author: oscar
Date: 2007-02-17 14:43:56 -0500 (Sat, 17 Feb 2007)
New Revision: 4745

Modified:
   plog/trunk/templates/admin/bloglocationslist.template
Log:
Added a message below the map to indicate that markers can be dragged.

Modified: plog/trunk/templates/admin/bloglocationslist.template
===================================================================
--- plog/trunk/templates/admin/bloglocationslist.template	2007-02-17 18:23:04 UTC (rev 4744)
+++ plog/trunk/templates/admin/bloglocationslist.template	2007-02-17 19:43:56 UTC (rev 4745)
@@ -3,9 +3,10 @@
 
 <iframe
   src="?op=adminLocationDisplay&blogId={$blog->getId()}&width=600&height=400"
-  style="width:600px;height:400px;border:0px;padding:0;margin:0"
->
+  style="width:600px;height:400px;border:0px;padding:0;margin:0">
 </iframe>
+<br/>
+{$locale->tr("drag_location_to_update")}
 
 {include file="$admintemplatepath/footernavigation.template"}
 {include file="$admintemplatepath/footer.template"}
\ No newline at end of file



More information about the pLog-svn mailing list