Dokumenteninfo wird jetzt in DB geschrieben.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
\defined('_JEXEC') or die;
|
||||
|
||||
use Joomla\CMS\HTML\HTMLHelper;
|
||||
use Joomla\CMS\Router\Route;
|
||||
use Joomla\CMS\Language\Text;
|
||||
@@ -11,14 +12,9 @@ use Joomla\CMS\Session\Session;
|
||||
<div class="form-horizontal">
|
||||
<fieldset class="adminform">
|
||||
<legend><?php echo Text::_('COM_EIS_DOCUMENT_PATH'); ?></legend>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="docpath"><?php echo Text::_('COM_EIS_DOCUMENT_PATH_LABEL'); ?></label>
|
||||
<div class="controls">
|
||||
<input type="text" name="docpath" id="docpath" size="60" value="/var/www/vhosts/ts-it24.net/stbv.ts-it24.net/pdf/" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
<div>
|
||||
<div>
|
||||
<button class="btn btn-primary" type="submit"><?php echo Text::_('COM_EIS_SCAN_DOCUMENTS'); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,4 +41,4 @@ function renderTree($items)
|
||||
}
|
||||
return $html;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user