코드 개선

This commit is contained in:
hanssem@forppl.com 2020-08-10 13:45:01 +09:00
parent 2ff0cea9c3
commit 52f317a429
3 changed files with 10 additions and 27 deletions

View file

@ -18,14 +18,14 @@
<div class="x_control-group">
<label class="x_control-label" for="location_site">{$lang->location_site}</label>
<div class="x_controls">
<input type="url" id="location_site" name="location_site" style="min-width:90%" value="{$config->location_site ? $config->location_site : 'https://xe1.xpressengine.com/'}" />
<input type="url" id="location_site" name="location_site" style="min-width:90%" value="{$config->location_site}" />
<p class="x_help-block">{$lang->about_location_site}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="download_server">{$lang->download_server}</label>
<div class="x_controls">
<input type="url" id="download_server" name="download_server" style="min-width:90%" value="{$config->download_server ? $config->download_server : 'https://download.xpressengine.com/'}" />
<input type="url" id="download_server" name="download_server" style="min-width:90%" value="{$config->download_server}" />
<p class="x_help-block">{$lang->about_download_server}</p>
</div>
</div>