diff --git a/app/AvailablePlugin/PrivacyIdeaAuthenticator/Config/Schema/schema.xml b/app/AvailablePlugin/PrivacyIdeaAuthenticator/Config/Schema/schema.xml index ad6d648af..4892f3fcb 100644 --- a/app/AvailablePlugin/PrivacyIdeaAuthenticator/Config/Schema/schema.xml +++ b/app/AvailablePlugin/PrivacyIdeaAuthenticator/Config/Schema/schema.xml @@ -86,4 +86,36 @@
+ +
+| # | +OTP | +
|---|---|
| + | + |
+ +
+| # | +OTP | +
|---|---|
| + | + |
| Paginator->sort('token_type', _txt('pl.privacyideaauthenticator.fd.token_type')); ?> | +Paginator->sort('serial', _txt('pl.privacyideaauthenticator.fd.serial')); ?> | ++ |
|---|---|---|
| + | + Html->link( + // $t['PaperToken']['serial'], + // array( + // 'plugin' => 'privacy_idea_authenticator', // XXX can inflect from $vv_authenticator['Authenticator']['plugin'] + // 'controller' => 'paper_tokens', + // 'action' => 'view', + // $t['PaperToken']['id'] + // ) + // ); + print $t['PaperToken']['serial']; + ?> + | ++ Html->link( + // _txt('op.view'), + // array( + // 'plugin' => 'privacy_idea_authenticator', + // 'controller' => 'paper_tokens', + // 'action' => 'view', + // $t['PaperToken']['id'] + // ), + // array('class' => 'viewbutton') + // ) . "\n"; + // } + + if($permissions['delete']) { + print ''; + } + ?> + | +