diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-01 05:46:51 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-01 05:46:51 -0700 |
commit | 3fd4b4264ef8c418bbf78edaa02f7e4e32f5022e (patch) | |
tree | 641803dc59dcd8440e252e5133424fde2a835636 /view/contact_edit.tpl | |
parent | a4a46d82df14d5bcc6812a8e2b9f24eb78141e4e (diff) | |
download | volse-hubzilla-3fd4b4264ef8c418bbf78edaa02f7e4e32f5022e.tar.gz volse-hubzilla-3fd4b4264ef8c418bbf78edaa02f7e4e32f5022e.tar.bz2 volse-hubzilla-3fd4b4264ef8c418bbf78edaa02f7e4e32f5022e.zip |
set frequency of poll per contact, other misc fixes (photo now has contact-id)
Diffstat (limited to 'view/contact_edit.tpl')
-rw-r--r-- | view/contact_edit.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl index 6f1dbbc7c..a049c232f 100644 --- a/view/contact_edit.tpl +++ b/view/contact_edit.tpl @@ -23,6 +23,11 @@ <a href="contacts/$contact_id/drop" id="contact-edit-drop-link" onclick="return confirmDelete();" ><img src="images/b_drophide.gif" alt="Delete contact" title="Delete contact" onmouseover="imgbright(this);" onmouseout="imgdull(this);" /></a> </div> <div id="contact-edit-nav-end"></div> + <div id="contact-edit-poll-wrapper"> + <div id="contact-edit-last-update-text">Last updated: <span id="contact-edit-last-updated">$last_update</span</div> + <div id="contact-edit-poll-text">Update public posts: </div> + $poll_interval + </div> </div> <div id="contact-edit-end" ></div> |