mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +00:00
fix merge error
This commit is contained in:
parent
c39fbcb70d
commit
05e1f04773
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user