ucfirst color names
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user