1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00

change value to no-value when it has no value

This commit is contained in:
marj
2009-08-15 15:44:37 +00:00
parent 8885c109d1
commit 9151ee491b
15 changed files with 81 additions and 81 deletions

View File

@@ -9,8 +9,8 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/userlanguage_menu.php,v $
* $Revision: 1.5 $
* $Date: 2009-08-14 11:32:58 $
* $Revision: 1.6 $
* $Date: 2009-08-15 15:44:37 $
* $Author: marj_nl_fr $
*/
//TODO homogenisation with languagelinks + do not force www + unobtrusive redirect
@@ -60,7 +60,7 @@ else
</select>
<br />
<br />
<button class="button" type="submit" name="setlanguage"><span>'.UTHEME_MENU_L1.'</span></button>';
<button class="button" type="submit" name="setlanguage" value="no-value"><span>'.UTHEME_MENU_L1.'</span></button>';
$text .= '
</div>
</form>';