File: removequeued.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 (15 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<form method="post" action="<?php echo Horde::selfUrl() ?>">
<?php Util::pformInput() ?>
<input type="hidden" name="form" value="removequeued" />
<input type="hidden" name="user_name" value="<?php echo $f_user_name ?>" />

<h1 class="header">
 <?php echo _("Pending Signups:") ?>
</h1>
<p class="item">
 <?php printf(_("Are you sure you want to remove the signup request for %s ?"), $f_user_name) ?>
</p>
<p class="control">
  <input class="button" type="submit" value="<?php echo _("Remove") ?>" />
</p>
</form>