fix merge error

This commit is contained in:
Uwe Steinmann 2021-03-12 10:13:57 +01:00
parent c39fbcb70d
commit 05e1f04773

View File

@ -502,9 +502,6 @@ function typeahead() { /* {{{ */
?>
<tr>
<td><?php echo htmlspecialchars($attrdef->getName()); ?>:</td>
<<<<<<< HEAD
<td><?php $this->printAttributeEditField($attrdef, isset($attributes[$attrdef->getID()]) ? $attributes[$attrdef->getID()] : null, 'attributes', true) ?></td>
=======
<td>
<?php
if($attrdef->getType() == SeedDMS_Core_AttributeDefinition::type_date)
@ -512,7 +509,6 @@ function typeahead() { /* {{{ */
else
$this->printAttributeEditField($attrdef, isset($attributes[$attrdef->getID()]) ? $attributes[$attrdef->getID()] : '', 'attributes', true)
?></td>
>>>>>>> seeddms-5.1.x
</tr>
<?php