Beispiel #1
0
        ?>
		<span> - <?php 
        echo $item['FORMATTED_OPPORTUNITY'];
        ?>
</span>
		<?php 
    }
    ?>
		</div>
		<div class="crm_dealings_company">
			<span><?php 
    echo $clientTitle;
    ?>
</span><?php 
    if (!$isInSelectorMode) {
        CCrmMobileHelper::RenderProgressBar(array('LAYOUT' => 'small', 'ENTITY_TYPE_ID' => CCrmOwnerType::Deal, 'ENTITY_ID' => $item['~ID'], 'CURRENT_ID' => $item['~STAGE_ID']));
    }
    ?>
</div>
		<div class="clb"></div>
	</li><?php 
}
unset($item);
if ($arResult['PAGE_NEXT_NUMBER'] <= $arResult['PAGE_NAVCOUNT']) {
    ?>
<li class="crm_dealings_list_item crm_dealings_list_item_wait"></li><?php 
}
?>
</ul></div>
<script type="text/javascript">
	BX.ready(
Beispiel #2
0
			<input type="hidden"  id="<?php 
echo $prefix;
?>
_stage_id" value="<?php 
echo $entity['STAGE_ID'];
?>
" />
			<span id="<?php 
echo $prefix;
?>
_stage_name" class="fll" style="color:#687178;font-size: 14px;"><?php 
echo $entity['STAGE_NAME'];
?>
</span>
			<div class="clb"></div><?php 
CCrmMobileHelper::RenderProgressBar(array('LAYOUT' => 'big', 'ENTITY_TYPE_ID' => CCrmOwnerType::Deal, 'ENTITY_ID' => $entity['~ID'], 'WRAPPER_ID' => $UID . '_stage_container', 'CURRENT_ID' => $entity['~STAGE_ID']));
?>
</div>
		<hr style="margin: 15px 0;"/>
		<div class="crm_meeting_info">
			<div class="crm_order_status">
				<span class="fll p0 fwn" style="color:#687178;font-size: 14px;"><?php 
echo htmlspecialcharsbx(GetMessage('M_CRM_DEAL_EDIT_PROBABILITY'));
?>
:</span>
				<span class="fll"><input id="<?php 
echo $prefix;
?>
_probability" class="crm_input_text fwb dib tac posr" style="margin-top: -8px; width: 40px;" type="text" value="<?php 
echo $entity['PROBABILITY'];
?>
Beispiel #3
0
    ?>
" />
			<table style="width:100%;">
				<tbody>
					<tr>
						<td style="text-align: center;width: 40px;">
							<input type="checkbox" hidden />
							<div class="checkbox_emulator"></div>
						</td>
						<td>
							<div style="padding: 0 10px;">
								<strong><?php 
    echo htmlspecialcharsbx($item['NAME']);
    ?>
</strong><?php 
    CCrmMobileHelper::RenderProgressBar(array('LAYOUT' => 'big', 'ENTITY_TYPE_ID' => $entityTypeID, 'ENTITY_ID' => 0, 'CURRENT_ID' => $item['STATUS_ID']));
    ?>
</div>
						</td>
					</tr>
				</tbody>
			</table>
		</div><?php 
    //Check for separator rendering
    if (++$i < $c - 1) {
        ?>
<hr /><?php 
    }
}
unset($item);
?>