10 lines
160 B
Smarty
10 lines
160 B
Smarty
onClick="return contextmenu('{$i.id}'
|
|
{if $i.state == 'running'}
|
|
, 'TR.pause'
|
|
{elseif $i.state == 'paused'}
|
|
, 'TR.resume'
|
|
{/if}
|
|
|
|
, 'TR.cancel'
|
|
)"
|
|
|