mvhub-dev team mailing list archive
-
mvhub-dev team
-
Mailing list archive
-
Message #00292
[Branch ~mvhub-commit/mvhub/trunk] Rev 409: merged fix_search_box_help_text
Merge authors:
Priya Ravindran (priya)
Related merge proposals:
https://code.launchpad.net/~priya/mvhub/fix_search_box_help_text/+merge/27639
proposed by: Priya Ravindran (priya)
review: Approve - Lee Goodrich (leegoodrich)
------------------------------------------------------------
revno: 409 [merge]
committer: Lee Goodrich <lgoodrich@xxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-06-15 11:34:42 -0400
message:
merged fix_search_box_help_text
modified:
lib-mvhub/lib/MVHub/Page.pm
--
lp:mvhub
https://code.launchpad.net/~mvhub-commit/mvhub/trunk
Your team MVHub Developers is subscribed to branch lp:mvhub.
To unsubscribe from this branch go to https://code.launchpad.net/~mvhub-commit/mvhub/trunk/+edit-subscription
=== modified file 'lib-mvhub/lib/MVHub/Page.pm'
--- lib-mvhub/lib/MVHub/Page.pm 2010-05-24 19:44:00 +0000
+++ lib-mvhub/lib/MVHub/Page.pm 2010-06-15 15:00:49 +0000
@@ -102,9 +102,9 @@
$tmpl->param( $SB_CHECK_BY_AGENCY_TAG, $agency_search );
}
- $tmpl->param( $SEARCH_PHRASE_TAG, $search_phrase );
- $tmpl->param( 'site_location', $site_location );
- $tmpl->param( 'search_box_help_text', $search_box_help_text );
+ $tmpl->param( $SEARCH_PHRASE_TAG, $search_phrase );
+ $tmpl->param( 'site_location', $site_location );
+ $tmpl->param( $search_box_help_text, 'search_box_help_text' );
}
return $tmpl->output();