mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-07-15 08:58:10 +00:00
make color field of type 'color'
This commit is contained in:
parent
2061cde061
commit
b04b344507
|
@ -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()) : '')
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user