mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Made resistant to resourcepolicies that were mostly null (no action ID set).
git-svn-id: http://scm.dspace.org/svn/repo/trunk@698 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
<tr>
|
||||
<td class="<%= row %>RowOddCol"><%= rp.getID() %></td>
|
||||
<td class="<%= row %>RowEvenCol">
|
||||
<%= (rp.getAction() == -1 ? "..." : Constants.actionText[rp.getAction()]) %>
|
||||
<%= rp.getActionText() %>
|
||||
</td>
|
||||
<td class="<%= row %>RowOddCol">
|
||||
...
|
||||
|
@@ -114,7 +114,7 @@
|
||||
<tr>
|
||||
<td class="<%= row %>RowOddCol"><%= rp.getID() %></td>
|
||||
<td class="<%= row %>RowEvenCol">
|
||||
<%= (rp.getAction() == -1 ? "..." : Constants.actionText[rp.getAction()] )%>
|
||||
<%= rp.getActionText() %>
|
||||
</td>
|
||||
<td class="<%= row %>RowOddCol">
|
||||
...
|
||||
|
@@ -148,7 +148,7 @@
|
||||
<tr>
|
||||
<td class="<%= row %>RowOddCol"><%= rp.getID() %></td>
|
||||
<td class="<%= row %>RowEvenCol">
|
||||
<%= (rp.getAction == -1 ? "..." : Constants.actionText[rp.getAction()] )%>
|
||||
<%= rp.getActionText() %>
|
||||
</td>
|
||||
<td class="<%= row %>RowOddCol">
|
||||
...
|
||||
@@ -226,7 +226,7 @@
|
||||
<tr>
|
||||
<td class="<%= row %>RowOddCol"><%= rp.getID() %></td>
|
||||
<td class="<%= row %>RowEvenCol">
|
||||
<%= Constants.actionText[rp.getAction()]%>
|
||||
<%= rp.getActionText() %>
|
||||
</td>
|
||||
<td class="<%= row %>RowOddCol">
|
||||
...
|
||||
@@ -305,7 +305,7 @@
|
||||
<tr>
|
||||
<td class="<%= row %>RowOddCol"><%= rp.getID() %></td>
|
||||
<td class="<%= row %>RowEvenCol">
|
||||
<%= Constants.actionText[rp.getAction()]%>
|
||||
<%= rp.getActionText() %>
|
||||
</td>
|
||||
<td class="<%= row %>RowOddCol">
|
||||
...
|
||||
|
Reference in New Issue
Block a user