mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-05 19:42:31 +02:00
allow to relabel self service fields
This commit is contained in:
parent
6e3f499976
commit
04c0796f9e
16 changed files with 84 additions and 39 deletions
|
@ -227,7 +227,7 @@ class ldapPublicKey extends baseModule {
|
|||
$uploadStatus->setCSSClasses(array('qq-upload-list'));
|
||||
$uploadStatus->colspan = 7;
|
||||
$keyTable->addElement($uploadStatus, true);
|
||||
$keyLabel = new htmlOutputText(_('SSH public keys'));
|
||||
$keyLabel = new htmlOutputText($this->getSelfServiceLabel('sshPublicKey', _('SSH public keys')));
|
||||
$keyLabel->alignment = htmlElement::ALIGN_TOP;
|
||||
$keyCells = array($keyLabel, $keyTable);
|
||||
$keyRow = new htmlTableRow($keyCells);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue