File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 155155 < div class ="l-unit__stat-cols clearfix last ">
156156 < div class ="l-unit__stat-col l-unit__stat-col--left "> < ?=__('Bandwidth')?> :</ div >
157157 < div class ="l-unit__stat-col l-unit__stat-col--right ">
158+ < ?php if (preg_match('/[a-z]/i', $data[$key]['BANDWIDTH'])): ?>
159+ < b > < ?=__($data[$key]['BANDWIDTH'])?> </ b >
160+ < ?php else: ?>
158161 < b > < ?=humanize_usage_size($data[$key]['BANDWIDTH'])?> </ b > < ?=humanize_usage_measure($data[$key]['BANDWIDTH'])?>
162+
163+ < ?php endif; ?>
159164 </ div >
160165 </ div >
161166 </ td >
182187 < div class ="l-unit__stat-cols clearfix last ">
183188 < div class ="l-unit__stat-col l-unit__stat-col--left "> < ?=__('Disk')?> :</ div >
184189 < div class ="l-unit__stat-col l-unit__stat-col--right ">
190+ < ?php if (preg_match('/[a-z]/i', $data[$key]['DISK_QUOTA'])): ?>
191+ < b > < ?=__($data[$key]['DISK_QUOTA'])?> </ b >
192+ < ?php else: ?>
185193 < b > < ?=humanize_usage_size($data[$key]['DISK_QUOTA'])?> </ b > < ?=humanize_usage_measure($data[$key]['DISK_QUOTA'])?>
194+
195+ < ?php endif; ?>
186196 </ div >
187197 </ div >
188198 </ td >
You can’t perform that action at this time.
0 commit comments