File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/bizproc/install/activities/bitrix/setstateactivity/properties_dialog.php
Back
<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> <? ?> <tr> <td align="right" width="40%"><?= GetMessage("BPSFA_PD_STATE") ?>:</td> <td width="60%"> <select name="target_state_name_1"> <option value=""><?= GetMessage("BPSFA_PD_OTHER") ?></option> <? $fl = false; foreach ($arStates as $key => $value) { if ($key == $arCurrentValues["target_state_name"]) $fl = true; ?><option value="<?= htmlspecialcharsbx($key) ?>"<?= ($key == $arCurrentValues["target_state_name"]) ? " selected" : "" ?>><?= $value ?></option><? } ?> </select><br /> <?=CBPDocument::ShowParameterField('string', 'target_state_name', !$fl ? $arCurrentValues["target_state_name"] : "", array('size' => 30))?> </td> </tr> <tr> <td align="right" width="40%"></td> <td width="60%"> <label> <input type="checkbox" value="Y" name="cancel_current_state" <? if (isset($arCurrentValues["cancel_current_state"]) && $arCurrentValues["cancel_current_state"] == 'Y') echo 'checked'?>/> <?= GetMessage("BPSSA_CANCEL_CURRENT_STATE") ?> </label> </td> </tr>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings