diff options
author | friendica <info@friendica.com> | 2012-08-16 23:11:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-16 23:11:24 -0700 |
commit | 34e42c4cb34c78d9cb8ac48e9d80e58984346156 (patch) | |
tree | f3673e1366874af851144c7613f2a003c2f3b7c1 /view/tpl | |
parent | a7c1c22a2a9a5088f0961556bf58e4177005043d (diff) | |
download | volse-hubzilla-34e42c4cb34c78d9cb8ac48e9d80e58984346156.tar.gz volse-hubzilla-34e42c4cb34c78d9cb8ac48e9d80e58984346156.tar.bz2 volse-hubzilla-34e42c4cb34c78d9cb8ac48e9d80e58984346156.zip |
don't count ignored events in notifications
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/abook_edit.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 8f72edc59..487a113bf 100644 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -21,6 +21,10 @@ $slide <a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Full Sharing</a><a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Cautious Sharing</a><a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Follow Only</a><br /> <br /> +<div id="abook-advanced" class="fakelink" onclick="openClose('abook-advanced-panel');">Advanced Permissions</div> + +<div id="abook-advanced-panel" style="display: none;"> + <span class="abook-them">$them</span><span class="abook-me">$me</span> <br /> <br /> @@ -37,6 +41,7 @@ $slide <br /> +</div> <input class="contact-edit-submit" type="submit" name="submit" value="$submit" /> |