Changeset 7808
- Timestamp:
- May 19, 2020, 8:10:34 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.16-stable/www/common/itemlists/list_membership.jsp
r7798 r7808 105 105 /> 106 106 <tbl:columndef 107 id="owner" 108 title="Owner" 109 /> 110 <tbl:columndef 107 111 id="lastSync" 108 112 title="Last sync" … … 150 154 %> 151 155 </tbl:cell> 156 <tbl:cell column="owner"><base:propertyvalue item="<%=list%>" property="owner" /></tbl:cell> 152 157 <tbl:cell column="lastSync"> 153 <%=list. getSyncDate() == null ? "<i>never</i>" : timeFormatter.format(list.getSyncDate())%>158 <%=list.hasSyncFilters() ? (list.getSyncDate() == null ? "<i>never</i>" : timeFormatter.format(list.getSyncDate())) : "<i>n/a</i>" %> 154 159 </tbl:cell> 155 160 <tbl:cell column="size"><%=list.getSize() %></tbl:cell>
Note: See TracChangeset
for help on using the changeset viewer.