Overview
Comment:Plutôt cacher le contenu des cellules
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: f00c3b2b3fd94bad2417304b3d5cc43cbbebef4b
User & Date: bohwaz on 2019-04-08 15:27:01
Other Links: manifest | tags
Context
2019-04-27
22:09
Ne pas rendre le champ email obligatoire par défaut, source d'incompréhension check-in: a88f4cd865 user: bohwaz tags: trunk, stable
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
Changes

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

48
49
50
51
52
53
54
55
56
57




    border: 1px solid #666;
}

#rapport .parent {
    background: #ccc;
}

.noprint, .actions {
    display: none;
}











|


>
>
>
>
48
49
50
51
52
53
54
55
56
57
58
59
60
61
    border: 1px solid #666;
}

#rapport .parent {
    background: #ccc;
}

.noprint {
    display: none;
}

td.actions * {
    display: none;
}