diff --git a/plugin/ticket/config.install.php b/plugin/ticket/config.install.php index cd0914b414..a122dbe9d3 100644 --- a/plugin/ticket/config.install.php +++ b/plugin/ticket/config.install.php @@ -9,5 +9,5 @@ require_once '../../main/inc/global.inc.php'; require_once api_get_path(LIBRARY_PATH).'plugin.class.php'; -require_once 'lib/ticket.class.php'; -require_once 'lib/ticket_plugin.class.php'; \ No newline at end of file +require_once 'src/ticket.class.php'; +require_once 'src/ticket_plugin.class.php'; \ No newline at end of file diff --git a/plugin/ticket/config.php b/plugin/ticket/config.php index 823df44f27..424226d48c 100644 --- a/plugin/ticket/config.php +++ b/plugin/ticket/config.php @@ -43,6 +43,5 @@ require_once api_get_path(LIBRARY_PATH) . 'course.lib.php'; require_once api_get_path(LIBRARY_PATH) . 'mail.lib.inc.php'; require_once api_get_path(LIBRARY_PATH) . 'export.lib.inc.php'; -require_once api_get_path(PLUGIN_PATH) . PLUGIN_NAME . '/lib/ticket.class.php'; require_once api_get_path(PLUGIN_PATH) . PLUGIN_NAME . '/lib/ticket_plugin.class.php'; require_once api_get_path(PLUGIN_PATH) . PLUGIN_NAME . '/src/ticket.class.php'; diff --git a/plugin/ticket/src/myticket.php b/plugin/ticket/src/myticket.php index cacad7478a..2666744dbd 100644 --- a/plugin/ticket/src/myticket.php +++ b/plugin/ticket/src/myticket.php @@ -207,7 +207,7 @@ if ($isAdmin) { Display::return_icon('import_excel.png', get_lang('Export'), '', '32') . '' . ''; echo '' . - '' . + '' . Display::return_icon('add.png', $plugin->get_lang('TckNew'), '', '32') . '' . ''; echo '' .