aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-03 23:30:07 -0800
committerfriendica <info@friendica.com>2015-02-03 23:30:07 -0800
commit127bf82187c266c2202fd33003e60b5061778cd7 (patch)
treead29cff6716c658a10ff33ff40b5771750f8b787 /view/tpl/direntry.tpl
parent0cc29af6d0c305efa35fbe3b0c7bc314f21b4166 (diff)
downloadvolse-hubzilla-127bf82187c266c2202fd33003e60b5061778cd7.tar.gz
volse-hubzilla-127bf82187c266c2202fd33003e60b5061778cd7.tar.bz2
volse-hubzilla-127bf82187c266c2202fd33003e60b5061778cd7.zip
probably enough for now - couldn't get the censorship filter in today, I think that's the only bit missing.
Diffstat (limited to 'view/tpl/direntry.tpl')
-rwxr-xr-xview/tpl/direntry.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index b0a1084e8..db098baa1 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -1,8 +1,8 @@
-<div class="directory-item lframe" id="directory-item-{{$entry.id}}" >
+<div class="directory-item lframe{{if $entry.safe}} safe{{/if}}" id="directory-item-{{$entry.hash}}" >
-<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.id}}" >
-<div class="contact-photo" id="directory-photo-{{$entry.id}}" >
-<a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.id}}" ><img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" /></a>
+<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.hash}}" >
+<div class="contact-photo" id="directory-photo-{{$entry.hash}}" >
+<a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.hash}}" ><img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" /></a>
{{if $entry.connect}}
<div class="directory-connect btn btn-default"><a href="{{$entry.connect}}"><i class="icon-plus connect-icon"></i> {{$entry.conn_label}}</a></div>
{{/if}}
@@ -13,10 +13,10 @@
</div>
<div class='contact-info'>
-<div class="contact-name" id="directory-name-{{$entry.id}}" ><a href='{{$entry.profile_link}}' >{{$entry.name}}</a>{{if $entry.online}} <i class="icon-asterisk online-now" title="{{$entry.online}}"></i>{{/if}}</div>
+<div class="contact-name" id="directory-name-{{$entry.hash}}" ><a href='{{$entry.profile_link}}' >{{$entry.name}}</a>{{if $entry.online}} <i class="icon-asterisk online-now" title="{{$entry.online}}"></i>{{/if}}</div>
{{if $entry.viewrate}}
-<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}}
+<div id="dir-rating-wrapper-{{$entry.hash}}" class="directory-rating" >{{if $entry.total_ratings}}<a href="ratings/{{$entry.hash}}"><button class="btn btn-default">{{$entry.total_ratings}}</button></a>{{/if}}
{{if $entry.canrate}}<button class="btn btn-default" onclick="doRatings('{{$entry.hash}}'); return false;" ><i class="icon-pencil"></i></button><span class="required" id="edited-{{$entry.hash}}" style="display: none;" >*</span>{{/if}}
</div>
{{/if}}