Small bug fixes in interface
This commit is contained in:
parent
36052de0c1
commit
c0006e40ce
@ -58,8 +58,7 @@ automatically updated too!</p>
|
|||||||
<input name="domain_setting_add_path_prefix"
|
<input name="domain_setting_add_path_prefix"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="directory/sub-directory"
|
placeholder="directory/sub-directory"
|
||||||
value="{{ data.settings.add_path_prefix }}"
|
value="{{ data.settings.add_path_prefix }}" />
|
||||||
required />
|
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@ -5,7 +5,7 @@ administrator of the Domani server:</p>
|
|||||||
|
|
||||||
<form method="{{ form_method }}" action="/domain_sync.html" id="syncForm">
|
<form method="{{ form_method }}" action="/domain_sync.html" id="syncForm">
|
||||||
<input name="domain" type="hidden" value="{{ data.domain }}" />
|
<input name="domain" type="hidden" value="{{ data.domain }}" />
|
||||||
{{ #each data.flat_domain_settings }}
|
{{ #each data.url_encoded_domain_settings }}
|
||||||
<input name="{{ @key }}" type="hidden" value="{{ this }}" />
|
<input name="{{ @key }}" type="hidden" value="{{ this }}" />
|
||||||
{{ /each }}
|
{{ /each }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user