Multilinguified Hunt Groups. Fixed Copy functionality, and added JS extension prompt on Copy.

This commit is contained in:
Nate Jones
2013-05-30 00:51:49 +00:00
parent 545f21a1e5
commit e46e4fc894
9 changed files with 371 additions and 218 deletions
@@ -36,6 +36,12 @@ require_once "includes/checkauth.php";
exit;
}
//add multi-lingual support
require_once "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
if (count($_GET)>0) {
$id = $_GET["id"];
$hunt_group_uuid = check_str($_REQUEST["id2"]);
@@ -58,7 +64,7 @@ if (strlen($id)>0) {
require_once "includes/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=hunt_group_edit.php?id=".$hunt_group_uuid."\">\n";
echo "<div align='center'>\n";
echo "Delete Complete\n";
echo $text['message-delete']."\n";
echo "</div>\n";
require_once "includes/footer.php";
return;