Remove cols attribute from n_fn field - it's a text field

This commit is contained in:
Nathan Gray 2013-02-05 15:05:43 +00:00
parent 3da0cb09ac
commit c9764eb2e8
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -77,7 +77,7 @@
<rows>
<row>
<description value="Name"/>
<textbox cols="3" 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();" readonly="true" rows="1" size="-36" span="2" class="cursorHand"/>
</row>
<row>
<description/>