1<form name="clearuser" action="<?php echo Horde::url('admin/user.php') ?>" method="post">
2<?php echo Horde_Util::formInput() ?>
3<input type="hidden" name="form" value="clear" />
4<input type="hidden" name="user_name" value="<?php echo htmlspecialchars($f_user_name) ?>" />
5
6<h1 class="header">
7 <?php printf(_("Clear out user: %s"), htmlspecialchars($f_user_name)) ?>
8</h1>
9<p class="horde-content">
10 <?php printf(_("Really remove user data for user \"%s\"? This operation cannot be undone."), htmlspecialchars($f_user_name)) ?>
11</p>
12<p class="horde-form-buttons">
13 <input type="submit" class="horde-delete" name="submit" value="<?php echo _("Clear user") ?>" />
14 <input type="submit" class="horde-cancel" name="submit" value="<?php echo _("Cancel") ?>" />
15</p>
16</form>
17