diff --git a/plugin/ticket/src/myticket.php b/plugin/ticket/src/myticket.php index ac3593afb1..92883c1e32 100644 --- a/plugin/ticket/src/myticket.php +++ b/plugin/ticket/src/myticket.php @@ -74,8 +74,8 @@ function display_advanced_search_form () { margin-left: 20px; float: left; text-align: left; - margin-top: 5px; - width: 50px; + margin-top: 10px; + width: 95px; } .formw2 { @@ -98,6 +98,22 @@ function display_advanced_search_form () { .blackboard_hide { display: none; } + +.advanced-parameters { + margin-top: 5px; +} + +.remove-margin-top { + margin-top: 0px; +} + +.select-margin-top { + margin-top: -5px; +} + +.input-width { + width: 170px; +} '; $this_section = 'tickets'; @@ -207,16 +223,16 @@ if ($isAdmin) { //select priority $select_priority .= '"; //select unread $select_unread = '"; // Create a search-box $form = new FormValidator('search_simple', 'get', '', '', null, false); @@ -225,10 +241,9 @@ if ($isAdmin) { $form->addElement('text', 'keyword', get_lang('keyword'), 'size="25"'); $form->addElement('style_submit_button', 'submit_simple', get_lang('Search'), 'class="search"'); $form->addElement('static', 'search_advanced_link', null, - '' + '' . ' ' - . Display::return_icon('div_show.gif', get_lang('Show'), - array('style' => 'vertical-align:middle')) . ' ' + . Display::return_icon('div_show.gif', get_lang('Show')) . ' ' . get_lang('AdvancedSearch') . ''); echo '
'; @@ -263,19 +278,19 @@ if ($isAdmin) {
' . get_lang('User') . ':
-
+
' . $plugin->get_lang('RegisterDate') . ':
-
+
-
' . get_lang('Untill') . ':
-
+
' . $plugin->get_lang('Untill') . '
+
@@ -283,13 +298,13 @@ if ($isAdmin) {
' . $plugin->get_lang('AssignedTo') . ':
-
' . $select_admins . '
+
' . $select_admins . '
-
' . get_lang('Status') . ':
-
' . $select_status . '
+
' . get_lang('Status') . ':
+
' . $select_status . '
@@ -302,7 +317,7 @@ if ($isAdmin) {
-
' . $plugin->get_lang('MessageStatus') . ':
+
' . get_lang('Status') . ':
' . $select_unread . '
@@ -328,7 +343,7 @@ if ($isAdmin) {
 
'; } else { - if ($plugin->getExtraSettingValue('allow_add') == 'true') { + if ($plugin->getExtraSettingValue('allow_student_add') == 'true') { echo '