mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 10:34:23 +02:00
Fixed input element sizes. Fixed date format in generated plugin.xml
This commit is contained in:
@@ -2977,7 +2977,7 @@ class pluginBuilder
|
||||
switch ($type)
|
||||
{
|
||||
case 'date':
|
||||
$text = $frm->datepicker($name, time(), 'format=yyyy-mm-dd'.$req . $sz);
|
||||
$text = $frm->datepicker($name, time(), 'format=yyyy-mm-dd&return=string'.$req . $sz);
|
||||
break;
|
||||
|
||||
case 'description':
|
||||
|
Reference in New Issue
Block a user