Revision 93458966
Added by Carlos Eduardo Ramos about 15 years ago
usr/local/www/system_usermanager.php | ||
---|---|---|
433 | 433 |
<tr> |
434 | 434 |
<td width="22%" valign="top" class="vncell"><?=gettext("Defined by");?></td> |
435 | 435 |
<td width="78%" class="vtable"> |
436 |
<strong><?php sprintf(gettext("%s"), strtoupper($pconfig['utype']));?></strong>
|
|
436 |
<strong><?=strtoupper($pconfig['utype']);?></strong>
|
|
437 | 437 |
<input name="utype" type="hidden" value="<?=$pconfig['utype']?>"/> |
438 | 438 |
</td> |
439 | 439 |
</tr> |
Also available in: Unified diff
Removed gettext call