Make user actions available from contextual menu
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="page-header">
|
||||
<h2><?= t('Edit Authentication') ?></h2>
|
||||
<h2><?= t('Authentication Parameters') ?></h2>
|
||||
</div>
|
||||
<form method="post" action="<?= $this->url->href('UserCredentialController', 'saveAuthentication', array('user_id' => $user['id'])) ?>" autocomplete="off">
|
||||
<?= $this->form->csrf() ?>
|
||||
@@ -14,11 +14,7 @@
|
||||
<?= $this->form->checkbox('disable_login_form', t('Disallow login form'), 1, isset($values['disable_login_form']) && $values['disable_login_form'] == 1) ?>
|
||||
</fieldset>
|
||||
|
||||
<div class="form-actions">
|
||||
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
|
||||
<?= t('or') ?>
|
||||
<?= $this->url->link(t('cancel'), 'UserViewController', 'show', array('user_id' => $user['id'])) ?>
|
||||
</div>
|
||||
<?= $this->modal->submitButtons() ?>
|
||||
|
||||
<div class="alert alert-info">
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user