add empty option in select articles
This commit is contained in:
parent
82fce596dc
commit
63b10e658f
@ -179,6 +179,7 @@ if ($STEP==1)
|
|||||||
id="IBLOCK_PROPERTY_ARTICLE<?=$arIBlock["ID"]?>"
|
id="IBLOCK_PROPERTY_ARTICLE<?=$arIBlock["ID"]?>"
|
||||||
name="IBLOCK_PROPERTY_ARTICLE[<?=$arIBlock["ID"]?>]"
|
name="IBLOCK_PROPERTY_ARTICLE[<?=$arIBlock["ID"]?>]"
|
||||||
class="property-export">
|
class="property-export">
|
||||||
|
<option value=""></option>
|
||||||
<?
|
<?
|
||||||
foreach ($arIBlock['PROPERTIES'] as $prop)
|
foreach ($arIBlock['PROPERTIES'] as $prop)
|
||||||
{
|
{
|
||||||
|
@ -135,6 +135,7 @@ if (!empty($oldValues)) {
|
|||||||
id="IBLOCK_PROPERTY_ARTICLE<?=$arIBlock["ID"]?>"
|
id="IBLOCK_PROPERTY_ARTICLE<?=$arIBlock["ID"]?>"
|
||||||
name="IBLOCK_PROPERTY_ARTICLE[<?=$arIBlock["ID"]?>]"
|
name="IBLOCK_PROPERTY_ARTICLE[<?=$arIBlock["ID"]?>]"
|
||||||
class="property-export">
|
class="property-export">
|
||||||
|
<option value=""></option>
|
||||||
<?
|
<?
|
||||||
foreach ($arIBlock['PROPERTIES'] as $prop)
|
foreach ($arIBlock['PROPERTIES'] as $prop)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user