Skip to content
Snippets Groups Projects
Commit 3e1923c3 authored by wactbprot's avatar wactbprot
Browse files

missing --> m, none-->n, wait--> w

parent da1ef290
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,10 @@ ...@@ -53,10 +53,10 @@
.SE1 { color:white;background-color: #6A9E99; } .SE1 { color:white;background-color: #6A9E99; }
.SE3 { color:white;background-color: #42847D; } .SE3 { color:white;background-color: #42847D; }
.missing { color:black; background-color: #EDE15C; } .m { color:black; background-color: #EDE15C; }
.selected { color:black; background-color: #ff6600; } .selected { color:black; background-color: #ff6600; }
.waiting { color:black;background-color: #ECE8FA; } .w { color:black;background-color: #ECE8FA; }
overflow: scroll; /* Scrollbar are always visible */ overflow: scroll; /* Scrollbar are always visible */
overflow: auto; /* Scrollbar is displayed as it's needed */ overflow: auto; /* Scrollbar is displayed as it's needed */
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<th>Datum Rechnung</th> <th>Datum Rechnung</th>
<th>Angebotssumme</th> <th>Angebotssumme</th>
<th><b>Rechnungssumme</b></th> <th><b>Rechnungssumme</b></th>
<th>tech. abgeschl.</th> <th>tech. abgeschl.</th>
<th>Email</th> <th>Email</th>
...@@ -113,4 +113,4 @@ ...@@ -113,4 +113,4 @@
<th>BUR-Dateien</th> <th>BUR-Dateien</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
\ No newline at end of file
function(doc) { function(doc) {
var missing = "missing" var missing = "m"
, none = "none" , none = "n"
, waiting = "waiting" , waiting = "w"
, pad = "0000" , pad = "0000"
, commonPrefix = "7.5-1V" , commonPrefix = "7.5-1V"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment