diff options
author | friendica <info@friendica.com> | 2012-08-01 05:02:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-01 05:02:43 -0700 |
commit | dcbc0c0c9516adf616023615871439b4015fa686 (patch) | |
tree | 451f1e7f53e9635a2640bef66c4541d1dd4b6c10 /view/suggestions.tpl | |
parent | 7a0894287268658361c90e2f4d1b77f8ca5739a6 (diff) | |
download | volse-hubzilla-dcbc0c0c9516adf616023615871439b4015fa686.tar.gz volse-hubzilla-dcbc0c0c9516adf616023615871439b4015fa686.tar.bz2 volse-hubzilla-dcbc0c0c9516adf616023615871439b4015fa686.zip |
major theme re-org, only duepuntozero and slackr working atm
Diffstat (limited to 'view/suggestions.tpl')
-rw-r--r-- | view/suggestions.tpl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/view/suggestions.tpl b/view/suggestions.tpl deleted file mode 100644 index 656336496..000000000 --- a/view/suggestions.tpl +++ /dev/null @@ -1,21 +0,0 @@ - -<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 lframe" 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"> -{{inc field_checkbox.tpl with $field=$hidden }}{{endinc}} -<input class="intro-submit-approve" type="submit" name="submit" value="$approve" /> -</form> -</div> -<div class="intro-end"></div> |