Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
0eb282b5
Commit
0eb282b5
authored
Dec 19, 2016
by
Dave Cridland
Committed by
Guus der Kinderen
Dec 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-777 Use taglib for error message
parent
8686ad88
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
34 deletions
+3
-34
client-features.jsp
src/plugins/clientControl/src/web/client-features.jsp
+1
-11
permitted-clients.jsp
src/plugins/clientControl/src/web/permitted-clients.jsp
+1
-11
audit-policy.jsp
src/web/audit-policy.jsp
+1
-12
No files found.
src/plugins/clientControl/src/web/client-features.jsp
View file @
0eb282b5
...
...
@@ -160,17 +160,7 @@
<br>
<%
}
%>
<%
if
(
csrfStatus
==
false
)
{
%>
<div
class=
"jive-error"
>
<table
cellpadding=
"0"
cellspacing=
"0"
border=
"0"
>
<tbody>
<tr><td
class=
"jive-icon"
><img
src=
"images/error-16x16.gif"
width=
"16"
height=
"16"
border=
"0"
alt=
""
></td>
<td
class=
"jive-icon-label"
>
<fmt:message
key=
"global.csrf.failed"
/>
</td></tr>
</tbody>
</table>
</div><br>
<admin:infobox
type=
"error"
><fmt:message
key=
"global.csrf.failed"
/></admin:infobox>
<%
}
%>
<p>
<fmt:message
key=
"client.features.info"
/>
...
...
src/plugins/clientControl/src/web/permitted-clients.jsp
View file @
0eb282b5
...
...
@@ -255,17 +255,7 @@
<br>
<%
}
%>
<%
if
(
csrfStatus
==
false
)
{
%>
<div
class=
"jive-error"
>
<table
cellpadding=
"0"
cellspacing=
"0"
border=
"0"
>
<tbody>
<tr><td
class=
"jive-icon"
><img
src=
"images/error-16x16.gif"
width=
"16"
height=
"16"
border=
"0"
alt=
""
></td>
<td
class=
"jive-icon-label"
>
<fmt:message
key=
"global.csrf.failed"
/>
</td></tr>
</tbody>
</table>
</div><br>
<admin:infobox
type=
"error"
><fmt:message
key=
"global.csrf.failed"
/></admin:infobox>
<%
}
%>
...
...
src/web/audit-policy.jsp
View file @
0eb282b5
...
...
@@ -171,18 +171,7 @@
}
else
if
(
csrfStatus
==
false
)
{
%>
<div
class=
"jive-error"
>
<table
cellpadding=
"0"
cellspacing=
"0"
border=
"0"
>
<tbody>
<tr><td
class=
"jive-icon"
><img
src=
"images/error-16x16.gif"
width=
"16"
height=
"16"
border=
"0"
alt=
""
></td>
<td
class=
"jive-icon-label"
>
<fmt:message
key=
"global.csrf.failed"
/>
</td></tr>
</tbody>
</table>
</div><br>
<admin:infobox
type=
"error"
><fmt:message
key=
"global.csrf.failed"
/></admin:infobox>
<%
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment