Add option to show registration link in login box
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
<!-- IF S_AUTOLOGIN_ENABLED -->
|
||||
<input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">{L_UM_LOG_ME_IN}</span><br />
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_SHOW_REGISTER and S_REGISTER_ENABLED -->
|
||||
<br /><a href="{U_REGISTER}">{L_UM_REGISTER_NOW}</a><br />
|
||||
<!-- ENDIF -->
|
||||
<br />
|
||||
<input type="hidden" name="redirect" value="{U_PORTAL}" />
|
||||
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
|
||||
|
||||
5
root/styles/subsilver2/template/portal/modules/login_box_side.html
Normal file → Executable file
5
root/styles/subsilver2/template/portal/modules/login_box_side.html
Normal file → Executable file
@@ -12,10 +12,13 @@
|
||||
<!-- IF S_AUTOLOGIN_ENABLED -->
|
||||
<input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">{L_UM_LOG_ME_IN}</span><br />
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_SHOW_REGISTER and S_REGISTER_ENABLED -->
|
||||
<br /><a href="{U_REGISTER}">{L_UM_REGISTER_NOW}</a><br />
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
<br />
|
||||
<input type="hidden" name="redirect" value="{U_PORTAL}" />
|
||||
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
|
||||
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user