BUG-13576 Date Field Size

BUG-13576 Date Field Size
 # Please enter the commit message for your changes. Lines starting
This commit is contained in:
norahmollo
2013-11-19 11:39:11 -04:00
parent 84b568ef31
commit 099fb3674e
2 changed files with 5 additions and 4 deletions

View File

@@ -4555,7 +4555,8 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText
$Time = "true";
}
$sizeend = strlen($valueDemo) + 3;
//$sizeend = strlen($valueDemo) + 3;
$sizeend = $this->size;
if ($this->required) {
$isRequired = '1';

View File

@@ -122,11 +122,11 @@
<tr>
<td class="FormTitle" colspan="2" align="">{$form.PME_SUBTITLE}</td>
</tr>
<!-- <tr>
<tr>
<td class="FormLabel" width="{$form_labelWidth}">{$PME_SIZE}</td>
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.PME_SIZE} </td> //-->
<!--<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PME_SIZE}</td>
</tr>-->
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PME_SIZE}</td>
</tr>
<tr>
<td class="FormLabel" width="{$form_labelWidth}">{$PME_MODE}</td>
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.PME_MODE} </td> //-->