mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
add some more fold marks
This commit is contained in:
parent
bf9a409a71
commit
feda33c2c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user