Skip to content

Commit

Permalink
Evarisk#22 [Kanban] add: background url
Browse files Browse the repository at this point in the history
  • Loading branch information
theodaviddd committed Oct 29, 2024
1 parent a51eeb6 commit 674700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tpl/kanban_view.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="fullscreen-toggle" onclick="window.digikanban.kanban.toggleFullscreen()">🖵 Plein écran</div>

<div id="kanban-board" class="kanban-board">
<div id="kanban-board" class="kanban-board" style="background-image: url('https://www.w3schools.com/w3images/lights.jpg')">

<?php
// Cette section gère l'affichage des colonnes et des objets associés dans le Kanban
Expand Down

0 comments on commit 674700e

Please sign in to comment.