Initial import of export function

This commit is contained in:
Lars Kneschke 2007-03-08 11:23:16 +00:00
parent ab04ba334c
commit 171f3730ce

View File

@ -19,6 +19,15 @@
</select> </select>
</td> </td>
</tr> </tr>
<tr class="row_on">
<td>{lang_timesheet_viewtype}:</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>
</select>
</td>
</tr>
<!-- END body --> <!-- END body -->
<!-- BEGIN footer --> <!-- BEGIN footer -->