|
@@ -58,8 +58,8 @@
|
|
|
id="settingForm[app:confidential]"
|
|
id="settingForm[app:confidential]"
|
|
|
type="text"
|
|
type="text"
|
|
|
name="settingForm[app:confidential]"
|
|
name="settingForm[app:confidential]"
|
|
|
- value="{{ settingForm['app:confidential'] }}"
|
|
|
|
|
- placeholder="{{ t('app_setting. ex): internal use only') }}">
|
|
|
|
|
|
|
+ value="{{ settingForm['app:confidential'] | default('') }}"
|
|
|
|
|
+ placeholder="{{ t('app_setting. ex): internal use only') }}">
|
|
|
<p class="help-block">{{ t("app_setting.header_content") }}</p>
|
|
<p class="help-block">{{ t("app_setting.header_content") }}</p>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|