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
7b4a6c0a
Commit
7b4a6c0a
authored
Dec 01, 2016
by
Dave Cridland
Committed by
GitHub
Dec 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #677 from akrherz/of266
OF-266 fix image paths for fastpath form UI
parents
15f19d80
7bebfd08
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
changelog.html
src/plugins/fastpath/changelog.html
+6
-0
plugin.xml
src/plugins/fastpath/plugin.xml
+2
-2
workgroup-dataform.jsp
src/plugins/fastpath/src/web/forms/workgroup-dataform.jsp
+9
-9
No files found.
src/plugins/fastpath/changelog.html
View file @
7b4a6c0a
...
...
@@ -44,6 +44,12 @@
Fastpath Plugin Changelog
</h1>
<p><b>
4.4.1
</b>
-- November 18, 2016
</p>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-266'
>
OF-266
</a>
] - Fastpath Form UI page in Admin Console doesnt show images.
</li>
</ul>
<p><b>
4.4.0
</b>
-- October 12, 2015
</p>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
...
...
src/plugins/fastpath/plugin.xml
View file @
7b4a6c0a
...
...
@@ -5,8 +5,8 @@
<name>
Fastpath Service
</name>
<description>
Support for managed queued chat requests, such as a support team might use.
</description>
<author>
Jive Software
</author>
<version>
4.4.
0
</version>
<date>
1
0/12/2015
</date>
<version>
4.4.
1
</version>
<date>
1
1/18/2016
</date>
<minServerVersion>
4.0.0
</minServerVersion>
<databaseKey>
fastpath
</databaseKey>
<databaseVersion>
0
</databaseVersion>
...
...
src/plugins/fastpath/src/web/forms/workgroup-dataform.jsp
View file @
7b4a6c0a
...
...
@@ -137,22 +137,22 @@
<td>
<%
if
(
counter
==
0
&&
size
>
1
)
{
%>
<a
href=
"workgroup-dataform.jsp?wgID=
<%=
wgID
%>
&changePos=true&down=true&index=
<%=
counter
%>
"
>
<img
src=
"images/arrow_down.gif"
width=
"16"
height=
"16"
border=
"0"
></a>
<img
src=
"
../
images/arrow_down.gif"
width=
"16"
height=
"16"
border=
"0"
></a>
<img
src=
"images/blank.gif"
width=
"16"
height=
"16"
>
<img
src=
"
../
images/blank.gif"
width=
"16"
height=
"16"
>
<%
}
%>
<%
if
(
counter
>
0
&&
counter
<
size
-
1
){
%>
<a
href=
"workgroup-dataform.jsp?wgID=
<%=
wgID
%>
&changePos=true&down=true&index=
<%=
counter
%>
"
><img
src=
"images/arrow_down.gif"
width=
"16"
height=
"16"
border=
"0"
></a>
<a
href=
"workgroup-dataform.jsp?wgID=
<%=
wgID
%>
&changePos=true&down=true&index=
<%=
counter
%>
"
><img
src=
"
../
images/arrow_down.gif"
width=
"16"
height=
"16"
border=
"0"
></a>
<a
href=
"workgroup-dataform.jsp?wgID=
<%=
wgID
%>
&changePos=true&up=true&index=
<%=
counter
%>
"
>
<img
src=
"images/arrow_up.gif"
width=
"16"
height=
"16"
border=
"0"
></a>
<img
src=
"
../
images/arrow_up.gif"
width=
"16"
height=
"16"
border=
"0"
></a>
<%
}
%>
<%
if
(
counter
>
0
&&
counter
==
size
-
1
){
%>
<img
src=
"images/blank.gif"
width=
"16"
height=
"16"
>
<img
src=
"
../
images/blank.gif"
width=
"16"
height=
"16"
>
<a
href=
"workgroup-dataform.jsp?wgID=
<%=
wgID
%>
&changePos=true&up=true&index=
<%=
counter
%>
"
>
<img
src=
"images/arrow_up.gif"
width=
"16"
height=
"16"
border=
"0"
></a>
<img
src=
"
../
images/arrow_up.gif"
width=
"16"
height=
"16"
border=
"0"
></a>
<%
}
%>
<%
if
(
size
==
1
){
%>
...
...
@@ -175,7 +175,7 @@
<%
}
%>
<td>
<a
href=
"create-element.jsp?wgID=
<%=
wgID
%>
&edit=true&index=
<%=
counter
%>
"
><img
src=
"images/edit-16x16.gif"
border=
"0"
/></a></td>
<a
href=
"create-element.jsp?wgID=
<%=
wgID
%>
&edit=true&index=
<%=
counter
%>
"
><img
src=
"
../
images/edit-16x16.gif"
border=
"0"
/></a></td>
<%
}
else
{
if
(
element
.
getAnswerType
()
==
WorkgroupForm
.
FormEnum
.
hidden
){
String
variableName
=
element
.
getVariable
();
...
...
@@ -197,7 +197,7 @@
<%
}}
%>
<td>
<a
href=
"workgroup-dataform.jsp?wgID=
<%=
wgID
%>
&delete=true&index=
<%=
counter
%>
"
><img
src=
"images/delete-16x16.gif"
border=
"0"
></a></td>
<td>
<a
href=
"workgroup-dataform.jsp?wgID=
<%=
wgID
%>
&delete=true&index=
<%=
counter
%>
"
><img
src=
"
../
images/delete-16x16.gif"
border=
"0"
></a></td>
</tr>
<%
counter
++;
}
%>
...
...
@@ -240,4 +240,4 @@
</table>
</body>
</html>
\ No newline at end of file
</html>
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