]> git.mxchange.org Git - friendica.git/commitdiff
changed class of visible test under profle, was picking up styling for buttons
authorDevlon Duthie <duthied@gmail.com>
Sun, 25 Sep 2011 19:20:25 +0000 (14:20 -0500)
committerDevlon Duthie <duthied@gmail.com>
Sun, 25 Sep 2011 19:20:25 +0000 (14:20 -0500)
view/theme/testbubble/profile_entry.tpl [new file with mode: 0644]

diff --git a/view/theme/testbubble/profile_entry.tpl b/view/theme/testbubble/profile_entry.tpl
new file mode 100644 (file)
index 0000000..82c04cc
--- /dev/null
@@ -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>
+