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> </table>
<?php <?php
$this->contentContainerEnd(); $this->contentContainerEnd();
// }}} // }}}
// Seach options for documents {{{
/* 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.
*/ */
@ -430,6 +431,9 @@ $(document).ready( function() {
</div> </div>
</div> </div>
<?php <?php
// }}}
// Seach options for folders {{{
/* 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.
*/ */
@ -480,6 +484,10 @@ $(document).ready( function() {
</form> </form>
</div> </div>
<?php <?php
// }}}
// }}}
// Fulltext search Form {{{
if($enablefullsearch) { if($enablefullsearch) {
echo "<div class=\"tab-pane ".(($fullsearch == true) ? 'active' : '')."\" id=\"fulltext\">\n"; echo "<div class=\"tab-pane ".(($fullsearch == true) ? 'active' : '')."\" id=\"fulltext\">\n";
$this->contentContainerStart(); $this->contentContainerStart();
@ -542,6 +550,7 @@ $(document).ready( function() {
$this->contentContainerEnd(); $this->contentContainerEnd();
echo "</div>\n"; echo "</div>\n";
} }
// }}}
?> ?>
</div> </div>
<?php <?php