projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17aff98
)
Need a dom id here if we are going to access it with $()
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 6 Aug 2010 21:07:37 +0000
(17:07 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 6 Aug 2010 21:07:37 +0000
(17:07 -0400)
horde/templates/prefs/begin.html
patch
|
blob
|
history
diff --git
a/horde/templates/prefs/begin.html
b/horde/templates/prefs/begin.html
index
74ddd69
..
7e7a667
100644
(file)
--- a/
horde/templates/prefs/begin.html
+++ b/
horde/templates/prefs/begin.html
@@
-1,6
+1,6
@@
<form method="post" id="prefs" name="prefs" action="<tag:action />">
<tag:forminput />
-<input type="hidden" name="actionID" value="update_prefs" />
+<input type="hidden"
id="actionID"
name="actionID" value="update_prefs" />
<input type="hidden" name="group" value="<tag:group />" />
<input type="hidden" id="prefs_app" name="app" value="<tag:app />" />