Differences From Artifact [429a95586f]:
- File gc_lang/fr/tb/content/conjugueur.xul — part of check-in [0e232d6b0f] at 2018-03-09 08:28:22 on branch tbnext — [tb] new TB API: x-javascript > javascript (user: olr, size: 5547) [annotate] [blame] [check-ins using]
To Artifact [cd97a646e7]:
- File gc_lang/fr/tb/content/conjugueur.xul — part of check-in [a90720e17c] at 2018-03-10 14:58:14 on branch tbnext — [tb] fix modules importation, remove old logging system… (user: olr, size: 5629) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
150 151 152 153 154 155 156 157 158 |
<label id="condb4" class="cj">.</label>
<label id="condb5" class="cj">.</label>
<label id="condb6" class="cj">.</label>
</groupbox>
</column>
</columns>
<script type="application/javascript" src="conjugueur.js"/>
</dialog>
| > | 150 151 152 153 154 155 156 157 158 159 |
<label id="condb4" class="cj">.</label>
<label id="condb5" class="cj">.</label>
<label id="condb6" class="cj">.</label>
</groupbox>
</column>
</columns>
<script type="application/javascript" src="resource://grammalecte/fr/conj.js"/>
<script type="application/javascript" src="conjugueur.js"/>
</dialog>
|