{style} {literal} td.ow_action_price_td { padding: 5px; } input.price_input { width: 70px; display: none; } tr td.ow_inprogress { background: url({/literal}{$imagesUrl}{literal}ajax_preloader_button.gif) no-repeat 7px 7px; } body .ow_disabled_state a { color: #bbaba2; } body .ow_disabled_state a, body .ow_enabled_state a { padding-right: 1px; } body .ow_disabled_state .lbutton_wrap, body .ow_enabled_state .lbutton_wrap { position:relative; float: right; width: 1px; height: 1px; margin-left: 1px; } body .ow_disabled_state .lbutton_wrap a, body .ow_enabled_state .lbutton_wrap a { position: absolute; display: none; top: 0; right: 0; padding-right: 3px; } tr.ow_disabled_state:hover a.action_enable, tr.ow_enabled_state:hover a.action_disable { display: block; } {/literal} {/style} {$menu} {block_decorator name='box' addClass='ow_std_margin'}{text key='usercredits+actions_description'}{/block_decorator} {if $types && $showTypes}
{text key='usercredits+select_account_type'}:  
{/if}
{block_decorator name='box' langLabel='usercredits+earning_actions' iconClass='ow_ic_add' type='empty' addClass='ow_stdmargin'} {if $earning} {foreach from=$earning item='e' name='e'} {/if} {/foreach}
{text key='usercredits+actions'} {text key='usercredits+price_in_credits'}
{text_edit key="`$e.pluginKey`+usercredits_action_`$e.actionKey`"} {if !empty($e.settingsRoute)} {text key='admin+btn_label_edit'} {else} {$e.amount}
{else}
{text key='usercredits+no_actions'}
{/if} {/block_decorator} {block_decorator name='box' langLabel='usercredits+spending_actions' iconClass='ow_ic_warning' type='empty' addClass='ow_stdmargin'} {if $losing} {foreach from=$losing item='l' name='l'} {/if} {/foreach}
{text key='usercredits+actions'} {text key='usercredits+price_in_credits'}
{text_edit key="`$l.pluginKey`+usercredits_action_`$l.actionKey`"} {if !empty($l.settingsRoute)} {text key='admin+btn_label_edit'} {else} {$l.amount}
{else}
{text key='usercredits+no_actions'}
{/if} {/block_decorator} {if $unset} {block_decorator name='box' langLabel='usercredits+unset_actions' iconClass='ow_ic_gear_wheel' type='empty' addClass='ow_stdmargin'} {foreach from=$unset item='u' name='u'} {/if} {/foreach}
{text key='usercredits+actions'} {text key='usercredits+price'}
{text_edit key="`$u.pluginKey`+usercredits_action_`$u.actionKey`"} {if !empty($u.settingsRoute)} {text key='admin+btn_label_edit'} {else} {$u.amount}
{/block_decorator} {/if}