Editor: Fix Clip Library folder nesting, misc adjustments to Clip and File lists.

This commit is contained in:
reliberate
2016-03-21 16:01:44 -06:00
parent fddd3d98ea
commit 74006543ef
7 changed files with 189 additions and 232 deletions

View File

@@ -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";
?>