mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
- removed input field for document search
This commit is contained in:
parent
a21c20c7c1
commit
c1bd0974fa
|
@ -115,12 +115,6 @@ function documentSelected(id, name) {
|
|||
</script>
|
||||
|
||||
<?php
|
||||
/*
|
||||
echo "<input type=\"text\" class=\"autocomplete\" />";
|
||||
$this->contentContainerStart();
|
||||
echo "<div id=\"resultautocomplete\"></div>";
|
||||
$this->contentContainerEnd();
|
||||
*/
|
||||
$this->contentContainerStart();
|
||||
$this->printTree($folder->getPath());
|
||||
$this->contentContainerEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user