diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-02 19:54:49 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-02 19:54:49 +0000 |
commit | 3282c70da692173567f5e65640125f2f6269fcad (patch) | |
tree | df8236a0a3d467f4dab8767f2ae0326c27215780 /views | |
parent | e79810c63fca3d572aeb800bdc4b3c5de964934f (diff) | |
download | elgg-3282c70da692173567f5e65640125f2f6269fcad.tar.gz elgg-3282c70da692173567f5e65640125f2f6269fcad.tar.bz2 |
Updated gallery_listing.php view. No CSS yet.
git-svn-id: http://code.elgg.org/elgg/trunk@6328 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/entities/gallery_listing.php | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/views/default/entities/gallery_listing.php b/views/default/entities/gallery_listing.php index fbc6a1a3c..505a91f08 100644 --- a/views/default/entities/gallery_listing.php +++ b/views/default/entities/gallery_listing.php @@ -10,23 +10,11 @@ ?> -<div class="search_listing todo"> - - <div class="search_listing_header todo"> - - <?php - - echo $vars['icon']; - - ?> - +<div class="gallery_listing clearfloat"> + <div class="gallery_listing_icon"> + <?php echo $vars['icon']; ?> </div> - <div class="search_listing_info todo"> - <?php - - echo $vars['info']; - - ?> + <div class="gallery_listing_info"> + <?php echo $vars['info']; ?> </div> - -</div>
\ No newline at end of file +</div> |