Skip to content
Snippets Groups Projects
Commit 029d8224 authored by srosse's avatar srosse
Browse files

FXOLAT-208: add css class for disclaimer

parent d1fbbcc4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
#foreach ($item in $formitemnames)
#if ($f.isVisible($item))
$f.getElementCssClass($item)
#if($f.hasError($item))
<div class="b_form_element_wrapper$f.getElementCssClass($item) b_form_vertical b_form_error b_clearfix">
#else
......
......@@ -101,6 +101,7 @@ public class DisclaimerFormController extends FormBasicController {
// Create submit and cancel buttons
final FormLayoutContainer buttonLayout = FormLayoutContainer.createButtonLayout("buttonLayout", getTranslator());
formLayout.add(buttonLayout);
buttonLayout.setElementCssClass("o_sel_disclaimer_buttons");
uifactory.addFormSubmitButton(DCL_ACCEPT, NLS_DISCLAIMER_OK, buttonLayout);
uifactory.addFormCancelButton(NLS_DISCLAIMER_NOK, buttonLayout, ureq, getWindowControl());
}
......
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