Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
customcrm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
44034bf8
authored
2018-11-06 09:35:47 +0000
by
Gopal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added login url of Zoho dynamically from conf variable
1 parent
9be4338a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
application/resources/views/layout/top_menu.blade.php
application/resources/views/layout/top_menu.blade.php
View file @
44034bf
...
...
@@ -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
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment