Changeset 409 for trunk/form_classes.php


Ignore:
Timestamp:
Oct 4, 2012, 9:01:28 AM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Přejmenovaná tabulka network_device a hosts_topology.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r408 r409  
    114114  'NewNetworkDevice' => array(
    115115    'Title' => 'Vložit nové zařízení',
    116     'Table' => 'network_devices',
     116    'Table' => 'Product',
    117117    'Items' => array(
    118118      'name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),
     
    198198  'TNetworkDevice' => array(
    199199    'Type' => 'Reference',
    200     'Table' => 'network_devices',
     200    'Table' => 'Product',
    201201    'Id' => 'id',
    202202    'Name' => 'name',
Note: See TracChangeset for help on using the changeset viewer.