- ".ucfirst(str_replace("_", " ", $table_name))." |
+ ".$tableLabel." |
- |
@@ -508,7 +520,7 @@ if (isset($_POST['edit_existing']))
";
- $ns->tablerender($_POST['lang_choices'], $mes->render().$text);
+ $ns->tablerender(ADLAN_132.SEP.LANG_LAN_03.SEP.$_POST['lang_choices'], $mes->render().$text);
}
require_once (e_ADMIN."footer.php");
// ---------------------------------------------------------------------------
diff --git a/e107_web/js/core/all.jquery.js b/e107_web/js/core/all.jquery.js
index d7c674bed..bd54bba8c 100644
--- a/e107_web/js/core/all.jquery.js
+++ b/e107_web/js/core/all.jquery.js
@@ -75,6 +75,12 @@ $(document).ready(function()
$('#'+ this).slideToggle("slow");
});
+
+ if($(this).attr("data-return")==='true')
+ {
+ return true;
+ }
+
return false;
}