This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* get a maximum of 150 results when using the filter in project and component portlet * has to be tested: is speed still ok? * closes #221 if speed is ok
- Loading branch information
1 parent
f8f508e
commit ba19858
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
frontend/sw360-portlet/src/main/webapp/html/moderation/includes/moderationActionButtons.jspf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<%-- | ||
Created by IntelliJ IDEA. | ||
User: heydenrb | ||
Date: 13.09.16 | ||
Time: 12:08 | ||
To change this template use File | Settings | File Templates. | ||
--%> | ||
<%@ page contentType="text/html;charset=UTF-8" language="java" %> | ||
<html> | ||
<head> | ||
<title>$Title$</title> | ||
</head> | ||
<body> | ||
$END$ | ||
</body> | ||
</html> |
16 changes: 16 additions & 0 deletions
16
frontend/sw360-portlet/src/main/webapp/html/moderation/includes/moderationActions.jspf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<%-- | ||
Created by IntelliJ IDEA. | ||
User: heydenrb | ||
Date: 13.09.16 | ||
Time: 12:12 | ||
To change this template use File | Settings | File Templates. | ||
--%> | ||
<%@ page contentType="text/html;charset=UTF-8" language="java" %> | ||
<html> | ||
<head> | ||
<title>$Title$</title> | ||
</head> | ||
<body> | ||
$END$ | ||
</body> | ||
</html> |