44034bf8 by Gopal

Added login url of Zoho dynamically from conf variable

1 parent 9be4338a
...@@ -401,7 +401,7 @@ function createSearchRecordDiv(divid) ...@@ -401,7 +401,7 @@ function createSearchRecordDiv(divid)
401 <div class="modal-header"> 401 <div class="modal-header">
402 <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> 402 <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
403 <div class="modal-body"> 403 <div class="modal-body">
404 <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> 404 <div><iframe width='1080' height='760' src='{{env("customcrm_loginurl")}}' frameborder='0' allowfullscreenframeborder='0' allowfullscreen></iframe></div>
405 </div> 405 </div>
406 <div class="modal-footer"> 406 <div class="modal-footer">
407 407
...@@ -412,3 +412,4 @@ function createSearchRecordDiv(divid) ...@@ -412,3 +412,4 @@ function createSearchRecordDiv(divid)
412 </div> 412 </div>
413 <!-- Login Third Party Modal CRM--> 413 <!-- Login Third Party Modal CRM-->
414 414
415 customcrm_loginurl
...\ No newline at end of file ...\ 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!