Show help bubble when a tab is selected. #22

This bubble can be set not to show anymore.
This commit is contained in:
Arpad Csanyi
2016-05-07 20:47:54 +02:00
parent 862a5fdf7d
commit 71f1d16051

View File

@@ -151,6 +151,14 @@
<!-- Layer modifier/togge action. -->
<script id="key-editor-content__source--layer" type="text/x-Handlebars-template">
<div class="popover-content" style="margin-bottom:2px">
<div class="alert alert-info alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
If you select the <b>Layer</b> tab you can activate or toggle a layer.
<div class="key-editor__help--wrapper" style="margin-bottom: -15px; margin-top: 10px;">
<input type="checkbox" name="key-editor__help--show" id="keyeditor__help--show" checked />
<label style="font-weight: normal; color: #000; opacity: .4;" for="keyeditor__help-show">Show help messages in the key editor</label>
</div>
</div>
<div style="margin-bottom:0px; margin-top:2px">
<b style="">Activate layer</b>
<select class="layout-switcher" style="width: 100px">