changed class of visible test under profle, was picking up styling for buttons
This commit is contained in:
parent
bbaec4cb78
commit
f96d8fba3a
11
view/theme/testbubble/profile_entry.tpl
Normal file
11
view/theme/testbubble/profile_entry.tpl
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
<div class="profile-listing" >
|
||||
<div class="profile-listing-photo-wrapper" >
|
||||
<a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="$alt" /></a>
|
||||
</div>
|
||||
<div class="profile-listing-photo-end"></div>
|
||||
<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div>
|
||||
<div class='profile-visible'>$visible</div>
|
||||
</div>
|
||||
<div class="profile-listing-end"></div>
|
||||
|
Loading…
Reference in a new issue