diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-22 21:06:35 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-22 21:06:35 +0000 |
commit | deb16667dd23d6219a56abeae1e3037ebb801d25 (patch) | |
tree | 2df5712278fde08088690ea122a121c02f67f5de /views/default/export | |
parent | d42771b8a74e665d33d29e7ce3b1612890a596f2 (diff) | |
download | elgg-deb16667dd23d6219a56abeae1e3037ebb801d25.tar.gz elgg-deb16667dd23d6219a56abeae1e3037ebb801d25.tar.bz2 |
entity-listing => elgg-image-block, margin-top => mtm
git-svn-id: http://code.elgg.org/elgg/trunk@8427 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/export')
-rw-r--r-- | views/default/export/entity.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/export/entity.php b/views/default/export/entity.php index ccee86718..3064f1288 100644 --- a/views/default/export/entity.php +++ b/views/default/export/entity.php @@ -35,7 +35,7 @@ $exportable_values = $entity->getExportableValues(); </div> <?php if ($metadata) { ?> -<div id="metadata" class="margin-top"> +<div id="metadata" class="mtm"> <h2><?php echo elgg_echo('metadata'); ?></h2> <?php foreach ($metadata as $m) { @@ -49,7 +49,7 @@ $exportable_values = $entity->getExportableValues(); <?php } ?> <?php if ($annotations) { ?> -<div id="annotations" class="margin-top"> +<div id="annotations" class="mtm"> <h2><?php echo elgg_echo('annotations'); ?></h2> <?php foreach ($annotations as $a) { @@ -64,7 +64,7 @@ $exportable_values = $entity->getExportableValues(); <?php } ?> <?php if ($relationships) { ?> -<div id="relationship" class="margin-top"> +<div id="relationship" class="mtm"> <h2><?php echo elgg_echo('relationships'); ?></h2> <?php foreach ($relationships as $r) { |