diff options
author | zottel <github@zottel.net> | 2012-05-07 09:11:45 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-07 09:11:45 +0200 |
commit | a2ea560bf397902ce5608daabf101d0bcf813f13 (patch) | |
tree | 0f4020d6b86c65cc317739b8e562ea50801ec277 /view/theme/diabook/theme_settings.tpl | |
parent | 3cd428152d8727b838565c462f91accd35204ce1 (diff) | |
parent | c7f3e626d0bb141be86a8af6ffbe40768bc23069 (diff) | |
download | volse-hubzilla-a2ea560bf397902ce5608daabf101d0bcf813f13.tar.gz volse-hubzilla-a2ea560bf397902ce5608daabf101d0bcf813f13.tar.bz2 volse-hubzilla-a2ea560bf397902ce5608daabf101d0bcf813f13.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/diabook/theme_settings.tpl')
-rw-r--r-- | view/theme/diabook/theme_settings.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index 61b0b6dac..27122857c 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -6,6 +6,14 @@ {{inc field_select.tpl with $field=$resolution}}{{endinc}} +{{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> |