mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Fixed xhtml for MDL-7861.
This commit is contained in:
parent
25fa41ba3f
commit
097018bd7c
@ -32,7 +32,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td align="right" nowrap="nowrap">
|
||||
<td align="right" style="white-space:nowrap;">
|
||||
|
||||
|
||||
<b><?php print_string("fulltext", "resource") ?>:</b><br />
|
||||
@ -44,7 +44,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td align="right" nowrap="nowrap">
|
||||
<td align="right" style="white-space:nowrap;">
|
||||
<b><?php print_string("formattexttype") ?>:</b><br />
|
||||
</td>
|
||||
<td>
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
<div id="windowsettings">
|
||||
|
||||
<table align="center">
|
||||
<table class="boxaligncenter">
|
||||
|
||||
|
||||
<tr valign="top">
|
||||
@ -84,17 +84,20 @@
|
||||
var allitems = [<?php echo $alloptions; ?>];
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<input type="radio" name="windowpopup" value="0" alt="<?php print_string("pagewindow", "resource") ?>" <?php echo ($windowtype != "popup") ? 'checked="checked"' : '' ?>
|
||||
onclick="lockoptions('form', 'windowpopup[0]', blockitem);
|
||||
return lockoptions('form', 'windowpopup[1]', popupitems);" />
|
||||
<b title="<?php print_string("pagedisplay", "resource") ?>"><?php print_string("pagewindow", "resource") ?></b>
|
||||
<?php print_string("pagedisplay", "resource") ?>
|
||||
<blockquote>
|
||||
<fieldset class="invisiblefieldset">
|
||||
<input type="hidden" name="hblockdisplay" value="0" />
|
||||
<input type="checkbox" name="blockdisplay" value="1" <?php echo ($form->options == "showblocks") ? "checked=\"checked\"" : "" ?> alt="<?php print_string('showcourseblocks', 'resource') ?>" />
|
||||
<?php print_string("showcourseblocks", "resource") ?>
|
||||
</fieldset>
|
||||
</blockquote>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -107,6 +110,7 @@
|
||||
<b title="<?php p($strnewwindowopen) ?>"><?php p($strnewwindow) ?></b>
|
||||
<?php p($strnewwindowopen) ?>
|
||||
<blockquote>
|
||||
<fieldset class="invisiblefieldset">
|
||||
<?php
|
||||
foreach ($window as $name => $value) {
|
||||
if ($name == "height" or $name == "width") {
|
||||
@ -133,6 +137,7 @@
|
||||
echo "\n//]]>\n</script>";
|
||||
}
|
||||
?>
|
||||
</fieldset>
|
||||
</blockquote>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user