mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
add parameter showMissingTranslations
This commit is contained in:
parent
3e6f981c58
commit
ff63b934c2
|
@ -181,12 +181,13 @@
|
||||||
<!-- siteDefaultPage: Default page on login. Defaults to out/out.ViewFolder.php
|
<!-- siteDefaultPage: Default page on login. Defaults to out/out.ViewFolder.php
|
||||||
- rootFolderID: ID of root-folder (mostly no need to change)
|
- rootFolderID: ID of root-folder (mostly no need to change)
|
||||||
- titleDisplayHack: Workaround for page titles that go over more than 2 lines.
|
- titleDisplayHack: Workaround for page titles that go over more than 2 lines.
|
||||||
|
- showMissingTranslations: Check for missing translations and adds forms at the end of the page for submitting new translations.
|
||||||
-->
|
-->
|
||||||
<display
|
<display
|
||||||
siteDefaultPage =""
|
siteDefaultPage =""
|
||||||
rootFolderID = "1"
|
rootFolderID = "1"
|
||||||
titleDisplayHack = "true"
|
titleDisplayHack = "true"
|
||||||
|
showMissingTranslations = "false"
|
||||||
>
|
>
|
||||||
</display>
|
</display>
|
||||||
<!-- guestID: ID of guest-user used when logged in as guest (mostly no need to change)
|
<!-- guestID: ID of guest-user used when logged in as guest (mostly no need to change)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user