|
|
${type} <#if sortField.equals(DialogUtils.getSortFieldValue("DocIcon"))> |
${name} <#if sortField.equals(DialogUtils.getSortFieldValue("BaseName"))> |
${modified_by} <#if sortField.equals(DialogUtils.getSortFieldValue("Editor"))> |
${modified} <#if sortField.equals(DialogUtils.getSortFieldValue("Last_x0020_Modified"))> |
${checked_out_to} <#if sortField.equals(DialogUtils.getSortFieldValue("CheckedOutTitle"))> |
|---|---|---|---|---|
| ${item.getName()} | ${item.getModifiedBy()} | ${item.getModifiedTime()} | ||
| ${item.getName()} | ${item.getModifiedBy()} | ${item.getModifiedTime()} | <#if item.getCheckedOutTo() == ""> <#else>${item.getCheckedOutTo()}#if> | |