diff --git a/e107_admin/language.php b/e107_admin/language.php index 312a3fce6..2d2014170 100644 --- a/e107_admin/language.php +++ b/e107_admin/language.php @@ -405,12 +405,12 @@ if (isset($_POST['edit_existing'])) // Drop tables ? isset() if (varset($_POST['create_edit_existing'])) { - $baction = 'create'; + $baction = 'btn create'; $bcaption = LANG_LAN_06; } else { - $baction = 'update'; + $baction = 'btn update'; $bcaption = LAN_UPDATE; } $text .= " @@ -503,7 +503,7 @@ function multilang_prefs()