Projet

Général

Profil

« Précédent | Suivant » 

Révision 54318d2c

Ajouté par Serghei Mihai il y a plus de 9 ans

dossiers: printing each patient record tab with filtering past and future appointments by dates

Closes #3109

Voir les différences:

calebasse/static/css/print.css
7 7
  color: black;
8 8
}
9 9

  
10
button {
11
    display: none;
12
}
13

  
10 14
div#header, div#splash, div#footer, div#appbar, div#datesel,
11
div#djDebugToolbarHandle, button#uncheck-all, button#check-all, input.printable  {
15
div#djDebugToolbarHandle, input.printable {
12 16
  display: none;
13 17
}
14 18

  
......
100 104
table.main td, table.main th {
101 105
    border: 1px solid #555;
102 106
    padding: 0 .5em;
107
}
108

  
109

  
110
 /* Patient record printing */
111

  
112
textarea, input[type=text], select {
113
    border: 0;
114
}
115

  
116
textarea[value=''] {
117
    display: none;
118
}
119

  
120
input[value=''] {
121
    display: none;
122
}
123

  
124
#tabs > ul {
125
    display: none;
126
}
127

  
128
.social-security-contact ul {
129
    display: block;
130
}
131

  
132
 /* tabs-7 */
133

  
134
#tabs-7 .subframe {
135
    padding: 0 .5em;
136
}
137

  
138
 /* tabs-8 */
139

  
140
#tabs-8 label {
141
    display: inline;
142
}
143

  
144
.select2-results {
145
    display: none;
146
}
147

  
148
.select2-choices {
149
    list-style-type:none;
150
}
151

  
152
.select2-container + select {
153
    display: none;
154
}
155

  
156
#tabs-8 label:after {
157
    content: ':';
103 158
}

Formats disponibles : Unified diff