fix state icon
This commit is contained in:
parent
637c8cf359
commit
fd4c777d74
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@
|
|||
<b i18n:translate="">State</b>:
|
||||
<span i18n:translate=""
|
||||
tal:content="stf/state" />
|
||||
<img tal:define="stateObject stf/getStateObject"
|
||||
<img style="margin-bottom: -3px"
|
||||
tal:define="stateObject stf/getStateObject"
|
||||
tal:attributes="src string:$resourceBase/${stateObject/stateIcon}" />
|
||||
</div>
|
||||
<div><b i18n:translate="">Available Transitions</b>:
|
||||
|
|
Loading…
Add table
Reference in a new issue