mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
some cosmetic changes to ease merging with develop
This commit is contained in:
parent
d29eec9f71
commit
2b5415e128
|
@ -131,11 +131,11 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
echo "<div class=\"span".$RightColumnSpan."\">\n";
|
||||
|
||||
|
||||
$owner = $folder->getOwner();
|
||||
if ($enableDropUpload) {
|
||||
echo "<div class=\"row-fluid\">";
|
||||
echo "<div class=\"span8\">";
|
||||
}
|
||||
$owner = $folder->getOwner();
|
||||
$this->contentHeading(getMLText("folder_infos"));
|
||||
$this->contentContainerStart();
|
||||
echo "<table class=\"table-condensed\">\n";
|
||||
|
@ -236,8 +236,9 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
echo $this->documentListRow($document, $previewer);
|
||||
}
|
||||
|
||||
if ((count($subFolders) > 0)||(count($documents) > 0))
|
||||
if ((count($subFolders) > 0)||(count($documents) > 0)) {
|
||||
echo "</tbody>\n</table>\n";
|
||||
}
|
||||
|
||||
echo "</div>\n"; // End of right column div
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user