Renamed templates and classes
authorLuzifr <szekely@woltlab.com>
Thu, 13 Oct 2011 16:55:23 +0000 (18:55 +0200)
committerLuzifr <szekely@woltlab.com>
Thu, 13 Oct 2011 16:55:29 +0000 (18:55 +0200)
commit0892d9e28c5d25f939f408d2ba4e146c0944719f
tree39913c725d0bba79a0d2fa6f292edf1db939eefc
parent11f4c64fc636d01f1712326ea13e9143864d9cd9
Renamed templates and classes

*detailedPackageList* -> *packageListDetailed*; *startInstall* ->
*installation*. Please check back if everything still works properly!
The second change (install) seems to produce problems!
13 files changed:
wcfsetup/install/files/acp/templates/detailedPackageList.tpl [deleted file]
wcfsetup/install/files/acp/templates/packageInstallation.tpl [new file with mode: 0644]
wcfsetup/install/files/acp/templates/packageList.tpl
wcfsetup/install/files/acp/templates/packageListDetailed.tpl [new file with mode: 0644]
wcfsetup/install/files/acp/templates/packageListPlugins.tpl
wcfsetup/install/files/acp/templates/packageStartInstall.tpl [deleted file]
wcfsetup/install/files/acp/templates/packageUninstallationDependencies.tpl
wcfsetup/install/files/acp/templates/packageView.tpl
wcfsetup/install/files/lib/acp/form/PackageInstallationForm.class.php [new file with mode: 0755]
wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php [deleted file]
wcfsetup/install/files/lib/acp/page/DetailedPackageListPage.class.php [deleted file]
wcfsetup/install/files/lib/acp/page/PackageListDetailedPage.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/package/PackageArchive.class.php