Skip to content
Snippets Groups Projects
Commit 01abe13b authored by uhensler's avatar uhensler
Browse files

OO-3117: Review tool

parent 3b69cd5f
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ import org.springframework.beans.factory.annotation.Autowired;
public class QuestionItemDetailsController extends BasicController implements TooledController, Activateable2 {
private Link editItem;
private Link reviewLink;
private Link nextItemLink;
private Link numberItemsLink;
private Link previousItemLink;
......@@ -141,6 +142,9 @@ public class QuestionItemDetailsController extends BasicController implements To
@Override
public void initTools() {
reviewLink = LinkFactory.createToolLink("review.item", translate("review.item"), this);
reviewLink.setIconLeftCSS("o_icon o_icon-lg o_icon_review");
stackPanel.addTool(reviewLink, Align.left);
previousItemLink = LinkFactory.createToolLink("previous", translate("previous"), this);
previousItemLink.setIconLeftCSS("o_icon o_icon-lg o_icon_previous");
......
......@@ -168,6 +168,7 @@ quickview=<i class\='o_icon o_icon_quickview'> </i>
rating=Bewertung
remove=-
rename.collection=Liste umbenennen
review.item=Review
rights=Rechte
rights.copyright=Copyright
rights.description=Lizenz
......
......@@ -168,6 +168,7 @@ quickview=<i class\='o_icon o_icon_quickview'> </i>
rating=Rating
remove=-
rename.collection=Rename list
review.item=Review
rights=Rights
rights.copyright=Copyright
rights.description=License
......
......@@ -240,7 +240,7 @@ $fa-css-prefix: "o_icon" !default;
.o_icon_restore:before { content: $fa-var-thumbs-up; }
.o_icon_results_visible:before { content: $fa-var-eye;}
.o_icon_results_hidden:before { content: $fa-var-eye-slash;}
.o_icon_review:before { content: $fa-var-eye;}
.o_icon_review:before { content: $fa-var-star;}
.o_icon_reviewer:before { content: $fa-var-user-md;}
.o_icon_rss:before { content: $fa-var-rss;}
.o_icon_rss_unsubscribe:before { content: $fa-var-rss; color: #996633;}
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment