mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 13:42:41 +00:00
replace old html code
This commit is contained in:
parent
d1a5a6823b
commit
63236e7f93
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user