mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
This commit is contained in:
parent
c0fe837eeb
commit
60af27037b
44 changed files with 197 additions and 197 deletions
|
@ -37,7 +37,7 @@
|
|||
<br />
|
||||
<div align="center" class="form">
|
||||
<form id="myform">
|
||||
<input type="file" size="60" name="myfile"><br />
|
||||
<input type="file" size="60" name="myfile" /><br />
|
||||
<input type="button" value="<?php print_string('localfileselect','resource') ?>"
|
||||
onClick="return set_value(getElementById('myform').myfile.value)">
|
||||
<input type="button" value="<?php print_string('cancel') ?>"
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
<div align="center" class="form">
|
||||
<form id="myform" action="localpath.php" method="post">
|
||||
<input type="hidden" name="sesskey" value="<?php echo sesskey(); ?>">
|
||||
<input type="hidden" name="pathname" value="">
|
||||
<input type="file" size="60" name="myfile"><br />
|
||||
<input type="hidden" name="pathname" value="" />
|
||||
<input type="file" size="60" name="myfile" /><br />
|
||||
<input type="button" value="<?php print_string('localfileselect','resource') ?>"
|
||||
onClick="return set_value(getElementById('myform').myfile.value)">
|
||||
<input type="button" value="<?php print_string('cancel') ?>"
|
||||
|
|
|
@ -42,21 +42,21 @@ $query .= '&HIVE_SESSION='.$SESSION->HIVE_SESSION;
|
|||
|
||||
echo '<form id="OPEN_HIVE_FORM" action="'. $CFG->hiveprotocol .'://'. $CFG->hivehost .':'. $CFG->hiveport .''. $CFG->hivepath .'" method="post">';
|
||||
|
||||
echo '<input type="hidden" name="HISTORY" value="">';
|
||||
echo '<input type="hidden" name="hiveLanguage" value="en_AU">';
|
||||
echo '<input type="hidden" name="PUBCATEGORY_LIST" value="">';
|
||||
echo '<input type="hidden" name="CATEGORY_LIST" value="">';
|
||||
echo '<input type="hidden" name="HIDE_LOGOUT" value="Y">';
|
||||
echo '<input type="hidden" name="HISTORY" value="" />';
|
||||
echo '<input type="hidden" name="hiveLanguage" value="en_AU" />';
|
||||
echo '<input type="hidden" name="PUBCATEGORY_LIST" value="" />';
|
||||
echo '<input type="hidden" name="CATEGORY_LIST" value="" />';
|
||||
echo '<input type="hidden" name="HIDE_LOGOUT" value="Y" />';
|
||||
echo '<input type="hidden" name="mkurl" value="'.$CFG->wwwroot.'/mod/resource/type/repository/hive/makelink.php">';
|
||||
echo '<input type="hidden" name="HIDE_CHANGEUSERDETAILS" value="Y">';
|
||||
echo '<input type="hidden" name="HIVE_RET" value="ORG">';
|
||||
echo '<input type="hidden" name="HIVE_PAGE" value="Lite Browse">';
|
||||
echo '<input type="hidden" name="HIVE_REQ" value="2113">';
|
||||
echo '<input type="hidden" name="HIVE_ERRCODE" value="0">';
|
||||
echo '<input type="hidden" name="mklms" value="Moodle">';
|
||||
echo '<input type="hidden" name="HIVE_PROD" value="0">';
|
||||
echo '<input type="hidden" name="HIVE_REF" value="hin:hive@Hive Login HTML Template">';
|
||||
echo '<input type="hidden" name="HIVE_LITEMODE" value="liteBrowse">';
|
||||
echo '<input type="hidden" name="HIDE_CHANGEUSERDETAILS" value="Y" />';
|
||||
echo '<input type="hidden" name="HIVE_RET" value="ORG" />';
|
||||
echo '<input type="hidden" name="HIVE_PAGE" value="Lite Browse" />';
|
||||
echo '<input type="hidden" name="HIVE_REQ" value="2113" />';
|
||||
echo '<input type="hidden" name="HIVE_ERRCODE" value="0" />';
|
||||
echo '<input type="hidden" name="mklms" value="Moodle" />';
|
||||
echo '<input type="hidden" name="HIVE_PROD" value="0" />';
|
||||
echo '<input type="hidden" name="HIVE_REF" value="hin:hive@Hive Login HTML Template" />';
|
||||
echo '<input type="hidden" name="HIVE_LITEMODE" value="liteBrowse" />';
|
||||
echo '<input type="hidden" name="HIVE_SEREF" value="'.$CFG->wwwroot.'/sso/hive/expired.php">';
|
||||
echo '<input type="hidden" name="HIVE_SESSION" value="'.$SESSION->HIVE_SESSION.'">';
|
||||
echo '</form>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue