1
0

Merge patch from Don Chambers for better input classes in admin

This commit is contained in:
Garvin Hicking
2007-07-12 09:40:04 +00:00
parent 0eb5e4ba7a
commit 472432b1b9
28 changed files with 387 additions and 378 deletions

View File

@ -29,8 +29,6 @@ $output = array(
serendipity_plugin_api::hook_event('backend_frontpage_display', $output);
echo $output['welcome'];
if ($output['show_links']) {
echo '<div class="' . $output['links_css'] . '">' . "\n";
echo '<p>' . $output['links_title'] . '</p>' . "\n";
@ -41,5 +39,5 @@ if ($output['show_links']) {
echo '</ul>' . "\n";
echo '</div>' . "\n";
}
echo $output['more'];
echo '<span class="serendipityWelcomeBack">' . $output['welcome'] . '</span>';
echo $output['more'];