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
c3c8b17f
Commit
c3c8b17f
authored
5 years ago
by
Daniel Voelskow
Browse files
Options
Downloads
Patches
Plain Diff
fix
#1
Syntax error, wrong brace
parent
4d24a5b1
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/Documents/partials/SidebarEssentials.tpl
+2
-2
2 additions, 2 deletions
layouts/v7/modules/Documents/partials/SidebarEssentials.tpl
layouts/v7/modules/Reports/partials/SidebarEssentials.tpl
+2
-2
2 additions, 2 deletions
layouts/v7/modules/Reports/partials/SidebarEssentials.tpl
with
4 additions
and
4 deletions
layouts/v7/modules/Documents/partials/SidebarEssentials.tpl
+
2
−
2
View file @
c3c8b17f
...
...
@@ -39,7 +39,7 @@
{
foreach
item
=
"CUSTOM_VIEW"
from
=
$GROUP_CUSTOM_VIEWS
name
=
"customView"
}
<li
style=
"font-size:12px;"
class=
'listViewFilter
{
if
$VIEWID
eq
$CUSTOM_VIEW
->
getId
()
&&
(
$CURRENT_TAG
eq
''
)
&&
!
$FOLDER_VALUE
}
active
{/
if
}
{
if
$smarty.foreach.customView.iteration
gt
5
}
filterHidden hide
{/
if
}
'
>
{
assign
var
=
VIEWNAME
value
=
{
vtranslate
(
$CUSTOM_VIEW
->
get
(
'viewname'
),
$MODULE
)
}}
<a
class=
"filterName"
href=
"javascript:;"
data-filter-id=
"
{
$CUSTOM_VIEW
->
getId
()
}
"
>
{
if
{
$VIEWNAME
|
strlen
>
40
}
}
{
$VIEWNAME
|
substr
:
0
:
40
|@
escape
:
'html'
}
..
{
else
}{
$VIEWNAME
|@
escape
:
'html'
}{/
if
}
</a>
<a
class=
"filterName"
href=
"javascript:;"
data-filter-id=
"
{
$CUSTOM_VIEW
->
getId
()
}
"
>
{
if
{
$VIEWNAME
|
strlen
}
>
40
}
{
$VIEWNAME
|
substr
:
0
:
40
|@
escape
:
'html'
}
..
{
else
}{
$VIEWNAME
|@
escape
:
'html'
}{/
if
}
</a>
<div
class=
" pull-right"
>
<span
class=
"js-popover-container"
>
<span
class=
"fa fa-angle-down"
rel=
"popover"
data-toggle=
"popover"
aria-expanded=
"true"
...
...
@@ -108,7 +108,7 @@
<li
style=
"font-size:12px;"
class=
'documentFolder
{
if
$FOLDER_VALUE
eq
$FOLDER
->
getName
()
}
active
{/
if
}
{
if
$smarty.foreach.folderView.iteration
gt
5
}
filterHidden hide
{/
if
}
'
>
<a
class=
"filterName"
href=
"javascript:void(0);"
data-filter-id=
"
{
$FOLDER
->
get
(
'folderid'
)
}
"
data-folder-name=
"
{
$FOLDER
->
get
(
'foldername'
)
}
"
title=
"
{
$FOLDERNAME
}
"
>
<i
class=
"fa
{
if
$FOLDER_VALUE
eq
$FOLDER
->
getName
()
}
fa-folder-open
{
else
}
fa-folder
{/
if
}
"
></i>
<span
class=
"foldername"
>
{
if
{
$FOLDERNAME
|
strlen
>
40
}
}
{
$FOLDERNAME
|
substr
:
0
:
40
|@
escape
:
'html'
}
..
{
else
}{
$FOLDERNAME
|@
escape
:
'html'
}{/
if
}
</span>
<span
class=
"foldername"
>
{
if
{
$FOLDERNAME
|
strlen
}
>
40
}
{
$FOLDERNAME
|
substr
:
0
:
40
|@
escape
:
'html'
}
..
{
else
}{
$FOLDERNAME
|@
escape
:
'html'
}{/
if
}
</span>
</a>
{
if
$FOLDER
->
getName
()
neq
'Default'
&&
$FOLDER
->
getName
()
neq
'Google Drive'
&&
$FOLDER
->
getName
()
neq
'Dropbox'
}
<div
class=
"dropdown pull-right"
>
...
...
This diff is collapsed.
Click to expand it.
layouts/v7/modules/Reports/partials/SidebarEssentials.tpl
+
2
−
2
View file @
c3c8b17f
...
...
@@ -33,7 +33,7 @@
{
foreach
item
=
FOLDER
from
=
$FOLDERS
name
=
"folderview"
}
<li
style=
"font-size:12px;"
class=
"listViewFilter
{
if
$smarty.foreach.folderview.iteration
gt
5
}
filterHidden hide
{/
if
}
"
>
{
assign
var
=
VIEWNAME
value
=
{
vtranslate
(
$FOLDER
->
getName
(),
$MODULE
)
}}
<a
href=
"#"
class=
'filterName'
data-filter-id=
{
$FOLDER
->
getId
()
}
>
<i
class=
"fa fa-folder foldericon"
></i>
{
if
{
$VIEWNAME
|
strlen
>
50
}
}{
$VIEWNAME
|
substr
:
0
:
45
}
..
{
else
}{
$VIEWNAME
}{/
if
}
</a>
<a
href=
"#"
class=
'filterName'
data-filter-id=
{
$FOLDER
->
getId
()
}
>
<i
class=
"fa fa-folder foldericon"
></i>
{
if
{
$VIEWNAME
|
strlen
}
>
50
}{
$VIEWNAME
|
substr
:
0
:
45
}
..
{
else
}{
$VIEWNAME
}{/
if
}
</a>
<div
class=
"pull-right"
>
{
assign
var
=
"FOLDERID"
value
=
$FOLDER
->
get
(
'folderid'
)
}
<span
class=
"js-popover-container"
>
...
...
@@ -70,4 +70,4 @@
</div>
</div>
</div>
{/
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