From 87e2c9d5b67e2cd816da2ad27a9a6b9db8b43a4b Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 6 Dec 2010 21:19:57 +0000 Subject: added NorepeatModel and other minor issues --- h-source/Application/Models/IssuesModel.php | 31 ----------------------------- 1 file changed, 31 deletions(-) (limited to 'h-source/Application/Models/IssuesModel.php') diff --git a/h-source/Application/Models/IssuesModel.php b/h-source/Application/Models/IssuesModel.php index 029d0a1..4593bea 100644 --- a/h-source/Application/Models/IssuesModel.php +++ b/h-source/Application/Models/IssuesModel.php @@ -99,35 +99,4 @@ class IssuesModel extends Model_Tree { parent::__construct(); } -// public $formStruct = array( -// 'entries' => array( -// 'title' => array(), -// 'topic' => array( -// 'type'=>'Select', -// 'options'=>array( -// 'Add a vendor name' => 'add-a-vendor-name', -// 'Maybe a bug' => 'maybe-a-bug', -// 'Add new categories of hardware' => 'new-categories-of-hardware', -// 'Other' => 'other' -// ), -// ), -// 'deleted'=> array( -// 'type' => 'Select', -// 'options' => 'no,yes', -// ), -// 'priority' => array('type'=>'Select','options'=>'low,medium,high'), -// 'message' => array('type'=>'Textarea','idName'=>'bb_code'), -// 'status' => array( -// 'type' => 'Select', -// 'options' => 'opened,closed' -// ), -// 'notice' => array( -// 'type' => 'Textarea', -// 'idName' => 'bb_code_notice', -// ), -// 'id_issue' => array( -// 'type' => 'Hidden' -// ) -// ), -// ); } \ No newline at end of file -- cgit v1.2.3