mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Enter now works for popups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2815 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6da9feeacb
commit
e643a11b36
@ -1371,7 +1371,7 @@ function get_plugin_page_hook($plugin_page, $parent_page) {
|
||||
function browse_happy() {
|
||||
$getit = __('WordPress recommends a better browser');
|
||||
echo '
|
||||
<p id="bh" style="text-align: center;"><a href="http://browsehappy.com/" title="' . $getit . '"><img src="images/browse-happy.png" alt="Browse Happy" /></a></p>
|
||||
<p id="bh" style="text-align: center;"><a href="http://browsehappy.com/" title="' . $getit . '"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></p>
|
||||
';
|
||||
}
|
||||
if ( strstr( $_SERVER['HTTP_USER_AGENT'], 'MSIE' ) )
|
||||
|
@ -178,7 +178,7 @@ if (url != null) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onClick="cancelAction();"></td>
|
||||
<td align="right"><input type="button" id="insert" name="insert" value="{$lang_insert}" onClick="insertImage();"> </td>
|
||||
<td align="right"><input type="submit" id="insert" name="insert" value="{$lang_insert}" onClick="insertImage();"> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
@ -179,7 +179,7 @@ if (url != null) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onClick="cancelAction();"></td>
|
||||
<td align="right"><input type="button" id="insert" name="insert" value="Create hyperlink" onClick="insertLink();"> </td>
|
||||
<td align="right"><input type="submit" id="insert" name="insert" value="Create hyperlink" onClick="insertLink();"> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user