diff options
author | friendica <info@friendica.com> | 2015-01-15 17:34:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-15 17:34:53 -0800 |
commit | 6cd26c359054e188d41a97d3d97e3c659f2dede9 (patch) | |
tree | d5de7af38448da80d1770bee6aa05bb998ce09ae /view/tpl/abook_edit.tpl | |
parent | 35276c2da92a29132be2aaa75a63658d440e87e5 (diff) | |
parent | 597b07e8cc40144abce63f0779d28c2dbc376a22 (diff) | |
download | volse-hubzilla-6cd26c359054e188d41a97d3d97e3c659f2dede9.tar.gz volse-hubzilla-6cd26c359054e188d41a97d3d97e3c659f2dede9.tar.bz2 volse-hubzilla-6cd26c359054e188d41a97d3d97e3c659f2dede9.zip |
Merge branch 'pocorate'
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 03b7e2440..7c75bfac4 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -43,6 +43,15 @@ {{$slide}} {{/if}} + +{{if $rating}} +<h3>{{$lbl_rating}}</h3> + +{{$rating}} + + +{{/if}} + {{/if}} @@ -57,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}}" /> @@ -66,6 +76,13 @@ </div> {{/if}} +{{if $rating}} +{{if $notself}} +<h3 class="abook-rating-text-desc">{{$lbl_rating_txt}}</h3> +<textarea name="rating_text" id="rating-text" >{{$rating_txt}}</textarea> +{{/if}} +{{/if}} + {{if $multiprofs }} <div> <h3>{{$lbl_vis1}}</h3> |