projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9cfda
)
Gives focus to the unique area of the page membres-add.tpl.
author
Stéphane Jacob
<jacou@melix.net>
Sat, 25 Apr 2009 16:40:11 +0000
(18:40 +0200)
committer
Stéphane Jacob
<jacou@melix.net>
Sat, 25 Apr 2009 16:40:45 +0000
(18:40 +0200)
templates/xnetgrp/membres-add.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/xnetgrp/membres-add.tpl
b/templates/xnetgrp/membres-add.tpl
index
cff436b
..
b01018d
100644
(file)
--- a/
templates/xnetgrp/membres-add.tpl
+++ b/
templates/xnetgrp/membres-add.tpl
@@
-103,4
+103,10
@@
function searchX()
</table>
</form>
+{literal}
+<script type="text/javascript">
+ $("#email").focus();
+</script>
+{/literal}
+
{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}