Show interface in uppercase

This commit is contained in:
Scott Ullrich 2008-11-25 06:48:00 +00:00
parent adc79e41bb
commit 2655814b3c

View File

@ -130,7 +130,7 @@ effect.");?><br>
<tr>
<td class="listlr" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
<?php
echo $gateway['name'];
echo strtoupper($gateway['name']);
if(isset($gateway['defaultgw'])) {
echo " <strong>(default)<strong>";
}