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
e4068d5e
Commit
e4068d5e
authored
11 years ago
by
Eileen
Browse files
Options
Downloads
Patches
Plain Diff
limited whitespace indentation fix (fixed where most inportant for readability)
parent
12e6c315
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
templates/CRM/Member/Page/DashBoard.tpl
+14
-14
14 additions, 14 deletions
templates/CRM/Member/Page/DashBoard.tpl
with
14 additions
and
14 deletions
templates/CRM/Member/Page/DashBoard.tpl
+
14
−
14
View file @
e4068d5e
...
...
@@ -25,8 +25,8 @@
*}
{* CiviMember DashBoard (launch page) *}
{
if
$membershipSummary
}
<h3>
{
ts
}
Membership Summary
{/
ts
}
{
help
id
=
"id-member-intro"
}
</h3>
<table
class=
"report"
>
<h3>
{
ts
}
Membership Summary
{/
ts
}
{
help
id
=
"id-member-intro"
}
</h3>
<table
class=
"report"
>
<tr
class=
"columnheader-dark"
>
<th
scope=
"col"
rowspan=
"2"
>
{
ts
}
Members by Type
{/
ts
}
</th>
{
if
$preMonth
}
...
...
@@ -40,13 +40,13 @@
{
$year
}
{
ts
1
=
$month
}
through %1
{/
ts
}
{/
if
}
</th>
<th
scope=
"col"
rowspan=
"2"
>
{
if
$isCurrent
}
{
ts
}
Current #
{/
ts
}
{
else
}
{
ts
1
=
$month
2
=
$year
}
Members as of %1 %2
{/
ts
}
{/
if
}
</th>
<th
scope=
"col"
rowspan=
"2"
>
{
if
$isCurrent
}
{
ts
}
Current #
{/
ts
}
{
else
}
{
ts
1
=
$month
2
=
$year
}
Members as of %1 %2
{/
ts
}
{/
if
}
</th>
</tr>
<tr
class=
"columnheader-dark"
>
...
...
@@ -250,15 +250,15 @@
<tr><td
colspan=
'11'
>
Primary member counts (those who "own" the membership rather than receiving via relationship) are in [brackets].
</td></tr>
</table>
</table>
{/
if
}
<div
class=
"spacer"
></div>
{
if
$rows
}
{* if $pager->_totalItems *}
<h3>
{
ts
}
Recent Memberships
{/
ts
}
</h3>
<div
class=
"form-item"
>
{ include file="CRM/Member/Form/Selector.tpl" context="dashboard" }
</div>
<h3>
{
ts
}
Recent Memberships
{/
ts
}
</h3>
<div
class=
"form-item"
>
{ include file="CRM/Member/Form/Selector.tpl" context="dashboard" }
</div>
{* /if *}
{/
if
}
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