Skip to content
Snippets Groups Projects
Commit 9fa510b9 authored by gnaegi's avatar gnaegi
Browse files

OO-309 add more space to eportfolio tag selector

parent 6bd10485
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ public class EPArtefactTagSelectionController extends FormBasicController { ...@@ -53,7 +53,7 @@ public class EPArtefactTagSelectionController extends FormBasicController {
private MultipleSelectionElementImpl chkBox; private MultipleSelectionElementImpl chkBox;
public EPArtefactTagSelectionController(UserRequest ureq, WindowControl wControl, List<String> selectedTagsList) { public EPArtefactTagSelectionController(UserRequest ureq, WindowControl wControl, List<String> selectedTagsList) {
super(ureq, wControl); super(ureq, wControl, FormBasicController.LAYOUT_VERTICAL);
ePFMgr = (EPFrontendManager) CoreSpringFactory.getBean("epFrontendManager"); ePFMgr = (EPFrontendManager) CoreSpringFactory.getBean("epFrontendManager");
this.selectedTagsList = selectedTagsList; this.selectedTagsList = selectedTagsList;
...@@ -68,6 +68,7 @@ public class EPArtefactTagSelectionController extends FormBasicController { ...@@ -68,6 +68,7 @@ public class EPArtefactTagSelectionController extends FormBasicController {
protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) { protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) {
// setFormTitle("filter.tag.title"); // setFormTitle("filter.tag.title");
setFormDescription("filter.tag.intro"); setFormDescription("filter.tag.intro");
setFormStyle("b_eportfolio_tag_selector");
Map<String, String> allUserTags = ePFMgr.getUsersMostUsedTags(getIdentity(), -1); Map<String, String> allUserTags = ePFMgr.getUsersMostUsedTags(getIdentity(), -1);
LinkedList<Entry<String, String>> sortEntrySet = new LinkedList<Entry<String, String>>(allUserTags.entrySet()); LinkedList<Entry<String, String>> sortEntrySet = new LinkedList<Entry<String, String>>(allUserTags.entrySet());
......
...@@ -179,6 +179,9 @@ ul.b_eportfolio_maps { ...@@ -179,6 +179,9 @@ ul.b_eportfolio_maps {
} }
} }
div.b_form.b_eportfolio_tag_selector {
min-width: 40em;
}
div.b_eportfolio_restriction_wrapper { div.b_eportfolio_restriction_wrapper {
a.b_togglebox_opened { z-index:10; display:block; width:20px; height:20px; padding:0; margin-left:12px; } a.b_togglebox_opened { z-index:10; display:block; width:20px; height:20px; padding:0; margin-left:12px; }
......
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