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