diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-11 16:41:16 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-11 16:41:16 +0200 |
commit | 48c48d644f4b6dca237e61594d5d95a0c1c3f6e8 (patch) | |
tree | 6116903d1172c0b8b0c7f1eabefa0806af151448 /view/theme/diabook/communityhome.tpl | |
parent | 74e79a06a8987cda06951cee863b9b3e61cdc9f9 (diff) | |
download | volse-hubzilla-48c48d644f4b6dca237e61594d5d95a0c1c3f6e8.tar.gz volse-hubzilla-48c48d644f4b6dca237e61594d5d95a0c1c3f6e8.tar.bz2 volse-hubzilla-48c48d644f4b6dca237e61594d5d95a0c1c3f6e8.zip |
diabook-theme: update mapquery and small fix
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 90253882f..6fa330140 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -10,8 +10,9 @@ <div id="mapcontrol" style="display:none;"> <form id="mapform" action="network" method="post" > -<div id="layermanager" style="width: 350px;position: relative;float: right;right:60px;"></div> +<div id="layermanager" style="width: 350px;position: relative;float: right;right:20px;"></div> <div id="map2" style="height:350px;width:350px;"></div> +<div id="mouseposition" style="width: 350px;"></div> {{inc field_input.tpl with $field=$ELZoom}}{{endinc}} {{inc field_input.tpl with $field=$ELPosX}}{{endinc}} {{inc field_input.tpl with $field=$ELPosY}}{{endinc}} |