diff --git a/plugin/ticket/src/myticket.php b/plugin/ticket/src/myticket.php
index 92883c1e32..a67f56aa92 100644
--- a/plugin/ticket/src/myticket.php
+++ b/plugin/ticket/src/myticket.php
@@ -78,6 +78,13 @@ function display_advanced_search_form () {
width: 95px;
}
+.label4 {
+ float: left;
+ text-align: left;
+ margin-top: 10px;
+ width: 75px;
+}
+
.formw2 {
float: left;
margin-left: 4px;
@@ -114,6 +121,10 @@ function display_advanced_search_form () {
.input-width {
width: 170px;
}
+
+.fleft {
+ float: left;
+}
';
$this_section = 'tickets';
@@ -248,16 +259,12 @@ if ($isAdmin) {
echo '
';
if (api_is_platform_admin()) {
- echo '
' .
- '' .
- Display::return_icon('import_excel.png', get_lang('Export'), '', '32') . '' .
- '';
- echo '
' .
- '' .
- Display::return_icon('add.png', $plugin->get_lang('TckNew'), '', '32') . '' .
- '';
- echo '
' .
- '';
+ echo '
' .
+ '' .
+ Display::return_icon('add.png', $plugin->get_lang('TckNew'), '', '32') . '' .
+ '' .
+ Display::return_icon('export_excel.png', get_lang('Export'), '', '32') . '' .
+ '';
}
$form->display();
echo '
';
@@ -325,7 +332,7 @@ if ($isAdmin) {
- ' . get_lang('Course') . ':
+ ' . get_lang('Course') . ':
diff --git a/plugin/ticket/src/tutor_report.lib.php b/plugin/ticket/src/tutor_report.lib.php
index 71a233e341..c238251ae1 100644
--- a/plugin/ticket/src/tutor_report.lib.php
+++ b/plugin/ticket/src/tutor_report.lib.php
@@ -133,7 +133,7 @@ function showResults($courseInfo, $weeksCount, $page)
if ($weeksCount == 14) {
$html .= '' . (($page == 1) ? "Siguiente" : "Anterior") . '';
}
- $html .= '' . Display::return_icon('import_excel.png', get_lang('Export'), '', '32') . '';
+ $html .= '' . Display::return_icon('export_excel.png', get_lang('Export'), '', '32') . '';
$html .= '';
$html .= ' |