Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
517
Issue boards
Milestones
Wiki
Code
Merge requests
83
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
vtiger
vtigercrm
Commits
47436e40
Commit
47436e40
authored
11 months ago
by
Prasad
Browse files
Options
Downloads
Patches
Plain Diff
Fixed pages dependent on bootstrap (legacy 2.x) conventions
parent
c8d4bca0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/v7/modules/Vtiger/Header.tpl
+2
-1
2 additions, 1 deletion
layouts/v7/modules/Vtiger/Header.tpl
layouts/vlayout/modules/Users/SystemSetup.tpl
+2
-2
2 additions, 2 deletions
layouts/vlayout/modules/Users/SystemSetup.tpl
with
4 additions
and
3 deletions
layouts/v7/modules/Vtiger/Header.tpl
+
2
−
1
View file @
47436e40
...
...
@@ -15,6 +15,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<link
type=
'text/css'
rel=
'stylesheet'
href=
'
{
vresource_url
(
"libraries/bootstrap-legacy/css/bootstrap-responsive.min.css"
)
}
'
>
{* .row-fluid... *}
<link
type=
'text/css'
rel=
'stylesheet'
href=
'
{
vresource_url
(
"layouts/v7/lib/todc/css/bootstrap.min.css"
)
}
'
>
<link
type=
'text/css'
rel=
'stylesheet'
href=
'
{
vresource_url
(
"layouts/v7/lib/todc/css/docs.min.css"
)
}
'
>
<link
type=
'text/css'
rel=
'stylesheet'
href=
'
{
vresource_url
(
"layouts/v7/lib/todc/css/todc-bootstrap.min.css"
)
}
'
>
...
...
@@ -71,4 +72,4 @@
<input
type=
"hidden"
id=
"start_day"
value=
"
{
$CURRENT_USER_MODEL
->
get
(
'dayoftheweek'
)
}
"
/>
<div
id=
"page"
>
<div
id=
"pjaxContainer"
class=
"hide noprint"
></div>
<div
id=
"messageBar"
class=
"hide"
></div>
\ No newline at end of file
<div
id=
"messageBar"
class=
"hide"
></div>
This diff is collapsed.
Click to expand it.
layouts/vlayout/modules/Users/SystemSetup.tpl
+
2
−
2
View file @
47436e40
...
...
@@ -17,8 +17,8 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<link
REL=
"SHORTCUT ICON"
HREF=
"layouts/vlayout/skins/images/favicon.ico"
>
<link
rel=
"stylesheet"
href=
"libraries/bootstrap-legacy/css/bootstrap-responsive.css"
type=
"text/css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"libraries/bootstrap/css/bootstrap.css"
type=
"text/css"
media=
"screen"
/>
<link
rel=
"stylesheet"
href=
"libraries/bootstrap/css/bootstrap-responsive.css"
type=
"text/css"
media=
"screen"
>
<style
type=
"text/css"
>
{
literal
}
body
{
...
...
@@ -367,4 +367,4 @@
</div>
</body>
</html>
{/
strip
}
\ No newline at end of file
{/
strip
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment