# HG changeset patch # User Matti Hamalainen # Date 1381473196 -10800 # Node ID d74fb8cf006273767702fd10f185e534346bd08e # Parent d31fc2c53b2b4cf39a211bad1e4d8e403a43842a Adjust attendee output again, we're separating vote keys from there once more. Durr. diff -r d31fc2c53b2b -r d74fb8cf0062 msite.inc.php --- a/msite.inc.php Fri Oct 11 09:32:00 2013 +0300 +++ b/msite.inc.php Fri Oct 11 09:33:16 2013 +0300 @@ -386,39 +386,22 @@ { $id = $item["id"]; $prefix = "at"; - echo " ". - " "; + echo " "; - if ($edit) - { - echo - stGetTDEditTextItem(FALSE, 20, 40, "name", $id, $prefix, $item["name"]." / ".$item["groups"]); - } - else - { - echo + echo stGetTDEditTextItem(FALSE, 20, 40, "name", $id, $prefix, $item["name"]). stGetTDEditTextItem(FALSE, 20, 40, "groups", $id, $prefix, $item["groups"]). - "".date("d M Y / H:i", $item["regtime"]).""; - } - - echo + "".date("d.m. H:i", $item["regtime"])."". stGetTDEditTextItem($edit, 30, 64, "oneliner", $id, $prefix, $item["oneliner"], "autocomplete=\"off\""); if ($edit) { echo stGetTDEditTextItem($edit, 20, 40, "email", $id, $prefix, $item["email"], "autocomplete=\"off\""). - "". - "". - "". - "". - - " ".chentities($item["key"])."\n". - " ".stGetFormCheckBoxInput("active", $id, $prefix, $item["active"], "", - "onClick=\"updateAttendee2(".$id.")\"")."\n"; + "". + "". + ""; } echo "\n";