Removing deprecated references and files
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm type="xmlform" name="login/licenseExpired" width="450" enabletemplate="0">
|
||||
<thetitle type="title" required="0" readonly="0" optgroup="0">
|
||||
<en><![CDATA[Your license has expired or the system does not have a license. To use the ProcessMaker Enterprise Edition upload a valid license]]></en>
|
||||
</thetitle>
|
||||
<licenseFile type="file" required="1" readonly="0" optgroup="0">
|
||||
<en>License File</en>
|
||||
</licenseFile>
|
||||
<updateButton type="submit" required="0" readonly="0" optgroup="0">
|
||||
<en>Update License</en>
|
||||
</updateButton>
|
||||
</dynaForm>
|
||||
@@ -1,35 +0,0 @@
|
||||
<div class="panel-default">
|
||||
<p>{php}echo G::LoadTranslation('ID_LICENCE_LOGIN_TITLE');{/php}</p>
|
||||
</div>
|
||||
|
||||
<form accept-charset="UTF-8" role="form" class="form-signin" id="{$form_id}" name="{$form_name}" action="{$form_action}" method="post" encType="multipart/form-data" style="margin:0px;" onsubmit="return validateForm('{$form_objectRequiredFields}');">
|
||||
<input type="hidden" class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="{$form_objectRequiredFields}" />
|
||||
<input type="hidden" name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" />
|
||||
<input type="hidden" name="__DynaformName__" id="__DynaformName__" value="{$form_name}" />
|
||||
<fieldset>
|
||||
<label class="panel-login">
|
||||
<div class="login_result">{$form.thetitle}</div>
|
||||
</label>
|
||||
{$form.licenseFile}
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<label class="panel-login">
|
||||
<div class="login_result"></div>
|
||||
</label>
|
||||
<br>
|
||||
{$form.updateButton}
|
||||
</fieldset>
|
||||
|
||||
<div class="FormRequiredTextMessage"></div>
|
||||
<div class="boxBottom"><div class="a"> </div><div class="b"> </div><div class="c"> </div></div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
{$form.JS}
|
||||
</script>
|
||||
</form>
|
||||
<script src="/lib/pmdynaform/libs/respondjs/respond.min.js"></script>
|
||||
<script src="/lib/pmdynaform/libs/html5shiv/html5shiv.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm type="xmlform" name="login/licenseExpired" width="450" enabletemplate="1">
|
||||
<thetitle type="title" required="0" readonly="0" optgroup="0">
|
||||
<en><![CDATA[Your license has expired or the system does not have a license. To use the ProcessMaker Enterprise Edition upload a valid license]]></en>
|
||||
</thetitle>
|
||||
<licenseFile type="file" required="1" readonly="0" optgroup="0">
|
||||
<en>License File</en>
|
||||
</licenseFile>
|
||||
<updateButton type="submit" required="0" readonly="0" optgroup="0">
|
||||
<en>Update License</en>
|
||||
</updateButton>
|
||||
<JS type="javascript"><![CDATA[
|
||||
|
||||
function getElementsByClassNameIE8(node, classname) {
|
||||
var a = [];
|
||||
var re = new RegExp('(^| )'+classname+'( |$)');
|
||||
var els = node.getElementsByTagName("*");
|
||||
for(var i=0,j=els.length; i<j; i++)
|
||||
if(re.test(els[i].className))a.push(els[i]);
|
||||
return a;
|
||||
};
|
||||
|
||||
window.onload= function(){
|
||||
if(document.getElementById('form[updateButton]').classList == undefined){
|
||||
document.getElementById('form[updateButton]').className = "button-login-success";
|
||||
}else{
|
||||
document.getElementById('form[updateButton]').classList.remove('module_app_button___gray');
|
||||
document.getElementById('form[updateButton]').classList.add('button-login-success');
|
||||
}
|
||||
};
|
||||
]]></JS>
|
||||
</dynaForm>
|
||||
Reference in New Issue
Block a user