44034bf8 by Gopal

Added login url of Zoho dynamically from conf variable

1 parent 9be4338a
......@@ -401,7 +401,7 @@ function createSearchRecordDiv(divid)
<div class="modal-header">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<div class="modal-body">
<div><iframe width='1080' height='760' src='https://accounts.zoho.com/signin?servicename=ZohoCRM&signupurl=https://www.zoho.com/crm/signup.html?plan=enterprise' frameborder='0' allowfullscreenframeborder='0' allowfullscreen></iframe></div>
<div><iframe width='1080' height='760' src='{{env("customcrm_loginurl")}}' frameborder='0' allowfullscreenframeborder='0' allowfullscreen></iframe></div>
</div>
<div class="modal-footer">
......@@ -412,3 +412,4 @@ function createSearchRecordDiv(divid)
</div>
<!-- Login Third Party Modal CRM-->
customcrm_loginurl
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!