add parameter showMissingTranslations

This commit is contained in:
Uwe Steinmann 2014-04-09 09:50:49 +02:00
parent 3e6f981c58
commit ff63b934c2

View File

@ -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)