diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-07-05 07:11:57 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-07-05 07:11:57 +0200 |
commit | 4e7a5dc56ebb8d99ed06b0b303c4ee24460ae6a8 (patch) | |
tree | 84184bd3aa80c896b8dceaf5a017297c7267f2cb /view/suggestions.tpl | |
parent | cfd59f6ac8848c19a0c451c378d2b770cafcbef0 (diff) | |
parent | 2359783b9f6c0ec754c641453026712cf22e7cb6 (diff) | |
download | volse-hubzilla-4e7a5dc56ebb8d99ed06b0b303c4ee24460ae6a8.tar.gz volse-hubzilla-4e7a5dc56ebb8d99ed06b0b303c4ee24460ae6a8.tar.bz2 volse-hubzilla-4e7a5dc56ebb8d99ed06b0b303c4ee24460ae6a8.zip |
Merge branch 'dispy' of github.com:fabrixxm/friendika into dispy
Diffstat (limited to 'view/suggestions.tpl')
-rw-r--r-- | view/suggestions.tpl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/view/suggestions.tpl b/view/suggestions.tpl new file mode 100644 index 000000000..46c927754 --- /dev/null +++ b/view/suggestions.tpl @@ -0,0 +1,20 @@ + +<div class="intro-wrapper" > + +<p class="intro-desc">$str_notifytype $notify_type</p> +<div class="intro-madeby">$madeby</div> +<div class="intro-fullname" >$fullname</div> +<a class="intro-url-link" href="$url" ><img class="intro-photo" src="$photo" width="175" height=175" title="$fullname" alt="$fullname" /></a> +<div class="intro-note" >$note</div> +<div class="intro-wrapper-end"></div> +<form class="intro-form" action="notifications/$intro_id" method="post"> +<input class="intro-submit-ignore" type="submit" name="submit" value="$ignore" /> +<input class="intro-submit-discard" type="submit" name="submit" value="$discard" /> +</form> +<div class="intro-form-end"></div> + +<form class="intro-approve-form" action="$request" method="get"> +<input class="intro-submit-approve" type="submit" name="submit" value="$approve" /> +</form> +</div> +<div class="intro-end"></div> |