Parcourir la source

Bouton d'appel au bartender perl visible, bouton d'appel au bartender php caché pour debug.

njean42 il y a 7 ans
Parent
commit
463639a42c
1 fichiers modifiés avec 6 ajouts et 3 suppressions
  1. 6 3
      templates/tpl-view-project.php

+ 6 - 3
templates/tpl-view-project.php

@@ -55,6 +55,11 @@ include_once 'templates/tpl-main-top.php';
 	</div>
 
 	<div class="actions">
+		
+		<button type="submit" class="bouton presse">Presser</button>
+		
+		<!-- nouveau bouton de presse -->
+		<div style="display: none">
 	    <button class="bouton presse js-bartend" type="button"
 				data-projet-pad-garde="<?php echo $o['cover_pad']; ?>"
 				data-projet-pad-principal="<?php echo $o['main_pad']; ?>"
@@ -63,9 +68,7 @@ include_once 'templates/tpl-main-top.php';
 				>
 				Presser
 			</button>
-	    <a href="editer.php?type=project&id=<?php echo $o['rowid']; ?>" type="submit" class="bouton">
-		    Éditer
-	    </a>
+		</div>
 	</div>
 
     <div class="ressources">