ucfirst color names

This commit is contained in:
Frank Schubert
2021-09-16 20:19:21 +02:00
parent aa745014a5
commit 8f85d4723f

View File

@@ -195,7 +195,7 @@
color: #<?=TT_CABLE_COLORS[$term->building->workflowitems['rohrfarbe']->value->value_string]["hex"]?>;
<?php endif; ?>
border-radius: 3px;
">-------</span> <?=$term->building->workflowitems['rohrfarbe']->value->value_string?>
">-------</span> <?=ucfirst($term->building->workflowitems['rohrfarbe']->value->value_string)?>
</td>
</tr>
</table>