summaryrefslogtreecommitdiff
path: root/form_edit.module
diff options
context:
space:
mode:
Diffstat (limited to 'form_edit.module')
-rwxr-xr-xform_edit.module14
1 files changed, 14 insertions, 0 deletions
diff --git a/form_edit.module b/form_edit.module
index dd58953..f59f5ad 100755
--- a/form_edit.module
+++ b/form_edit.module
@@ -3,6 +3,20 @@ function form_edit_menu()
{
$items = array();
+ $items['form_edit/add/city'] = array(
+ 'title' => 'Add new city in databse',
+ 'description' => 'Add new city in databse',
+ 'page callback' => 'drupal_get_form',
+ 'page arguments' => array(
+ 'add_new_city_form'
+ ),
+ 'access arguments' => array(
+ 'edit completed book proposal'
+ ),
+ 'type' => MENU_NORMAL_ITEM,
+ 'weight' => 2,
+ 'file' => 'form_edit.inc'
+ );
$items['form_edit/tbc/all'] = array(
'title' => 'All completed Proposals',
'description' => 'All completed Proposals',