parent
3c95171d8c
commit
309c2f210c
1 changed files with 4 additions and 2 deletions
|
@ -2293,10 +2293,12 @@ if (isset($_POST['Update']) && ($_POST['Update'] === 'Y')) {
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="heading">
|
||||
|
||||
<?php //По умолчанию используем апи V5. При добавлении в будущем V6 выводить пользователю данный блок ?>
|
||||
<tr class="heading" hidden="hidden">
|
||||
<td colspan="2" class="option-other-heading"><b><?php echo GetMessage('CRM_API_VERSION'); ?></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr hidden="hidden">
|
||||
<td colspan="2" class="option-head option-other-top option-other-bottom">
|
||||
<select name="api_version" class="typeselect">
|
||||
<?php for ($v = 5; $v <= 5; $v++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue