Ajouts des dernières modification
This commit is contained in:
		@@ -133,7 +133,7 @@
 | 
			
		||||
                <tbody id="budgetTableBody">
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <td>Informatique</td>
 | 
			
		||||
                        <td>Licence Informatique</td>
 | 
			
		||||
                        <td>BUT Informatique</td>
 | 
			
		||||
                        <td>50 000</td>
 | 
			
		||||
                        <td>30 000</td>
 | 
			
		||||
                        <td>20 000</td>
 | 
			
		||||
@@ -142,7 +142,7 @@
 | 
			
		||||
                                <div class="progress" style="width: 60%; background-color: #4caf50;">60%</div>
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </td>
 | 
			
		||||
                        <td><button class="w3-button w3-blue" onclick="showDetails('Licence Informatique')">Voir Détails</button></td>
 | 
			
		||||
                        <td><button class="w3-button w3-blue" onclick="showDetails('BUT Informatique')">Voir Détails</button></td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <td>GEA</td>
 | 
			
		||||
@@ -205,13 +205,13 @@
 | 
			
		||||
                <tbody id="budgetRequestTableBody">
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <td>Informatique</td>
 | 
			
		||||
                        <td>Licence Informatique</td>
 | 
			
		||||
                        <td>BUT Informatique</td>
 | 
			
		||||
                        <td>10 000</td>
 | 
			
		||||
                        <td>En attente</td>
 | 
			
		||||
                        <td class="request-buttons">
 | 
			
		||||
                            <button class="w3-button w3-green" onclick="handleRequest('Licence Informatique', 'accept')">Accepter</button>
 | 
			
		||||
                            <button class="w3-button w3-red" onclick="handleRequest('Licence Informatique', 'reject')">Refuser</button>
 | 
			
		||||
                            <button class="w3-button w3-orange" onclick="handleRequest('Licence Informatique', 'counter')">Contre-proposition</button>
 | 
			
		||||
                            <button class="w3-button w3-green" onclick="handleRequest('BUT Informatique', 'accept')">Accepter</button>
 | 
			
		||||
                            <button class="w3-button w3-red" onclick="handleRequest('BUT Informatique', 'reject')">Refuser</button>
 | 
			
		||||
                            <button class="w3-button w3-orange" onclick="handleRequest('BUT Informatique', 'counter')">Contre-proposition</button>
 | 
			
		||||
                        </td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                    <tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user