diff --git a/main/forum/editpost.php b/main/forum/editpost.php
index b4354c314d..b3c43c0305 100644
--- a/main/forum/editpost.php
+++ b/main/forum/editpost.php
@@ -114,11 +114,11 @@ $htmlHeadXtra[] = '';
diff --git a/main/forum/forumfunction.inc.php b/main/forum/forumfunction.inc.php
index fab1e80916..1597fcd1d4 100644
--- a/main/forum/forumfunction.inc.php
+++ b/main/forum/forumfunction.inc.php
@@ -242,15 +242,15 @@ function show_add_forum_form($inputvalues=array()) {
/* if (document.getElementById('id_qualify').style.display == 'none') {
document.getElementById('id_qualify').style.display = 'block';
- document.getElementById('plus').innerHTML='
".get_lang('AddAnAttachment')."';
+ document.getElementById('plus').innerHTML=' '.Display::return_icon('div_hide.gif').' ".get_lang('AddAnAttachment')."';
} else {
document.getElementById('options').style.display = 'none';
- document.getElementById('plus').innerHTML='
".get_lang('AddAnAttachment')."';
+ document.getElementById('plus').innerHTML=' '.Display::return_icon('div_show.gif').' ".get_lang('AddAnAttachment')."';
}*/
- $form->addElement('html', '
');
@@ -887,16 +887,16 @@ function display_up_down_icon($content, $id, $list) {
}
}
if ($position>1) {
- $return_value='

';
+ $return_value='
'.Display::return_icon('up.gif').'';
} else {
- $return_value='

';
+ $return_value=Display::return_icon('up_na.gif');
}
if ($position<$total_items) {
- $return_value.='

';
+ $return_value.='
'.Display::return_icon('down.gif').'';
} else {
- $return_value.='

';
+ $return_value.=Display::return_icon('down_na.gif');
}
echo $return_value;
}
@@ -1919,9 +1919,9 @@ function show_add_post_form($action='', $id='', $form_values='') {
$form->addElement('html_editor', 'post_text', get_lang('Text'));
//$form->applyFilter('post_text', 'html_filter');
- $form->addElement('html', '
');
+ $form->addElement('html', '
');
$form->addElement('html','
');
if( (api_is_course_admin() || api_is_course_coach() || api_is_course_tutor()) && !($my_thread) ){
@@ -2348,9 +2348,9 @@ function show_edit_post_form($current_post, $current_thread, $current_forum, $fo
$form->addElement('html_editor', 'post_text', get_lang('Text'));
//$form->applyFilter('post_text', 'html_filter');
- $form->addElement('html', '
');
+ $form->addElement('html', '
');
$form->addElement('html','
');
if (!isset($_GET['edit'])) {
diff --git a/main/forum/index.php b/main/forum/index.php
index f9ab996a1c..35d1c7f3c6 100644
--- a/main/forum/index.php
+++ b/main/forum/index.php
@@ -60,10 +60,10 @@ $htmlHeadXtra[] = '';
diff --git a/main/forum/newthread.php b/main/forum/newthread.php
index 873a222be5..a58fc2ad03 100644
--- a/main/forum/newthread.php
+++ b/main/forum/newthread.php
@@ -95,11 +95,11 @@ $htmlHeadXtra[] = '';
diff --git a/main/forum/reply.php b/main/forum/reply.php
index ecefc8cf07..75916be58a 100644
--- a/main/forum/reply.php
+++ b/main/forum/reply.php
@@ -93,11 +93,11 @@ $htmlHeadXtra[] = '';
diff --git a/main/forum/viewforumcategory.php b/main/forum/viewforumcategory.php
index 9ca0f86290..af35f3f03e 100644
--- a/main/forum/viewforumcategory.php
+++ b/main/forum/viewforumcategory.php
@@ -59,10 +59,10 @@ $htmlHeadXtra[] = '';