File: remove.inc

package info (click to toggle)
horde3 3.1.3-4etch7
  • links: PTS
  • area: main
  • in suites: etch
  • size: 22,876 kB
  • ctags: 18,071
  • sloc: php: 75,151; xml: 2,979; sql: 1,069; makefile: 79; sh: 64
file content (14 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<form name="removeuser" method="post">
<input type="hidden" name="form" value="remove" />

<h1 class="header">
 <?php printf(_("Remove user: %s"), $f_user_name) ?>
</h1>
<p class="item">
 <strong><?php printf(_("Really delete %s? This operation cannot be undone."), $f_user_name) ?></strong>
</p>
<p class="control">
 <input type="submit" class="button" name="submit" value="<?php echo _("Remove user") ?>" />
 <input type="submit" class="button" name="submit" value="<?php echo _("Cancel") ?>" />
</p>
</form>