Rename local_import module to server_add

This commit is contained in:
Tim Almdal
2009-03-04 15:46:10 +00:00
parent f16224ae82
commit f7d82ec52f
18 changed files with 112 additions and 114 deletions

View File

@@ -0,0 +1,10 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="gServerAddAdmin">
<h2>
<?= t("Add From Server Admininstration") ?>
</h2>
<div id="gAuthorizedPath">
<?= $path_list ?>
</div>
<?= $add_form ?>
</div>