[scu-smp] r272 committed - Rename Header to header and Footer to footer!

0 views
Skip to first unread message

scu...@googlecode.com

unread,
Oct 2, 2010, 12:58:51 AM10/2/10
to scu...@googlegroups.com
Revision: 272
Author: sid.moradi
Date: Fri Oct 1 21:57:53 2010
Log: Rename Header to header and Footer to footer!

http://code.google.com/p/scu-smp/source/detail?r=272

Modified:
/trunk/smp-php/smp/view/contact/edit.php
/trunk/smp-php/smp/view/profile/editStudent.php
/trunk/smp-php/smp/view/profile/editStudentMentee.php
/trunk/smp-php/smp/view/student/edit.php

=======================================
--- /trunk/smp-php/smp/view/contact/edit.php Thu Sep 23 20:50:50 2010
+++ /trunk/smp-php/smp/view/contact/edit.php Fri Oct 1 21:57:53 2010
@@ -6,7 +6,7 @@
* @author <a href="mailto:sl...@scu.edu.au">Bruce</a>
* @version 1.0
*/
-include('smp/view/common/Header.php');
+include('smp/view/common/header.php');
require_once('smp/util/FormBuilder.php');

$objForm=new smp_util_FormBuilder();
=======================================
--- /trunk/smp-php/smp/view/profile/editStudent.php Sun Sep 19 19:01:25 2010
+++ /trunk/smp-php/smp/view/profile/editStudent.php Fri Oct 1 21:57:53 2010
@@ -6,7 +6,7 @@
* @author <a href="mailto:smor...@scu.edu.au">Sid</a>
* @version 1.0
*/
-include('smp/view/common/Header.php');
+include('smp/view/common/header.php');
require_once('smp/util/FormBuilder.php');

$objForm = new smp_util_FormBuilder();
@@ -133,4 +133,4 @@
print $objForm->submitAndResetButton("button", "Update", "Reset",
40, "grid_10", "button");
print $objForm->close();

-include('smp/view/common/Footer.php');
+include('smp/view/common/footer.php');
=======================================
--- /trunk/smp-php/smp/view/profile/editStudentMentee.php Sun Sep 19
19:01:25 2010
+++ /trunk/smp-php/smp/view/profile/editStudentMentee.php Fri Oct 1
21:57:53 2010
@@ -6,7 +6,7 @@
* @author <a href="mailto:smor...@scu.edu.au">Sid</a>
* @version 1.0
*/
-include('smp/view/common/Header.php');
+include('smp/view/common/header.php');
require_once('smp/util/FormBuilder.php');

$objForm = new smp_util_FormBuilder();
@@ -115,4 +115,4 @@
print $objForm->submitAndResetButton("button", "Update", "Reset",
21, "grid_7", "button");
print $objForm->close();

-include('smp/view/common/Footer.php');
+include('smp/view/common/footer.php');
=======================================
--- /trunk/smp-php/smp/view/student/edit.php Thu Sep 23 20:50:50 2010
+++ /trunk/smp-php/smp/view/student/edit.php Fri Oct 1 21:57:53 2010
@@ -6,7 +6,7 @@
* @author <a href="mailto:sl...@scu.edu.au">Bruce</a>
* @version 1.0
*/
-include('smp/view/common/Header.php');
+include('smp/view/common/header.php');
require_once('smp/util/FormBuilder.php');

$objForm = new smp_util_FormBuilder();
@@ -135,4 +135,4 @@
print $objForm->submitAndResetButton("button", "Update", "Reset",
40, "grid_10", "button");
print $objForm->close();

-include('smp/view/common/Footer.php');
+include('smp/view/common/footer.php');

Reply all
Reply to author
Forward
0 new messages