diff options
| -rw-r--r-- | index.php | 6 | ||||
| -rw-r--r-- | templates/admin_group_edit.tpl | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.36 2009/01/09 10:18:14 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.37 2009/01/24 18:40:54 wjames5 Exp $ * - * $Id: index.php,v 1.36 2009/01/09 10:18:14 squareing Exp $ + * $Id: index.php,v 1.37 2009/01/24 18:40:54 wjames5 Exp $ * @package users * @subpackage functions */ @@ -81,7 +81,7 @@ if( !empty( $_REQUEST['home'] ) && $gQueryUser->isValid() && (( $gBitUser->hasPe // needed by pagination $contentListHash['listInfo']['ihash']['content_type_guid'] = $contentSelect[0]; $contentListHash['listInfo']['ihash']['user_id'] = $gQueryUserId; - $contentListHash['listInfo']['ihash']['find_objects'] = $contentListHash['find']; + $contentListHash['listInfo']['ihash']['find'] = $contentListHash['find']; $gBitSmarty->assign( 'listInfo', $contentListHash['listInfo'] ); $gBitSmarty->assign( 'display_content_list', 1 ); diff --git a/templates/admin_group_edit.tpl b/templates/admin_group_edit.tpl index 089a102..7f11372 100644 --- a/templates/admin_group_edit.tpl +++ b/templates/admin_group_edit.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/admin_group_edit.tpl,v 1.21 2007/11/18 05:43:25 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/admin_group_edit.tpl,v 1.22 2009/01/24 18:40:54 wjames5 Exp $ *} {strip} <div class="floaticon"> @@ -47,7 +47,7 @@ {formhelp note="Enter the title of the content you are looking for to receive an auto-suggest list of possibilities."} {* {html_options name="dummy" id="content-list" values=$contentList options=$contentList onchange="$('group_home').value=options[selectedIndex].value;"} - <input type="text" size="30" name="find_objects" value="{$smarty.request.find_objects}" /> + <input type="text" size="30" name="find" value="{$smarty.request.find}" /> <input type="submit" value="{tr}Apply filter{/tr}" name="search_objects" /> <br /> *} |
