diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-25 21:52:30 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-25 21:52:30 -0700 |
commit | c16f314ec348205f4741e0171335168720e652d2 (patch) | |
tree | 008aaaf38da2b478eca0a91a0cf4de7bb08dd26f /view/follow.tpl | |
parent | 1335ef759522ef9f877c8e8fd806cf9bba36297d (diff) | |
download | volse-hubzilla-c16f314ec348205f4741e0171335168720e652d2.tar.gz volse-hubzilla-c16f314ec348205f4741e0171335168720e652d2.tar.bz2 volse-hubzilla-c16f314ec348205f4741e0171335168720e652d2.zip |
two-way subscriptions working with federated social accounts
Diffstat (limited to 'view/follow.tpl')
-rw-r--r-- | view/follow.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/follow.tpl b/view/follow.tpl new file mode 100644 index 000000000..49bebee8b --- /dev/null +++ b/view/follow.tpl @@ -0,0 +1,10 @@ +<div class="side-follow-wrapper" id="side-follow-wrapper" > +<form action="follow" method="post" /> +<label id="side-follow-label" for="side-follow-url" >$label</label> +<input id="side-follow-url" type="text" name="url" size="24" title="$hint" /> +<div class="side-follow-input-end"></div> +<input id="side-follow-submit" type="submit" name="submit" value="$follow" /> +</form> +</div> +<div class="side-follow-end"></div> + |