replace old html code

This commit is contained in:
Uwe Steinmann 2020-10-08 08:34:55 +02:00
parent d1a5a6823b
commit 63236e7f93

View File

@ -558,7 +558,7 @@ $('body').on('click', '.order-btn', function(ev) {
<div class="ajax" data-view="ViewFolder" data-action="navigation" data-no-spinner="true" <?php echo ($folder ? "data-query=\"folderid=".$folder->getID()."\"" : "") ?>></div>
<?php
echo "<div class=\"row-fluid\">\n";
$this->rowStart();
// dynamic columns - left column removed if no content and right column then fills span12.
if (!($enableFolderTree || $enableClipboard)) {