Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
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
Package Registry
Model registry
Operate
Terraform modules
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
Madhuk
vtigercrm
Commits
310aa407
Commit
310aa407
authored
4 years ago
by
Uma
Browse files
Options
Downloads
Patches
Plain Diff
Fixes #1289 butting up headers has been addressed
parent
9b1c042f
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/Settings/LayoutEditor/Index.tpl
+1
-1
1 addition, 1 deletion
layouts/v7/modules/Settings/LayoutEditor/Index.tpl
layouts/v7/modules/Settings/Vtiger/ModuleHeader.tpl
+31
-23
31 additions, 23 deletions
layouts/v7/modules/Settings/Vtiger/ModuleHeader.tpl
with
32 additions
and
24 deletions
layouts/v7/modules/Settings/LayoutEditor/Index.tpl
+
1
−
1
View file @
310aa407
...
...
@@ -9,7 +9,7 @@
{* modules/Settings/LayoutEditor/views/Index.php *}
{
strip
}
<div
class=
"container-fluid main-scroll"
id=
"layoutEditorContainer"
>
<div
class=
"container-fluid main-scroll
paddingTop15
"
id=
"layoutEditorContainer"
>
<input
id=
"selectedModuleName"
type=
"hidden"
value=
"
{
$SELECTED_MODULE_NAME
}
"
/>
<input
class=
"selectedTab"
type=
"hidden"
value=
"
{
$SELECTED_TAB
}
"
>
<input
class=
"selectedMode"
type=
"hidden"
value=
"
{
$MODE
}
"
>
...
...
This diff is collapsed.
Click to expand it.
layouts/v7/modules/Settings/Vtiger/ModuleHeader.tpl
+
31
−
23
View file @
310aa407
...
...
@@ -44,34 +44,40 @@
<a
href=
"
{
"index.php?module="
|
cat
:
$smarty.request.module
|
cat
:
'&parent='
|
cat
:
$smarty.request.parent
|
cat
:
'&view='
|
cat
:
$smarty.request.view
}
"
>
{
vtranslate
(
{
$PAGETITLE
}
,
$QUALIFIED_MODULE
)
}
</a>
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
vtranslate
(
'LBL_EDITING'
,
$MODULE
)
}
:
{
vtranslate
(
{
$PAGETITLE
}
,
$QUALIFIED_MODULE
)
}
{
vtranslate
(
'LBL_OF'
,
$QUALIFIED_MODULE
)
}
{
$USER_MODEL
->
getName
()
}
<a
href=
""
>
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
vtranslate
(
'LBL_EDITING'
,
$MODULE
)
}
:
{
vtranslate
(
{
$PAGETITLE
}
,
$QUALIFIED_MODULE
)
}
{
vtranslate
(
'LBL_OF'
,
$QUALIFIED_MODULE
)
}
{
$USER_MODEL
->
getName
()
}
</a>
{
else
}
{
vtranslate
(
{
$PAGETITLE
}
,
$QUALIFIED_MODULE
)
}
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
$USER_MODEL
->
getName
()
}
<a
href=
""
>
{
vtranslate
(
{
$PAGETITLE
}
,
$QUALIFIED_MODULE
)
}
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
$USER_MODEL
->
getName
()
}
</a>
{/
if
}
{
else
if
$smarty.request.view
neq
'List'
and
$smarty.request.module
eq
'Users'
}
{
if
$smarty.request.view
eq
'PreferenceEdit'
}
<a
href=
"
{
"index.php?module="
|
cat
:
$smarty.request.module
|
cat
:
'&parent='
|
cat
:
$smarty.request.parent
|
cat
:
'&view=PreferenceDetail&record='
|
cat
:
$smarty.request.record
}
"
>
{
vtranslate
(
$ACTIVE_BLOCK
[
'block'
],
$QUALIFIED_MODULE
)
}
</a>
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
vtranslate
(
'LBL_EDITING'
,
$MODULE
)
}
:
{
$USER_MODEL
->
getName
()
}
<a
href=
""
>
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
vtranslate
(
'LBL_EDITING'
,
$MODULE
)
}
:
{
$USER_MODEL
->
getName
()
}
</a>
{
else
if
$smarty.request.view
eq
'Edit'
or
$smarty.request.view
eq
'Detail'
}
<a
href=
"
{
$URL
}
"
>
{
if
$smarty.request.extensionModule
}{
$smarty.request.extensionModule
}{
else
}{
vtranslate
(
{
$PAGETITLE
}
,
$QUALIFIED_MODULE
)
}{/
if
}
</a>
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
if
$smarty.request.view
eq
'Edit'
}
{
if
$RECORD
}
{
vtranslate
(
'LBL_EDITING'
,
$MODULE
)
}
:
{
$RECORD
->
getName
()
}
{
else
}
{
vtranslate
(
'LBL_ADDING_NEW'
,
$MODULE
)
}
{/
if
}
{
else
}
{
$RECORD
->
getName
()
}
{/
if
}
<a
href=
""
>
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
if
$smarty.request.view
eq
'Edit'
}
{
if
$RECORD
}
{
vtranslate
(
'LBL_EDITING'
,
$MODULE
)
}
:
{
$RECORD
->
getName
()
}
{
else
}
{
vtranslate
(
'LBL_ADDING_NEW'
,
$MODULE
)
}
{/
if
}
{
else
}
{
$RECORD
->
getName
()
}
{/
if
}
</a>
{
else
}
{
$USER_MODEL
->
getName
()
}
<a
href=
""
>
{
$USER_MODEL
->
getName
()
}
</a>
{/
if
}
{
else
if
$URL
and
$URL
|
strpos
:
$smarty.request.view
eq
''
}
<a
href=
"
{
$URL
}
"
>
...
...
@@ -81,13 +87,15 @@
{
vtranslate
(
{
$PAGETITLE
}
,
$QUALIFIED_MODULE
)
}
{/
if
}
</a>
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
if
$RECORD
}
{
if
$smarty.request.view
eq
'Edit'
}
{
vtranslate
(
'LBL_EDITING'
,
$MODULE
)
}
:
{/
if
}
{
$RECORD
->
getName
()
}
{/
if
}
<a
href=
""
>
<span
class=
"fa fa-angle-right"
aria-hidden=
"true"
></span>
{
if
$RECORD
}
{
if
$smarty.request.view
eq
'Edit'
}
{
vtranslate
(
'LBL_EDITING'
,
$MODULE
)
}
:
{/
if
}
{
$RECORD
->
getName
()
}
{/
if
}
</a>
{
else
}
{
if
$smarty.request.extensionModule
}{
$smarty.request.extensionModule
}{
else
}{
vtranslate
(
{
$PAGETITLE
}
,
$QUALIFIED_MODULE
)
}{/
if
}
{/
if
}
...
...
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