[Fusionforge-commits] r13423 - branches/Branch_5_1/src/www/project/admin

Thorsten Glaser mirabilos at fusionforge.org
Fri May 20 15:18:03 CEST 2011


Author: mirabilos
Date: 2011-05-20 15:18:03 +0200 (Fri, 20 May 2011)
New Revision: 13423

Modified:
   branches/Branch_5_1/src/www/project/admin/users.php
Log:
make this a bit easier to read


Modified: branches/Branch_5_1/src/www/project/admin/users.php
===================================================================
--- branches/Branch_5_1/src/www/project/admin/users.php	2011-05-20 13:14:43 UTC (rev 13422)
+++ branches/Branch_5_1/src/www/project/admin/users.php	2011-05-20 13:18:03 UTC (rev 13423)
@@ -241,15 +241,18 @@
 				?>
 		<form action="<?php echo getStringFromServer('PHP_SELF').'?group_id='.$group_id; ?>"
 			method="post">
+		<input type="hidden" name="submit" value="y" />
+		<input type="hidden" name="form_userid" value="<?php echo $user->getId(); ?>" />
+		<input type="hidden" name="form_unix_name" value="<?php echo $user->getUnixName(); ?>" />
 		<table width="100%">
 			<tr>
-				<td style="white-space: nowrap;"><input type="hidden" name="submit"
-					value="y" /> <input type="hidden" name="form_userid"
-					value="<?php echo $user->getId(); ?>" /> <input type="hidden"
-					name="form_unix_name" value="<?php echo $user->getUnixName(); ?>" /><a
-					href="/users/<?php echo $user->getUnixName(); ?>"><?php echo $user->getRealName(); ?></a>
+				<td style="white-space: nowrap;"><a
+					href="/users/<?php
+						echo $user->getUnixName();
+					?>"><?php echo $user->getRealName(); ?></a>
 				</td>
-				<td style="white-space: nowrap; text-align: right;"><?php echo role_box($group_id,'role_id'); ?>
+				<td style="white-space: nowrap; text-align: right;"><?php
+					echo role_box($group_id,'role_id'); ?>
 				<input type="submit" name="acceptpending"
 					value="<?php echo _("Accept") ?>" />
 				<input type="submit" name="rejectpending"




More information about the Fusionforge-commits mailing list