projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a0818
)
Shout: Ensure context name appears in device edit form
author
Ben Klang
<ben@alkaloid.net>
Sat, 2 Jan 2010 19:08:01 +0000
(14:08 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Sat, 2 Jan 2010 19:08:01 +0000
(14:08 -0500)
shout/lib/Forms/DeviceForm.php
patch
|
blob
|
history
diff --git
a/shout/lib/Forms/DeviceForm.php
b/shout/lib/Forms/DeviceForm.php
index
bd8d9f3
..
0ebd467
100644
(file)
--- a/
shout/lib/Forms/DeviceForm.php
+++ b/
shout/lib/Forms/DeviceForm.php
@@
-25,6
+25,7
@@
class DeviceDetailsForm extends Horde_Form {
$edit = false;
}
+ $context = $vars->get('context');
parent::__construct($vars, _("$formtitle - Context: $context"));
$this->addHidden('', 'action', 'text', true);
if ($edit) {