Last modified by khushi kapoor on 2018/09/26 16:20

From version Icon 29.1 Icon
edited by Henry Story
on 2010/03/15 18:57
Change comment: There is no comment for this version
To version Icon 30.1 Icon
edited by Henry Story
on 2010/03/15 19:06
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -79,14 +79,14 @@
79 79   <td><input type="checkbox" name="viewParams" value="yes" /> view parameters<br/>
80 80   <input type="checkbox" name="showCert" value="yes" /> show certificate<br/>
81 81   <input type="checkbox" name="makeKeyObj" value="yes" /> create local objects<br/>
82 - <input type="checkbox" name="nodebug" value="yes" /> simulate input from a personal profile document - for testing on Internet<br/>
82 + <input type="checkbox" name="nodebug" value="yes" /> simulate input from a personal profile document<br/>
83 83   </td>
84 84   </tr>
85 85   #end
86 86   <tr>
87 87   <td colspan="2">
88 - #if ($debug)
89 - Clicking the above will start the following sequence of events
88 + #if ($nodebug)
89 + Clicking the submit button will start the following sequence of events:
90 90   #else
91 91   If none of the above debug options are checked then the following will happen on clicking submit:
92 92   #end