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