diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-12 01:46:43 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-12 01:46:43 +0000 |
| commit | b202816324c3a6bf515a8d938c33e882106f26da (patch) | |
| tree | 0bbe5fc57440cb7446c84e3e2167185d85c527bf /modules/local_import/views | |
| parent | 35067cbced6dadbc4cb7e7a45334485320eb473b (diff) | |
Remove the attempt at a local import module
Diffstat (limited to 'modules/local_import/views')
| -rw-r--r-- | modules/local_import/views/local_import_admin.html.php | 12 | ||||
| -rw-r--r-- | modules/local_import/views/local_import_dir_list.html.php | 9 |
2 files changed, 0 insertions, 21 deletions
diff --git a/modules/local_import/views/local_import_admin.html.php b/modules/local_import/views/local_import_admin.html.php deleted file mode 100644 index 464ab6ec..00000000 --- a/modules/local_import/views/local_import_admin.html.php +++ /dev/null @@ -1,12 +0,0 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> -<script> - var base_url = "<?= url::base(true) ?>"; -</script> -<div id="gLocalImportAdmin"> - <div id="gImportLocalDirList"> - <?= $dir_list ?> - </div> - <div> - <?= $add_form ?> - </div> -</div> diff --git a/modules/local_import/views/local_import_dir_list.html.php b/modules/local_import/views/local_import_dir_list.html.php deleted file mode 100644 index e2baefeb..00000000 --- a/modules/local_import/views/local_import_dir_list.html.php +++ /dev/null @@ -1,9 +0,0 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> -<? if (!empty($paths)): ?> -<span id="gRemoveDir">Remove</span> -<ul id="gPathList"> - <? foreach ($paths as $id => $path): ?> - <li id="<?= $id ?>"><?= $path ?></li> - <? endforeach ?> -</ul> -<? endif ?> |
