add some more fold marks

This commit is contained in:
Uwe Steinmann 2020-03-19 11:05:40 +01:00
parent bf9a409a71
commit feda33c2c8

View File

@ -288,8 +288,9 @@ $(document).ready( function() {
</table>
<?php
$this->contentContainerEnd();
// }}}
// }}}
// Seach options for documents {{{
/* First check if any of the folder filters are set. If it is,
* open the accordion.
*/
@ -430,6 +431,9 @@ $(document).ready( function() {
</div>
</div>
<?php
// }}}
// Seach options for folders {{{
/* First check if any of the folder filters are set. If it is,
* open the accordion.
*/
@ -480,6 +484,10 @@ $(document).ready( function() {
</form>
</div>
<?php
// }}}
// }}}
// Fulltext search Form {{{
if($enablefullsearch) {
echo "<div class=\"tab-pane ".(($fullsearch == true) ? 'active' : '')."\" id=\"fulltext\">\n";
$this->contentContainerStart();
@ -542,6 +550,7 @@ $(document).ready( function() {
$this->contentContainerEnd();
echo "</div>\n";
}
// }}}
?>
</div>
<?php