Changeset 61 for Dev/trunk/classes/SurveyCreationTool.php
- Timestamp:
- 07/28/11 16:14:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SurveyCreationTool.php
r59 r61 22 22 ?> 23 23 24 <div id="surveyCreation" ><form id="survey" action="surveycreation.php" method="post">24 <div id="surveyCreation" class="creation"><form id="survey" action="surveycreation.php" method="post"> 25 25 <?php 26 26 $this->surveyHead(); … … 79 79 { 80 80 /* this is such ugly code it makes me sad */ 81 /* because it is hard coded. */ 81 82 if (input.clicked == null && 82 83 (input.value == "Untitled Survey"
Note: See TracChangeset
for help on using the changeset viewer.