Revision ccb047f1
Added by Stephen Beaver over 9 years ago
src/usr/local/www/diag_tables.php | ||
---|---|---|
242 | 242 |
</div> |
243 | 243 |
|
244 | 244 |
<?php if (empty($entries)): ?> |
245 |
<div class="alert alert-warning" role="alert">No entries exist in this table</div>
|
|
245 |
<div class="alert alert-warning" role="alert"><?=gettext("No entries exist in this table")?></div>
|
|
246 | 246 |
<?php endif ?> |
247 | 247 |
|
248 | 248 |
<?php |
Also available in: Unified diff
Added gettext() around alert string