# HG changeset patch # User BenoƮt Allard # Date 1411993117 -7200 # Node ID 6594ff7c37b471c2779b9b7647c4d43430554785 # Parent 5b84a2c4f30c98c33da4c005b82c0d5b6511ed79 Fix a few links diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_acknowledgment.j2 --- a/farol/templates/document/edit_acknowledgment.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_acknowledgment.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -36,6 +36,6 @@ {{ textinput("url", "URL", "http://...", url, type="url") }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_distribution.j2 --- a/farol/templates/document/edit_distribution.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_distribution.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -31,6 +31,6 @@
{{ textarea("distribution", "Document Distribution", "", distribution) }} -Cancel +Cancel
{% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_note.j2 --- a/farol/templates/document/edit_note.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_note.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -37,6 +37,6 @@ {{ textarea("note", "Note", "", note and note._note or '', 10, required=True) }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_publisher.j2 --- a/farol/templates/document/edit_publisher.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_publisher.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -36,6 +36,6 @@ {{ textarea("authority", "Issuing Authority", "", publisher._authority or '', 3) }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_reference.j2 --- a/farol/templates/document/edit_reference.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_reference.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -35,6 +35,6 @@ {{ textinput("description", "Description", "", description, required=True) }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_revision.j2 --- a/farol/templates/document/edit_revision.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_revision.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -42,6 +42,6 @@ {% endif %} - Cancel + Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_severity.j2 --- a/farol/templates/document/edit_severity.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_severity.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -32,6 +32,6 @@ {{ textinput("namespace", "Namespace", "https://", severity._namespace, type='url') }} {{ textinput("severity", "Severity", "", severity._severity, help="If left empty, no Aggregate Severity will be set (i.e. no Namespace either).") }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_title.j2 --- a/farol/templates/document/edit_title.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_title.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -32,6 +32,6 @@ {{ textinput("title", "Document Title", "", title, required=True) }} {{ textinput("type", "Document Type", "", _type, required=True) }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/document/edit_tracking.j2 --- a/farol/templates/document/edit_tracking.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/document/edit_tracking.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -43,6 +43,6 @@ {% endcall %} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/producttree/edit_branch.j2 --- a/farol/templates/producttree/edit_branch.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/producttree/edit_branch.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -35,6 +35,6 @@ {{ selectinput2('parent', "Path to Parent Branch", branches, branch.getParentPath()) }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/producttree/edit_group.j2 --- a/farol/templates/producttree/edit_group.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/producttree/edit_group.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -35,6 +35,6 @@ {{ selectinput2('products', "Products", products, productids, multiple=True) }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/producttree/edit_product.j2 --- a/farol/templates/producttree/edit_product.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/producttree/edit_product.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -41,6 +41,6 @@ {{ selectinput2('parent_relationship', "Parent relationship", orphaned_relationships, current_rel) }} -Cancel +Cancel {% endblock %} diff -r 5b84a2c4f30c -r 6594ff7c37b4 farol/templates/producttree/edit_relationship.j2 --- a/farol/templates/producttree/edit_relationship.j2 Mon Sep 29 14:15:21 2014 +0200 +++ b/farol/templates/producttree/edit_relationship.j2 Mon Sep 29 14:18:37 2014 +0200 @@ -35,6 +35,6 @@ {{ selectinput2('relatestoproductreference', "Relates to Product Reference", products, relatestoproductreference) }} -Cancel +Cancel {% endblock %}