mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 17:29:18 -04:00
Implementation of local import module. Still need work on better
status messages.
This commit is contained in:
10
modules/local_import/views/local_import_admin.html.php
Normal file
10
modules/local_import/views/local_import_admin.html.php
Normal 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>
|
||||
Reference in New Issue
Block a user