2011/8/31 Michael Bramer <[email protected]>: > On 08/31/2011 05:02 PM, Erik Esterer wrote: >> Since you fix bugs and write new code for the web interface: has the >> short description field a<textarea> tag now? The old interface used >> the<input> tag only for the short description and Iceweasel ignored >> it for spell checking. the<textarea> works with Iceweasel spell >> checking. > > let it check: > > src/ddtp (master)$ grep name=\"short\" templates/ddtss/translate.html > <li>Translated ({{lang.language}}): <input type="text" name="short" > value="{{trans.display_short}}" size="75" > onchange="document.forms[0].submit.disabled=0" /></div></li> > src/ddtp (master)$ grep name=\"long\" templates/ddtss/translate.html > <textarea name="long" rows="10" cols="75" > onchange="document.forms[0].submit.disabled=0" > wrap="hard">{{trans.display_long}}</textarea></li> > > > you see, not yet. > > You like a: > > <li>Translated ({{lang.language}}): <textarea name="short" rows="1" > cols="75" value="{{trans.display_short}}" > onchange="document.forms[0].submit.disabled=0" /></div></li> > > ? > > Comment?
Yes, that's what I'd want :) Erik -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAGfRU9XtWf=cvvtinop5aryyneemwipt0t3y-wqkw_thgj-...@mail.gmail.com

