summaryrefslogtreecommitdiff
path: root/actions/openidsettings.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 21:22:31 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 21:22:31 +0000
commit7749228f52d914d4949cb5fa139cdd6ade4ead6e (patch)
treed8b41b308ca5a3abd7e865a321e8f0e8260870bf /actions/openidsettings.php
parent061de33e576ac542459fd48ab61877eece05ea39 (diff)
OpenID settings remove style
Diffstat (limited to 'actions/openidsettings.php')
-rw-r--r--actions/openidsettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/openidsettings.php b/actions/openidsettings.php
index 257aac8d0..126d2c992 100644
--- a/actions/openidsettings.php
+++ b/actions/openidsettings.php
@@ -124,7 +124,7 @@ class OpenidsettingsAction extends AccountSettingsAction
if ($cnt == 1 && !$user->password) {
- $this->element('p', null,
+ $this->element('p', 'form_guide',
_('Removing your only OpenID '.
'would make it impossible to log in! ' .
'If you need to remove it, '.
@@ -162,7 +162,7 @@ class OpenidsettingsAction extends AccountSettingsAction
$this->element('input', array('type' => 'submit',
'id' => 'remove'.$idx,
'name' => 'remove',
- 'class' => 'submit',
+ 'class' => 'submit remove',
'value' => _('Remove')));
$this->elementEnd('fieldset');
$this->elementEnd('form');