forked from extern/egroupware
"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:
parent
76d4884c94
commit
1ce25bed9c
@ -20,11 +20,11 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row_on">
|
<tr class="row_on">
|
||||||
<td>{lang_timesheet_viewtype}:</td>
|
<td>{lang_Mode}:</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="newsettings[ts_viewtype]">
|
<select name="newsettings[ts_viewtype]">
|
||||||
<option value="normal"{selected_ts_viewtype_normal}>{lang_viewtype_normal}</option>
|
<option value="normal"{selected_ts_viewtype_normal}>{lang_Regular}</option>
|
||||||
<option value="short"{selected_ts_viewtype_short}>{lang_viewtype_short}</option>
|
<option value="short"{selected_ts_viewtype_short}>{lang_Simple}</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user