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