Made onlineTranslation setting public to allow translations without authorization
This commit is contained in:
parent
6b15cd1bc0
commit
1d6dffde72
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
||||||
<#elseif !settings.mayControl>
|
<#elseif !settings.mayControl>
|
||||||
<div class="developer">
|
<div class="developer">
|
||||||
<h1>${siteName} is running in developer mode.</h1>
|
<h1>${siteName} is running in developer mode.</h1>
|
||||||
|
<div id="publicSettings" style="display:none;">
|
||||||
|
<@showCheckbox "developer_i18n_onlineTranslation","Enable online translation" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<#else>
|
<#else>
|
||||||
<div class="developer">
|
<div class="developer">
|
||||||
|
|
Loading…
Add table
Reference in a new issue