Replaced '<?php' with '<?'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
/**
|
||||
* inc.JSForms.php
|
||||
*
|
||||
@@ -34,7 +34,7 @@ $serverAjax = G::encryptLink($path.$showFieldAjax);
|
||||
<script language="JavaScript">
|
||||
function RefreshDependentFields(ObjectName, Fields, InitValue) {
|
||||
|
||||
<?
|
||||
<?php
|
||||
//global $G_FORM;
|
||||
$HTTP_SESSION_VARS['INIT_VALUES'] = $G_FORM->Values;
|
||||
global $HTTP_GET_VARS;
|
||||
@@ -64,7 +64,7 @@ function RefreshDependentFields(ObjectName, Fields, InitValue) {
|
||||
refillText( Fields[i],'<?=$serverAjax?>', 'function=text&field=' + Fields[i] + '&parent=' + ObjectName + '&value=' + TheObject.value + '<?=$Dynaform?>'+ '&application=' + '<?=$appid?>'+ '&Dynaform=' + '<?=$Dynaform?>' );
|
||||
}
|
||||
|
||||
if(FldObj.type == 'select-one') {
|
||||
if(FldObj.type == 'select-one') {
|
||||
refillDropdown( Fields[i],'<?=$serverAjax?>', 'function=dropdown&field=' + Fields[i] + '&parent=' + ObjectName + '&value=' + TheObject.value + '<?=$Dynaform?>'+ '&application=' + '<?=$appid?>'+ '&Dynaform=' + '<?=$Dynaform?>'+ '&InitValue=' + InitValue , InitValue);
|
||||
}
|
||||
}else{
|
||||
@@ -73,7 +73,7 @@ function RefreshDependentFields(ObjectName, Fields, InitValue) {
|
||||
}
|
||||
}
|
||||
}
|
||||
<?
|
||||
<?php
|
||||
// }
|
||||
?>
|
||||
}
|
||||
@@ -85,7 +85,7 @@ function registerDate ( field, options ) {
|
||||
Obj = getField( divName);
|
||||
value = Obj.value;
|
||||
myDatePicker = new Bs_DatePicker();
|
||||
<?
|
||||
<?php
|
||||
global $G_DATE_FORMAT;
|
||||
global $HTTP_SESSION_VARS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user