diff options
author | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 16:08:56 -0700 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 16:08:56 -0700 |
commit | 4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739 (patch) | |
tree | 886f29ccaafb966af2544e8be10d359acd698254 /view/tpl/smarty3/intros.tpl | |
parent | a0d19ffb7241a1c7a4b85e6d0fd58fbb2f718468 (diff) | |
download | volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.tar.gz volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.tar.bz2 volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.zip |
rebase and update themes
Diffstat (limited to 'view/tpl/smarty3/intros.tpl')
-rw-r--r-- | view/tpl/smarty3/intros.tpl | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/view/tpl/smarty3/intros.tpl b/view/tpl/smarty3/intros.tpl index 6132bfc75..3b857a19e 100644 --- a/view/tpl/smarty3/intros.tpl +++ b/view/tpl/smarty3/intros.tpl @@ -1,27 +1,17 @@ <div class="intro-wrapper" id="intro-{{$contact_id}}" > -<p class="intro-desc">{{$str_notifytype}} {{$notify_type}}</p> <div class="intro-fullname" id="intro-fullname-{{$contact_id}}" >{{$fullname}}</div> <a class="intro-url-link" id="intro-url-link-{{$contact_id}}" href="{{$url}}" ><img id="photo-{{$contact_id}}" class="intro-photo" src="{{$photo}}" width="175" height=175" title="{{$fullname}}" alt="{{$fullname}}" /></a> -<div class="intro-knowyou">{{$knowyou}}</div> -<div class="intro-note" id="intro-note-{{$contact_id}}">{{$note}}</div> <div class="intro-wrapper-end" id="intro-wrapper-end-{{$contact_id}}"></div> -<form class="intro-form" action="notifications/{{$intro_id}}" method="post"> +<form class="intro-form" action="intro" method="post"> <input class="intro-submit-ignore" type="submit" name="submit" value="{{$ignore}}" /> +<input class="intro-submit-block" type="submit" name="submit" value="{{$block}}" /> <input class="intro-submit-discard" type="submit" name="submit" value="{{$discard}}" /> -</form> -<div class="intro-form-end"></div> - -<form class="intro-approve-form" action="dfrn_confirm" method="post"> {{include file="field_checkbox.tpl" field=$hidden}} -{{include file="field_checkbox.tpl" field=$activity}} -<input type="hidden" name="dfrn_id" value="{{$dfrn_id}}" > -<input type="hidden" name="intro_id" value="{{$intro_id}}" > +{{* {{include file="field_checkbox.tpl" field=$activity}} *}} <input type="hidden" name="contact_id" value="{{$contact_id}}" > -{{$dfrn_text}} - <input class="intro-submit-approve" type="submit" name="submit" value="{{$approve}}" /> </form> </div> |