restructure code and redesign the dialog

This commit is contained in:
Christian von Arnim
2013-05-17 20:32:13 +02:00
parent 99a7b6a6aa
commit cb0791ece8
12 changed files with 346 additions and 359 deletions

View File

@@ -0,0 +1,10 @@
<?php
require_once 'class.fileExtensionTextMode.php';
$fileExTM = new CFileExtensionTextMode();
echo $fileExTM->processForms();
?>