diff --git a/plugin/ticket/src/ticket_details.php b/plugin/ticket/src/ticket_details.php index 6abaec63e5..89752e0c5b 100755 --- a/plugin/ticket/src/ticket_details.php +++ b/plugin/ticket/src/ticket_details.php @@ -31,13 +31,13 @@ $(document).ready(function(){ width: 600, modal: true, buttons: { - ' . get_lang('Accept') . ': function(){ - $("#frmResponsable").submit() - }, - ' . ucfirst(get_lang('Close')) . ': function() { - $(this).dialog("close"); - } - } + ' . get_lang('Accept') . ': function(){ + $("#frmResponsable").submit() + }, + ' . ucfirst(get_lang('Close')) . ': function() { + $(this).dialog("close"); + } + } }); $("a#assign").click(function () { @@ -224,17 +224,16 @@ if (isset($_REQUEST['action'])) { } } -$titulo = '
- ' . $titulo . '
+
+
+ ' . $titulo . ' '.$form_close_ticket.' '.$img_assing.'+'.$subTitle.''.$senderData.' ' . get_lang('Created') . ' '. Display::url( date_to_str_ago($ticket['ticket']['start_date_from_db']), '#', - ['title' => $ticket['ticket']['start_date'], 'data-toggle' => 'tooltip'] - ).' '.get_lang('Updated').' '. + ['title' => $ticket['ticket']['start_date'], 'class' => 'boot-tooltip'] + ).' '. + get_lang('Updated').' '. Display::url( date_to_str_ago($ticket['ticket']['sys_lastedit_datetime_from_db']), '#', - ['title' => $ticket['ticket']['sys_lastedit_datetime'], 'data-toggle' => 'tooltip'] + ['title' => $ticket['ticket']['sys_lastedit_datetime'], 'class' => 'boot-tooltip'] ).' |
- ' . $img_assing . ' | -' . $form_close_ticket . ' | ||
' . get_lang('Category') . ': ' . $ticket['ticket']['name'] . ' |
@@ -322,7 +322,7 @@ if (!isset($_POST['compose'])) {