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 | |
| parent | 6406c6f1538c669969f44a04dd47905f40b6102f (diff) | |
| download | Ishtar-d7e492644e3a9b41636bc06d7d9d8fcd78efb1ea.tar.bz2 Ishtar-d7e492644e3a9b41636bc06d7d9d8fcd78efb1ea.zip | |
Label changes (closes #440)
Diffstat (limited to 'ishtar/templates')
| -rw-r--r-- | ishtar/templates/sheet_contextrecord.html | 4 | ||||
| -rw-r--r-- | ishtar/templates/sheet_ope.html | 2 | ||||
| -rw-r--r-- | ishtar/templates/sheet_ope_modif.html | 2 | ||||
| -rw-r--r-- | ishtar/templates/sheet_operation.html | 2 |
4 files changed, 5 insertions, 5 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 %} diff --git a/ishtar/templates/sheet_ope.html b/ishtar/templates/sheet_ope.html index aa35350bd..dbe3297b3 100644 --- a/ishtar/templates/sheet_ope.html +++ b/ishtar/templates/sheet_ope.html @@ -122,7 +122,7 @@ <table> <caption>{%trans "Recording Units"%}</caption> <tr> - <th>{% trans "Label" %}</th> + <th>{% trans "ID" %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Chronology" %}</th> <th>{% trans "Description" %}</th> diff --git a/ishtar/templates/sheet_ope_modif.html b/ishtar/templates/sheet_ope_modif.html index da8fa640a..cc3a4492e 100644 --- a/ishtar/templates/sheet_ope_modif.html +++ b/ishtar/templates/sheet_ope_modif.html @@ -122,7 +122,7 @@ <table> <caption>{%trans "Recording Units"%}</caption> <tr> - <th>{% trans "Label" %}</th> + <th>{% trans "ID" %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Chronology" %}</th> <th>{% trans "Description" %}</th> diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html index 3a76ccf4e..9a85e03a1 100644 --- a/ishtar/templates/sheet_operation.html +++ b/ishtar/templates/sheet_operation.html @@ -121,7 +121,7 @@ <table> <caption>{%trans "Context records"%}</caption> <tr> - <th>{% trans "Label" %}</th> + <th>{% trans "ID" %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Chronology" %}</th> <th>{% trans "Description" %}</th> |
