mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Removed tabs
This commit is contained in:
parent
bee7ee3815
commit
dabfd0ed85
67 changed files with 8204 additions and 8204 deletions
|
@ -2,24 +2,24 @@
|
|||
<INPUT type="hidden" name="sesskey" value="<?PHP print isset($USER->sesskey) ? $USER->sesskey : '' ?>">
|
||||
|
||||
<TABLE cellpadding="9" cellspacing="0">
|
||||
<TR valign="top">
|
||||
<TD align="right"><P>hotpot_showtimes:</TD>
|
||||
<TD><?PHP
|
||||
unset($choices);
|
||||
$choices["0"] = get_string("no");
|
||||
$choices["1"] = get_string("yes");
|
||||
choose_from_menu ($choices, "hotpot_showtimes", $CFG->hotpot_showtimes, "");
|
||||
?></TD>
|
||||
<TD><?PHP print_string("configshowtimes", "hotpot") ?></TD>
|
||||
</TR>
|
||||
<TR valign=top>
|
||||
<TD align="right"><P>hotpot_excelencodings:</TD>
|
||||
<TD><INPUT name=hotpot_excelencodings type=text size=30 value="<?PHP p($CFG->hotpot_excelencodings) ?>"></TD>
|
||||
<TD><?PHP print_string("configexcelencodings", "hotpot") ?></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD colspan="3" align="center"><INPUT type="submit" value="<?PHP print_string("savechanges") ?>"></TD>
|
||||
</TR>
|
||||
<TR valign="top">
|
||||
<TD align="right"><P>hotpot_showtimes:</TD>
|
||||
<TD><?PHP
|
||||
unset($choices);
|
||||
$choices["0"] = get_string("no");
|
||||
$choices["1"] = get_string("yes");
|
||||
choose_from_menu ($choices, "hotpot_showtimes", $CFG->hotpot_showtimes, "");
|
||||
?></TD>
|
||||
<TD><?PHP print_string("configshowtimes", "hotpot") ?></TD>
|
||||
</TR>
|
||||
<TR valign=top>
|
||||
<TD align="right"><P>hotpot_excelencodings:</TD>
|
||||
<TD><INPUT name=hotpot_excelencodings type=text size=30 value="<?PHP p($CFG->hotpot_excelencodings) ?>"></TD>
|
||||
<TD><?PHP print_string("configexcelencodings", "hotpot") ?></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD colspan="3" align="center"><INPUT type="submit" value="<?PHP print_string("savechanges") ?>"></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</FORM>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue