diff options
author | friendica <info@friendica.com> | 2012-05-06 19:56:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-06 19:56:27 -0700 |
commit | 8a10af3bce54141be7e03a96f7a9c2df28c7fa5b (patch) | |
tree | 78aa6c1ed4fbc3d8d679b552c2bfc9bf690e1cf3 /view/theme/diabook/theme_settings.tpl | |
parent | 57920849c4138920b5715931a268dd2a55c76003 (diff) | |
parent | e417f083b53c5759346bcfcc451b0d89696788aa (diff) | |
download | volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.tar.gz volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.tar.bz2 volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.zip |
Merge https://github.com/friendica/friendica into pull
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> |