Skip to content

Commit f36b85e

Browse files
Merge branch 'SilverYoCha-feature-9796'
2 parents 9738794 + 63804f6 commit f36b85e

File tree

20 files changed

+27
-42
lines changed

20 files changed

+27
-42
lines changed

almanach/almanach-war/src/main/webapp/almanach/jsp/almanachPortlet.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
ng-if="occurrences"
6161
no-occurrence-label="${noEventLabel}"
6262
occurrences="occurrences"
63-
on-event-occurrence-click="viewEventOccurrence(occurrence)">
63+
on-event-occurrence-click="gotToEventOccurrence(occurrence)">
6464
</silverpeas-calendar-event-occurrence-list>
6565
<script type="text/javascript">
6666
almanachCalendar.value('context', {

blog/blog-war/src/main/webapp/blog/jsp/accueil.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function hideStyleSheetFile() {
273273
<div class="titreTicket"> <a href="<%="ViewPost?PostId=" + postId%>"><%=WebEncodeHelper
274274
.javaStringToHtmlString(post.getPublication().getName())%></a> <span class="status">(<%=status%>)</span>
275275
<% if ( link != null && !link.equals("")) { %>
276-
<span class="permalink"><a href="<%=link%>"><img src="<%=resource.getIcon("blog.link")%>" alt='<%=resource.getString("blog.CopyPostLink")%>' title='<%=resource.getString("blog.CopyPostLink")%>'/></a></span>
276+
<span class="permalink sp-permalink"><a href="<%=link%>"><img src="<%=resource.getIcon("blog.link")%>" alt='<%=resource.getString("blog.CopyPostLink")%>' title='<%=resource.getString("blog.CopyPostLink")%>'/></a></span>
277277
<% } %>
278278
</div>
279279

blog/blog-war/src/main/webapp/blog/jsp/viewPost.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ out.println(window.printBefore());
148148
<div class="titreTicket"><%=WebEncodeHelper.javaStringToHtmlString(post.getPublication().getName())%> <span class="status">(<%=status%>)</span>
149149
<%if (link != null && !link.equals(""))
150150
{ %>
151-
<a href="<%=link%>"><img src="<%=resource.getIcon("blog.link")%>" border="0" alt='<%=resource.getString("blog.CopyPostLink")%>' title='<%=resource.getString("blog.CopyPostLink")%>' /></a>
151+
<a class="sp-permalink" href="<%=link%>"><img src="<%=resource.getIcon("blog.link")%>" border="0" alt='<%=resource.getString("blog.CopyPostLink")%>' title='<%=resource.getString("blog.CopyPostLink")%>' /></a>
152152
<%} %>
153153
</div>
154154
<div class="infoTicket"><%=day%> <%=resource.getOutputDate(post.getDateEvent())%></div>

forums/forums-war/src/main/webapp/forums/jsp/javaScript/viewMessage.js

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,8 @@ function scrollMessageList(messageId, noMsgDivScroll) {
5252
}
5353

5454
function scrollToItem($item, referenceItem) {
55-
if ($(referenceItem).find($item).length > 0) {
56-
var $referenceHeightItem = $(referenceItem == document.body ? window : referenceItem);
57-
var referenceHeight = $referenceHeightItem.height();
58-
var top = $item.offset().top -
59-
(referenceItem == document.body ? 0 : $(referenceItem).offset().top);
60-
setScrollTop(referenceItem, (top - Math.ceil(referenceHeight / 2)));
55+
if (!sp.element.isInView($item, true, referenceItem)) {
56+
sp.element.scrollTo($item, referenceItem);
6157
}
6258
}
6359

@@ -69,16 +65,5 @@ function scrollMessage(messageId) {
6965
}
7066

7167
function scrollTop() {
72-
setScrollTop(document.body, 0);
73-
}
74-
75-
function setScrollTop(referenceItem, scrollTop) {
76-
if (!scrollTop || scrollTop < 0) {
77-
scrollTop = 0;
78-
}
79-
if (referenceItem == document.body && !$.browser.webkit && document.documentElement) {
80-
document.documentElement.scrollTop = scrollTop;
81-
} else {
82-
$(referenceItem)[0].scrollTop = scrollTop;
83-
}
68+
sp.element.setScrollTo(0, document.body);
8469
}

jdbcConnector/jdbcConnector-war/src/main/webapp/connecteurJDBC/jsp/portlet.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<view:looknfeel/>
5252
<script type="application/javascript">
5353
function goToApp(componentId) {
54-
spLayout.getBody().load({ComponentId: componentId});
54+
spWindow.loadComponent(componentId);
5555
}
5656
</script>
5757
</head>

kmelia/kmelia-war/src/main/java/org/silverpeas/components/kmelia/servlets/AjaxPublicationsListServlet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ String displayPermalink(PublicationDetail pub, KmeliaSessionController kmeliaScc
776776
} else {
777777
link = URLUtil.getSimpleURL(URLUtil.URL_PUBLI, pub.getPK().getId());
778778
}
779-
return " - <a href=\"" + link + "\"><img src=\"" + resources.getIcon("kmelia.link") +
779+
return " - <a class=\"sp-permalink\" href=\"" + link + "\"><img src=\"" + resources.getIcon("kmelia.link") +
780780
"\" border=\"0\" align=\"absmiddle\" alt=\"" +
781781
resources.getString("kmelia.CopyPublicationLink") + "\" title=\"" +
782782
resources.getString("kmelia.CopyPublicationLink") + "\"/></a>";
@@ -1122,7 +1122,7 @@ private void displayLastPublications(KmeliaSessionController kmeliaScc,
11221122
writer.write("<span class=\"publication-date\">"+resources.getOutputDate(pub.getUpdateDate())+"</span>");
11231123
if (displayLinks) {
11241124
String link = URLUtil.getSimpleURL(URLUtil.URL_PUBLI, pub.getPK().getId());
1125-
writer.write("<a class=\"publication-hyperlink\" href=\"" + link + "\"><img src=\"" + linkIcon +
1125+
writer.write("<a class=\"sp-permalink publication-hyperlink\" href=\"" + link + "\"><img src=\"" + linkIcon +
11261126
"\" alt=\"" +
11271127
resources.getString("kmelia.CopyPublicationLink") + "\" title=\"" +
11281128
resources.getString("kmelia.CopyPublicationLink") + "\" /></a>");

kmelia/kmelia-war/src/main/webapp/kmelia/jsp/javaScript/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ function displayTopicInformation(id) {
574574
var date = $.datepicker.formatDate(getDateFormat(), new Date(topic.attr["creationDate"]));
575575
;
576576
var creator = topic.attr["creator"].fullName;
577-
$("#footer").html(getString('kmelia.topic.info') + ' ' + creator + ' - ' + date + ' - <a id="topicPermalink" href="#"><img src="' + icons["permalink"] + '"/></a>');
577+
$("#footer").html(getString('kmelia.topic.info') + ' ' + creator + ' - ' + date + ' - <a class="sp-permalink" id="topicPermalink" href="#"><img src="' + icons["permalink"] + '"/></a>');
578578
$("#footer #topicPermalink").attr("href", getWebContext() + "/Topic/" + id + "?ComponentId=" + getComponentId());
579579
setCurrentTopicName(name);
580580
setCurrentTopicDescription(desc);

kmelia/kmelia-war/src/main/webapp/kmelia/jsp/topicReport.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void displayTopicsToUsersAsNavlist(KmeliaSessionController kmeliaScc, NodeDetail
108108
if (displayLinks)
109109
{
110110
String link = URLUtil.getSimpleURL(URLUtil.URL_TOPIC, childId, node.getNodePK().getInstanceId());
111-
universalLink = "<a href=\""+link+"\"><img src=\""+linkIcon+"\" border=\"0\" align=\"absmiddle\" alt=\""+resources.getString("kmelia.CopyTopicLink")+"\" title=\""+resources.getString("kmelia.CopyTopicLink")+"\"></a>";
111+
universalLink = "<a class=\"sp-permalink\" href=\""+link+"\"><img src=\""+linkIcon+"\" border=\"0\" align=\"absmiddle\" alt=\""+resources.getString("kmelia.CopyTopicLink")+"\" title=\""+resources.getString("kmelia.CopyTopicLink")+"\"></a>";
112112
}
113113
navList.addItem(Encode.javaStringToHtmlString(childName+nbPublis),"javascript:onClick=topicGoTo('"+childId+"')",-1,childDescription, universalLink);
114114
break;
@@ -172,7 +172,7 @@ void displayTopicsToUsersAsArray(KmeliaSessionController kmeliaScc, NodeDetail n
172172
if (displayLinks)
173173
{
174174
String link = URLUtil.getSimpleURL(URLUtil.URL_TOPIC, childId, node.getNodePK().getInstanceId());
175-
universalLink = "&nbsp;<a href=\""+link+"\"><img src=\""+linkIcon+"\" border=\"0\" align=\"bottom\" alt=\""+resources.getString("kmelia.CopyTopicLink")+"\" title=\""+resources.getString("kmelia.CopyTopicLink")+"\"></a>";
175+
universalLink = "&nbsp;<a class=\"sp-permalink\" href=\""+link+"\"><img src=\""+linkIcon+"\" border=\"0\" align=\"bottom\" alt=\""+resources.getString("kmelia.CopyTopicLink")+"\" title=\""+resources.getString("kmelia.CopyTopicLink")+"\"></a>";
176176
}
177177
arrayLine.addArrayCellText("<a href=\"javascript:onClick=topicGoTo('"+childId+"')\">"+childName+"</a>"+universalLink);
178178

questionReply/questionReply-war/src/main/webapp/questionReply/jsp/listQuestionsDHTML.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ $(document).ready(function() {
237237
questionTitleLink = $('<a>').addClass('question').attr('id', 'l' + questionId).attr('href', '#'+questionId).attr('title', '<fmt:message key="questionReply.open"/>').text(questionToBeDisplayed.title);
238238
questionTitle.append(questionTitleLink);
239239
questionTitleDiv.append(questionTitle);
240-
questionHyperlink = $('<a>').addClass('permalink').attr('href', '<c:url value="/Question/" />' + questionId).attr('title', '<fmt:message key="questionReply.CopyQuestionLink"/>');
240+
questionHyperlink = $('<a>').addClass('permalink').addClass('sp-permalink').attr('href', '<c:url value="/Question/" />' + questionId).attr('title', '<fmt:message key="questionReply.CopyQuestionLink"/>');
241241
hyperlinkImg = $('<img>').attr('src', '<c:url value="${hyperlinkIcon}"/>').attr('alt', '<fmt:message key="questionReply.CopyQuestionLink"/>').attr('border', '0');
242242
questionHyperlink.append(hyperlinkImg);
243243
questionTitleDiv.append(questionHyperlink);

questionReply/questionReply-war/src/main/webapp/questionReply/jsp/portlet.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $(document).ready(function() {
162162
questionTitleLink = $('<a>').addClass('question').attr('id', 'l' + questionToBeDisplayed.id).attr('href', '#'+questionToBeDisplayed.id).attr('title', '<fmt:message key="questionReply.open"/>').text(questionToBeDisplayed.title);
163163
questionTitle.append(questionTitleLink);
164164
questionTitleDiv.append(questionTitle);
165-
questionHyperlink = $('<a>').addClass('permalink').attr('href', '<c:url value="/Question/" />' + questionToBeDisplayed.id).attr('title', '<fmt:message key="questionReply.CopyQuestionLink"/>');
165+
questionHyperlink = $('<a>').addClass('permalink').addClass('sp-permalink').attr('href', '<c:url value="/Question/" />' + questionToBeDisplayed.id).attr('title', '<fmt:message key="questionReply.CopyQuestionLink"/>');
166166
hyperlinkImg = $('<img>').attr('src', '<c:url value="${hyperlinkIcon}"/>').attr('alt', '<fmt:message key="questionReply.CopyQuestionLink"/>').attr('border', '0');
167167
questionHyperlink.append(hyperlinkImg);
168168
questionTitleDiv.append(questionHyperlink);

quickinfo/quickinfo-war/src/main/webapp/portlets/jsp/quickInfos/portlet.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $(document).ready(function() {
131131
</c:choose>
132132
</c:otherwise>
133133
</c:choose>
134-
<h3 class="actuality-title"><a href="${news.permalink}">${news.title}</a></h3>
134+
<h3 class="actuality-title"><a class="sp-permalink" href="${news.permalink}">${news.title}</a></h3>
135135
<div class="actuality-info-fonctionality">
136136
<span class="actuality-publishing">
137137
<span class="actuality-date"><span class="actuality-date-label"><fmt:message key="GML.publishedAt"/></span> ${silfn:formatDate(news.updateDate, _language)}</span>
@@ -141,7 +141,7 @@ $(document).ready(function() {
141141
</span>
142142
<view:componentParam var="isCommentEnabled" componentId="${news.componentInstanceId}" parameter="comments"/>
143143
<c:if test="${silfn:booleanValue(isCommentEnabled) && news.numberOfComments > 0}">
144-
<a href="${news.permalink}#commentaires" class="actuality-nb-commentaires"><img src="/silverpeas/util/icons/talk2user.gif" alt="commentaire"/> ${news.numberOfComments}</a>
144+
<a class="sp-permalink" href="${news.permalink}#commentaires" class="actuality-nb-commentaires"><img src="/silverpeas/util/icons/talk2user.gif" alt="commentaire"/> ${news.numberOfComments}</a>
145145
</c:if>
146146
</div>
147147
<p class="actuality-teasing">${news.description}</p>

quizz/quizz-war/src/main/webapp/quizz/jsp/quizzAdmin.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function clipboardPaste() {
159159
.next();
160160
// gestion des permaliens sur les quizz
161161
String permalink = quizzHeader.getPermalink();
162-
String link = "&nbsp;<a href=\"" + permalink + "\"><img src=\""
162+
String link = "&nbsp;<a class=\"sp-permalink\" href=\"" + permalink + "\"><img src=\""
163163
+ linkIcon + "\" border=\"0\" align=\"bottom\" alt=\""
164164
+ resources.getString("quizz.CopyQuizzLink")
165165
+ "\" title=\""

quizz/quizz-war/src/main/webapp/quizz/jsp/quizzUser.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ String linkIcon = iconsPath + "/util/icons/link.gif";
125125
arrayLine.addArrayCellLink("<img src=\"icons/palmares_30x15.gif\" border=0>","palmares.jsp?quizz_id="+quizzHeader.getPK().getId());
126126
// gestion des permaliens sur les quizz
127127
String permalink = quizzHeader.getPermalink();
128-
String link = "&nbsp;<a href=\""+permalink+"\"><img src=\""+linkIcon+"\" border=\"0\" align=\"bottom\" alt=\""+resources.getString("quizz.CopyQuizzLink")+"\" title=\""+resources.getString("quizz.CopyQuizzLink")+"\"></a>";
128+
String link = "&nbsp;<a class=\"sp-permalink\" href=\""+permalink+"\"><img src=\""+linkIcon+"\" border=\"0\" align=\"bottom\" alt=\""+resources.getString("quizz.CopyQuizzLink")+"\" title=\""+resources.getString("quizz.CopyQuizzLink")+"\"></a>";
129129
130130
ArrayCellText arrayCellText2 = null;
131131
if (nb_user_votes >= nb_max_participations) {

resourcesManager/resourcesManager-war/src/main/webapp/resourcesManager/jsp/javaScript/resourceManager-calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ function goToResource(id, objectView, isPortlet) {
461461
*/
462462
function goToLink(link, objectView, isPortlet) {
463463
if (isPortlet) {
464-
spLayout.getBody().getContent().load(link);
464+
spWindow.loadContent(link);
465465
} else {
466466
location.href = link;
467467
}

resourcesManager/resourcesManager-war/src/main/webapp/resourcesManager/jsp/portlet.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
136136
function clickDay(day) {
137137
<c:if test="${profile != 'user'}">
138-
spLayout.getBody().getContent().load("NewReservation?objectView=${objectView}&Day=" + day);
138+
spWindow.loadContent("NewReservation?objectView=${objectView}&Day=" + day);
139139
</c:if>
140140
}
141141

scheduleEvent/scheduleEvent-war/src/main/webapp/scheduleevent/jsp/list.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ScheduleEventSessionController seScc = (ScheduleEventSessionController) request.
109109
<c:if test="${not empty requestScope.scheduleEventList}">
110110
<c:forEach items="${requestScope.scheduleEventList}" var="event" varStatus="eventIndex">
111111
<tr align="center">
112-
<td valign="top" align="center" class="ArrayCell"><a href="javascript:getDetail('${event.id}');"><c:out value="${event.title}"/></a>&nbsp;<a href="<c:url value="/ScheduleEvent/${event.id}"/>"><img src="${linkIcon}" border="0" align="bottom" alt="${linkIconAlt}" title="${linkIconAlt}"/></a><c:if test="${event.status == 0}">&nbsp;<img alt="${closedIconAlt}" title="${closedIconAlt}" src="${closedIcon}" height="15" width="15"/></c:if></td>
112+
<td valign="top" align="center" class="ArrayCell"><a href="javascript:getDetail('${event.id}');"><c:out value="${event.title}"/></a>&nbsp;<a class="sp-permalink" href="<c:url value="/ScheduleEvent/${event.id}"/>"><img src="${linkIcon}" border="0" align="bottom" alt="${linkIconAlt}" title="${linkIconAlt}"/></a><c:if test="${event.status == 0}">&nbsp;<img alt="${closedIconAlt}" title="${closedIconAlt}" src="${closedIcon}" height="15" width="15"/></c:if></td>
113113
<td valign="top" align="center" class="ArrayCell"><view:formatDate value="${event.creationDate}" /></td>
114114
<%
115115
ScheduleEvent currentSe = (ScheduleEvent) pageContext.getAttribute("event");

silverCrawler/silverCrawler-war/src/main/webapp/silverCrawler/jsp/portlet.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if (nav || (!nav && !isRootPath))
202202
String filePath = file.getPath();
203203
filePath = filePath.substring(rootPath.length()+1);
204204
link = URLUtil.getApplicationURL() + "/SubDir/" + componentId +"?Path="+filePath;
205-
nameCell = nameCell + "&nbsp;<a href=\"" + link + "\">"+ "<img border=\"0\" src=\""+resource.getIcon("silverCrawler.permalien")+"\">" + "</a>";
205+
nameCell = nameCell + "&nbsp;<a class=\"sp-permalink\" href=\"" + link + "\">"+ "<img border=\"0\" src=\""+resource.getIcon("silverCrawler.permalien")+"\">" + "</a>";
206206
207207
// affichage de la cellule
208208
arrayLine.addArrayCellText(nameCell);

silverCrawler/silverCrawler-war/src/main/webapp/silverCrawler/jsp/viewDirectory.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ if (nav || (!nav && !isRootPath))
523523
String filePath = file.getPath();
524524
filePath = filePath.substring(rootPath.length()+1);
525525
link = URLUtil.getApplicationURL() + "/SubDir/" + componentId +"?Path="+URLEncoder.encode(filePath, "UTF-8");
526-
nameCell = nameCell + "&nbsp;<a href=\"" + link + "\"><img border=\"0\" src=\""+resource.getIcon("silverCrawler.permalien")+"\"/></a>";
526+
nameCell = nameCell + "&nbsp;<a class=\"sp-permalink\" href=\"" + link + "\"><img border=\"0\" src=\""+resource.getIcon("silverCrawler.permalien")+"\"/></a>";
527527
528528
// affichage de la cellule
529529
arrayLine.addArrayCellText(nameCell);

survey/survey-war/src/main/webapp/survey/jsp/surveyList.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
(view == SurveySessionController.CLOSED_SURVEYS_VIEW)) {
101101
if (survey.getPermalink() != null) {
102102
link =
103-
"&nbsp;<a href=\"" + survey.getPermalink() + "\"><img src=\"" + linkSrc +
103+
"&nbsp;<a class=\"sp-permalink\" href=\"" + survey.getPermalink() + "\"><img src=\"" + linkSrc +
104104
"\" border=\"0\" align=\"bottom\" alt=\"" +
105105
resources.getString("survey.CopySurveyLink") + "\" title=\"" +
106106
resources.getString("survey.CopySurveyLink") + "\"></a>";
@@ -157,7 +157,7 @@
157157
158158
if (survey.getPermalink() != null) {
159159
link =
160-
"&nbsp;<a href=\"" + survey.getPermalink() + "\"><img src=\"" + linkSrc +
160+
"&nbsp;<a class=\"sp-permalink\" href=\"" + survey.getPermalink() + "\"><img src=\"" + linkSrc +
161161
"\" border=\"0\" align=\"bottom\" alt=\"" +
162162
resources.getString("survey.CopySurveyLink") + "\" title=\"" +
163163
resources.getString("survey.CopySurveyLink") + "\"></a>";
@@ -245,7 +245,7 @@
245245
246246
if (survey.getPermalink() != null)
247247
link =
248-
"&nbsp;<a href=\"" + survey.getPermalink() + "\"><img src=\"" + linkSrc +
248+
"&nbsp;<a class=\"sp-permalink\" href=\"" + survey.getPermalink() + "\"><img src=\"" + linkSrc +
249249
"\" border=\"0\" align=\"bottom\" alt=\"" +
250250
resources.getString("survey.CopySurveyLink") + "\" title=\"" +
251251
resources.getString("survey.CopySurveyLink") + "\"></a>";

survey/survey-war/src/main/webapp/survey/jsp/surveyUtils.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ String displaySurveyResult(String choice, QuestionContainerDetail survey, Graphi
790790
r += " <a target=\"_blank\" href=\""+url+"\">"+simpleDocument.getFilename()+"</a>";
791791
r += " </span>";
792792
r += " <span class=\"lineSize\">";
793-
r += " <a href=\""+permalink+"\"><img border=\"0\" title=\""+resources.getString("survey.attachmentPermalink")+"\" alt=\""+resources.getString("survey.attachmentPermalink")+"\" src=\""+m_context+"/util/icons/link.gif\"></a>";
793+
r += " <a class=\"sp-permalink\" href=\""+permalink+"\"><img border=\"0\" title=\""+resources.getString("survey.attachmentPermalink")+"\" alt=\""+resources.getString("survey.attachmentPermalink")+"\" src=\""+m_context+"/util/icons/link.gif\"></a>";
794794
r += FileRepositoryManager.formatFileSize(simpleDocument.getSize())+" - "+dateDocument;
795795
r += " </span>";
796796
r += " </li>";

0 commit comments

Comments
 (0)