Fix textbox "Name" in addressbook edit popup window, try to not make it readonly.

This commit is contained in:
Hadi Nategh 2013-09-26 13:32:02 +00:00
parent db1077e3ed
commit 7374416f9c

View File

@ -76,7 +76,7 @@
<rows>
<row>
<description value="Name"/>
<textbox id="n_fn" no_lang="1" onclick="jQuery('table.editname').css('display','inline'); var focElem = document.getElementById(form::name('n_prefix')); if (!(typeof(focElem) == 'undefined') &amp;&amp; typeof(focElem.focus)=='function') document.getElementById(form::name('n_prefix')).focus();" readonly="true" rows="1" size="-36" span="2" class="cursorHand"/>
<textbox id="n_fn" no_lang="1" onclick="jQuery('table.editname').css('display','inline'); var focElem = document.getElementById(form::name('n_prefix')); if (!(typeof(focElem) == 'undefined') &amp;&amp; typeof(focElem.focus)=='function') document.getElementById(form::name('n_prefix')).focus();" rows="1" size="-36" span="2" class="cursorHand"/>
</row>
<row>
<description/>