[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Proposal: the way of DDTP back to ddtp.debian.org





On 08/31/2011 05:02 PM, Erik Esterer wrote:
Hi Grisu,
2011/8/23 Martin Eberhard Schauer<Martin.E.Schauer@gmx.de>:
The future:

After some ups and downs we now can go back to a debian.org machine...

Since some weeks, we work an a new, clean ddtp:
  - Nicolas make a cleanup of the scripts for i18n and ddtp (during
   debconf)
  - kleptop start a rewrite of the web interface
  - grisu add some new stuff for the web interface, make some bug
   fixing and code on the new web interface

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?

Gruss
Grisu


Reply to: