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
9548409e
Commit
9548409e
authored
9 months ago
by
yogeshwar
Browse files
Options
Downloads
Patches
Plain Diff
E-All Scheduler
parent
3c8c0300
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/Settings/CronTasks/EditAjax.tpl
+1
-1
1 addition, 1 deletion
layouts/v7/modules/Settings/CronTasks/EditAjax.tpl
layouts/v7/modules/Settings/Vtiger/ListViewContents.tpl
+8
-8
8 additions, 8 deletions
layouts/v7/modules/Settings/Vtiger/ListViewContents.tpl
with
9 additions
and
9 deletions
layouts/v7/modules/Settings/CronTasks/EditAjax.tpl
+
1
−
1
View file @
9548409e
...
...
@@ -50,7 +50,7 @@
{
assign
var
=
FIELD_VALUE
value
=(
$VALUES
[
0
]*
60
)+
$VALUES
[
1
]
}
{/
if
}
<div
class=
"controls fieldValue col-xs-2"
>
<input
type=
"text"
class=
"inputElement"
value=
"
{
$FIELD_VALUE
}
"
{
if
$FIELD_INFO
[
"mandatory"
]
eq
true
}
data-rule-required=
"true"
{/
if
}
id=
"frequencyValue"
/>
<input
type=
"text"
class=
"inputElement"
value=
"
{
$FIELD_VALUE
}
"
{
if
isset
(
$FIELD_INFO
[
"mandatory"
])
&&
$FIELD_INFO
[
"mandatory"
]
eq
true
}
data-rule-required=
"true"
{/
if
}
id=
"frequencyValue"
/>
</div>
<div
class=
"controls fieldValue col-xs-3"
style=
"padding-left: 0px;"
>
<select
class=
"select2 inputElement"
id=
"time_format"
>
...
...
This diff is collapsed.
Click to expand it.
layouts/v7/modules/Settings/Vtiger/ListViewContents.tpl
+
8
−
8
View file @
9548409e
...
...
@@ -13,12 +13,12 @@
<input
type=
"hidden"
id=
"previousPageExist"
value=
"
{
$PAGING_MODEL
->
isPrevPageExists
()
}
"
/>
<input
type=
"hidden"
id=
"nextPageExist"
value=
"
{
$PAGING_MODEL
->
isNextPageExists
()
}
"
/>
<input
type=
"hidden"
id=
"totalCount"
value=
"
{
$LISTVIEW_COUNT
}
"
/>
<input
type=
"hidden"
value=
"
{
$ORDER_BY
}
"
id=
"orderBy"
>
<input
type=
"hidden"
value=
"
{
$SORT_ORDER
}
"
id=
"sortOrder"
>
<input
type=
"hidden"
value=
"{
(isset(
$ORDER_BY
)) ? $ORDER_BY : ''
}"
id=
"orderBy"
>
<input
type=
"hidden"
value=
"{
(isset(
$SORT_ORDER
)) ? $SORT_ORDER : ''
}"
id=
"sortOrder"
>
<input
type=
"hidden"
id=
"totalCount"
value=
"
{
$LISTVIEW_COUNT
}
"
/>
<input
type=
'hidden'
value=
"
{
$PAGE_NUMBER
}
"
id=
'pageNumber'
>
<input
type=
'hidden'
value=
"{
(isset(
$PAGE_NUMBER
)) ? $PAGE_NUMBER : ''
}"
id=
'pageNumber'
>
<input
type=
'hidden'
value=
"
{
$PAGING_MODEL
->
getPageLimit
()
}
"
id=
'pageLimit'
>
<input
type=
"hidden"
value=
"
{
$LISTVIEW_ENTRIES_COUNT
}
"
id=
"noOfEntries"
>
<input
type=
"hidden"
value=
"{
(isset(
$LISTVIEW_ENTRIES_COUNT
)) ? $LISTVIEW_ENTRIES_COUNT : ''
}"
id=
"noOfEntries"
>
<div
class=
"col-sm-12 col-xs-12 "
>
<div
id=
"listview-actions"
class=
"listview-actions-container"
>
...
...
@@ -48,7 +48,7 @@
{
vtranslate
(
'LBL_ACTIONS'
,
$QUALIFIED_MODULE
)
}
</th>
{
else
if
$MODULE
neq
'Currency'
}
{
if
$SHOW_LISTVIEW_CHECKBOX
eq
true
}
{
if
isset
(
$SHOW_LISTVIEW_CHECKBOX
)
&&
$SHOW_LISTVIEW_CHECKBOX
eq
true
}
<th>
<span
class=
"input"
>
<input
class=
"listViewEntriesMainCheckBox"
type=
"checkbox"
>
...
...
@@ -63,8 +63,8 @@
{/
if
}
{
foreach
item
=
LISTVIEW_HEADER
from
=
$LISTVIEW_HEADERS
}
<th
nowrap
>
<a
{
if
!(
$LISTVIEW_HEADER
->
has
(
'sort'
))
}
class=
"listViewHeaderValues cursorPointer"
data-nextsortorderval=
"
{
if
$COLUMN_NAME
eq
$LISTVIEW_HEADER
->
get
(
'name'
)
}{
$NEXT_SORT_ORDER
}{
else
}
ASC
{/
if
}
"
data-columnname=
"
{
$LISTVIEW_HEADER
->
get
(
'name'
)
}
"
{/
if
}
>
{
vtranslate
(
$LISTVIEW_HEADER
->
get
(
'label'
),
$QUALIFIED_MODULE
)
}
{
if
$COLUMN_NAME
eq
$LISTVIEW_HEADER
->
get
(
'name'
)
}
<img
class=
"
{
$SORT_IMAGE
}
icon-white"
>
{/
if
}
</a>
<a
{
if
!(
$LISTVIEW_HEADER
->
has
(
'sort'
))
}
class=
"listViewHeaderValues cursorPointer"
data-nextsortorderval=
"
{
if
isset
(
$COLUMN_NAME
)
&&
$COLUMN_NAME
eq
$LISTVIEW_HEADER
->
get
(
'name'
)
}{
$NEXT_SORT_ORDER
}{
else
}
ASC
{/
if
}
"
data-columnname=
"
{
$LISTVIEW_HEADER
->
get
(
'name'
)
}
"
{/
if
}
>
{
vtranslate
(
$LISTVIEW_HEADER
->
get
(
'label'
),
$QUALIFIED_MODULE
)
}
{
if
isset
(
$COLUMN_NAME
)
&&
$COLUMN_NAME
eq
$LISTVIEW_HEADER
->
get
(
'name'
)
}
<img
class=
"
{
$SORT_IMAGE
}
icon-white"
>
{/
if
}
</a>
</th>
{/
foreach
}
</tr>
...
...
@@ -89,7 +89,7 @@
{/
foreach
}
</tr>
{/
foreach
}
{
if
$LISTVIEW_ENTRIES_COUNT
eq
'0'
}
{
if
isset
(
$LISTVIEW_ENTRIES_COUNT
)
&&
$LISTVIEW_ENTRIES_COUNT
eq
'0'
}
<tr
class=
"emptyRecordsDiv"
>
{
assign
var
=
COLSPAN_WIDTH
value
=
{
php7_count
(
$LISTVIEW_HEADERS
)+
1
}}
<td
colspan=
"
{
$COLSPAN_WIDTH
}
"
style=
"vertical-align:inherit !important;"
>
...
...
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