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
2f342fb0
Commit
2f342fb0
authored
Jun 20, 2017
by
Guus der Kinderen
Committed by
akrherz
Jun 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-1352: Admin Console: don't wrap plugin version labels. (#827)
parent
cd2fcb38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
available-plugins.jsp
src/web/available-plugins.jsp
+1
-1
plugin-admin.jsp
src/web/plugin-admin.jsp
+2
-2
No files found.
src/web/available-plugins.jsp
View file @
2f342fb0
...
...
@@ -323,7 +323,7 @@
<td
width=
"60%"
class=
"line-bottom-border"
>
<%=
pluginDescription
!=
null
?
StringUtils
.
escapeHTMLTags
(
pluginDescription
)
:
""
%>
</td>
<td
width=
"5%"
align=
"center"
valign=
"top"
class=
"line-bottom-border"
>
<td
width=
"5%"
nowrap
valign=
"top"
class=
"line-bottom-border"
>
<%=
pluginVersion
!=
null
?
StringUtils
.
escapeHTMLTags
(
pluginVersion
)
:
""
%>
</td>
<td
width=
"15%"
nowrap
valign=
"top"
class=
"line-bottom-border"
>
...
...
src/web/plugin-admin.jsp
View file @
2f342fb0
...
...
@@ -542,8 +542,8 @@
<td
width=
"60%"
valign=
"top"
class=
"
<%=
update
!=
null
?
"update-top"
:
"line-bottom-border"
%>
"
>
<%=
pluginDescription
!=
null
?
pluginDescription
:
""
%>
</td>
<td
width=
"5%"
align=
"center"
valign=
"top"
class=
"
<%=
update
!=
null
?
"update-top"
:
"line-bottom-border"
%>
"
>
<
p><%=
pluginVersion
!=
null
?
pluginVersion
:
""
%></p
>
<td
width=
"5%"
nowrap
valign=
"top"
class=
"
<%=
update
!=
null
?
"update-top"
:
"line-bottom-border"
%>
"
>
<
%=
pluginVersion
!=
null
?
pluginVersion
:
""
%
>
</td>
<td
width=
"15%"
nowrap
valign=
"top"
class=
"
<%=
update
!=
null
?
"update-top"
:
"line-bottom-border"
%>
"
>
...
...
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