mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Allow setting any URL as redirect URL after signup
This commit is contained in:
parent
6e415fafc0
commit
eccb54ca42
5 changed files with 10 additions and 35 deletions
|
|
@ -83,8 +83,7 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="redirect_url">{$lang->redirect_url}</label>
|
||||
<div class="x_controls">
|
||||
<input class="module_search" type="text" name="redirect_url" value="{$config->redirect_url}" />
|
||||
<button type="button" class="__redirect_url_btn x_btn" cond="$config->redirect_url">{$lang->delete}</button>
|
||||
<input type="text" class="x_full-width" name="redirect_url" value="{$config->redirect_url}" />
|
||||
<p class="x_help-block">{$lang->about_redirect_url}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue