Ajout Bouton Impression

This commit is contained in:
Anthony Dumas 2019-03-20 11:49:29 +01:00
parent bc70d12218
commit 4c6be81d19
3 changed files with 12 additions and 0 deletions

View File

@ -40,4 +40,8 @@
.icon-file-pdf-o:before {
content: "\e905";
}
.icon-print:before {
content: "\e906";
}

View File

@ -6992,6 +6992,9 @@ label.panel-block {
.icon-file-pdf-o:before {
content: "\e905"; }
.icon-print:before {
content: "\e906"; }
#idCard .hero-body {
padding-bottom: 2rem;
padding-top: 2rem; }

View File

@ -56,6 +56,11 @@
<i class="fab icon-twit"></i>
</span>
</a>
<a class="button" href="javascript:window.print()" target="_blank">
<span class="icon">
<i class="fab icon-print"></i>
</span>
</a>
</p>
</div>
</div>