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
79d954ae
Commit
79d954ae
authored
11 years ago
by
yashodha
Browse files
Options
Downloads
Patches
Plain Diff
more UI changes to search screen
parent
18d2d5e2
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
templates/CRM/Activity/Form/Search.tpl
+30
-21
30 additions, 21 deletions
templates/CRM/Activity/Form/Search.tpl
templates/CRM/Activity/Form/Search/Common.tpl
+1
-9
1 addition, 9 deletions
templates/CRM/Activity/Form/Search/Common.tpl
with
31 additions
and
30 deletions
templates/CRM/Activity/Form/Search.tpl
+
30
−
21
View file @
79d954ae
...
...
@@ -25,31 +25,40 @@
*}
{* Search form and results for Activities *}
<div
class=
"crm-form-block crm-search-form-block"
>
<div
class=
"crm-accordion-wrapper crm-advanced_search_form-accordion
{
if
$rows
}
collapsed
{/
if
}
"
>
<div
class=
"crm-accordion-header crm-master-accordion-header"
>
{
ts
}
Edit Search Criteria
{/
ts
}
</div>
<!-- /.crm-accordion-header -->
<div
class=
"crm-accordion-body"
>
<div
id=
"searchForm"
class=
"form-item"
>
{
strip
}
<table
class=
"form-layout"
>
<tr>
<td
class=
"font-size12pt"
colspan=
"3"
>
{
$form.sort_name.label
}
{
$form.sort_name.html
|
crmAddClass
:
'twenty'
}
{
$form.buttons.html
}
</td>
</tr>
<div
class=
"crm-accordion-wrapper crm-advanced_search_form-accordion
{
if
$rows
}
collapsed
{/
if
}
"
>
<div
class=
"crm-accordion-header crm-master-accordion-header"
>
{
ts
}
Edit Search Criteria
{/
ts
}
</div>
<!-- /.crm-accordion-header -->
<div
class=
"crm-accordion-body"
>
<div
id=
"searchForm"
class=
"form-item"
>
{
strip
}
<table
class=
"form-layout"
>
<tr>
<td
class=
"font-size12pt"
colspan=
"3"
>
{
$form.sort_name.label
}
{
$form.sort_name.html
|
crmAddClass
:
'twenty'
}
{
$form.buttons.html
}
<div>
<div
class=
"description font-italic"
>
{
ts
}
Complete OR partial name
{/
ts
}
<span
class=
"contact-name-option option-1"
>
{
ts
}
of the Source Contact
{/
ts
}
</span>
<span
class=
"contact-name-option option-2"
>
{
ts
}
of the Assignee Contact
{/
ts
}
</span>
<span
class=
"contact-name-option option-3"
>
{
ts
}
of the Target Contact
{/
ts
}
</span>
</div>
</div>
</td>
</tr>
{
include
file
=
"CRM/Activity/Form/Search/Common.tpl"
}
{
include
file
=
"CRM/Activity/Form/Search/Common.tpl"
}
<tr>
<td
colspan=
"3"
>
{
$form.buttons.html
}
</td>
</tr>
</table>
{/
strip
}
<tr>
<td
colspan=
"3"
>
{
$form.buttons.html
}
</td>
</tr>
</table>
{/
strip
}
</div>
</div>
</div>
</div>
</div>
</div>
{
if
$rowsEmpty
||
$rows
}
<div
class=
"crm-content-block"
>
...
...
This diff is collapsed.
Click to expand it.
templates/CRM/Activity/Form/Search/Common.tpl
+
1
−
9
View file @
79d954ae
...
...
@@ -25,7 +25,7 @@
*}
<tr>
<td>
{
$form.activity_role.html
}
{
$form.activity_role.html
}
<span
class=
"crm-clear-link"
>
(
<a
href=
"#"
title=
"unselect"
onclick=
"unselectRadio('activity_role', '
{
$form.formName
}
');
...
...
@@ -33,14 +33,6 @@
{
ts
}
clear
{/
ts
}
</a>
)
</span>
<div>
<div
class=
"description font-italic"
>
{
ts
}
Complete OR partial name
{/
ts
}
<span
class=
"contact-name-option option-1"
>
{
ts
}
of the Source Contact
{/
ts
}
</span>
<span
class=
"contact-name-option option-2"
>
{
ts
}
of the Assignee Contact
{/
ts
}
</span>
<span
class=
"contact-name-option option-3"
>
{
ts
}
of the Target Contact
{/
ts
}
</span>
</div>
</div>
</td>
</tr>
<tr>
...
...
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