mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
remove some ^M at end of line
This commit is contained in:
parent
36c8957522
commit
3b1c4615b6
|
@ -94,15 +94,15 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
echo "<div class=\"row-fluid\">\n";
|
||||
|
||||
// dynamic columns - left column removed if no content and right column then fills span12.
|
||||
if (!($enableFolderTree || $enableClipboard)) {
|
||||
$LeftColumnSpan = 0;
|
||||
$RightColumnSpan = 12;
|
||||
} else {
|
||||
$LeftColumnSpan = 4;
|
||||
$RightColumnSpan = 8;
|
||||
// dynamic columns - left column removed if no content and right column then fills span12.
|
||||
if (!($enableFolderTree || $enableClipboard)) {
|
||||
$LeftColumnSpan = 0;
|
||||
$RightColumnSpan = 12;
|
||||
} else {
|
||||
$LeftColumnSpan = 4;
|
||||
$RightColumnSpan = 8;
|
||||
}
|
||||
if ($LeftColumnSpan > 0) {
|
||||
if ($LeftColumnSpan > 0) {
|
||||
echo "<div class=\"span".$LeftColumnSpan."\">\n";
|
||||
if ($enableFolderTree) {
|
||||
if ($showtree==1){
|
||||
|
|
Loading…
Reference in New Issue
Block a user