Do not display mms correction
This commit is contained in:
@@ -545,7 +545,8 @@
|
||||
margin-top: 0.1em !important;
|
||||
}
|
||||
|
||||
#header, #logo, #lang, .steps, #filter-box, #reglist-mode, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle, #overview, .tables-exclusion, .button {
|
||||
/* TODO - plenty of those elements could just use the .noprint class */
|
||||
#header, #logo, #lang, .steps, #filter-box, #reglist-mode, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle, #overview, .tables-exclusion, .button, .noprint {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
@@ -82,7 +82,8 @@
|
||||
#else
|
||||
<td>$!part.egf</td>
|
||||
#end
|
||||
<td data-sort="$part.rank">#rank($part.rank)#if($part.mmsCorrection) (#if($part.mmsCorrection > 0)+#end$part.mmsCorrection)#end</td>
|
||||
## display MMS correction on the screen, but not when printed
|
||||
<td data-sort="$part.rank">#rank($part.rank)#if($part.mmsCorrection)<span class="noprint"> (#if($part.mmsCorrection > 0)+#end$part.mmsCorrection)</span>#end</td>
|
||||
<td>$part.rating</td>
|
||||
#if($tour.pairing.type == 'MAC_MAHON')
|
||||
<td>$mmsPlayersMap[$part.id]</td>
|
||||
|
Reference in New Issue
Block a user