Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs427fa20team22
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
htmoss2
cs427fa20team22
Commits
4f83425b
Commit
4f83425b
authored
4 years ago
by
ahmada4
Committed by
Elengikal
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updated viewReminderOutbox.jsp to link reminderMessage.jsp
parent
967776a5
No related branches found
No related tags found
1 merge request
!21
UC39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iTrust/WebRoot/auth/admin/viewReminderOutbox.jsp
+1
-1
1 addition, 1 deletion
iTrust/WebRoot/auth/admin/viewReminderOutbox.jsp
with
1 addition
and
1 deletion
iTrust/WebRoot/auth/admin/viewReminderOutbox.jsp
+
1
−
1
View file @
4f83425b
...
@@ -55,7 +55,7 @@ pageTitle = "iTrust - View My Sent Messages";
...
@@ -55,7 +55,7 @@ pageTitle = "iTrust - View My Sent Messages";
<td><%=
StringEscapeUtils
.
escapeHtml
(
""
+
(
action
.
getName
(
message
.
getTo
())
))
%></td>
<td><%=
StringEscapeUtils
.
escapeHtml
(
""
+
(
action
.
getName
(
message
.
getTo
())
))
%></td>
<td><%=
StringEscapeUtils
.
escapeHtml
(
""
+
(
message
.
getSubject
()
))
%></td>
<td><%=
StringEscapeUtils
.
escapeHtml
(
""
+
(
message
.
getSubject
()
))
%></td>
<td><%=
StringEscapeUtils
.
escapeHtml
(
""
+
(
message
.
getSentDate
()
))
%></td>
<td><%=
StringEscapeUtils
.
escapeHtml
(
""
+
(
message
.
getSentDate
()
))
%></td>
<td><a
href=
"
view
Message
Outbox
.jsp?msg=
<%=
StringEscapeUtils
.
escapeHtml
(
""
+
(
index
))
%>
"
>
Read
</a></td>
<td><a
href=
"
reminder
Message.jsp?msg=
<%=
StringEscapeUtils
.
escapeHtml
(
""
+
(
index
))
%>
"
>
Read
</a></td>
</tr>
</tr>
<%
index
++;
%>
<%
index
++;
%>
<%
}
%>
<%
}
%>
...
...
This diff is collapsed.
Click to expand it.
elengik2
@elengik2
mentioned in commit
0a2e8675
·
4 years ago
mentioned in commit
0a2e8675
mentioned in commit 0a2e8675c33134da60a2239726715163f505468b
Toggle commit list
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