diff options
Diffstat (limited to 'public_html/skins/default/templates/group.html')
-rw-r--r-- | public_html/skins/default/templates/group.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public_html/skins/default/templates/group.html b/public_html/skins/default/templates/group.html index fafcc01..0360bec 100644 --- a/public_html/skins/default/templates/group.html +++ b/public_html/skins/default/templates/group.html @@ -1,9 +1,8 @@ <div id="toc" class="group"> -<!-- <div id="search"> <div class="searchinput"> <input type="text" id="searchinput" name="search" value="{$engine->translate('search')}" /> - <script type="text/javascript">search_init()</script> + <script type="text/javascript">search_init('group')</script> <span class="searchactions"> <span id="search-details" title="{$engine->translate('search.criteria')}" onclick="search_details()"></span> <span id="search-reset" title="{$engine->translate('search.reset')}" onclick="search_reset()"></span> @@ -11,7 +10,6 @@ </div> <div class="searchdetails">{$engine->search_form()}</div> </div> ---> <div id="grouplist"></div> </div> <div class="vsplitter"> </div> |