Revision 673ee314
Added by Carlos Eduardo Ramos almost 15 years ago
usr/local/www/diag_dump_states.php | ||
---|---|---|
132 | 132 |
<form action="<?=$_SERVER['SCRIPT_NAME'];?>" method="get"> |
133 | 133 |
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0"> |
134 | 134 |
<tr> |
135 |
<td><?=gettext("Current state count");?>: <?=$current_statecount?></td>
|
|
135 |
<td><?=gettext("Current state count:");?> <?=$current_statecount?></td>
|
|
136 | 136 |
<td style="font-weight:bold;" align="right"> |
137 |
<?=gettext("Filter expression");?>:
|
|
137 |
<?=gettext("Filter expression:");?>
|
|
138 | 138 |
<input type="text" name="filter" class="formfld search" value="<?=$_GET['filter'];?>" size="30" /> |
139 | 139 |
<input type="submit" class="formbtn" value="<?=gettext("Filter");?>" /> |
140 | 140 |
<td> |
Also available in: Unified diff
gettext() fixes on diag_dump_states.php