2014-03-26 10:41:45 +04:00
|
|
|
<div class="toolbox-container layers-list-container">
|
2014-07-05 13:27:11 +04:00
|
|
|
<h3 class="toolbox-title layers-title">Layers
|
|
|
|
<div title="Toggle layer preview (alt+L)"
|
|
|
|
rel="tooltip"
|
|
|
|
data-placement="top"
|
|
|
|
class="layers-toggle-preview piskel-icon-eye"></div>
|
|
|
|
</h3>
|
2014-03-26 10:41:45 +04:00
|
|
|
<div class="toolbox-button-container layers-button-container">
|
|
|
|
<button class="button toolbox-button" data-action="add" >Add</button>
|
|
|
|
<button class="button toolbox-button" data-action="delete" >Delete</button>
|
|
|
|
<button class="button toolbox-button layers-button-arrow" data-action="up" >↑</button>
|
|
|
|
<button class="button toolbox-button layers-button-arrow" data-action="down" >↓</button>
|
2013-09-25 02:11:12 +04:00
|
|
|
</div>
|
2013-09-26 00:43:21 +04:00
|
|
|
<script type="text/template" id="layer-item-template">
|
2014-04-10 01:24:25 +04:00
|
|
|
<li class="layer-item {{isselected:current-layer-item}}" data-layer-index="{{layerindex}}">{{layername}}
|
2014-09-13 22:10:05 +04:00
|
|
|
<span class="action-icon edit-icon" title="Edit layer name" rel="tooltip" data-placement="top"> </span>
|
|
|
|
<span class="action-icon merge-icon" title="Merge with layer below" rel="tooltip" data-placement="top"> </span>
|
2014-04-10 01:24:25 +04:00
|
|
|
</li>
|
2013-09-26 00:43:21 +04:00
|
|
|
</script>
|
|
|
|
<ul class="layers-list"></ul>
|
2013-09-25 02:11:12 +04:00
|
|
|
</div>
|