Browse Source

Minor change on questions categories

Hubert Borderiou 13 years ago
parent
commit
993b239e4d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/exercice/tests_category.php

+ 2 - 1
main/exercice/tests_category.php

@@ -199,9 +199,10 @@ function add_category_form($in_action) {
 function display_add_category() {
 	echo '<div class="actions">';
 	echo '<a href="exercice.php?'.api_get_cidreq().'">'.Display::return_icon('back.png', get_lang('GoBackToQuestionList'),'',ICON_SIZE_MEDIUM).'</a>';			
-	echo '<a href="'.api_get_self().'?action=addcategory">'.Display::return_icon('question_category.gif').'</a>';
+	echo '<a href="'.api_get_self().'?action=addcategory">'.Display::return_icon('question_category.gif', get_lang('AddACategory')).'</a>';
 	echo '</div>';
 	echo "<br/>";
+	echo "<fieldset><legend>".get_lang('QuestionCategory')."</legend></fieldset>";
 }