1
0
mirror of synced 2025-01-31 23:31:41 +03:00

add empty option in select articles

This commit is contained in:
m.korolev 2013-08-21 18:40:45 +04:00
parent 82fce596dc
commit 63b10e658f
2 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,7 @@ if ($STEP==1)
id="IBLOCK_PROPERTY_ARTICLE<?=$arIBlock["ID"]?>"
name="IBLOCK_PROPERTY_ARTICLE[<?=$arIBlock["ID"]?>]"
class="property-export">
<option value=""></option>
<?
foreach ($arIBlock['PROPERTIES'] as $prop)
{

View File

@ -135,6 +135,7 @@ if (!empty($oldValues)) {
id="IBLOCK_PROPERTY_ARTICLE<?=$arIBlock["ID"]?>"
name="IBLOCK_PROPERTY_ARTICLE[<?=$arIBlock["ID"]?>]"
class="property-export">
<option value=""></option>
<?
foreach ($arIBlock['PROPERTIES'] as $prop)
{