Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TypoScript-Forger
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TYPO3
TypoScript-Forger
Commits
de493b02
Commit
de493b02
authored
9 years ago
by
damjan
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX] Using flash messages from forger template
- also out commenting login form. Forger login form can be used.
parent
4a1bb03e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Resources/Private/Templates/Tsref/Index.html
+5
-45
5 additions, 45 deletions
Resources/Private/Templates/Tsref/Index.html
with
5 additions
and
45 deletions
Resources/Private/Templates/Tsref/Index.html
+
5
−
45
View file @
de493b02
...
...
@@ -14,48 +14,6 @@
<div
class=
"col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"
>
<f:flashMessages
as=
"flashMessages"
>
<f:for
each=
"{flashMessages}"
as=
"flashMessage"
>
<f:if
condition=
"{flashMessage.severity} == 'OK'"
>
<div
class=
"alert alert-success"
>
<a
class=
"close"
data-dismiss=
"alert"
href=
"#"
>
×
</a>
<f:if
condition=
"{flashMessage.title}"
>
<h4
class=
"alert-heading"
>
{flashMessage.title}
</h4>
</f:if>
{flashMessage}
</div>
</f:if>
<f:if
condition=
"{flashMessage.severity} == 'Notice'"
>
<div
class=
"alert alert-notice"
>
<a
class=
"close"
data-dismiss=
"alert"
href=
"#"
>
×
</a>
<f:if
condition=
"{flashMessage.title}"
>
<h4
class=
"alert-heading"
>
{flashMessage.title}
</h4>
</f:if>
{flashMessage}
</div>
</f:if>
<f:if
condition=
"{flashMessage.severity} == 'Warning'"
>
<div
class=
"alert alert-warning"
>
<a
class=
"close"
data-dismiss=
"alert"
href=
"#"
>
×
</a>
<f:if
condition=
"{flashMessage.title}"
>
<h4
class=
"alert-heading"
>
{flashMessage.title}
</h4>
</f:if>
{flashMessage}
</div>
</f:if>
<f:if
condition=
"{flashMessage.severity} == 'Error'"
>
<div
class=
"alert alert-error"
>
<a
class=
"close"
data-dismiss=
"alert"
href=
"#"
>
×
</a>
<f:if
condition=
"{flashMessage.title}"
>
<h4
class=
"alert-heading"
>
{flashMessage.title}
</h4>
</f:if>
{flashMessage}
</div>
</f:if>
</f:for>
</f:flashMessages>
<f:if
condition=
"{selectedTypeUrlName}"
>
<f:then>
<h1
class=
"page-header"
>
{selectedType.name}
...
...
@@ -214,8 +172,9 @@
</f:link.action>
</div>
<h1>
Login
</h1>
<f:comment>
<!--
<h1>Login</h1>
<f:security.ifHasRole role="SGalinski.TypoScriptReferenceFrontend:Admin">
<f:then>
<f:link.action action="logout" controller="Login">Logout</f:link.action>
...
...
@@ -244,7 +203,8 @@
</div>
</f:form>
</f:else>
</f:security.ifHasRole>
</f:security.ifHasRole> -->
</f:comment>
</f:else>
</f:if>
</div>
...
...
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