diff options
author | friendica <info@friendica.com> | 2012-05-07 18:48:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-07 18:48:26 -0700 |
commit | b128a37cee7b49ae83d16ddfd3cd99097a80b9f9 (patch) | |
tree | 3035784f65e3d4bd58a12f382d77e99b19ad323d /view/theme/diabook/theme_settings.tpl | |
parent | f0b7a8ae35c67f2440c3c3574451f52e5126fa68 (diff) | |
parent | 88443ed3fb3c4d91f93d3520f260aa40eb6ec694 (diff) | |
download | volse-hubzilla-b128a37cee7b49ae83d16ddfd3cd99097a80b9f9.tar.gz volse-hubzilla-b128a37cee7b49ae83d16ddfd3cd99097a80b9f9.tar.bz2 volse-hubzilla-b128a37cee7b49ae83d16ddfd3cd99097a80b9f9.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 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index 27122857c..68b22a168 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -14,11 +14,26 @@ {{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 class="settings-submit-wrapper"> + <input type="submit" value="$submit" class="settings-submit" name="diabook-settings-submit" /> </div> +{{inc field_select.tpl with $field=$close_pages}}{{endinc}} +{{inc field_select.tpl with $field=$close_profiles}}{{endinc}} +{{inc field_select.tpl with $field=$close_helpers}}{{endinc}} +{{inc field_select.tpl with $field=$close_services}}{{endinc}} +{{inc field_select.tpl with $field=$close_friends}}{{endinc}} +{{inc field_select.tpl with $field=$close_lastusers}}{{endinc}} +{{inc field_select.tpl with $field=$close_lastphotos}}{{endinc}} +{{inc field_select.tpl with $field=$close_lastlikes}}{{endinc}} +{{inc field_select.tpl with $field=$close_twitter}}{{endinc}} +{{inc field_select.tpl with $field=$close_mapquery}}{{endinc}} + <div class="settings-submit-wrapper"> <input type="submit" value="$submit" class="settings-submit" name="diabook-settings-submit" /> </div> +<div class="field select"> +<a onClick="restore_boxes()" title="Restore order at right-hand column" style="cursor: pointer;">Restore order at right-hand column</a> +</div> + |