mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 08:44:02 +01:00
ID selectors added to iFrames in mediaContainer, can Enter or Esc
This commit is contained in:
@@ -180,7 +180,7 @@ function deletePlugin($dir) {
|
||||
<link rel="stylesheet" type="text/css" href="plugins-manager.css?microtime=<?php echo microtime(true);?>">
|
||||
</head>
|
||||
|
||||
<body class="pluginsManager">
|
||||
<body class="pluginsManager" onkeydown="parent.ICEcoder.handleModalKeyUp(event, 'pluginsManager')" onload="this.focus();">
|
||||
|
||||
<h1><?php echo $t['plugins'];?></h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user