* @copyright Copyright (C) 2002-2005 Markus Westphal, * 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, * 2010-2012 Uwe Steinmann * @version Release: @package_version@ */ /** * Include parent class */ require_once("class.Bootstrap.php"); /** * Class which outputs the html page for Settings view * * @category DMS * @package SeedDMS * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann * @copyright Copyright (C) 2002-2005 Markus Westphal, * 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, * 2010-2012 Uwe Steinmann * @version Release: @package_version@ */ class SeedDMS_View_Settings extends SeedDMS_Bootstrap_Style { function show() { /* {{{ */ $dms = $this->params['dms']; $user = $this->params['user']; $settings = $this->params['settings']; $currenttab = $this->params['currenttab']; $this->htmlStartPage(getMLText("admin_tools")); $this->globalNavigation(); $this->contentStart(); $this->pageNavigation(getMLText("admin_tools"), "admin_tools"); $this->contentHeading(getMLText("settings")); ?>
_configFilePath)) { print "
"; echo "

".getMLText("settings_notwritable")."

"; print "
"; } ?>
contentContainerStart(); ?> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> ">
:
:
: _printDisclaimer) echo "checked" ?> />
:
:
:
:
: _strictFormCheck) echo "checked" ?> />
:
: _enableConverting) echo "checked" ?> />
: _enableEmail) echo "checked" ?> />
: _enableUsersView) echo "checked" ?> />
: _enableFullSearch) echo "checked" ?> />
:
: _enableClipboard) echo "checked" ?> />
: _enableDropUpload) echo "checked" ?> />
: _enableFolderTree) echo "checked" ?> />
:
: _enableRecursiveCount) echo "checked" ?> />
:
: _enableLanguageSelector) echo "checked" ?> />
: _enableThemeSelector) echo "checked" ?> />
:
:
: _enableCalendar) echo "checked" ?> />
:
:
contentContainerEnd(); ?>
contentContainerStart(); ?> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> ">
:
:
:
:
:
:
:
: _logFileEnable) echo "checked" ?> />
:
: _enableLargeFileUpload) echo "checked" ?> />
:
: _enableGuestLogin) echo "checked" ?> />
: _restricted) echo "checked" ?> />
: _enableUserImage) echo "checked" ?> />
: _disableSelfEdit) echo "checked" ?> />
: _enablePasswordForgotten) echo "checked" ?> />
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
contentContainerEnd(); ?>
contentContainerStart(); ?> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> _converters['fulltext'] as $mimetype=>$cmd) { ?>
:
:
: _titleDisplayHack) echo "checked" ?> />
: _showMissingTranslations) echo "checked" ?> />
:
:
:
:
:
: _enableAdminRevApp) echo "checked" ?> />
: _enableOwnerRevApp) echo "checked" ?> />
: _enableSelfRevApp) echo "checked" ?> />
: _enableVersionDeletion) echo "checked" ?> />
: _enableVersionModification) echo "checked" ?> />
: _enableDuplicateDocNames) echo "checked" ?> />
: _enableOwnerNotification) echo "checked" ?> />
: _enableNotificationAppRev) echo "checked" ?> />
: _enableNotificationWorkflow) echo "checked" ?> />
:
:
:
:
:
:
:
:
:
contentContainerEnd(); ?>
_configFilePath)) { ?>
htmlEndPage(); } /* }}} */ } ?>