mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +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";
|
echo "<div class=\"span".$RightColumnSpan."\">\n";
|
||||||
|
|
||||||
|
|
||||||
$owner = $folder->getOwner();
|
|
||||||
if ($enableDropUpload) {
|
if ($enableDropUpload) {
|
||||||
echo "<div class=\"row-fluid\">";
|
echo "<div class=\"row-fluid\">";
|
||||||
echo "<div class=\"span8\">";
|
echo "<div class=\"span8\">";
|
||||||
}
|
}
|
||||||
|
$owner = $folder->getOwner();
|
||||||
$this->contentHeading(getMLText("folder_infos"));
|
$this->contentHeading(getMLText("folder_infos"));
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
echo "<table class=\"table-condensed\">\n";
|
echo "<table class=\"table-condensed\">\n";
|
||||||
|
@ -236,8 +236,9 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
||||||
echo $this->documentListRow($document, $previewer);
|
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 "</tbody>\n</table>\n";
|
||||||
|
}
|
||||||
|
|
||||||
echo "</div>\n"; // End of right column div
|
echo "</div>\n"; // End of right column div
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user