mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
show text of doc status in lists on large displays
This commit is contained in:
parent
eb1034d1cc
commit
9c333447b2
|
@ -1338,7 +1338,7 @@ function getOverallStatusIcon($status) { /* {{{ */
|
||||||
$icon = 'fa fa-question';
|
$icon = 'fa fa-question';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return '<i class="fa '.$icon.'"'.($color ? ' style="color: '.$color.';"' : '').' title="'.getOverallStatusText($status).'"></i>';
|
return '<div style="display: inline-block; white-space: nowrap;"><i class="fa '.$icon.'"'.($color ? ' style="color: '.$color.';"' : '').' title="'.getOverallStatusText($status).'"></i> <span class="visible-desktop">'.getOverallStatusText($status).'</span></div>';
|
||||||
}
|
}
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
|
@ -1340,7 +1340,7 @@ function getOverallStatusIcon($status) { /* {{{ */
|
||||||
$icon = 'fa fa-question';
|
$icon = 'fa fa-question';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return '<i class="fa '.$icon.'"'.($color ? ' style="color: '.$color.';"' : '').' title="'.getOverallStatusText($status).'"></i>';
|
return '<div style="display: inline-block; white-space: nowrap;"><i class="fa '.$icon.'"'.($color ? ' style="color: '.$color.';"' : '').' title="'.getOverallStatusText($status).'"></i> <span class="d-none d-md-inline-block">'.getOverallStatusText($status).'</span></div>';
|
||||||
}
|
}
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user