#4 {trans("User configuration variable parameters")} ({trans('overwrite parameters from panel #3 (if exists) and panel #2 and panel #1')}) | {button type="link-button" href="?m=configadd&refconfigid={$config.id}&reftype=user" icon="add" label="Add" tip="Add config for user"} | |||
{trans("Login:")} | {trans("First/last name:")} | {trans("Comment:")} | {trans("Value:")} | |
{$relatedoption.login} |
{$relatedoption.name} | {$relatedoption.description} | {$relatedoption.value} | {if $relatedoption.disabled} {button type="link" icon="disconnected" tip="Enable" href="?m=configedit&id={$relatedoption.id}&statuschange=1"} {else} {button type="link" icon="connected" tip="Disable" href="?m=configedit&id={$relatedoption.id}&statuschange=1"} {/if} {button type="link" icon="delete" class="delete-config" tip="Delete" href="?m=configdel&id={$relatedoption.id}"} {button type="link" icon="edit" tip="Edit" href="?m=configedit&id={$relatedoption.id}"} |
{trans("No data")} |