Overview
Comment:Cacher les actions à l'impression
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: 9ab3fc4dc7e35d0102075265315477b2d7312111
User & Date: bohwaz on 2019-04-08 15:25:48
Other Links: manifest | tags
Context
2019-04-08
15:27
Plutôt cacher le contenu des cellules check-in: f00c3b2b3f user: bohwaz tags: trunk, stable
15:25
Cacher les actions à l'impression check-in: 9ab3fc4dc7 user: bohwaz tags: trunk, stable
15:18
N'appliquer l'image de fond que pour screen, pas pour l'impression check-in: bc87bdd6e3 user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/static/print.css from [4a0695d89e] to [65ebc115c0].

48
49
50
51
52
53
54
55
56
57
    border: 1px solid #666;
}

#rapport .parent {
    background: #ccc;
}

.noprint {
    display: none;
}







|


48
49
50
51
52
53
54
55
56
57
    border: 1px solid #666;
}

#rapport .parent {
    background: #ccc;
}

.noprint, .actions {
    display: none;
}