forked from extern/egroupware
Give focus to the prefix, if user clicks on the name
This commit is contained in:
parent
6584ab6487
commit
72a8d897b9
File diff suppressed because one or more lines are too long
@ -76,7 +76,7 @@
|
||||
<rows>
|
||||
<row>
|
||||
<description value="Name"/>
|
||||
<textbox rows="1" cols="3" id="n_fn" no_lang="1" onclick="set_style_by_class('table','editname','display','inline');" size="36" span="2" class="cursorHand" readonly="true"/>
|
||||
<textbox rows="1" cols="3" id="n_fn" no_lang="1" onclick="set_style_by_class('table','editname','display','inline'); document.getElementById(form::name('n_prefix')).focus();" size="36" span="2" class="cursorHand" readonly="true"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
|
Loading…
Reference in New Issue
Block a user