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
Maurice Courtois
vtigercrm
Commits
fb46261e
Commit
fb46261e
authored
8 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
#271
- Edit Events Fields
parent
52b4af29
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/vlayout/modules/Settings/LayoutEditor/Index.tpl
+3
-3
3 additions, 3 deletions
layouts/vlayout/modules/Settings/LayoutEditor/Index.tpl
with
3 additions
and
3 deletions
layouts/vlayout/modules/Settings/LayoutEditor/Index.tpl
+
3
−
3
View file @
fb46261e
...
...
@@ -59,7 +59,7 @@
<div
id=
"block_
{
$BLOCK_ID
}
"
class=
"editFieldsTable block_
{
$BLOCK_ID
}
marginBottom10px border1px
{
if
$IS_BLOCK_SORTABLE
}
blockSortable
{/
if
}
"
data-block-id=
"
{
$BLOCK_ID
}
"
data-sequence=
"
{
$BLOCK_MODEL
->
get
(
'sequence'
)
}
"
style=
"border-radius: 4px 4px 0px 0px;background: white;"
>
<div
class=
"row-fluid layoutBlockHeader"
>
<div
class=
"blockLabel span5 padding10 marginLeftZero"
>
<img
class=
"alignMiddle"
src=
"
{
vimage_path
(
'drag.png'
)
}
"
/>
{
if
$IS_BLOCK_SORTABLE
}
<img
class=
"alignMiddle"
src=
"
{
vimage_path
(
'drag.png'
)
}
"
/>
{/
if
}
<strong>
{
vtranslate
(
$BLOCK_LABEL_KEY
,
$SELECTED_MODULE_NAME
)
}
</strong>
</div>
<div
class=
"span6 marginLeftZero"
style=
"float:right !important;"
><div
class=
"pull-right btn-toolbar blockActions"
style=
"margin: 4px;"
>
...
...
@@ -96,8 +96,8 @@
</div>
</div>
</div>
<div
class=
"blockFieldsList
{
if
$SELECTED_MODULE_MODEL
->
isFieldsSortableAllowed
(
$BLOCK_LABEL_KEY
)
}
blockFieldsSortable
{/
if
}
row-fluid"
style=
"padding:5px;min-height: 27px"
>
<ul
name=
"sortable1"
class=
"connectedSortable span6"
style=
"list-style-type: none; float: left;min-height: 1px;padding:2px;"
>
<div
class=
"blockFieldsList blockFieldsSortable row-fluid"
style=
"padding:5px;min-height: 27px"
>
<ul
name=
"
{
if
$SELECTED_MODULE_MODEL
->
isFieldsSortableAllowed
(
$BLOCK_LABEL_KEY
)
}
sortable1
{/
if
}
"
class=
"connectedSortable span6"
style=
"list-style-type: none; float: left;min-height: 1px;padding:2px;"
>
{
foreach
item
=
FIELD_MODEL
from
=
$FIELDS_LIST
name
=
fieldlist
}
{
assign
var
=
FIELD_INFO
value
=
$FIELD_MODEL
->
getFieldInfo
()
}
{
if
$smarty.foreach.fieldlist.index
%
2
eq
0
}
...
...
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