diff --git a/CHANGELOG b/CHANGELOG index 84d78a95d..a1265514a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -209,6 +209,7 @@ RemoveFolder::run was called more than once - fix php error setting mandatory workflow when uploading documents via webdav - typeahead search for folders can search in subfolders +- new theme based on bootstrap 4, including many improvements on small displays -------------------------------------------------------------------------------- Changes in version 5.1.22 diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index accd644a6..adaa9e3c0 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -669,7 +669,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; $content = ''; $content .= "\n"; foreach($menuitems as $menuitem) { - $content .= "
  • \n"; + $content .= "
  • \n"; $content .= ' folderListRowStart($folder); $content .= "getID()."&showtree=".showtree()."\">getMimeIcon(".folder")."\" width=\"24\" height=\"24\" border=0>\n"; $content .= "getID()."&showtree=".showtree()."\">" . htmlspecialchars($folder->getName()) . ""; + /* if($comment) { $content .= "
    ".htmlspecialchars($comment).""; } + */ + $content .= $this->getListRowPath($folder); $content .= "\n"; $content .= "\n"; $content .= ""; @@ -165,9 +168,12 @@ class SeedDMS_View_Clipboard extends SeedDMS_Theme_Style { $content .= "getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">"; $content .= "getID()."&showtree=".showtree()."\">" . htmlspecialchars($document->getName()) . ""; + /* if($comment) { $content .= "
    ".htmlspecialchars($comment).""; } + */ + $content .= $this->getListRowPath($document); $content .= "\n"; $content .= "\n"; $content .= ""; diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index f3d6de993..17b395b69 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -593,7 +593,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; $content = ''; $content .= "\n"; foreach($menuitems as $menuitem) { - $content .= "
  • \n"; + $content .= "
  • \n"; $content .= '