mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-28 20:47:28 +00:00
set class of ul list for attachments
This commit is contained in:
parent
620783d17d
commit
10e3ae560c
|
@ -1380,7 +1380,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style {
|
||||||
}
|
}
|
||||||
print "</td>";
|
print "</td>";
|
||||||
|
|
||||||
print "<td><ul class=\"unstyled\">\n";
|
print "<td><ul class=\"actions unstyled\">\n";
|
||||||
print "<li>".htmlspecialchars($file->getName())."</li>\n";
|
print "<li>".htmlspecialchars($file->getName())."</li>\n";
|
||||||
if($file->getName() != $file->getOriginalFileName())
|
if($file->getName() != $file->getOriginalFileName())
|
||||||
print "<li>".htmlspecialchars($file->getOriginalFileName())."</li>\n";
|
print "<li>".htmlspecialchars($file->getOriginalFileName())."</li>\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user