mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
FIxed some short tags
This commit is contained in:
parent
7e07c5cced
commit
e730321594
46 changed files with 95 additions and 95 deletions
|
@ -65,9 +65,9 @@ print_heading_with_help(get_string("furtherinformation", "dialogue"), "info", "d
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align=right><P><B><? print_string("typeofdialogue", "dialogue") ?>:</B></P></TD>
|
||||
<td align=right><P><B><?php print_string("typeofdialogue", "dialogue") ?>:</B></P></TD>
|
||||
<td>
|
||||
<?PHP
|
||||
<?php
|
||||
$options[0] = get_string("teachertostudent", "dialogue");
|
||||
$options[1] = get_string("studenttostudent", "dialogue");
|
||||
$options[2] = get_string("everybody", "dialogue");
|
||||
|
@ -78,9 +78,9 @@ print_heading_with_help(get_string("furtherinformation", "dialogue"), "info", "d
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align=right><P><B><? print_string("allowmultiple", "dialogue") ?>:</B></P></TD>
|
||||
<td align=right><P><B><?php print_string("allowmultiple", "dialogue") ?>:</B></P></TD>
|
||||
<td>
|
||||
<?PHP
|
||||
<?php
|
||||
unset($options);
|
||||
$options[0] = get_string("no"); $options[1] = get_string("yes");
|
||||
choose_from_menu($options, "multipleconversations", $form->multipleconversations, "");
|
||||
|
@ -90,9 +90,9 @@ print_heading_with_help(get_string("furtherinformation", "dialogue"), "info", "d
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align=right><P><B><? print_string("maildefault", "dialogue") ?>:</B></P></TD>
|
||||
<td align=right><P><B><?php print_string("maildefault", "dialogue") ?>:</B></P></TD>
|
||||
<td>
|
||||
<?PHP
|
||||
<?php
|
||||
unset($options);
|
||||
$options[0] = get_string("no"); $options[1] = get_string("yes");
|
||||
choose_from_menu($options, "maildefault", $form->maildefault, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue