only show jotnets when posting conversation items
This commit is contained in:
@@ -132,7 +132,7 @@ function mitem_content(&$a) {
|
||||
'$menu_id' => $a->data['menu']['menu_id'],
|
||||
'$permissions' => t('Menu Item Permissions'),
|
||||
'$permdesc' => t("\x28click to open/close\x29"),
|
||||
'$aclselect' => populate_acl($perm_defaults),
|
||||
'$aclselect' => populate_acl($perm_defaults,false),
|
||||
'$mitem_desc' => array('mitem_desc', t('Link text'), '', '','*'),
|
||||
'$mitem_link' => array('mitem_link', t('URL of link'), '', '', '*'),
|
||||
'$usezid' => array('usezid', t('Use Red magic-auth if available'), true, ''),
|
||||
@@ -175,7 +175,7 @@ function mitem_content(&$a) {
|
||||
'$menu_id' => $a->data['menu']['menu_id'],
|
||||
'$permissions' => t('Menu Item Permissions'),
|
||||
'$permdesc' => t("\x28click to open/close\x29"),
|
||||
'$aclselect' => populate_acl($mitem),
|
||||
'$aclselect' => populate_acl($mitem,false),
|
||||
'$mitem_id' => intval(argv(2)),
|
||||
'$mitem_desc' => array('mitem_desc', t('Link text'), $mitem['mitem_desc'], '','*'),
|
||||
'$mitem_link' => array('mitem_link', t('URL of link'), $mitem['mitem_link'], '', '*'),
|
||||
|
||||
Reference in New Issue
Block a user