diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-05-10 12:42:57 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-05-10 12:42:57 +0200 |
| commit | 452420df802506846df246600916b43493f0d65a (patch) | |
| tree | 089d3d814e560e1691cfad299d11a059b81af5e5 /ishtar/templates/sheet_contextrecord.html | |
| parent | 9ad84afa98887cf0bc475595982cd992c55b9e29 (diff) | |
| download | Ishtar-452420df802506846df246600916b43493f0d65a.tar.bz2 Ishtar-452420df802506846df246600916b43493f0d65a.zip | |
Label changes (closes #440)
Diffstat (limited to 'ishtar/templates/sheet_contextrecord.html')
| -rw-r--r-- | ishtar/templates/sheet_contextrecord.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/sheet_contextrecord.html b/ishtar/templates/sheet_contextrecord.html index 76b76183f..b29541d54 100644 --- a/ishtar/templates/sheet_contextrecord.html +++ b/ishtar/templates/sheet_contextrecord.html @@ -6,10 +6,10 @@ <h3>{% trans "Context Record"%}</h3> {% if item.parcel.operation.code_patriarche %} -<p><label>{%trans "Complete label:"%}</label> +<p><label>{%trans "Complete ID:"%}</label> {% else %} <p class='alert'><label>{%trans "Patriarche OA code not yet recorded!"%}</label></p> -<p><label>{%trans "Temporary label:"%}</label> +<p><label>{%trans "Temporary ID:"%}</label> {%endif%} <span class='value'>{{item.full_label}}</span></p> {%if item.unit %} |
