mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +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>
|
</script>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/*
|
|
||||||
echo "<input type=\"text\" class=\"autocomplete\" />";
|
|
||||||
$this->contentContainerStart();
|
|
||||||
echo "<div id=\"resultautocomplete\"></div>";
|
|
||||||
$this->contentContainerEnd();
|
|
||||||
*/
|
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
$this->printTree($folder->getPath());
|
$this->printTree($folder->getPath());
|
||||||
$this->contentContainerEnd();
|
$this->contentContainerEnd();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user