Look and feel v13
This commit is contained in:
parent
d0cc93c608
commit
075181a8d5
@ -856,7 +856,7 @@ function getTicketTimelineIcon($actionstatic, &$histo, $key)
|
|||||||
if ($actionstatic->code == 'AC_TICKET_CREATE') {
|
if ($actionstatic->code == 'AC_TICKET_CREATE') {
|
||||||
$iconClass = 'fa fa-ticket';
|
$iconClass = 'fa fa-ticket';
|
||||||
} elseif ($actionstatic->code == 'AC_TICKET_MODIFY') {
|
} elseif ($actionstatic->code == 'AC_TICKET_MODIFY') {
|
||||||
$iconClass = 'fa fa-pencil';
|
$iconClass = 'fa fa-pencilxxx';
|
||||||
} elseif ($actionstatic->code == 'TICKET_MSG') {
|
} elseif ($actionstatic->code == 'TICKET_MSG') {
|
||||||
$iconClass = 'fa fa-comments';
|
$iconClass = 'fa fa-comments';
|
||||||
} elseif ($actionstatic->code == 'TICKET_MSG_PRIVATE') {
|
} elseif ($actionstatic->code == 'TICKET_MSG_PRIVATE') {
|
||||||
|
|||||||
@ -191,6 +191,16 @@ a.badge-dark:focus, a.badge-dark:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (max-width: 570px)
|
||||||
|
{
|
||||||
|
span.badge.badge-status {
|
||||||
|
overflow: hidden;
|
||||||
|
max-width: 130px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* STATUS BADGES */
|
/* STATUS BADGES */
|
||||||
<?php
|
<?php
|
||||||
for ($i = 0; $i <= 9; $i++) {
|
for ($i = 0; $i <= 9; $i++) {
|
||||||
|
|||||||
@ -695,7 +695,7 @@ if ($action == 'create' || $action == 'presend')
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Group
|
// Group
|
||||||
print '<tr><td><span class="fieldrequired"><label for="selectcategory_code">'.$langs->trans("TicketGroup").'</span></label></td><td>';
|
print '<tr><td><span class="fieldrequired"><label for="selectcategory_code">'.$langs->trans("TicketCategory").'</span></label></td><td>';
|
||||||
$formticket->selectGroupTickets((GETPOST('category_code') ? GETPOST('category_code') : $object->category_code), 'category_code', '', '2');
|
$formticket->selectGroupTickets((GETPOST('category_code') ? GETPOST('category_code') : $object->category_code), 'category_code', '', '2');
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user