Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Code80
vtigercrm
Commits
f19dbfc7
Commit
f19dbfc7
authored
5 years ago
by
Vijay Tilak
Browse files
Options
Downloads
Patches
Plain Diff
Fix for Responsive Layout - Module Action Bar/Breadcrumb
parent
c06bef97
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/v7/modules/Vtiger/ModuleHeader.tpl
+3
-3
3 additions, 3 deletions
layouts/v7/modules/Vtiger/ModuleHeader.tpl
layouts/v7/modules/Vtiger/partials/SidebarHeader.tpl
+1
-1
1 addition, 1 deletion
layouts/v7/modules/Vtiger/partials/SidebarHeader.tpl
with
4 additions
and
4 deletions
layouts/v7/modules/Vtiger/ModuleHeader.tpl
+
3
−
3
View file @
f19dbfc7
...
...
@@ -8,9 +8,9 @@
*************************************************************************************}
{
strip
}
<div
class=
"col-sm-1
2
col-xs-1
2
module-action-bar clearfix coloredBorderTop"
>
<div
class=
"col-sm-1
0
col-xs-1
0 padding0
module-action-bar clearfix coloredBorderTop"
>
<div
class=
"module-action-content clearfix
{
$MODULE
}
-module-action-content"
>
<div
class=
"col-lg-7 col-md-7 col-sm-1
0
col-xs-10 module-breadcrumb module-breadcrumb-
{
$smarty.request.view
}
transitionsAllHalfSecond"
>
<div
class=
"col-lg-7 col-md-7 col-sm-1
1
col-xs-1
1 padding
0 module-breadcrumb module-breadcrumb-
{
$smarty.request.view
}
transitionsAllHalfSecond"
>
{
assign
var
=
MODULE_MODEL
value
=
Vtiger_Module_Model
::
getInstance
(
$MODULE
)
}
{
if
$MODULE_MODEL
->
getDefaultViewName
()
neq
'List'
}
{
assign
var
=
DEFAULT_FILTER_URL
value
=
$MODULE_MODEL
->
getDefaultUrl
()
}
...
...
@@ -48,7 +48,7 @@
<p
class=
"current-filter-name filter-name pull-left"
><span
class=
"fa fa-angle-right pull-left"
aria-hidden=
"true"
></span><a
title=
"
{
$RECORD
->
get
(
'label'
)
}
"
>
{
$RECORD
->
get
(
'label'
)
}
</a></p>
{/
if
}
</div>
<div
class=
"col-lg-5 col-md-5 col-sm-
2
col-xs-
2
pull-right"
>
<div
class=
"col-lg-5 col-md-5 col-sm-
1
col-xs-
1 padding0
pull-right"
>
<div
id=
"appnav"
class=
"navbar-right"
>
<nav
class=
"navbar navbar-inverse border0"
>
<div
class=
"container-fluid"
>
...
...
This diff is collapsed.
Click to expand it.
layouts/v7/modules/Vtiger/partials/SidebarHeader.tpl
+
1
−
1
View file @
f19dbfc7
...
...
@@ -9,7 +9,7 @@
{
assign
var
=
APP_IMAGE_MAP
value
=
Vtiger_MenuStructure_Model
::
getAppIcons
()
}
<div
class=
"col-sm-
1
2 col-xs-
1
2 app-indicator-icon-container app-
{
$SELECTED_MENU_CATEGORY
}
"
>
<div
class=
"col-sm-2 col-xs-2 app-indicator-icon-container app-
{
$SELECTED_MENU_CATEGORY
}
"
>
<div
class=
"row"
title=
"
{
if
$MODULE
eq
'Home'
||
!
$MODULE
}
{
vtranslate
(
'LBL_DASHBOARD'
)
}
{
else
}{
$SELECTED_MENU_CATEGORY
}{/
if
}
"
>
<span
class=
"app-indicator-icon fa
{
if
$MODULE
eq
'Home'
||
!
$MODULE
}
fa-dashboard
{
else
}{
$APP_IMAGE_MAP
[
$SELECTED_MENU_CATEGORY
]
}{/
if
}
"
></span>
</div>
...
...
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