Skip to main content
Sign in
Snippets Groups Projects
Commit c5f4c457 authored by Dorine Lambinet's avatar Dorine Lambinet Committed by Toufic Batache
Browse files

Met en commentaire les boutons Autres dispositifs de la vue budget, désormais cachés

parent 49226e32
No related branches found
No related tags found
1 merge request!158Bouton et modale simulation budget et autre évolution UI du budget
...@@ -1376,7 +1376,7 @@ ...@@ -1376,7 +1376,7 @@
</div> </div>
{/if} {/if}
{:else if displayMode.parametersVariableName === "irpp_economique"} {:else if displayMode.parametersVariableName === "irpp_economique"}
<a <!-- <a
class="mr-4 place-self-end text-sm uppercase text-gray-600 hover:text-black md:mr-0" class="mr-4 place-self-end text-sm uppercase text-gray-600 hover:text-black md:mr-0"
data-sveltekit-noscroll data-sveltekit-noscroll
href={newSimulationUrl({ href={newSimulationUrl({
...@@ -1388,7 +1388,7 @@ ...@@ -1388,7 +1388,7 @@
class="ml-1 align-[-0.2rem] text-lg" class="ml-1 align-[-0.2rem] text-lg"
icon="ri-arrow-up-line" icon="ri-arrow-up-line"
/></a /></a
> > -->
<h3 class="mx-4 mb-2 text-2xl font-bold md:mx-0"> <h3 class="mx-4 mb-2 text-2xl font-bold md:mx-0">
Impôt sur le revenu Impôt sur le revenu
</h3> </h3>
...@@ -1397,7 +1397,7 @@ ...@@ -1397,7 +1397,7 @@
budgetSimulation={$budgetSimulation} budgetSimulation={$budgetSimulation}
/> />
{:else if displayMode.parametersVariableName === "csg_deductible_salaire" || displayMode.parametersVariableName === "csg_imposable_salaire"} {:else if displayMode.parametersVariableName === "csg_deductible_salaire" || displayMode.parametersVariableName === "csg_imposable_salaire"}
<a <!-- <a
class="mr-4 place-self-end text-sm uppercase text-gray-600 hover:text-black md:mr-0" class="mr-4 place-self-end text-sm uppercase text-gray-600 hover:text-black md:mr-0"
data-sveltekit-noscroll data-sveltekit-noscroll
href={newSimulationUrl({ href={newSimulationUrl({
...@@ -1409,7 +1409,7 @@ ...@@ -1409,7 +1409,7 @@
class="ml-1 align-[-0.2rem] text-lg" class="ml-1 align-[-0.2rem] text-lg"
icon="ri-arrow-up-line" icon="ri-arrow-up-line"
/></a /></a
> > -->
<h3 class="mx-4 mb-2 text-2xl font-bold md:mx-0"> <h3 class="mx-4 mb-2 text-2xl font-bold md:mx-0">
CSG totale prélevée sur les salaires CSG totale prélevée sur les salaires
<br /><span class="text-xl font-normal" <br /><span class="text-xl font-normal"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment