Skip to content
Snippets Groups Projects
Commit 8cd26ca6 authored by gnaegi's avatar gnaegi
Browse files

nonjira: improve wizard usability, show next/prev icons

parent a9e0ab2e
No related branches found
No related tags found
No related merge requests found
......@@ -260,9 +260,11 @@ public class StepsMainRunController extends FormBasicController implements Gener
prevButton = new FormLinkImpl("back");
prevButton.setCustomEnabledLinkCSS("btn btn-default o_wizard_button_prev");
prevButton.setCustomDisabledLinkCSS("btn btn-default o_wizard_button_prev");
prevButton.setIconLeftCSS("o_icon o_icon_previous_step o_icon-fw");
nextButton = new FormLinkImpl("next");
nextButton.setCustomEnabledLinkCSS("btn btn-default o_wizard_button_next");
nextButton.setCustomDisabledLinkCSS("btn btn-default o_wizard_button_next");
nextButton.setIconRightCSS("o_icon o_icon_next_step o_icon-fw");
finishButton = new FormLinkImpl("finish");
finishButton.setCustomEnabledLinkCSS("btn btn-default o_wizard_button_finish");
finishButton.setCustomDisabledLinkCSS("btn btn-default o_wizard_button_finish");
......
......@@ -165,6 +165,7 @@ $fa-css-prefix: "o_icon" !default;
.o_icon_new_portfolio:before { content: $fa-var-pencil;}
.o_icon_news:before { content: $fa-var-info-circle; }
.o_icon_next:before { content: $fa-var-chevron-circle-right; }
.o_icon_next_step:before { content: $fa-var-angle-double-right; }
.o_icon_next_page:before { content: $fa-var-angle-double-right; }
.o_icon_next_toolbar:before { content: $fa-var-caret-right; }
.o_icon_node_after:before { content: $fa-var-long-arrow-down; }
......@@ -188,6 +189,7 @@ $fa-css-prefix: "o_icon" !default;
.o_icon_preview:before { content: $fa-var-eye;}
.o_icon_previous:before { content: $fa-var-chevron-circle-left; }
.o_icon_previous_page:before { content: $fa-var-angle-double-left; }
.o_icon_previous_step:before { content: $fa-var-angle-double-left; }
.o_icon_previous_toolbar:before { content: $fa-var-caret-left; }
.o_icon_print:before { content: $fa-var-print;}
.o_icon_private:before { content: $fa-var-print;}
......
This diff is collapsed.
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.
This diff is collapsed.
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