diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-07 02:24:43 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-07 02:24:43 +0200 |
commit | 3d0a0b6abfcb2e2fcb28a0b415d026c25de260d5 (patch) | |
tree | 22dd9c4d561363372f2e9a9de2298cecb1e4b4f9 /view/theme/diabook/theme_settings.tpl | |
parent | 66b9b607929c6c406fc814a16f5dcfecb219500c (diff) | |
download | volse-hubzilla-3d0a0b6abfcb2e2fcb28a0b415d026c25de260d5.tar.gz volse-hubzilla-3d0a0b6abfcb2e2fcb28a0b415d026c25de260d5.tar.bz2 volse-hubzilla-3d0a0b6abfcb2e2fcb28a0b415d026c25de260d5.zip |
diabook-theme: add "Earth Layers"-box at right_side
Diffstat (limited to 'view/theme/diabook/theme_settings.tpl')
-rw-r--r-- | view/theme/diabook/theme_settings.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index d08f2819c..27122857c 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -8,6 +8,12 @@ {{inc field_input.tpl with $field=$TSearchTerm}}{{endinc}} +{{inc field_input.tpl with $field=$ELPosX}}{{endinc}} + +{{inc field_input.tpl with $field=$ELPosY}}{{endinc}} + +{{inc field_input.tpl with $field=$ELZoom}}{{endinc}} + <div class="field select"> <a onClick="restore_boxes()" title="Restore right-hand column" style="cursor: pointer;">Restore right-hand column</a> </div> |