aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-11 11:48:53 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-05 00:31:23 +0100
commitb5074ed2aae6923b0b2781a2fb36b42318eeb126 (patch)
tree27c647485623642e3a92263d65471c9a42c60804 /templates/layerindex
parentc2e36cda119313c121cf81cb1d98591a0a88ee4a (diff)
downloadopenembedded-core-contrib-b5074ed2aae6923b0b2781a2fb36b42318eeb126.tar.gz
Top bar functions improvements
* Change Submit layer link into a button * Ensure tools dropdown menu doesn't show on layer submit/edit page Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates/layerindex')
-rw-r--r--templates/layerindex/editlayer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layerindex/editlayer.html b/templates/layerindex/editlayer.html
index 8e524d3764..ba37ee97fa 100644
--- a/templates/layerindex/editlayer.html
+++ b/templates/layerindex/editlayer.html
@@ -14,8 +14,8 @@
{% block title_append %} - edit layer{% endblock %}
-->
-{% block submitlink %}
-<!-- Remove submit link added by base.html, otherwise clicking it may lose changes -->
+{% block topfunctions %}
+<!-- Remove submit link/tools drop-down added by base.html, otherwise clicking it may lose changes -->
{% endblock %}