fixed typo and note

This commit is contained in:
Ian 2012-02-07 10:26:53 +01:00
parent 67ef3951cf
commit 37e2c8fdac
2 changed files with 6 additions and 5 deletions

View file

@ -1,3 +1,5 @@
3.90: fixed typo and shrinked last note
3.89: note sidebar plugin availability & update (sidebar 1.18) Fixed smarty load in backend (Timbalu)
3.88: Fixed guestbook link generation for non-rewrites (Timbalu)

View file

@ -85,7 +85,7 @@ class serendipity_event_staticpage extends serendipity_event
$propbag->add('page_configuration', $this->config);
$propbag->add('type_configuration', $this->config_types);
$propbag->add('author', 'Marco Rinck, Garvin Hicking, David Rolston, Falk Doering, Stephan Manske, Pascal Uhlmann, Ian');
$propbag->add('version', '3.89');
$propbag->add('version', '3.90');
$propbag->add('requirements', array(
'serendipity' => '0.8',
'smarty' => '2.6.7',
@ -1908,10 +1908,9 @@ 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) {
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;
echo '<div>';
echo '<div style="cursor: pointer; float: right;">';
echo '<img style="vertical-align: middle;" class="attention" title="Staticpage Sidebar ' . STATICPAGE_PLUGIN_AVAILABLE.'" src="'.serendipity_getTemplateFile('admin/img/admin_msg_note.png').'" alt="info" />';
echo '</div>';
}
echo '</div>';