restructure files and folders
This commit is contained in:
parent
75953bcf95
commit
083ba483cc
335 changed files with 1096 additions and 1096 deletions
|
|
@ -23,10 +23,10 @@ if ( !defined ('ALLOWED')) die('Forbidden');
|
|||
* \brief Management of the folder
|
||||
*
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/class_itext.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_icheckbox.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_itextarea.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_html_input.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_itext.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_icheckbox.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_itextarea.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_html_input.php';
|
||||
|
||||
$sa=(isset($_REQUEST['sa']))?$_REQUEST['sa']:'list';
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
@ -208,7 +208,7 @@ if ( isset ($_POST["DATABASE"]) )
|
|||
// List of folder
|
||||
if ( $sa == 'list' )
|
||||
{
|
||||
require_once NOALYSS_INCLUDE.'/class_sort_table.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_sort_table.php';
|
||||
echo '<p>';
|
||||
echo HtmlInput::button(_('Ajouter'),_('Ajouter un dossier')," onclick=\$('folder_add_id').show()");
|
||||
echo '</p>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue