From 2c33acffd2239659893d2abd07d09aec980f2a06 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 16 Jun 2012 18:43:02 +0200 Subject: [PATCH] Removed obsolete $template variable --- wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php | 5 ----- wcfsetup/install/files/lib/acp/form/LoginForm.class.php | 5 ----- .../install/files/lib/acp/form/MasterPasswordForm.class.php | 5 ----- .../files/lib/acp/form/MasterPasswordInitForm.class.php | 5 ----- wcfsetup/install/files/lib/acp/form/OptionForm.class.php | 5 ----- .../install/files/lib/acp/form/OptionImportForm.class.php | 5 ----- .../files/lib/acp/form/PackageStartInstallForm.class.php | 5 ----- .../files/lib/acp/form/PackageUpdateAuthForm.class.php | 5 ----- .../install/files/lib/acp/form/PackageUpdateForm.class.php | 5 ----- .../files/lib/acp/form/PackageUpdateSearchForm.class.php | 5 ----- .../install/files/lib/acp/form/UpdateServerAddForm.class.php | 5 ----- wcfsetup/install/files/lib/acp/form/UserAddForm.class.php | 5 ----- .../files/lib/acp/form/UserAssignToGroupForm.class.php | 5 ----- .../files/lib/acp/form/UserEmailAddressExportForm.class.php | 1 - .../install/files/lib/acp/form/UserGroupAddForm.class.php | 5 ----- wcfsetup/install/files/lib/acp/form/UserMailForm.class.php | 1 - wcfsetup/install/files/lib/acp/form/UserSearchForm.class.php | 5 ----- .../files/lib/acp/form/UsersMassProcessingForm.class.php | 1 - wcfsetup/install/files/lib/acp/page/CacheListPage.class.php | 5 ----- .../install/files/lib/acp/page/CronjobListPage.class.php | 5 ----- .../install/files/lib/acp/page/CronjobLogListPage.class.php | 5 ----- wcfsetup/install/files/lib/acp/page/IndexPage.class.php | 5 ----- .../files/lib/acp/page/PackageAutoUpdateListPage.class.php | 5 ----- .../lib/acp/page/PackageUpdateSearchResultPage.class.php | 5 ----- .../install/files/lib/acp/page/PackageViewPage.class.php | 5 ----- .../files/lib/acp/page/UpdateServerListPage.class.php | 5 ----- .../install/files/lib/acp/page/UserGroupListPage.class.php | 5 ----- wcfsetup/install/files/lib/acp/page/UserListPage.class.php | 5 ----- 28 files changed, 128 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php b/wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php index 33ee536e7e..ea2e835a3f 100755 --- a/wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php @@ -19,11 +19,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class CronjobAddForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'cronjobAdd'; - /** * @see wcf\acp\form\ACPForm::$activeMenuItem */ diff --git a/wcfsetup/install/files/lib/acp/form/LoginForm.class.php b/wcfsetup/install/files/lib/acp/form/LoginForm.class.php index 3cd737480e..0b3263cc45 100755 --- a/wcfsetup/install/files/lib/acp/form/LoginForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/LoginForm.class.php @@ -21,11 +21,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class LoginForm extends AbstractForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'login'; - /** * given login username * @var string diff --git a/wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php b/wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php index 6d8e095d95..875294a201 100755 --- a/wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php @@ -17,11 +17,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class MasterPasswordForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'masterPassword'; - /** * master password * @var string diff --git a/wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php b/wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php index e362619148..da78285dfa 100755 --- a/wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php @@ -19,11 +19,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class MasterPasswordInitForm extends MasterPasswordForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'masterPasswordInit'; - /** * master password confirm * @var string diff --git a/wcfsetup/install/files/lib/acp/form/OptionForm.class.php b/wcfsetup/install/files/lib/acp/form/OptionForm.class.php index 58cd1ea5ef..a760625388 100644 --- a/wcfsetup/install/files/lib/acp/form/OptionForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/OptionForm.class.php @@ -20,11 +20,6 @@ use wcf\system\WCFACP; * @category Community Framework */ class OptionForm extends AbstractOptionListForm { - /** - * @see wcf\page\AbstractPage::$templateName; - */ - public $templateName = 'option'; - /** * category option * @var OptionCategory diff --git a/wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php b/wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php index 4dab16fe83..8197b1cc50 100755 --- a/wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php @@ -18,11 +18,6 @@ use wcf\util\XML; * @category Community Framework */ class OptionImportForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'optionImport'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php b/wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php index f9f53937a3..a4b80834a3 100755 --- a/wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php @@ -26,11 +26,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class PackageStartInstallForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'packageStartInstall'; - /** * @see wcf\acp\form\ACPForm::$activeMenuItem */ diff --git a/wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php b/wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php index a7fbdf31b4..f1563b9b94 100755 --- a/wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php @@ -20,11 +20,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class PackageUpdateAuthForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'packageUpdateAuth'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/form/PackageUpdateForm.class.php b/wcfsetup/install/files/lib/acp/form/PackageUpdateForm.class.php index 893f7cd21b..173f6925dc 100755 --- a/wcfsetup/install/files/lib/acp/form/PackageUpdateForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PackageUpdateForm.class.php @@ -19,11 +19,6 @@ use wcf\util\HeaderUtil; * @category Community Framework */ class PackageUpdateForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'packageUpdate'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php b/wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php index 650248bb5d..3b1fd7b264 100644 --- a/wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php @@ -23,11 +23,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class PackageUpdateSearchForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'packageUpdateSearch'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/form/UpdateServerAddForm.class.php b/wcfsetup/install/files/lib/acp/form/UpdateServerAddForm.class.php index 068f6303b1..596cb576a1 100755 --- a/wcfsetup/install/files/lib/acp/form/UpdateServerAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UpdateServerAddForm.class.php @@ -18,11 +18,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class UpdateServerAddForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'updateServerAdd'; - /** * @see wcf\acp\form\ACPForm::$activeMenuItem */ diff --git a/wcfsetup/install/files/lib/acp/form/UserAddForm.class.php b/wcfsetup/install/files/lib/acp/form/UserAddForm.class.php index 1d48b08141..ee85a232a8 100644 --- a/wcfsetup/install/files/lib/acp/form/UserAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UserAddForm.class.php @@ -24,11 +24,6 @@ use wcf\util\UserUtil; * @category Community Framework */ class UserAddForm extends UserOptionListForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'userAdd'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/form/UserAssignToGroupForm.class.php b/wcfsetup/install/files/lib/acp/form/UserAssignToGroupForm.class.php index 062c5574ac..aa8a09471a 100755 --- a/wcfsetup/install/files/lib/acp/form/UserAssignToGroupForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UserAssignToGroupForm.class.php @@ -24,11 +24,6 @@ use wcf\util\ArrayUtil; * @category Community Framework */ class UserAssignToGroupForm extends ACPForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'userAssignToGroup'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/form/UserEmailAddressExportForm.class.php b/wcfsetup/install/files/lib/acp/form/UserEmailAddressExportForm.class.php index 0cf4f29a27..4a6c52fce3 100755 --- a/wcfsetup/install/files/lib/acp/form/UserEmailAddressExportForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UserEmailAddressExportForm.class.php @@ -20,7 +20,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class UserEmailAddressExportForm extends ACPForm { - public $templateName = 'userEmailAddressExport'; public $activeMenuItem = 'wcf.acp.menu.link.user.management'; public $neededPermissions = array('admin.user.canMailUser'); diff --git a/wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php b/wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php index 78304f801e..36e1e5dcc2 100755 --- a/wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php @@ -28,11 +28,6 @@ class UserGroupAddForm extends AbstractOptionListForm { */ public $neededPermissions = array('admin.user.canAddGroup'); - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'userGroupAdd'; - /** * name of the active acp menu item * @var string diff --git a/wcfsetup/install/files/lib/acp/form/UserMailForm.class.php b/wcfsetup/install/files/lib/acp/form/UserMailForm.class.php index 37b50df0f3..02ea9878ad 100755 --- a/wcfsetup/install/files/lib/acp/form/UserMailForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UserMailForm.class.php @@ -22,7 +22,6 @@ use wcf\util\StringUtil; */ class UserMailForm extends ACPForm { // system - public $templateName = 'userMail'; public $neededPermissions = array('admin.user.canMailUser'); // parameters diff --git a/wcfsetup/install/files/lib/acp/form/UserSearchForm.class.php b/wcfsetup/install/files/lib/acp/form/UserSearchForm.class.php index b8eeabc29d..fa05d08f4e 100755 --- a/wcfsetup/install/files/lib/acp/form/UserSearchForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UserSearchForm.class.php @@ -25,11 +25,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class UserSearchForm extends UserOptionListForm { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'userSearch'; - /** * active menu item name * @var string diff --git a/wcfsetup/install/files/lib/acp/form/UsersMassProcessingForm.class.php b/wcfsetup/install/files/lib/acp/form/UsersMassProcessingForm.class.php index d8ee799b69..c32312905b 100644 --- a/wcfsetup/install/files/lib/acp/form/UsersMassProcessingForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UsersMassProcessingForm.class.php @@ -30,7 +30,6 @@ use wcf\util\StringUtil; */ class UsersMassProcessingForm extends UserOptionListForm { // system - public $templateName = 'usersMassProcessing'; public $neededPermissions = array('admin.user.canEditUser', 'admin.user.canDeleteUser', 'admin.user.canMailUser'); // parameters diff --git a/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php b/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php index ec24dd8946..8d61897411 100755 --- a/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php @@ -23,11 +23,6 @@ use wcf\util\DirectoryUtil; * @category Community Framework */ class CacheListPage extends AbstractPage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'cacheList'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/page/CronjobListPage.class.php b/wcfsetup/install/files/lib/acp/page/CronjobListPage.class.php index ef499c754c..bba9d534c7 100755 --- a/wcfsetup/install/files/lib/acp/page/CronjobListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/CronjobListPage.class.php @@ -16,11 +16,6 @@ use wcf\system\WCF; * @category Community Framework */ class CronjobListPage extends SortablePage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'cronjobList'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/page/CronjobLogListPage.class.php b/wcfsetup/install/files/lib/acp/page/CronjobLogListPage.class.php index 267e61f1b9..9ee4caff24 100755 --- a/wcfsetup/install/files/lib/acp/page/CronjobLogListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/CronjobLogListPage.class.php @@ -16,11 +16,6 @@ use wcf\system\WCF; * @category Community Framework */ class CronjobLogListPage extends SortablePage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'cronjobLogList'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/page/IndexPage.class.php b/wcfsetup/install/files/lib/acp/page/IndexPage.class.php index 60761bd5fa..354d40ad2a 100755 --- a/wcfsetup/install/files/lib/acp/page/IndexPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/IndexPage.class.php @@ -19,11 +19,6 @@ use wcf\system\WCFACP; * @category Community Framework */ class IndexPage extends AbstractPage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'index'; - /** * Did you know language item. * diff --git a/wcfsetup/install/files/lib/acp/page/PackageAutoUpdateListPage.class.php b/wcfsetup/install/files/lib/acp/page/PackageAutoUpdateListPage.class.php index 841128c0eb..4bdb190ea5 100755 --- a/wcfsetup/install/files/lib/acp/page/PackageAutoUpdateListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/PackageAutoUpdateListPage.class.php @@ -17,11 +17,6 @@ use wcf\system\WCFACP; * @category Community Framework */ class PackageAutoUpdateListPage extends AbstractPage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'packageAutoUpdateList'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/page/PackageUpdateSearchResultPage.class.php b/wcfsetup/install/files/lib/acp/page/PackageUpdateSearchResultPage.class.php index c51d850b3a..7c52d0a03a 100755 --- a/wcfsetup/install/files/lib/acp/page/PackageUpdateSearchResultPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/PackageUpdateSearchResultPage.class.php @@ -19,11 +19,6 @@ use wcf\system\WCF; * @category Community Framework */ class PackageUpdateSearchResultPage extends SortablePage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'packageUpdateSearchResult'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php b/wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php index eb6da838e9..b701d14ab7 100755 --- a/wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php @@ -17,11 +17,6 @@ use wcf\system\WCF; * @category Community Framework */ class PackageViewPage extends AbstractPage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'packageView'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/page/UpdateServerListPage.class.php b/wcfsetup/install/files/lib/acp/page/UpdateServerListPage.class.php index 2ec1d6b76b..03362c8f31 100755 --- a/wcfsetup/install/files/lib/acp/page/UpdateServerListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/UpdateServerListPage.class.php @@ -15,11 +15,6 @@ use wcf\system\WCF; * @category Community Framework */ class UpdateServerListPage extends SortablePage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'updateServerList'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/page/UserGroupListPage.class.php b/wcfsetup/install/files/lib/acp/page/UserGroupListPage.class.php index 91912a35a5..39390bc77c 100755 --- a/wcfsetup/install/files/lib/acp/page/UserGroupListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/UserGroupListPage.class.php @@ -15,11 +15,6 @@ use wcf\system\WCF; * @category Community Framework */ class UserGroupListPage extends SortablePage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'userGroupList'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ diff --git a/wcfsetup/install/files/lib/acp/page/UserListPage.class.php b/wcfsetup/install/files/lib/acp/page/UserListPage.class.php index a7045a38db..78ea645aa2 100755 --- a/wcfsetup/install/files/lib/acp/page/UserListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/UserListPage.class.php @@ -27,11 +27,6 @@ use wcf\util\StringUtil; * @category Community Framework */ class UserListPage extends SortablePage { - /** - * @see wcf\page\AbstractPage::$templateName - */ - public $templateName = 'userList'; - /** * @see wcf\page\AbstractPage::$neededPermissions */ -- 2.20.1