mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Editor: Fix Clip Library folder nesting, misc adjustments to Clip and File lists.
This commit is contained in:
@@ -88,7 +88,7 @@ if (count($_POST)>0) {
|
||||
echo "<table width='100%' border='0'>";
|
||||
echo " <tr>";
|
||||
echo " <td>Name</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_name'></td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_name' id='clip_name'></td>";
|
||||
echo " </tr>";
|
||||
|
||||
echo " <tr>";
|
||||
@@ -125,5 +125,7 @@ if (count($_POST)>0) {
|
||||
echo " </tr>";
|
||||
echo "</table>";
|
||||
|
||||
echo "<script>document.getElementById('clip_name').focus();</script>";
|
||||
|
||||
require_once "footer.php";
|
||||
?>
|
||||
Reference in New Issue
Block a user