--- users.php.orig	2008-04-10 14:51:43.000000000 +0200
+++ users.php	2008-04-10 14:56:02.000000000 +0200
@@ -378,6 +378,7 @@
 ?>
 
 <br class="clear" />
+<?php if ( current_user_can('create_users') ) { ?>
 
 <div class="wrap">
 <h2 id="add-new-user"><?php _e('Add New User') ?></h2>
@@ -452,6 +453,7 @@
 </div>
 
 <?php
+}
 break;
 
 } // end of the $action switch

