Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
Development
CiviCRM Core
Commits
37a70901
Unverified
Commit
37a70901
authored
5 months ago
by
bgm
Committed by
GitHub
5 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #31387 from totten/master-splice
(NFC) Standalone - Tweak grammar
parents
92e44570
62ff4184
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ext/standaloneusers/templates/CRM/Standaloneusers/Page/Login.tpl
+3
-2
3 additions, 2 deletions
...ndaloneusers/templates/CRM/Standaloneusers/Page/Login.tpl
with
3 additions
and
2 deletions
ext/standaloneusers/templates/CRM/Standaloneusers/Page/Login.tpl
+
3
−
2
View file @
37a70901
...
...
@@ -3,8 +3,9 @@
<form
id=
login-form
>
<img
class=
"crm-logo"
src=
"
{
$logoUrl
}
"
alt=
"logo for CiviCRM, with an intersecting blue and green triangle"
>
{
if
$justLoggedOut
}
<div
class=
"help message info"
>
{
ts
}
You have been logged out.
{/
ts
}
</div>
{/
if
}
{
if
$anonAccessDenied
}
<div
class=
"help message warning"
>
{
ts
}
You do not have permission to access that, you may
need to login.
{/
ts
}
</div>
{/
if
}
{
if
$anonAccessDenied
}
<div
class=
"help message warning"
>
{
ts
}
You do not have permission to access that. You may need to login.
{/
ts
}
</div>
{/
if
}
{
if
$sessionLost
}
<div
class=
"help message warning"
>
{
ts
}
Your session timed out.
{/
ts
}
</div>
{/
if
}
<div
class=
"input-wrapper"
>
<label
for=
"usernameInput"
name=
username
class=
"form-label"
>
Username
</label>
...
...
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