diff options
| author | polo <ordipolo@gmx.fr> | 2023-04-24 22:31:01 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2023-04-24 22:31:01 +0200 |
| commit | 204be428e4912d1f984b41f13a1f2605657d651c (patch) | |
| tree | 7a75ab66c8423096ce5260a9a27c515a103e5efa /view/album.php | |
| parent | 21746f17dbd12499f794b1f2822b50e9e6c5d494 (diff) | |
| download | melaine-204be428e4912d1f984b41f13a1f2605657d651c.tar.gz melaine-204be428e4912d1f984b41f13a1f2605657d651c.tar.bz2 melaine-204be428e4912d1f984b41f13a1f2605657d651c.zip | |
infobulles
Diffstat (limited to 'view/album.php')
| -rw-r--r-- | view/album.php | 9 |
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> |
