mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
숨겨진 관리자 설정의 설명을 보이도록 변경함 (#1072)
@wincomi * Update skin_config.html * Update module_setup.html * Update page_info.html * Update config.html * Update document_config.html * Update module_grants.html * Update skinsetting.html * Update category_list.html * Update module_grant_setup.html
This commit is contained in:
parent
fe53a99332
commit
a32721b6e1
9 changed files with 25 additions and 51 deletions
|
|
@ -31,16 +31,14 @@
|
|||
<option value="1" selected="selected"|cond="$module_config->api_handler == 1">{$lang->cmd_krzip_epostapi}</option>
|
||||
<option value="2" selected="selected"|cond="$module_config->api_handler == 2">{$lang->cmd_krzip_postcodify}</option>
|
||||
</select>
|
||||
<a href="#about_api_handler" class="x_icon-question-sign" data-toggle="#about_api_handler">{$lang->help}</a>
|
||||
<p id="about_api_handler" class="x_help-block" hidden="hidden">{$lang->about_krzip_api_handler}</p>
|
||||
<p id="about_api_handler" class="x_help-block">{$lang->about_krzip_api_handler}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="epostapi_regkey">{$lang->cmd_krzip_regkey}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="epostapi_regkey" id="epostapi_regkey" value="{htmlspecialchars($module_config->epostapi_regkey, ENT_COMPAT | ENT_HTML401, 'UTF-8', FALSE)}" disabled="disabled"|cond="$module_config->api_handler != 1" />
|
||||
<a href="#about_epostapi_regkey" class="x_icon-question-sign" data-toggle="#about_epostapi_regkey">{$lang->help}</a>
|
||||
<p id="about_epostapi_regkey" class="x_help-block" hidden="hidden">{$lang->about_krzip_epostapi_regkey}</p>
|
||||
<p id="about_epostapi_regkey" class="x_help-block">{$lang->about_krzip_epostapi_regkey}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue