Add capability to the editor to work with grammar, script, php, xml, and provsion directories.

This commit is contained in:
Mark Crane
2013-05-25 16:19:40 +00:00
parent f00cde21df
commit bacc8f5551
7 changed files with 183 additions and 23 deletions
+4 -3
View File
@@ -56,6 +56,7 @@ if (strlen($folder) > 0 && strlen($file) > 0) {
}
else {
require_once "header.php";
echo "<br>";
echo "<div align='left'>";
echo "<form method='get' action=''>";
@@ -81,9 +82,9 @@ else {
echo " <tr>";
echo " <td colspan='1' align='right'>";
echo " <input type='hidden' name='folder' value='$folder'>";
echo " <input type='submit' value='".$text['button-new-file']."'>";
echo " </td>";
echo " <input type='hidden' name='folder' value='$folder'>";
echo " <input type='submit' value='".$text['button-new-file']."'>";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "</form>";