Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1034277
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
Sat, Jun 21, 1:36 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Mon, Jun 23, 1:36 PM (5 h, 58 m)
Engine
blob
Format
Raw Data
Handle
668441
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/RC/themes/default2007/platform/login/register_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/platform/login/register_confirm.tpl (revision 10096)
+++ branches/RC/themes/default2007/platform/login/register_confirm.tpl (revision 10097)
@@ -1,30 +1,39 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_RegistrationConfirmation"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<inp2:m_RenderElements
elements="
platform/elements/side_boxes/login,
"
design="blue_box"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="content">
<inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_UserRegistration,lu_title_RegistrationConfirmation" templates="platform/login/register,platform/login/register_confirm"/>
<!-- registration confirmation -->
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_RegistrationConfirmation"/>
</inp2:m_Capture>
- <inp2:m_phrase name="lu_RegistrationCompleted"/>
+ <form method="POST" action="<inp2:m_FormAction />">
+ <inp2:m_phrase name="lu_RegistrationCompleted"/>
+
+ <inp2:m_if check="conf_ConfigValue" name="User_Password_Auto">
+ <br /><br /><inp2:m_phrase name="lu_RegistrationEmailed"/>
+ </inp2:m_if>
+
+ <br /><br />
+ <input type="button" value="<inp2:m_Phrase label="lu_btn_Ok"/>" class="button" onclick="redirect('<inp2:m_Link template="index" />');"/>
+ </form>
</inp2:m_RenderElement>
<!-- // registration confirmation -->
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/platform/login/register_confirm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3.2.1
\ No newline at end of property
+1.3.2.2
\ No newline at end of property
Event Timeline
Log In to Comment