diff options
| -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"} |
