make color field of type 'color'

This commit is contained in:
Uwe Steinmann 2021-07-12 18:31:28 +02:00
parent 2061cde061
commit b04b344507

View File

@ -129,7 +129,7 @@ $(document).ready( function() {
getMLText("color"), getMLText("color"),
array( array(
'element'=>'input', 'element'=>'input',
'type'=>'text', 'type'=>'color',
'name'=>'color', 'name'=>'color',
'value'=>($category ? htmlspecialchars($category->getColor()) : '') 'value'=>($category ? htmlspecialchars($category->getColor()) : '')
) )