summaryrefslogtreecommitdiff
path: root/www-ssl/admin/userChangeNormal.php
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-12-25 20:19:33 +0100
committerAngelo Cuccato <cuccato@web.de>2010-12-25 20:19:33 +0100
commitd2846a33833eb86c2f4ad098a20524d80506b2e7 (patch)
tree595918b828c1fad10fbfe5e58e4797d3722daf1d /www-ssl/admin/userChangeNormal.php
parentfa2a645343761610a5a1fd5a38e024335045e708 (diff)
add Freeloader logging
Diffstat (limited to 'www-ssl/admin/userChangeNormal.php')
-rwxr-xr-xwww-ssl/admin/userChangeNormal.php18
1 files changed, 6 insertions, 12 deletions
diff --git a/www-ssl/admin/userChangeNormal.php b/www-ssl/admin/userChangeNormal.php
index 8c4c9989..4ec014a7 100755
--- a/www-ssl/admin/userChangeNormal.php
+++ b/www-ssl/admin/userChangeNormal.php
@@ -106,18 +106,6 @@ if (IsSet($_GET["enterUID"]))
echo ">Yes \n";
echo "</td></tr>\n";
- // Menu links/rechts
- echo " <tr><td>Menu</td><td>\n";
- echo " <input type=\"radio\" name=\"eMenu\" value=\"L\"";
- if (mysql_result($Erg, 0, "Menu")=='L')
- echo " checked";
- echo ">L \n";
- echo " <input type=\"radio\" name=\"eMenu\" value=\"R\"";
- if (mysql_result($Erg, 0, "Menu")=='R')
- echo " checked";
- echo ">R \n";
- echo "</td></tr>\n";
-
echo " <tr><td>Hometown</td><td>".
"<input type=\"text\" size=\"40\" name=\"Hometown\" value=\"".
mysql_result($Erg, 0, "Hometown")."\"></td></tr>\n";
@@ -135,6 +123,12 @@ if (IsSet($_GET["enterUID"]))
echo "<input type=\"hidden\" name=\"enterUID\" value=\"". $_GET["enterUID"]. "\">\n";
echo "<input type=\"submit\" value=\"l&ouml;schen...\">\n";
echo "</form>";
+
+
+ echo "<hr>";
+ funktion_db_element_list_2row(
+ "Freeloader Shifts",
+ "SELECT `Remove_Time`, `Length`, `Comment` FROM `ShiftFreeloader` WHERE UID=". $_GET["enterUID"]);
}
include ("../../includes/footer.php");