OM-543 BE and FE
remove coment format files add files FE up observations
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<input type="hidden" name="__DynaformName__" id="__DynaformName__" value="{$form_name}" />
|
||||
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
||||
<tr style="display: none">
|
||||
<td colspan="2">{$form.IE_VERSION}</td>
|
||||
<td colspan="2">{$form.isIE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='FormTitle' colspan="2" align="">{$form.TITLE1}</td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm enabletemplate="1" name="cases_Resume" type="xmlform" width="500px" labelWidth="100px">
|
||||
<IE_VERSION type="hidden" />
|
||||
<isIE type="hidden" />
|
||||
<TITLE1 type="title">
|
||||
<en><![CDATA[Claim Case]]></en>
|
||||
</TITLE1>
|
||||
@@ -42,7 +42,7 @@
|
||||
</BTN_CANCEL>
|
||||
<JS type="javascript"> <![CDATA[
|
||||
var dynaformOnload = function() {
|
||||
if(getField("IE_VERSION").value == 11) {
|
||||
if(getField("isIE").value == "true") {
|
||||
getField("BTN_CANCEL").setAttribute("onclick","");
|
||||
getField("BTN_CANCEL").onclick = function(){;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user