summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2010-04-25 00:59:23 +0000
committerChristian Fowler <spider@viovio.com>2010-04-25 00:59:23 +0000
commitc50b6f528389a2410331ffd757d919832a1b9a12 (patch)
tree9d97e1f418994256c7c4a63b3354868ab8aeab3c
parent4d42d2e82431aa16d9b0448ce6f58bc7e2fc9a48 (diff)
downloadfisheye-c50b6f528389a2410331ffd757d919832a1b9a12.tar.gz
fisheye-c50b6f528389a2410331ffd757d919832a1b9a12.tar.bz2
fisheye-c50b6f528389a2410331ffd757d919832a1b9a12.zip
fixup styling
-rw-r--r--FisheyeGallery.php4
-rw-r--r--templates/edit_gallery.tpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php
index 8989534..c64a01c 100644
--- a/FisheyeGallery.php
+++ b/FisheyeGallery.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.101 2010/04/25 00:28:23 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.102 2010/04/25 00:59:23 spiderr Exp $
* @package fisheye
*/
@@ -710,8 +710,6 @@ class FisheyeGallery extends FisheyeBase {
}
}
-
-
// Generate a nested ul list of listed galleries
function generateList( $pListHash, $pOptions ) {
$ret = '';
diff --git a/templates/edit_gallery.tpl b/templates/edit_gallery.tpl
index cc4f5e4..075115d 100644
--- a/templates/edit_gallery.tpl
+++ b/templates/edit_gallery.tpl
@@ -133,7 +133,9 @@ function updateGalleryPagination() {
<div class="row">
{formlabel label=$gContent->getContentTypeName()|cat:" Belongs to These Galleries"}
{forminput}
-{$galleryTree}
+<div class="gallerytree">
+ {$galleryTree}
+</div>
{/forminput}
</div>
{/legend}