diff options
author | friendica <info@friendica.com> | 2015-02-03 16:52:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 16:52:09 -0800 |
commit | 5cb2f55dbbe715219dd18c60345e341ed478a753 (patch) | |
tree | 615ec85b00bd3c417eff2c9b772d2b21c0051a8f /view/tpl | |
parent | de79bb89fc0f6d0a55b1734e4deeb0dd5eed2fb9 (diff) | |
download | volse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.tar.gz volse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.tar.bz2 volse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.zip |
rating form work
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/direntry.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 1761ed12d..461c5dcde 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -17,7 +17,7 @@ {{*if $entry.rateme*}} <div id="dir-rating-wrapper-{{$entry.id}}" class="directory-rating" >{{if $entry.total_ratings}}<a href="ratings/{{$entry.hash}}"><button class="btn btn-default">{{$entry.total_ratings}}</button></a>{{/if}} -<button class="btn btn-default"><i class="icon-pencil"></i></button> +<button class="btn btn-default" onclick="doRatings('{{$entry.hash}}'); return false;" ><i class="icon-pencil"></i></button> </div> {{*/if*}} {{if $entry.public_forum}} |