Improved name in properties file page.
This commit is contained in:
parent
a4b4516f61
commit
b2be90a946
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class PropertiesFilesPage
|
||||||
data.setEscapedContent("fileListLine", index, "fileListLineNameLink", stat.getLocalName());
|
data.setEscapedContent("fileListLine", index, "fileListLineNameLink", stat.getLocalName());
|
||||||
|
|
||||||
data.setAttribute("fileListLine", index, "fileListLineOwnerLink", "href", stat.getOrganization().getTechnicalName() + ".xhtml");
|
data.setAttribute("fileListLine", index, "fileListLineOwnerLink", "href", stat.getOrganization().getTechnicalName() + ".xhtml");
|
||||||
data.setEscapedContent("fileListLine", index, "fileListLineNameValue", stat.getOrganization().getTechnicalName());
|
data.setEscapedContent("fileListLine", index, "fileListLineNameValue", stat.getOrganization().getName());
|
||||||
data.setAttribute("fileListLine", index, "fileListLineOwnerLogo", "src", stat.getOrganization().getLogoFileName());
|
data.setAttribute("fileListLine", index, "fileListLineOwnerLogo", "src", stat.getOrganization().getLogoFileName());
|
||||||
|
|
||||||
data.setContent("fileListLine", index, "fileListLineLineCount", stat.getLineCount());
|
data.setContent("fileListLine", index, "fileListLineLineCount", stat.getLineCount());
|
||||||
|
|
Loading…
Reference in a new issue