1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Migliorie grafiche e bugfix minori

This commit is contained in:
MatteoPistorello
2020-11-30 10:32:16 +01:00
parent 83f48d5cff
commit 58e5d760d2
8 changed files with 44 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ function renderChecklist($check, $level = 0)
<input type="checkbox" value="'.(!empty($check->checked_at) ? '1' : '0').'" '.(!empty($check->checked_at) ? 'checked' : '').'>
<span class="text">'.$check->content.'</span>
<span class="badge">'.(!empty($check->checked_at) ? timestampFormat($check->checked_at).' - '.$check->checkUser->username : '').'</span>';
<span class="badge pull-right">'.(!empty($check->checked_at) ? 'Verificato da '.$check->checkUser->username.' il '.timestampFormat($check->checked_at) : '').'</span>';
if ($level == 0) {
$result .= '