diff options
author | friendica <info@friendica.com> | 2012-05-10 01:46:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-10 01:46:29 -0700 |
commit | 93ae6ee97b5afccee2cc37e9ce400c7da43dec47 (patch) | |
tree | 624ed4f807542c4c60a043bc6a51f6a1e16b1ac0 /view/theme/diabook/admin_site.tpl | |
parent | 774c51cc19c2e1fd135a7f692dd53bfb3a4d0ed3 (diff) | |
parent | 7b41c0a555c5b58b2a09be0424bb09af7fa49b42 (diff) | |
download | volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.tar.gz volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.tar.bz2 volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/admin_site.tpl')
-rw-r--r-- | view/theme/diabook/admin_site.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/diabook/admin_site.tpl b/view/theme/diabook/admin_site.tpl index dd89b81a9..346934b70 100644 --- a/view/theme/diabook/admin_site.tpl +++ b/view/theme/diabook/admin_site.tpl @@ -49,6 +49,9 @@ {{ inc field_input.tpl with $field=$proxy }}{{ endinc }} {{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }} {{ inc field_input.tpl with $field=$timeout }}{{ endinc }} + {{ inc field_input.tpl with $field=$delivery_interval }}{{ endinc }} + {{ inc field_input.tpl with $field=$poll_interval }}{{ endinc }} + {{ inc field_input.tpl with $field=$maxloadavg }}{{ endinc }} {{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }} <div class="submit"><input type="submit" name="page_site" value="$submit" /></div> |