From 283d16d543ab62540b819c46518d324044eb7eb3 Mon Sep 17 00:00:00 2001 From: cookie Date: Thu, 17 Nov 2005 00:08:10 +0000 Subject: add counter und fix language entrys git-svn-id: svn://svn.cccv.de/engel-system@61 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/nonpublic/einstellungen.php | 12 ++++++------ www-ssl/nonpublic/news_output.php | 5 +++-- www-ssl/nonpublic/waeckliste.php | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'www-ssl/nonpublic') diff --git a/www-ssl/nonpublic/einstellungen.php b/www-ssl/nonpublic/einstellungen.php index 214593ae..4c9bd721 100755 --- a/www-ssl/nonpublic/einstellungen.php +++ b/www-ssl/nonpublic/einstellungen.php @@ -6,7 +6,7 @@ include ("./inc/crypt.php"); if (!IsSet($_POST["action"])) { - echo Get_Text(1).$_SESSION['Nick'].",
\n\n"; + echo Get_Text("Hallo").$_SESSION['Nick'].",
\n\n"; Print_Text(13); ?>
@@ -31,7 +31,7 @@ if (!IsSet($_POST["action"])) - + ">
@@ -45,7 +45,7 @@ if (!IsSet($_POST["action"])) - + ">
@@ -71,7 +71,7 @@ if (!IsSet($_POST["action"])) - + ">

@@ -89,7 +89,7 @@ if (!IsSet($_POST["action"])) - + ">

@@ -130,7 +130,7 @@ $ANZ_AVATAR= shell_exec("ls inc/avatar/ | wc -l"); - + "> diff --git a/www-ssl/nonpublic/news_output.php b/www-ssl/nonpublic/news_output.php index e2b2f85d..781fdb92 100755 --- a/www-ssl/nonpublic/news_output.php +++ b/www-ssl/nonpublic/news_output.php @@ -3,7 +3,8 @@ include ("./inc/db.php"); include ("./inc/funktion_user.php"); -if( isset( $_POST["text"]) && isset( $_POST["betreff"]) && IsSet( $_POST["date"]) ) { +if( isset( $_POST["text"]) && isset( $_POST["betreff"]) && IsSet( $_POST["date"]) ) +{ if( !isset( $_POST["treffen"])) $_POST["treffen"] = 0; //$escaped_text = htmlescape($text); @@ -109,5 +110,5 @@ if ($_SESSION['CVS']["nonpublic/newsAddMeting"] == "Y") { ?>
- +"> diff --git a/www-ssl/nonpublic/waeckliste.php b/www-ssl/nonpublic/waeckliste.php index 198a741a..f8b9984c 100755 --- a/www-ssl/nonpublic/waeckliste.php +++ b/www-ssl/nonpublic/waeckliste.php @@ -8,7 +8,7 @@ include ("./inc/header.php"); ?> -\n". +\n". Get_Text("pub_waeckliste_Text1")?>

-- cgit v1.2.3-54-g00ecf