diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-25 12:11:07 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-25 12:11:07 +0000 |
commit | eceb525bf1675910a70d6c88f61ebb6399313a26 (patch) | |
tree | 9f5df630f28f1bc29da0620bb922589c43002f4e /views | |
parent | 877ffbe51424ad33b4b2567ace2f512e4f6feeee (diff) | |
download | elgg-eceb525bf1675910a70d6c88f61ebb6399313a26.tar.gz elgg-eceb525bf1675910a70d6c88f61ebb6399313a26.tar.bz2 |
Updated advanced plugin strings markup/classes
git-svn-id: http://code.elgg.org/elgg/trunk@6564 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/admin/components/plugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/admin/components/plugin.php b/views/default/admin/components/plugin.php index e56cdd4ef..894aa856e 100644 --- a/views/default/admin/components/plugin.php +++ b/views/default/admin/components/plugin.php @@ -111,8 +111,8 @@ if ($manifest['screenshot']) { if ($manifest) { ?> <div class="plugin_description"><?php echo elgg_view('output/longtext',array('value' => $manifest['description'])); ?></div> - <div><span class="plugin_label"><?php echo elgg_echo('admin:plugins:label:author') . "</span>: ". htmlspecialchars($manifest['author']) ?></div> - <div><span class="plugin_label"><?php echo elgg_echo('admin:plugins:label:version') . "</span>: ". htmlspecialchars($manifest['version']) ?></div> + <p class="plugin_author"><span><?php echo elgg_echo('admin:plugins:label:author') . "</span>: ". htmlspecialchars($manifest['author']) ?></p> + <p class="plugin_version"><span><?php echo elgg_echo('admin:plugins:label:version') . "</span>: ". htmlspecialchars($manifest['version']) ?></p> <p><a class="manifest_details small link"><?php echo elgg_echo("admin:plugins:label:moreinfo"); ?></a></p> |