Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
033c24be
Commit
033c24be
authored
11 years ago
by
colemanw
Browse files
Options
Downloads
Patches
Plain Diff
CRM-12872 - Add ui-spinner to page num input
parent
ecc20f0e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CRM/Core/QuickForm/Action/Refresh.php
+2
-2
2 additions, 2 deletions
CRM/Core/QuickForm/Action/Refresh.php
templates/CRM/Contact/Form/Search/Basic.tpl
+1
-0
1 addition, 0 deletions
templates/CRM/Contact/Form/Search/Basic.tpl
templates/CRM/common/pager.tpl
+9
-1
9 additions, 1 deletion
templates/CRM/common/pager.tpl
with
12 additions
and
3 deletions
CRM/Core/QuickForm/Action/Refresh.php
+
2
−
2
View file @
033c24be
...
...
@@ -50,8 +50,8 @@ class CRM_Core_QuickForm_Action_Refresh extends CRM_Core_QuickForm_Action {
/**
* Processes the request.
*
* @param
object $page
CRM_Core_Form the current form-page
* @param string
$actionName Current action name, as one Action object can serve multiple actions
* @param CRM_Core_Form
$page
the current form-page
* @param string $actionName Current action name, as one Action object can serve multiple actions
*
* @return void
* @access public
...
...
This diff is collapsed.
Click to expand it.
templates/CRM/Contact/Form/Search/Basic.tpl
+
1
−
0
View file @
033c24be
...
...
@@ -72,3 +72,4 @@
<div
class=
"spacer"
>
</div>
{/
if
}
</div>
{*include file="CRM/common/searchJs.tpl"*}
This diff is collapsed.
Click to expand it.
templates/CRM/common/pager.tpl
+
9
−
1
View file @
033c24be
...
...
@@ -26,7 +26,7 @@
{
if
$pager
and
$pager
->
_response
}
{
if
$pager
->
_response
.
numPages
>
1
}
<div
class=
"crm-pager"
>
{
if
!
isset
(
$noForm
)
||
!
$noForm
}
{
if
empty
(
$noForm
)
}
<span
class=
"element-right"
>
{
if
$location
eq
'top'
}
{
$pager
->
_response
.
titleTop
}
<input
class=
"form-submit"
name=
"
{
$pager
->
_response
.
buttonTop
}
"
value=
"
{
ts
}
Go
{/
ts
}
"
type=
"submit"
/>
...
...
@@ -44,6 +44,14 @@
</span>
</div>
{
if
empty
(
$noForm
)
and
$location
neq
'top'
}
<script
type=
"text/javascript"
>
cj
(
'
input[name^=crmPID]
'
,
'
#
{
$form.formName
}
'
).
spinner
(
{
ldelim
}
min
:
1
,
max
:
{
$pager
->
_response
.
numPages
}
{
rdelim
}
);
</script>
{/
if
}
{/
if
}
{* Controller for 'Rows Per Page' *}
...
...
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