Changeset 5


Ignore:
Timestamp:
Mar 18, 2009, 2:55:27 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Modul User
Location:
trunk
Files:
66 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/custom/modulebuilder/builds/WISP/manifest.php

    r3 r5  
    4545                  ),
    4646                  'readme'=>'',
    47                   'key'=>'',
    48                   'author' => '',
    49                   'description' => '',
     47                  'key'=>'wisp',
     48                  'author' => 'Chronos',
     49                  'description' => 'Wireless Internet Service Provider oriented CRM',
    5050                  'icon' => '',
    5151                  'is_uninstallable' => true,
    5252                  'name' => 'WISP',
    53                   'published_date' => '2009-03-17 15:26:16',
     53                  'published_date' => '2009-03-17 15:43:56',
    5454                  'type' => 'module',
    55                   'version' => '1237303576',
     55                  'version' => '1237304636',
    5656                  'remove_tables' => 'prompt',
    5757                  );
     
    6060  'beans' =>
    6161  array (
     62    0 =>
     63    array (
     64      'module' => 'wisp_user',
     65      'class' => 'wisp_user',
     66      'path' => 'modules/wisp_user/wisp_user.php',
     67      'tab' => true,
     68    ),
    6269  ),
    6370  'layoutdefs' =>
     
    6875  ),
    6976  'image_dir' => '<basepath>/icons',
     77  'copy' =>
     78  array (
     79    0 =>
     80    array (
     81      'from' => '<basepath>/SugarModules/modules/wisp_user',
     82      'to' => 'modules/wisp_user',
     83    ),
     84  ),
     85  'language' =>
     86  array (
     87    0 =>
     88    array (
     89      'from' => '<basepath>/SugarModules/language/application/cs_cz.lang.php',
     90      'to_module' => 'application',
     91      'language' => 'cs_cz',
     92    ),
     93    1 =>
     94    array (
     95      'from' => '<basepath>/SugarModules/language/application/en_us.lang.php',
     96      'to_module' => 'application',
     97      'language' => 'en_us',
     98    ),
     99  ),
    70100);
  • trunk/custom/modulebuilder/packages/WISP/manifest.php

    r4 r5  
    5151                  'is_uninstallable' => true,
    5252                  'name' => 'WISP',
    53                   'published_date' => '2009-03-17 15:30:40',
     53                  'published_date' => '2009-03-17 15:43:54',
    5454                  'type' => 'module',
    55                   'version' => '1237303840',
     55                  'version' => '1237304634',
    5656                  'remove_tables' => 'prompt',
    5757                  );
  • trunk/custom/modulebuilder/packages/WISP/modules/user/language/en_us.lang.php

    r4 r5  
    3535 ********************************************************************************/
    3636$mod_strings = array (
     37  'LBL_ASSIGNED_TO_ID' => 'Assigned User Id',
     38  'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
    3739  'LBL_ID' => 'ID',
    3840  'LBL_DATE_ENTERED' => 'Date Created',
     
    4850  'LBL_CREATED_USER' => 'Created by User',
    4951  'LBL_MODIFIED_USER' => 'Modified by User',
    50   'LBL_ASSIGNED_TO_ID' => 'Assigned User Id',
    51   'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
    5252  'LBL_LIST_FORM_TITLE' => 'User List',
    5353  'LBL_MODULE_NAME' => 'User',
Note: See TracChangeset for help on using the changeset viewer.