From 507355b107b9882eace6dfd8f973603994f6e838 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 8 Nov 2006 05:14:58 +0000 Subject: [PATCH] merged fix for MDL-6788, reformat blog edit page --- blog/edit.html | 81 ++++++++++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 42 deletions(-) diff --git a/blog/edit.html b/blog/edit.html index 93d1dda047..f008419491 100755 --- a/blog/edit.html +++ b/blog/edit.html @@ -37,17 +37,44 @@ - - : + + : +

+ + '; + if ($usehtmleditor) { + helpbutton('richtext', get_string('helprichtext'), 'moodle', true, true); + } else { + emoticonhelpbutton('entry', 'body'); + } + ?> + + + + summary); ?> + + + : - publishstate, ''); + '; + } else { + choose_from_menu(format_text_menu(), 'format', $post->format, ''); + } ?> + + + @@ -100,48 +127,18 @@ - - - - - : -

- - '; - if ($usehtmleditor) { - helpbutton('richtext', get_string('helprichtext'), 'moodle', true, true); - } else { - emoticonhelpbutton('entry', 'body'); - } - ?> - - - - summary); ?> + + : - - - : - '; - } else { - choose_from_menu(format_text_menu(), 'format', $post->format, ''); - } + publishstate, ''); ?> - - - -- 2.39.5