Added serendipity_preview_spacer and pluginmanager_(sidebar|event) CSS ids
This commit is contained in:
parent
9bc05914b5
commit
a5bac0f36b
@ -745,9 +745,13 @@ function serendipity_iframe(&$entry, $mode = null, $use_smarty = true) {
|
||||
break;
|
||||
|
||||
case 'preview':
|
||||
<<<<<<< .mine
|
||||
echo '<div style="float: left; height: 225px" id="serendipity_preview_spacer"></div>';
|
||||
=======
|
||||
echo '<div id="serendipity_preview_spacer" style="float: left; height: 225px"></div>';
|
||||
>>>>>>> .r2407
|
||||
serendipity_printEntries(array($entry), ($entry['extended'] != '' ? 1 : 0), true);
|
||||
echo '<br style="clear: both" />';
|
||||
echo '<br id="serendipity_preview_spacer2" style="clear: both" />';
|
||||
|
||||
$show = true;
|
||||
break;
|
||||
|
@ -139,7 +139,7 @@ function show_plugins($event_only = false, $sidebars = null)
|
||||
$ptitle = $opts[$plugin_placement];
|
||||
$pid = $plugin_placement;
|
||||
|
||||
echo '<td class="pluginmanager_side">';
|
||||
echo '<td class="pluginmanager_side pluginmanager_' . ($event_only ? 'event' : 'sidebar') . '">';
|
||||
echo '<div class="heading">' . $ptitle . '</div>';
|
||||
echo '<ol id="' . $pid . '_col" class="pluginmanager_container">';
|
||||
if ($is_invisible) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user