Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/instruments/NDB_BVL_Instrument_TEMPLATE.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class NDB_BVL_Instrument_TEST_NAME extends NDB_BVL_Instrument
*/
function setup($commentID, $page){
$this->formType="XIN";
$this->form = new HTML_Quickform('test_form');
$this->form = new LorisForm('test_form');
$this->page = $page; // page label (number or
// string - used by
// user-defined child classes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NDB_BVL_Instrument_TEST_NAME extends NDB_BVL_Instrument
*/
function setup($commentID, $page){
$this->formType="XIN";
$this->form = new HTML_Quickform('test_form');
$this->form = new LorisForm('test_form');
$this->page = $page; // page label (number or
// string - used by
// user-defined child classes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class NDB_BVL_Instrument_mri_parameter_form extends NDB_BVL_Instrument
function setup($commentID, $page){

$this->formType="XIN";
$this->form = new HTML_Quickform('test_form');
$this->form = new LorisForm('test_form');
$this->page = $page; // page label (number or
// string - used by
// user-defined child classes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class NDB_BVL_Instrument_radiology_review extends NDB_BVL_Instrument
*/
function setup($commentID, $page){
$this->formType="XIN";
$this->form = new HTML_Quickform('test_form');
$this->form = new LorisForm('test_form');
$this->page = $page; // page label (number or
// string - used by
// user-defined child classes)
Expand Down