diff options
author | friendica <info@friendica.com> | 2015-01-15 16:37:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-15 16:37:47 -0800 |
commit | e7932d97a25bf621082e93f47816a2a107a6d05f (patch) | |
tree | 3b94988ec1074e6c645e430da2c181dd9700f3bc /view/tpl/abook_edit.tpl | |
parent | 1c9299ed4224d37716079be173d75319d2501b71 (diff) | |
download | volse-hubzilla-e7932d97a25bf621082e93f47816a2a107a6d05f.tar.gz volse-hubzilla-e7932d97a25bf621082e93f47816a2a107a6d05f.tar.bz2 volse-hubzilla-e7932d97a25bf621082e93f47816a2a107a6d05f.zip |
editing stuff for poco reputation
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index c38cc8ffb..3709944e9 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -49,6 +49,7 @@ {{$rating}} + {{/if}} {{/if}} @@ -65,6 +66,7 @@ <input type="hidden" name="contact_id" value="{{$contact_id}}"> <input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> +<input id="contact-rating-mirror" type="hidden" name="rating" value="{{$rating_val}}" /> @@ -74,6 +76,12 @@ </div> {{/if}} +{{if $notself}} +<h3 class="abook-rating-text-desc">{{$lbl_rating_txt}}</h3> +<textarea name="rating_text" id="rating-text" >{{$rating_txt}}</textarea> +{{/if}} + + {{if $multiprofs }} <div> <h3>{{$lbl_vis1}}</h3> |