diff options
author | Friendika <info@friendika.com> | 2011-01-26 20:29:32 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-26 20:29:32 -0800 |
commit | d2dddd995abef2d0805901b278647bef0ce50f88 (patch) | |
tree | 84bd92072bf37eee3b54ebf7cb9ccaf408562e67 /view/de/contact_edit.tpl | |
parent | b4642ca650e41c33ce461873561bb6d932c022b0 (diff) | |
download | volse-hubzilla-d2dddd995abef2d0805901b278647bef0ce50f88.tar.gz volse-hubzilla-d2dddd995abef2d0805901b278647bef0ce50f88.tar.bz2 volse-hubzilla-d2dddd995abef2d0805901b278647bef0ce50f88.zip |
set update frequency to twice daily for 'feed' contacts, unable to set update frequency on contact edit form.
Diffstat (limited to 'view/de/contact_edit.tpl')
-rw-r--r-- | view/de/contact_edit.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/de/contact_edit.tpl b/view/de/contact_edit.tpl index 8455db30c..fcd3f2d66 100644 --- a/view/de/contact_edit.tpl +++ b/view/de/contact_edit.tpl @@ -23,6 +23,10 @@ <a href="contacts/$contact_id/drop" id="contact-edit-drop-link" onclick="return confirmDelete();" ><img src="images/b_drophide.gif" alt="$delete" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" /></a> </div> <div id="contact-edit-nav-end"></div> + +<form action="contacts/$contact_id" method="post" > +<input type="hidden" name="contact_id" value="$contact_id"> + <div id="contact-edit-poll-wrapper"> <div id="contact-edit-last-update-text">$lastupdtext<span id="contact-edit-last-updated">$last_update</span</div> <div id="contact-edit-poll-text">$updpub</div> @@ -35,8 +39,6 @@ $insecure $blocked $ignored -<form action="contacts/$contact_id" method="post" > -<input type="hidden" name="contact_id" value="$contact_id"> <div id="contact-edit-info-wrapper"> <h4>Kontaktinformation / Notizen</h4> |