= t('No session.') ?>
= t('Creation date') ?> | = t('Expiration date') ?> | = t('IP address') ?> | = t('User agent') ?> | = t('Action') ?> |
---|---|---|---|---|
= $this->dt->datetime($session['date_creation']) ?> | = $this->dt->datetime($session['expiration']) ?> | = $this->e($session['ip']) ?> | = $this->e($session['user_agent']) ?> | = $this->url->link(t('Remove'), 'User', 'removeSession', array('user_id' => $user['id'], 'id' => $session['id']), true) ?> |