Browse Source

[svn r18047] Add title to select users and destination users see FS#3510

Carlos Vargas 16 years ago
parent
commit
89b6277850
1 changed files with 3 additions and 1 deletions
  1. 3 1
      main/calendar/agenda.inc.php

+ 3 - 1
main/calendar/agenda.inc.php

@@ -1,4 +1,4 @@
-<?php //$Id: agenda.inc.php 17746 2009-01-15 20:33:37Z cvargas1 $
+<?php //$Id: agenda.inc.php 18047 2009-01-28 17:07:28Z cvargas1 $
 
 /*
 ==============================================================================
@@ -763,6 +763,7 @@ echo "\n<table id=\"recipient_list\" style=\"display: none;\">\n";
 	echo "\t<tr>\n";
 	// the form containing all the groups and all the users of the course
 	echo "\t\t<td>\n";
+	echo "<strong>".get_lang('Users')."</strong><br />";
 		construct_not_selected_select_form($group_list,$user_list,$to_already_selected);
 	echo "\t\t</td>\n";
 	// the buttons for adding or removing groups/users
@@ -778,6 +779,7 @@ echo "\n<table id=\"recipient_list\" style=\"display: none;\">\n";
 				"value=\"   &lt;&lt;   \" />";
 	echo "\t\t</td>\n";
 	echo "\n\t\t<td>\n";
+	echo "<strong>".get_lang('DestinationUsers')."</strong><br />";
 		construct_selected_select_form($group_list,$user_list,$to_already_selected);
 	echo "\t\t</td>\n";
 	echo "\t</tr>\n";