diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-04-07 12:34:55 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-04-07 12:34:55 +0000 |
| commit | 57d8d1e971bff2d9cf93653d0b0f5a80ade3b044 (patch) | |
| tree | 77dd9c9f39505214555a7eaf5e71e8ef5fc827e6 | |
| parent | 8b4bc4431f50a5442344b3159e12329c3ebb36a9 (diff) | |
| download | liberty-57d8d1e971bff2d9cf93653d0b0f5a80ade3b044.tar.gz liberty-57d8d1e971bff2d9cf93653d0b0f5a80ade3b044.tar.bz2 liberty-57d8d1e971bff2d9cf93653d0b0f5a80ade3b044.zip | |
Ajax filter not working reliably - replaced with {minifind} simply to get it working for now
| -rw-r--r-- | templates/add_structure_content.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/add_structure_content.tpl b/templates/add_structure_content.tpl index bcec208..7a0c8a6 100644 --- a/templates/add_structure_content.tpl +++ b/templates/add_structure_content.tpl @@ -47,6 +47,9 @@ var structureAddResult = function (response) { </div> {/if} + {minifind} + + {* disable until it can be sorted } <div class="row"> {formlabel label="Search" for="lib-content"} {forminput} @@ -56,6 +59,7 @@ var structureAddResult = function (response) { {formhelp note=""} {/forminput} </div> + { *} <div class="row"> {formlabel label="Content type" for="content_type_guid"} |
