allow to relabel self service fields

This commit is contained in:
Roland Gruber 2013-11-30 15:02:06 +00:00
parent 6e3f499976
commit 04c0796f9e
16 changed files with 84 additions and 39 deletions

View file

@ -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);