summaryrefslogtreecommitdiff
path: root/view/album.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/album.php')
-rw-r--r--view/album.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/view/album.php b/view/album.php
index f0fd807..795491d 100644
--- a/view/album.php
+++ b/view/album.php
@@ -92,14 +92,17 @@ if($_SESSION['admin'] == 1 && (!isset($_GET['action']) || $_GET['action'] !== 'e
92 global $host; 92 global $host;
93?> 93?>
94 <p> 94 <p>
95 <a href="<?= $lien_partage ?>" > 95 <a class="infobulle" href="<?= $lien_partage ?>" >
96 <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" > 96 <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" >
97 <button>Partager</button>
97 </a> 98 </a>
98 <a href="index.php?page=album&action=edition&file_code=<?= $fileCode ?>" > 99 <a class="infobulle" href="index.php?page=album&action=edition&file_code=<?= $fileCode ?>" >
99 <img src="public/icone_modifier.png" > 100 <img src="public/icone_modifier.png" >
101 <button>Modifier</button>
100 </a> 102 </a>
101 <a href="index.php?page=discographie&action=suppression&file_code=<?= $fileCode ?>" onclick="confirmerSuppression()" > 103 <a class="infobulle" href="index.php?page=discographie&action=suppression&file_code=<?= $fileCode ?>" onclick="confirmerSuppression()" >
102 <img src="public/icone_supprimer.png" > 104 <img src="public/icone_supprimer.png" >
105 <button>Supprimer</button>
103 </a> 106 </a>
104 <button><a href="index.php?page=discographie" >Retour page discographie</a></button> 107 <button><a href="index.php?page=discographie" >Retour page discographie</a></button>
105 </p> 108 </p>