From 4b6f69d26d63816bc3e89ecb24ce50b5f77c8927 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 17 Mar 2013 16:23:12 -0700 Subject: [PATCH] GUI fixes --- e107_admin/language.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() ".LANG_LAN_18." -
".LANG_LAN_19."
+ ".LANG_LAN_19." @@ -658,8 +658,8 @@ function multilang_db() if (count($installed)) { //FIXME sprintf - $text .= " - "; + $text .= " + "; } elseif ($e_language != $pref['sitelanguage']) {