summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/php/application.xml2
-rw-r--r--app/php/controls/CalendarScaffold.php (renamed from app/php/components/CalendarScaffold.php)0
-rw-r--r--app/php/controls/CalendarScaffold.tpl (renamed from app/php/components/CalendarScaffold.tpl)0
-rw-r--r--app/php/controls/HeaderMenu.php (renamed from app/php/components/HeaderMenu.php)0
-rw-r--r--app/php/controls/HeaderMenu.tpl (renamed from app/php/components/HeaderMenu.tpl)0
-rw-r--r--app/php/controls/LoginBox.php (renamed from app/php/components/LoginBox.php)0
-rw-r--r--app/php/controls/LoginBox.tpl (renamed from app/php/components/LoginBox.tpl)0
-rw-r--r--app/php/controls/PasswordChange.php (renamed from app/php/components/PasswordChange.php)0
-rw-r--r--app/php/controls/PasswordChange.tpl (renamed from app/php/components/PasswordChange.tpl)0
-rw-r--r--app/php/controls/RegistrationForm.php (renamed from app/php/components/RegistrationForm.php)0
-rw-r--r--app/php/controls/RegistrationForm.tpl (renamed from app/php/components/RegistrationForm.tpl)0
-rw-r--r--app/php/controls/SafeActiveFileUpload.php (renamed from app/php/components/SafeActiveFileUpload.php)2
-rw-r--r--app/php/controls/SafeFileUpload.php (renamed from app/php/components/SafeFileUpload.php)0
-rw-r--r--app/php/controls/TimezoneSelect.php (renamed from app/php/components/TimezoneSelect.php)0
-rw-r--r--app/php/controls/TimezoneSelect.tpl (renamed from app/php/components/TimezoneSelect.tpl)0
-rw-r--r--app/php/controls/UpcomingEvents.php (renamed from app/php/components/UpcomingEvents.php)0
-rw-r--r--app/php/controls/UpcomingEvents.tpl (renamed from app/php/components/UpcomingEvents.tpl)0
-rw-r--r--app/php/controls/UserSelection.php (renamed from app/php/components/UserSelection.php)0
-rw-r--r--app/php/controls/UserSelection.tpl (renamed from app/php/components/UserSelection.tpl)0
-rw-r--r--app/php/controls/config.xml (renamed from app/php/components/config.xml)2
20 files changed, 3 insertions, 3 deletions
diff --git a/app/php/application.xml b/app/php/application.xml
index 7b4741a..8b76f74 100644
--- a/app/php/application.xml
+++ b/app/php/application.xml
@@ -6,7 +6,7 @@
<include file="Application.facades.config" />
<include file="Application.user.config" />
<include file="Application.url.config" />
- <include file="Application.components.config" />
+ <include file="Application.controls.config" />
<services>
<service id="page" class="TPageService" />
diff --git a/app/php/components/CalendarScaffold.php b/app/php/controls/CalendarScaffold.php
index f265d53..f265d53 100644
--- a/app/php/components/CalendarScaffold.php
+++ b/app/php/controls/CalendarScaffold.php
diff --git a/app/php/components/CalendarScaffold.tpl b/app/php/controls/CalendarScaffold.tpl
index 6688869..6688869 100644
--- a/app/php/components/CalendarScaffold.tpl
+++ b/app/php/controls/CalendarScaffold.tpl
diff --git a/app/php/components/HeaderMenu.php b/app/php/controls/HeaderMenu.php
index bffe4d2..bffe4d2 100644
--- a/app/php/components/HeaderMenu.php
+++ b/app/php/controls/HeaderMenu.php
diff --git a/app/php/components/HeaderMenu.tpl b/app/php/controls/HeaderMenu.tpl
index 603a231..603a231 100644
--- a/app/php/components/HeaderMenu.tpl
+++ b/app/php/controls/HeaderMenu.tpl
diff --git a/app/php/components/LoginBox.php b/app/php/controls/LoginBox.php
index 33bbcc1..33bbcc1 100644
--- a/app/php/components/LoginBox.php
+++ b/app/php/controls/LoginBox.php
diff --git a/app/php/components/LoginBox.tpl b/app/php/controls/LoginBox.tpl
index d3e1a1e..d3e1a1e 100644
--- a/app/php/components/LoginBox.tpl
+++ b/app/php/controls/LoginBox.tpl
diff --git a/app/php/components/PasswordChange.php b/app/php/controls/PasswordChange.php
index 9f2ac7f..9f2ac7f 100644
--- a/app/php/components/PasswordChange.php
+++ b/app/php/controls/PasswordChange.php
diff --git a/app/php/components/PasswordChange.tpl b/app/php/controls/PasswordChange.tpl
index 915e8b3..915e8b3 100644
--- a/app/php/components/PasswordChange.tpl
+++ b/app/php/controls/PasswordChange.tpl
diff --git a/app/php/components/RegistrationForm.php b/app/php/controls/RegistrationForm.php
index 71d4df1..71d4df1 100644
--- a/app/php/components/RegistrationForm.php
+++ b/app/php/controls/RegistrationForm.php
diff --git a/app/php/components/RegistrationForm.tpl b/app/php/controls/RegistrationForm.tpl
index ffa4778..ffa4778 100644
--- a/app/php/components/RegistrationForm.tpl
+++ b/app/php/controls/RegistrationForm.tpl
diff --git a/app/php/components/SafeActiveFileUpload.php b/app/php/controls/SafeActiveFileUpload.php
index 9b8e2a8..ada1e34 100644
--- a/app/php/components/SafeActiveFileUpload.php
+++ b/app/php/controls/SafeActiveFileUpload.php
@@ -1,7 +1,7 @@
<?php
Prado::using('System.Web.UI.ActiveControls.TActiveFileUpload');
-Prado::using('Application.components.SafeFileUpload');
+Prado::using('Application.controls.SafeFileUpload');
class SafeActiveFileUpload extends TActiveFileUpload {
diff --git a/app/php/components/SafeFileUpload.php b/app/php/controls/SafeFileUpload.php
index 98e120a..98e120a 100644
--- a/app/php/components/SafeFileUpload.php
+++ b/app/php/controls/SafeFileUpload.php
diff --git a/app/php/components/TimezoneSelect.php b/app/php/controls/TimezoneSelect.php
index 3302e2a..3302e2a 100644
--- a/app/php/components/TimezoneSelect.php
+++ b/app/php/controls/TimezoneSelect.php
diff --git a/app/php/components/TimezoneSelect.tpl b/app/php/controls/TimezoneSelect.tpl
index 2d40014..2d40014 100644
--- a/app/php/components/TimezoneSelect.tpl
+++ b/app/php/controls/TimezoneSelect.tpl
diff --git a/app/php/components/UpcomingEvents.php b/app/php/controls/UpcomingEvents.php
index 27fa8c6..27fa8c6 100644
--- a/app/php/components/UpcomingEvents.php
+++ b/app/php/controls/UpcomingEvents.php
diff --git a/app/php/components/UpcomingEvents.tpl b/app/php/controls/UpcomingEvents.tpl
index d660f54..d660f54 100644
--- a/app/php/components/UpcomingEvents.tpl
+++ b/app/php/controls/UpcomingEvents.tpl
diff --git a/app/php/components/UserSelection.php b/app/php/controls/UserSelection.php
index 6ae68e4..6ae68e4 100644
--- a/app/php/components/UserSelection.php
+++ b/app/php/controls/UserSelection.php
diff --git a/app/php/components/UserSelection.tpl b/app/php/controls/UserSelection.tpl
index 14035ca..14035ca 100644
--- a/app/php/components/UserSelection.tpl
+++ b/app/php/controls/UserSelection.tpl
diff --git a/app/php/components/config.xml b/app/php/controls/config.xml
index f75e19f..61d7e5b 100644
--- a/app/php/components/config.xml
+++ b/app/php/controls/config.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<paths>
- <using namespace="Application.components.*" />
+ <using namespace="Application.controls.*" />
</paths>
</configuration>