Revision: 2129
Author: olavmrk
Date: Fri Jan 22 01:14:27 2010
Log: openidProvider: Fix dictionary references.
http://code.google.com/p/simplesamlphp/source/detail?r=2129
Modified:
/trunk/modules/openidProvider/templates/trust.tpl.php
=======================================
--- /trunk/modules/openidProvider/templates/trust.tpl.php Fri Oct 16
04:05:04 2009
+++ /trunk/modules/openidProvider/templates/trust.tpl.php Fri Jan 22
01:14:27 2010
@@ -7,17 +7,17 @@
$params = array(
'%SITEURL%' => '<code>' .
htmlspecialchars($this->data['trustRoot']) . '</code>',
);
-echo('<p>' . $this->t('{openidProvider:op:confirm_question}',
$params) . '</p>');
+echo('<p>' . $this->t('{openidProvider:openidProvider:confirm_question}',
$params) . '</p>');
?>
<form method="post" action="?">
<input type="hidden" name="StateID" value="<?php echo
$this->data['StateID']; ?>" />
<input type="checkbox" name="TrustRemember" value="on" id="remember" />
-<label for="TrustRemember"><?php
echo($this->t('{openidProvider:op:remember}')); ?></label>
+<label for="TrustRemember"><?php
echo($this->t('{openidProvider:openidProvider:remember}')); ?></label>
<br />
-<input type="submit" name="TrustYes" value="<?php
echo($this->t('{openidProvider:op:confirm}')); ?>" />
-<input type="submit" name="TrustNo" value="<?php
echo($this->t('{openidProvider:op:notconfirm}')); ?>" />
+<input type="submit" name="TrustYes" value="<?php
echo($this->t('{openidProvider:openidProvider:confirm}')); ?>" />
+<input type="submit" name="TrustNo" value="<?php
echo($this->t('{openidProvider:openidProvider:notconfirm}')); ?>" />
</form>
</div>
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.