Update of /cvsroot/openfirst/feedback
In directory sc8-pr-cvs1:/tmp/cvs-serv20080
Modified Files:
index.php
Log Message:
Minor bug and design changes.
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/feedback/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** index.php 7 Sep 2003 13:07:21 -0000 1.8
--- index.php 13 Sep 2003 15:35:25 -0000 1.9
***************
*** 29,33 ****
include($header);
! echo("<h1>Feedback</h1>");
// Get a list of the users able to be contacted via the feedback form.
--- 29,33 ----
include($header);
! echo("<h1>Give Feedback</h1>");
// Get a list of the users able to be contacted via the feedback form.
***************
*** 63,71 ****
<input type="radio" name="type" value="question" />Question
<input type="radio" name="type" value="concern" />Concern
! <br />Message: <br /><?php
if (function_exists("make_wysiwyg")) {
! make_wysiwyg("message",400,300,"Insert your feedback here.
! $user->signature");
} else {
?><textarea name="message" cols="40" rows="20">Insert your feedback here.
--- 63,72 ----
<input type="radio" name="type" value="question" />Question
<input type="radio" name="type" value="concern" />Concern
! <br /><br />
! <?php
if (function_exists("make_wysiwyg")) {
! make_wysiwyg("message",500,300,"Insert your feedback here.
! $user->signature");
} else {
?><textarea name="message" cols="40" rows="20">Insert your feedback here.
|