projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93501a6
)
Shout: Horde_Form#open() -> Horde_Form#renderActive()
author
Ben Klang
<ben@alkaloid.net>
Thu, 21 Jan 2010 02:38:04 +0000
(21:38 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Thu, 21 Jan 2010 02:39:08 +0000
(21:39 -0500)
shout/templates/extensions/delete.inc
patch
|
blob
|
history
diff --git
a/shout/templates/extensions/delete.inc
b/shout/templates/extensions/delete.inc
index
10d47db
..
217ef06
100644
(file)
--- a/
shout/templates/extensions/delete.inc
+++ b/
shout/templates/extensions/delete.inc
@@
-1,3
+1,3
@@
Extension: <?php echo $vars->get('extension'); ?><br>
<?php
-$Form->
open
($RENDERER, $vars, Horde::applicationUrl('extensions.php'), 'post');
+$Form->
renderActive
($RENDERER, $vars, Horde::applicationUrl('extensions.php'), 'post');