changed addressbook.edit n_fn to have negative size --> rendered as r/o input

This commit is contained in:
Ralf Becker 2006-12-25 17:45:00 +00:00
parent a999bb4ef4
commit f016c2570b
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -76,7 +76,7 @@
<rows> <rows>
<row> <row>
<description value="Name"/> <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>
<row> <row>
<description/> <description/>