2006-09-12 17:21:23 +02:00
|
|
|
<!-- BEGIN header -->
|
|
|
|
<p style="text-align: center; color: {th_err};">{error}</p>
|
|
|
|
<form name=frm method="POST" action="{action_url}">
|
|
|
|
{hidden_vars}
|
|
|
|
<table border="0" align="left">
|
|
|
|
<tr class="th">
|
|
|
|
<td colspan="2"> <b>{title}</b></td>
|
|
|
|
</tr>
|
|
|
|
<!-- END header -->
|
|
|
|
|
|
|
|
<!-- BEGIN body -->
|
|
|
|
<tr class="row_on">
|
|
|
|
<td>{lang_ProjectManager_integration}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[pm_integration]">
|
|
|
|
<option value="">{lang_Both:_allow_to_use_ProjectManager_and_free_project-names}</option>
|
|
|
|
<option value="none"{selected_pm_integration_none}>{lang_None:_use_only_free_project-names}</option>
|
|
|
|
<option value="full"{selected_pm_integration_full}>{lang_Full:_use_only_ProjectManager}</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2007-03-08 12:23:16 +01:00
|
|
|
<tr class="row_on">
|
2007-06-03 17:03:12 +02:00
|
|
|
<td>{lang_Mode}:</td>
|
2007-03-08 12:23:16 +01:00
|
|
|
<td>
|
|
|
|
<select name="newsettings[ts_viewtype]">
|
2007-06-03 17:03:12 +02:00
|
|
|
<option value="normal"{selected_ts_viewtype_normal}>{lang_Regular}</option>
|
|
|
|
<option value="short"{selected_ts_viewtype_short}>{lang_Simple}</option>
|
2007-03-08 12:23:16 +01:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2007-07-10 09:34:30 +02:00
|
|
|
<tr class="row_on">
|
|
|
|
<td>{lang_Show_a_quantity_sum_(eg._to_sum_up_negative_overtime)}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[quantity_sum]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="true"{selected_quantity_sum_true}>{lang_Yes}</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-10-17 22:24:56 +02:00
|
|
|
<tr class="th">
|
|
|
|
<td colspan="2"> <b>{lang_History_logging}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row_on">
|
|
|
|
<td> {lang_Prevent_deleting}</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[history]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="history"{selected_history_history}>{lang_Yes,_only_admins_can_purge_deleted_items}</option>
|
|
|
|
<option value="userpurge"{selected_history_userpurge}>{lang_Yes,_users_can_purge_their_deleted_items}</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2006-09-12 17:21:23 +02:00
|
|
|
<!-- END body -->
|
|
|
|
|
|
|
|
<!-- BEGIN footer -->
|
|
|
|
<tr class="th">
|
|
|
|
<td colspan="2">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" align="center">
|
|
|
|
<input type="submit" name="submit" value="{lang_submit}">
|
|
|
|
<input type="submit" name="cancel" value="{lang_cancel}">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<!-- END footer -->
|