The branch, master has been updated via 13d741e17894f681b689c36c88903b12595cdfb6 (commit) from 0b70c272b4db3abe290ca72d6805c56caf751a03 (commit)
- Log ----------------------------------------------------------------- commit 13d741e17894f681b689c36c88903b12595cdfb6 Author: Marc Delisle marc@infomarc.info Date: Sun Jan 8 08:24:43 2012 -0500
onClick should be onclick
-----------------------------------------------------------------------
Summary of changes: libraries/auth/swekey/swekey.auth.lib.php | 2 +- pmd_general.php | 4 ++-- tbl_zoom_select.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libraries/auth/swekey/swekey.auth.lib.php b/libraries/auth/swekey/swekey.auth.lib.php index 78356fa..df7e56e 100644 --- a/libraries/auth/swekey/swekey.auth.lib.php +++ b/libraries/auth/swekey/swekey.auth.lib.php @@ -231,7 +231,7 @@ function Swekey_login($input_name, $input_go) var input_username = document.getElementById("<?php echo $input_name; ?>"); var input_go = document.getElementById("<?php echo $input_go; ?>"); var swekey_status = document.createElement('img'); - swekey_status.setAttribute('onClick', 'open_swekey_site()'); + swekey_status.setAttribute('onclick', 'open_swekey_site()'); swekey_status.setAttribute('style', 'width:8px; height:16px; border:0px; vspace:0px; hspace:0px; frameborder:no'); if (user == null) { diff --git a/pmd_general.php b/pmd_general.php index f6f16e2..98dd2c2 100644 --- a/pmd_general.php +++ b/pmd_general.php @@ -104,7 +104,7 @@ echo $script_tabs . $script_contr . $script_display_field; title="<?php echo __('Import/Export coordinates for PDF schema'); ?>" /></a > <?php if (isset($_REQUEST['query'])) { - echo '<a href="#" onClick="build_query(\'SQL Query on Database\', 0)" onmousedown="return false;" + echo '<a href="#" onclick="build_query(\'SQL Query on Database\', 0)" onmousedown="return false;" class="M_butt" target="_self">'; echo '<img src="'. $GLOBALS['pmaThemeImage'] . 'pmd/query_builder.png" alt="key" width="20" height="20" title="'; echo __('Build Query'); @@ -808,7 +808,7 @@ if (! empty($_REQUEST['query'])) { echo '<form method="post" action="db_qbe.php" >'; echo '<textarea cols="80" name="sql_query" id="textSqlquery" rows="15"></textarea><div id="tblfooter">'; echo ' <input type="submit" name="submit_sql" class="btn">'; - echo ' <input type="button" name="cancel" value="Cancel" onClick="closebox()" class="btn">'; + echo ' <input type="button" name="cancel" value="Cancel" onclick="closebox()" class="btn">'; echo PMA_generate_common_hidden_inputs($GLOBALS['db']); echo '</div></p>'; echo '</form></div>'; diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 52293b1..9e52a6c 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -414,7 +414,7 @@ if (isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null' if (isset($zoom_submit) && ! empty($data)) { ?> <div id='resizer' style="width:600px;height:400px"> - <center><a href="#" onClick="displayHelp();"><?php echo __('How to use'); ?></a></center> + <center><a href="#" onclick="displayHelp();"><?php echo __('How to use'); ?></a></center> <div id="querydata" style="display:none"> <?php echo json_encode($data);
hooks/post-receive