aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-06-02 22:24:22 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-11 11:28:14 +0100
commit5166582791890a27bf4bc9348af6283dbebb020c (patch)
tree6b50659fa09c1f4a99a066e35557610f3e23f8e7 /templates
parent33f433c1d2318bc191d88035779857498a106efd (diff)
downloadopenembedded-core-contrib-5166582791890a27bf4bc9348af6283dbebb020c.tar.gz
Add cancel button to edit layer form
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/layerindex/editlayer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/layerindex/editlayer.html b/templates/layerindex/editlayer.html
index 714a89a7bf..8e524d3764 100644
--- a/templates/layerindex/editlayer.html
+++ b/templates/layerindex/editlayer.html
@@ -147,7 +147,8 @@
<div class="submitbuttons">
{% block submitbuttons %}
-<input type="submit" value="Save layer" class="btn btn-primary btn-large" />
+<input type="submit" value="Save layer" class="btn btn-primary btn-large submitbutton" />
+<a href="{{ return_url }}" class="btn btn-large">Cancel</a>
{% endblock %}
</div>
</form>