]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
small nav tweak to the filter
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 19 Jul 2010 17:27:34 +0000 (17:27 +0000)
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 19 Jul 2010 17:27:34 +0000 (17:27 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6741 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/riverdashboard/views/default/riverdashboard/nav.php

index 6ffbcef0a83adb4f709c8cdfddbbf1f48018241a..f5e016b476a6afe8f5e57d673b05d022e63b7547 100644 (file)
@@ -44,7 +44,7 @@ switch($vars['orient']) {
                        }
                        //set the drop down filter
                        if ($content[0] && $content[1]) {
-                               $location_filter .= "<option {$selected} class='Nomenuoption' value=\"{$CONFIG->url}pg/activity/?type={$get_values[0]}&subtype={$get_values[1]}{$display_option}\" >" . elgg_echo($label) . "</option>";
+                               $location_filter .= "<option {$selected} class='Nomenuoption' value=\"{$CONFIG->url}pg/activity/?type={$get_values[0]}&subtype={$get_values[1]}{$display_option}\" >" . elgg_echo('Show') . " " . elgg_echo($label) . "</option>";
                        }
                        //reset selected
                        $selected = '';