mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-17 23:21:19 +00:00
Merge branch 'seeddms-4.3.9' into develop
Conflicts: SeedDMS_Core/Core/inc.ClassDMS.php views/bootstrap/class.Search.php
This commit is contained in:
commit
6443b9aa8e
|
@ -952,6 +952,9 @@ class SeedDMS_Core_DMS {
|
||||||
} else {
|
} else {
|
||||||
$docresult = array('totalDocs'=>0, 'docs'=>array());
|
$docresult = array('totalDocs'=>0, 'docs'=>array());
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$docresult = array('totalDocs'=>0, 'docs'=>array());
|
||||||
|
}
|
||||||
|
|
||||||
if($limit) {
|
if($limit) {
|
||||||
$totalPages = (integer)(($totalDocs+$totalFolders)/$limit);
|
$totalPages = (integer)(($totalDocs+$totalFolders)/$limit);
|
||||||
|
|
|
@ -261,6 +261,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
||||||
<td><?php echo htmlspecialchars($attrdef->getName()); ?>:</td>
|
<td><?php echo htmlspecialchars($attrdef->getName()); ?>:</td>
|
||||||
<td><?php $this->printAttributeEditField($attrdef, isset($attributes[$attrdef->getID()]) ? $attributes[$attrdef->getID()] : '') ?></td>
|
<td><?php $this->printAttributeEditField($attrdef, isset($attributes[$attrdef->getID()]) ? $attributes[$attrdef->getID()] : '') ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -271,7 +272,6 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/* First check if any of the folder filters are set. If it is,
|
/* First check if any of the folder filters are set. If it is,
|
||||||
* open the accordion.
|
* open the accordion.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user