Forgot to rename classes as well ...
authorRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 23:31:01 +0000 (01:31 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 23:31:01 +0000 (01:31 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
12 files changed:
inc/classes/main/commands/html/class_HtmlConfirmCommand.php
inc/classes/main/commands/html/class_HtmlDoFormCommand.php
inc/classes/main/commands/html/class_HtmlHomeCommand.php
inc/classes/main/commands/html/class_HtmlLoginAreaCommand.php
inc/classes/main/commands/html/class_HtmlLoginCommand.php
inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php
inc/classes/main/commands/html/class_HtmlLogoutCommand.php
inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php
inc/classes/main/commands/html/class_HtmlProblemCommand.php
inc/classes/main/commands/html/class_HtmlRegisterCommand.php
inc/classes/main/commands/html/class_HtmlResendLinkCommand.php
inc/classes/main/commands/html/class_HtmlStatusCommand.php

index 7c3d3ec9267af5f2f524dcb0dc813e0609e82814..0ca3f7ea941447b867ca5b6a335d5f11b28a550b 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebConfirmCommand extends BaseCommand implements Commandable {
+class HtmlConfirmCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 3ad014bb1ae867bda053c51867a725975087d0fd..5c38e15dbe6848fa41b30e0e3eb575c4ca8e70ec 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebDoFormCommand extends BaseCommand implements Commandable {
+class HtmlDoFormCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 3eb7790f66b463189fa77ca2cff32b2ea019af7c..bca92ae24e4f95dabf67421c0bb49d94e2f847a2 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebHomeCommand extends BaseCommand implements Commandable {
+class HtmlHomeCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 73af08bfab5c28a36a3a12f38a940c0cd85120e2..5ab4d807da163b3b3fc1263f054a90d4ef4a14c3 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebLoginAreaCommand extends BaseCommand implements Commandable {
+class HtmlLoginAreaCommand extends BaseCommand implements Commandable {
        /**
         * Name of the action
         */
        /**
         * Name of the action
         */
index a594a8c7e62c5553752c3c2a5bb72e6cd0087f47..c1d71c90b0e40289d05505c60e6a88aebdd4fdd6 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebLoginCommand extends BaseCommand implements Commandable, Registerable {
+class HtmlLoginCommand extends BaseCommand implements Commandable, Registerable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 60ea219ccb3715c3ece5b151ce38d72f6334f4f1..960ce7b0c9127e4697565d8450f550a91425d3f9 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebLoginFailedCommand extends BaseCommand implements Commandable {
+class HtmlLoginFailedCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 99b9747f16a085997a4d0333be502f5750d0ad63..4725d1848ae77056cd85c23887c1eabcc29c5e8f 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebLogoutCommand extends BaseCommand implements Commandable {
+class HtmlLogoutCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 269f19a89082b571f71e7e22ac707c2df896ceea..ccac0789c97bc7c89ffa28d9fa68d38e0e72e0c5 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebLogoutDoneCommand extends BaseCommand implements Commandable {
+class HtmlLogoutDoneCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 7adb9ce76dc4de95bbc9007db4c743c6dcdb5007..500789d9eea28ed4e2e7392c5699836d1dc06d27 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebProblemCommand extends BaseCommand implements Commandable {
+class HtmlProblemCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index de17bc33fac62430f3a7a8767b5eafc3d7d4e98d..c78dc805862aacc77a884c9c554652a507c5c098 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebRegisterCommand extends BaseCommand implements Commandable, Registerable {
+class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 37dfe80364958348351e202d5e5552f94d5e602f..fedd4e79561a4069ddc6f2280ccebff69ce8266e 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebResendLinkCommand extends BaseCommand implements Commandable {
+class HtmlResendLinkCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index 3946c8227b0d0bdcdf08b81c7cb27e77c71f15bf..2ded5a41ad748011a6b6549b76ff18dd3da2d86e 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebStatusCommand extends BaseCommand implements Commandable {
+class HtmlStatusCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *