+[%- USE T8 %]
[% USE HTML %]<body>
<form method="post" action="projects.pl">
<p>
<table>
<tr>
- <th align="right"><translate>Number</translate></th>
+ <th align="right">[% 'Number' | $T8 %]</th>
<td><input name="filter.projectnumber" size="20"></td>
</tr>
<tr>
- <th align="right"><translate>Description</translate></th>
+ <th align="right">[% 'Description' | $T8 %]</th>
<td><input name="filter.description" size="60"></td>
</tr>
[% CUSTOM_VARIABLES_FILTER_CODE %]
<tr>
- <th><translate>Include in Report</translate></th>
+ <th>[% 'Include in Report' | $T8 %]</th>
<td>
<table>
<tr>
<td>
<input type="radio" name="filter.active" id="active_active" value="active" checked>
- <label for="active_active"><translate>Active</translate></label>
+ <label for="active_active">[% 'Active' | $T8 %]</label>
</td>
<td>
<input type="radio" name="filter.active" id="active_inactive" value="inactive">
- <label for="active_inactive"><translate>Inactive</translate></label>
+ <label for="active_inactive">[% 'Inactive' | $T8 %]</label>
</td>
<td>
<input type="radio" name="filter.active" id="active_both" value="both">
- <label for="active_both"><translate>Both</translate></label>
+ <label for="active_both">[% 'Both' | $T8 %]</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="filter.status" id="status_all" value="all" checked>
- <label for="status_all"><translate>All</translate></label>
+ <label for="status_all">[% 'All' | $T8 %]</label>
</td>
<td>
<input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
- <label for="status_orphaned"><translate>Orphaned</translate></label>
+ <label for="status_orphaned">[% 'Orphaned' | $T8 %]</label>
</td>
</tr>
<input type="hidden" name="nextsub" value="project_report">
<p>
- <input class="submit" type="submit" name="action" value="<translate>Continue</translate>">
+ <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
</p>
</form>