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 | d7e492644e3a9b41636bc06d7d9d8fcd78efb1ea (patch) | |
| tree | 089d3d814e560e1691cfad299d11a059b81af5e5 /ishtar/templates/sheet_contextrecord.html | |
| parent | 6406c6f1538c669969f44a04dd47905f40b6102f (diff) | |
| download | Ishtar-d7e492644e3a9b41636bc06d7d9d8fcd78efb1ea.tar.bz2 Ishtar-d7e492644e3a9b41636bc06d7d9d8fcd78efb1ea.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 %} |
