Skip to content

Commit

Permalink
recovered missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimer committed Mar 31, 2014
1 parent 503add5 commit 60b41cf
Show file tree
Hide file tree
Showing 21 changed files with 277 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
// created: 2013-04-30 14:52:24
$dictionary["FP_events"]["fields"]["fp_events_leads_1"] = array (
'name' => 'fp_events_leads_1',
'type' => 'link',
'relationship' => 'fp_events_leads_1',
'source' => 'non-db',
'vname' => 'LBL_FP_EVENTS_LEADS_1_FROM_LEADS_TITLE',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Berechtigungsgruppen",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
//WARNING: The contents of this file are auto-generated


//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_FP_EVENTS_LEADS_1_FROM_FP_EVENTS_TITLE'] = 'Events';

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Security Groups",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
//WARNING: The contents of this file are auto-generated


//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_FP_EVENTS_LEADS_1_FROM_FP_EVENTS_TITLE'] = 'Eventos';

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Grupos de Seguridad",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Equipes",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Biztonsági Csoportok",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Gruppi di Sicurezza",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Security Groepen",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Grupos de Segurança",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$mod_strings = array_merge($mod_strings,
array(
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => "Групи Користувачів",
)
);
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
// created: 2013-04-30 14:52:24
$layout_defs["Leads"]["subpanel_setup"]['fp_events_leads_1'] = array (
'order' => 100,
'module' => 'FP_events',
'subpanel_name' => 'default',
'sort_order' => 'asc',
'sort_by' => 'id',
'title_key' => 'LBL_FP_EVENTS_LEADS_1_FROM_FP_EVENTS_TITLE',
'get_subpanel_data' => 'fp_events_leads_1',
'top_buttons' =>
array (
0 =>
array (
'widget_class' => 'SubPanelTopButtonQuickCreate',
),
1 =>
array (
'widget_class' => 'SubPanelTopSelectButton',
'mode' => 'MultiSelect',
),
),
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

$layout_defs['Leads']['subpanel_setup']['securitygroups'] = array(
'top_buttons' => array(array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'SecurityGroups', 'mode' => 'MultiSelect'),),
'order' => 900,
'sort_by' => 'name',
'sort_order' => 'asc',
'module' => 'SecurityGroups',
'refresh_page'=>1,
'subpanel_name' => 'default',
'get_subpanel_data' => 'SecurityGroups',
'add_subpanel_data' => 'securitygroup_id',
'title_key' => 'LBL_SECURITYGROUPS_SUBPANEL_TITLE',
);


?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
// created: 2013-04-30 14:52:24
$dictionary["Lead"]["fields"]["fp_events_leads_1"] = array (
'name' => 'fp_events_leads_1',
'type' => 'link',
'relationship' => 'fp_events_leads_1',
'source' => 'non-db',
'vname' => 'LBL_FP_EVENTS_LEADS_1_FROM_FP_EVENTS_TITLE',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

$dictionary['Lead']['fields']['SecurityGroups'] = array (
'name' => 'SecurityGroups',
'type' => 'link',
'relationship' => 'securitygroups_leads',
'module'=>'SecurityGroups',
'bean_name'=>'SecurityGroup',
'source'=>'non-db',
'vname'=>'LBL_SECURITYGROUPS',
);


?>

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
// created: 2014-01-20 12:22:31

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
// created: 2014-01-20 12:22:31

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
// created: 2014-01-20 12:22:31

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
// created: 2014-01-20 12:22:30

?>
100 changes: 100 additions & 0 deletions custom/metadata/fp_events_leads_1MetaData.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<?php
// created: 2013-04-30 14:52:24
$dictionary["fp_events_leads_1"] = array (
'true_relationship_type' => 'many-to-many',
'from_studio' => true,
'relationships' =>
array (
'fp_events_leads_1' =>
array (
'lhs_module' => 'FP_events',
'lhs_table' => 'fp_events',
'lhs_key' => 'id',
'rhs_module' => 'Leads',
'rhs_table' => 'leads',
'rhs_key' => 'id',
'relationship_type' => 'many-to-many',
'join_table' => 'fp_events_leads_1_c',
'join_key_lhs' => 'fp_events_leads_1fp_events_ida',
'join_key_rhs' => 'fp_events_leads_1leads_idb',
),
),
'table' => 'fp_events_leads_1_c',
'fields' =>
array (
0 =>
array (
'name' => 'id',
'type' => 'varchar',
'len' => 36,
),
1 =>
array (
'name' => 'date_modified',
'type' => 'datetime',
),
2 =>
array (
'name' => 'deleted',
'type' => 'bool',
'len' => '1',
'default' => '0',
'required' => true,
),
3 =>
array (
'name' => 'fp_events_leads_1fp_events_ida',
'type' => 'varchar',
'len' => 36,
),
4 =>
array (
'name' => 'fp_events_leads_1leads_idb',
'type' => 'varchar',
'len' => 36,
),
5 =>
array (
'name' => 'invite_status',
'type' => 'varchar',
'len'=>'25',
'default'=>'Not Invited',
),
6 =>
array (
'name' => 'accept_status',
'type' => 'varchar',
'len'=>'25',
'default'=>'No Response',
),
7 =>
array (
'name' => 'email_responded',
'type' => 'int',
'len' => '2',
'default' => '0',
),
),
'indices' =>
array (
0 =>
array (
'name' => 'fp_events_leads_1spk',
'type' => 'primary',
'fields' =>
array (
0 => 'id',
),
),
1 =>
array (
'name' => 'fp_events_leads_1_alt',
'type' => 'alternate_key',
'fields' =>
array (
0 => 'fp_events_leads_1fp_events_ida',
1 => 'fp_events_leads_1leads_idb',
),
),
),
);

0 comments on commit 60b41cf

Please sign in to comment.