mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Add domain copy function
This commit is contained in:
parent
7dd9330b1e
commit
04b7f2e677
5 changed files with 131 additions and 4 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<input type="hidden" name="act" value="procAdminInsertDomain" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/admin/tpl/config_domains_edit/1" />
|
||||
<input type="hidden" name="domain_srl" value="{$domain_info ? $domain_info->domain_srl : ''}" />
|
||||
<input type="hidden" name="copy_domain_srl" value="{$domain_copy ? $domain_srl : -1}" />
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->site_title}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue