Author: johnnyoffline
Date: 2010-01-15 23:55:04 +0100 (Fri, 15 Jan 2010)
New Revision: 26701
Modified:
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_signinForm.php
Log:
enhanced the login experience
Modified:
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_signinForm.php
===================================================================
---
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_signinForm.php
2010-01-15 22:53:14 UTC (rev 26700)
+++
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_signinForm.php
2010-01-15 22:55:04 UTC (rev 26701)
@@ -21,7 +21,7 @@
<ul class="pk-form-row submit">
<li><input type="submit" value="<?php echo __('sign in') ?>"
class="pk-submit" /></li>
- <li><?php echo jq_link_to_function('Cancel',
"$('#pk-login-form-container').fadeOut('fast');
$('.pk-page-overlay').fadeOut('fast');", array('class' => 'pk-cancel', ))
?></li>
+ <li><?php echo jq_link_to_function('Cancel',
"$('#pk-login-form-container').fadeOut('fast');
$('.pk-page-overlay').fadeOut('fast');", array('class' => 'cancel', )) ?></li>
</ul>
</form>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" 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/symfony-svn?hl=en.