...
|
...
|
@@ -102,21 +102,21 @@ |
|
|
<div style="border: 1px solid #000;overflow: hidden;">
|
|
|
<ul class="icon_lists clear">
|
|
|
<div class="modality">
|
|
|
{{> truck}}
|
|
|
{{> icon/truck}}
|
|
|
{{# hook}}
|
|
|
{{> round-hook}}
|
|
|
{{> icon/round-hook}}
|
|
|
{{/ hook}}
|
|
|
{{> error-round}}
|
|
|
{{> doubt}}
|
|
|
{{> icon/error-round}}
|
|
|
{{> icon/doubt}}
|
|
|
{{# warn}}
|
|
|
{{> warn}}
|
|
|
{{> icon/warn}}
|
|
|
{{/ warn}}
|
|
|
</div>
|
|
|
|
|
|
<div class="sort">
|
|
|
{{> clock}}
|
|
|
{{> praise}}
|
|
|
{{> delete}}
|
|
|
{{> icon/clock}}
|
|
|
{{> icon/praise}}
|
|
|
{{> icon/delete}}
|
|
|
</div>
|
|
|
</ul>
|
|
|
</div>
|
...
|
...
|
|