Index: gc_lang/fr/webext/panel/main.html ================================================================== --- gc_lang/fr/webext/panel/main.html +++ gc_lang/fr/webext/panel/main.html @@ -14,16 +14,14 @@ @@ -53,171 +51,19 @@

OPTIONS ORTHOGRAPHIQUES

-
-

LEXICOGRAPHE

-
-
-

TESTS

Tests complets
Analyser

         
-
-

CONJUGUEUR

-

- - Conjuguer -

- -

- - -

- - · - · -
- · -

- -

 

-

 

- - -
-
-

Infinitif

-

 

-
-
-

Impératif

-

Présent

-

 

-

 

-

 

-
-
- -
 
- -
-
-

Participe présent

-

 

-
-
-

Participes passés

-

 

-

 

-

 

-

 

-
-
- -
- - -
-
-

Indicatif

-
-

Présent

-

 

-

 

-

 

-

 

-

 

-

 

-
-
-

Imparfait

-

 

-

 

-

 

-

 

-

 

-

 

-
-
-

Passé simple

-

 

-

 

-

 

-

 

-

 

-

 

-
-
-

Futur

-

 

-

 

-

 

-

 

-

 

-

 

-
-
-
- -
 
- -
-
-

Subjonctif

-
-

Présent

-

 

-

 

-

 

-

 

-

 

-

 

-
-
-

Imparfait

-

 

-

 

-

 

-

 

-

 

-

 

-
-
-
-

Conditionnel

-
-

Présent

-

 

-

 

-

 

-

 

-

 

-

 

-
-
-

 

-

 

-

 

-

 

-

 

-

 

-

 

-
-
-
- -
-
-

FORMATEUR DE TEXTE

Index: gc_lang/fr/webext/panel/main.js ================================================================== --- gc_lang/fr/webext/panel/main.js +++ gc_lang/fr/webext/panel/main.js @@ -15,20 +15,10 @@ for (let xNodePage of document.getElementsByClassName("page")) { xNodePage.style.display = "none"; } // show the selected one document.getElementById(sPageName).style.display = "block"; - // specific modifications - if (sPageName === "conj_page") { - document.body.style.width = "600px"; - document.documentElement.style.width = "600px"; - //document.getElementById("movewindow").style.display = "none"; - } else { - document.body.style.width = "530px"; - document.documentElement.style.width = "530px"; - //document.getElementById("movewindow").style.display = "block"; - } } catch (e) { showError(e); } }