Skip to content
Snippets Groups Projects
Commit 37761117 authored by strentini's avatar strentini
Browse files

OLAT-6138 : fixed title in callout-window

(tableprefs/column-config)

--HG--
branch : uzhFixes711
parent 175161ca
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,7 @@ public class TableController extends BasicController {
} else if(source == preferenceLink && tableConfig.getPreferencesKey() != null){
colsChoice = getColumnListAndTheirVisibility();
removeAsListenerAndDispose(cmc);
cmc = new CloseableCalloutWindowController(ureq, getWindowControl(), colsChoice, preferenceLink , "TITLE", true, "");
cmc = new CloseableCalloutWindowController(ureq, getWindowControl(), colsChoice, preferenceLink , translate("title.changecols"), true, "");
listenTo(cmc);
cmc.activate();
} else if(source == downloadLink && tableConfig.isDownloadOffered() ){
......
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