Überflüssiges font-Tag aus Label entfernt und durch CSS-Klasse ersetzt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1608 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
fc50d7f067
commit
f5489167fc
|
|
@ -454,7 +454,8 @@ public class FolderBrowser extends Table {
|
|||
}
|
||||
};
|
||||
Label l = new Label();
|
||||
l.setLabel("<font color=\"blue\">" + headerName + "</font>");
|
||||
l.setLabel(headerName);
|
||||
l.setClassAttr("folderBrowserLink");
|
||||
l.setOutputEscaping(false);
|
||||
l.setFontWeight(Label.BOLD);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue