Implementation of local import module. Still need work on better

status messages.
This commit is contained in:
Tim Almdal
2009-02-21 02:28:19 +00:00
parent af2f7f2c56
commit c2fa42cf6c
18 changed files with 706 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gLocalImportAdmin">
<h2>
<?= t("Local Import Admininstration") ?>
</h2>
<div id="gAuthorizedPath">
<?= $path_list ?>
</div>
<?= $add_form ?>
</div>