Commit 25994063 authored by Frank Bergmann's avatar Frank Bergmann

- Reintroduced "Powered by ]project-open["

parent c369a222
......@@ -3,18 +3,42 @@
<div id="register-login">
<formtemplate id="login"></formtemplate>
<if @forgotten_pwd_url@ not nil>
<if @email_forgotten_password_p@ true>
<a href="@forgotten_pwd_url@">#acs-subsite.Forgot_your_password#</a>
<br>
</if>
</if>
<table cellspacing=0 cellpadding=0 border=0>
<tr valign=center>
<td>
<if @forgotten_pwd_url@ not nil>
<if @email_forgotten_password_p@ true>
<a href="@forgotten_pwd_url@">#acs-subsite.Forgot_your_password#</a>
<br>
</if>
</if>
<if @self_registration@ true>
<if @register_url@ not nil>
<a href="@register_url@">#acs-subsite.Register#</a>
</if>
</if>
</td>
<td width=10>&nbsp;</td>
<td align=right>
<table>
<tr><td align=center>Powered by</td></tr>
<tr>
<td align=center>
<a href="http://www.project-open.com/">
<img
src="/intranet/images/project_open.70x26.gif"
alt="Open Source Enterprise Project Management"
title="Open Source Enterprise Project Management"
border=0
>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<if @self_registration@ true>
</div>
<if @register_url@ not nil>
<a href="@register_url@">#acs-subsite.Register#</a>
</if>
</if>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment