SF Bug #2554402 - template autofill command not work on appearance,date_attrs
This commit is contained in:
@@ -702,7 +702,7 @@ class PageRender extends Visitor {
|
||||
$val = $attribute->getValue($i);
|
||||
|
||||
echo '<span style="white-space: nowrap;">';
|
||||
printf('<input type="text" class="value" id="f_date_%s_%s" name="new_values[%s][%s]" value="%s" %s%s %s %s/> ',
|
||||
printf('<input type="text" class="value" id="new_values_%s_%s" name="new_values[%s][%s]" value="%s" %s%s %s %s/> ',
|
||||
$attribute->getName(),$i,
|
||||
htmlspecialchars($attribute->getName()),$i,htmlspecialchars($val),
|
||||
$attribute->needJS('focus') ? sprintf('onFocus="focus_%s(this);" ',$attribute->getName()) : '',
|
||||
|
Reference in New Issue
Block a user