Added login url of Zoho dynamically from conf variable
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment