1
0
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:
Cameron
2016-10-18 16:10:52 -07:00
parent c9fa36066b
commit b9480c744e
3 changed files with 17 additions and 14 deletions

View File

@@ -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':