Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1072489
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 24, 7:11 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Sat, Jul 26, 7:11 PM (1 h, 35 m)
Engine
blob
Format
Raw Data
Handle
695081
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/RC/themes/default2007/platform/login/forgot_password_reset.tpl
===================================================================
--- branches/RC/themes/default2007/platform/login/forgot_password_reset.tpl (revision 9129)
+++ branches/RC/themes/default2007/platform/login/forgot_password_reset.tpl (revision 9130)
@@ -1,46 +1,46 @@
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<inp2:m_RenderElements
elements="
platform/elements/side_boxes/login,
"
design="blue_box"/>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_PasswordRequestConfirm" templates="platform/login/forgot_password_reset"/>
<!-- forgot password reset -->
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_PasswordRequestConfirm"/>
</inp2:m_Capture>
<inp2:m_Phrase label="lu_text_PasswordRequestConfirm"/>
<br /><br />
<inp2:m_if check="u_TestCodeIsValid">
<form method="POST" action="<inp2:m_FormAction />">
<input type="submit" name="events[u][OnResetPasswordConfirmed]" value="<inp2:m_Phrase label="lu_btn_Yes"/>" class="button" />
<input type="button" value="<inp2:m_Phrase label="lu_btn_No"/>" class="button" onclick="redirect('<inp2:m_Link template="index"/>');" />
<input type="hidden" name="user_key" value="<inp2:m_Get name="user_key"/>"/>
<input type="hidden" name="template_success" value="platform/login/forgot_password_reset_confirm" />
</form>
<inp2:m_else />
<span class="error"><inp2:u_Error field="PwResetConfirm"/></span>
<br /> <br />
- <a href="<inp2:c_CategoryLink template="index" module="In-Commerce" cat_id="Root"/>"><inp2:m_Phrase label="lu_ReturnToHome"/></a>
+ <a href="<inp2:m_Link template="index" m_cat_id="0"/>"><inp2:m_Phrase label="lu_ReturnToHome"/></a>
</inp2:m_if>
</inp2:m_RenderElement>
<!-- // forgot password reset -->
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/platform/login/forgot_password_reset.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Event Timeline
Log In to Comment