"changed wording if the \"view\" mode used to edit timesheets to just mode: options are Regular and Simple now, which are already translated by the api"

This commit is contained in:
Ralf Becker 2007-06-03 15:03:12 +00:00
parent 76d4884c94
commit 1ce25bed9c

View File

@ -20,11 +20,11 @@
</td>
</tr>
<tr class="row_on">
<td>{lang_timesheet_viewtype}:</td>
<td>{lang_Mode}:</td>
<td>
<select name="newsettings[ts_viewtype]">
<option value="normal"{selected_ts_viewtype_normal}>{lang_viewtype_normal}</option>
<option value="short"{selected_ts_viewtype_short}>{lang_viewtype_short}</option>
<option value="normal"{selected_ts_viewtype_normal}>{lang_Regular}</option>
<option value="short"{selected_ts_viewtype_short}>{lang_Simple}</option>
</select>
</td>
</tr>