mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
changed addressbook.edit n_fn to have negative size --> rendered as r/o input
This commit is contained in:
parent
a999bb4ef4
commit
f016c2570b
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'); document.getElementById(form::name('n_prefix')).focus();" 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