This commit is contained in:
Ian 2012-02-02 19:48:57 +01:00
parent c9f1b3da14
commit fd8bde7fde

View file

@ -1907,7 +1907,7 @@ class serendipity_event_staticpage extends serendipity_event
}
}
echo '</select> <input class="serendipityPrettyButton input_button" type="submit" name="serendipity[staticSubmit]" value="' . GO . '" /> <strong>-' . WORD_OR . '-</strong> <input type="submit" name="serendipity[staticDelete]" onclick="return confirm(\'' . sprintf(DELETE_SURE, '\' + document.getElementById(\'staticpage_dropdown\').options[document.getElementById(\'staticpage_dropdown\').selectedIndex].text + \'') . '\');" class="serendipityPrettyButton input_button" value="' . DELETE . '" />';
if(!$sbplav) {
if($sbplav) {
echo '<div class="serendipity_msg_important" style="float:right;">';
echo '<img style="vertical-align: middle;" class="attention" src="'.serendipity_getTemplateFile('admin/img/admin_msg_note.png').'" alt="" />';
echo 'Staticpage Sidebar ' . STATICPAGE_PLUGIN_AVAILABLE;