Add link for more input
authorJoey Schulze <joey@infodrom.org>
Mon, 23 Jun 2008 13:22:22 +0000 (13:22 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 23 Jun 2008 13:22:22 +0000 (13:22 +0000)
src/InfoCon/account/update.wml

index f14a3e4..ca09a53 100644 (file)
@@ -98,6 +98,8 @@
        . "'$_POST[blzkto]','$statement','$date','$from_to','$descr',$value,'$category')";
 
       $output = "Neuen Posten aufgenommen.";
+      $output .= sprintf('<p><a href="edit.php?blzkto=%s"><strong>Neuer Eintrag</strong></a>',
+                        $_POST[blzkto]);
     }
     $sth = pg_exec ($dbh, $query) or die("Datenbank-Abfrage!");
   }