Commit 3939fa75 authored by Christof Damian 's avatar Christof Damian

[ 1737318 ] L10n fix #4:intranet-timesheet2-tasks/new.tcl

parent b29af0c9
......@@ -20,4 +20,16 @@
<msg key="Timesheet_Task">Timesheet Tasks</msg>
<msg key="Timesheet_Tasks">Timesheet Tasks</msg>
<msg key="Unable_to_delete_tasks">Unable to delete tasks</msg>
<msg key="Short_Name">Short Name</msg>
<msg key="Name">Name</msg>
<msg key="Material">Material</msg>
<msg key="Cost_Center">Cost Center</msg>
<msg key="Status">Status</msg>
<msg key="Type">Type</msg>
<msg key="UoM">UoM</msg>
<msg key="Unit_of_Measure">Unit of Measure</msg>
<msg key="Planned_Units">Planned Units</msg>
<msg key="Billable_Units">Billable Units</msg>
<msg key="Percentage_completed">Percentage completed</msg>
<msg key="Note">Note</msg>
</message_catalog>
......@@ -151,19 +151,19 @@ ad_form \
-form {
task_id:key
{project_id:text(hidden)}
{task_nr:text(text) {label "Short Name"} {html {size 30}}}
{task_name:text(text) {label Name} {html {size 50}}}
{material_id:text(select) {label "Material"} {options $material_options} }
{cost_center_id:text(select) {label "Cost Center"} {options $cost_center_options} }
{task_type_id:text(select) {label "Type"} {options $type_options} }
{task_status_id:text(im_category_tree) {label "Status"} {custom {category_type "Intranet Project Status"}}}
{uom_id:text(select) {label "UoM<br>(Unit of Measure)"} {options $uom_options} }
{planned_units:float(text),optional {label "Planned Units"} {html {size 10}}}
{billable_units:float(text),optional {label "Billable Units"} {html {size 10}}}
{percent_completed:float(text),optional {label "Percentage completed"} {html {size 10}}}
{note:text(textarea),optional {label "Note"} {html {cols 40}}}
{start_date:date(date),optional {label "Start Date"} {}}
{end_date:date(date),optional {label "End Date"} {}}
{task_nr:text(text) {label "[_ intranet-timesheet2-tasks.Short_Name]"} {html {size 30}}}
{task_name:text(text) {label "[_ intranet-timesheet2-tasks.Name]"} {html {size 50}}}
{material_id:text(select) {label "[_ intranet-timesheet2-tasks.Material]"} {options $material_options} }
{cost_center_id:text(select) {label "[_ intranet-timesheet2-tasks.Cost_Center]"} {options $cost_center_options} }
{task_type_id:text(select) {label "[_ intranet-timesheet2-tasks.Type]"} {options $type_options} }
{task_status_id:text(im_category_tree) {label "[_ intranet-timesheet2-tasks.Status]"} {custom {category_type "Intranet Project Status"}}}
{uom_id:text(select) {label "[_ intranet-timesheet2-tasks.UoM]<br>([_ intranet-timesheet2-tasks.Unit_of_Measure])"} {options $uom_options} }
{planned_units:float(text),optional {label "[_ intranet-timesheet2-tasks.Planned_Units]"} {html {size 10}}}
{billable_units:float(text),optional {label "[_ intranet-timesheet2-tasks.Billable_Units]"} {html {size 10}}}
{percent_completed:float(text),optional {label "[_ intranet-timesheet2-tasks.Percentage_completed]"} {html {size 10}}}
{note:text(textarea),optional {label "[_ intranet-timesheet2-tasks.Note]"} {html {cols 40}}}
{start_date:date(date),optional {label "[_ intranet-timesheet2.Start_Date]"} {}}
{end_date:date(date),optional {label "[_ intranet-timesheet2.End_Date]"} {}}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment