Project

General

Profile

« Previous | Next » 

Revision ad57806b

Added by Carlos Eduardo Ramos about 15 years ago

gettext() fixes on diag_system_pftop.php

View differences:

usr/local/www/diag_system_pftop.php
96 96
		print_input_errors($input_errors);
97 97
?>
98 98
	<form method="post">
99
	<?=gettext("Sort type"); ?>: 
99
	<?=gettext("Sort type:"); ?> 
100 100
	<select name='sorttype' id='sorttype' onChange='this.form.submit();'>
101 101
		<option value='<?=$sorttype?>'><?=$sorttype?></option>
102 102
		<option value='age'><?=gettext("age");?></option>

Also available in: Unified diff