| $type->id, 'trip', $type);?> | $type->createdBy, 'trip', $type);?> | $type->name, 'trip', $type);?> | $type->customer, 'trip', $type);?> | $type->begin, 'trip', $type);?> | $type->end, 'trip', $type);?> | $type->from, 'trip', $type);?> | $type->to, 'trip', $type);?> | $type->desc;?> | actions;?> |
|---|---|---|---|---|---|---|---|---|---|
| id;?> | createdBy);?> | name;?> | customers) as $customer) $tripCustomer .= zget($customers, $customer, '') . '/';?>begin . ' ' . $trip->start, DT_DATETIME2);?> | end . ' ' . $trip->finish, DT_DATETIME2);?> | from;?> | to;?> | desc;?> | createdBy == $this->app->user->account):?> createLink("$type", 'edit', "id=$trip->id"), $lang->edit, "data-toggle='modal'");?> createLink("$type", 'delete', "id=$trip->id"), $lang->delete, "class='deleter'");?> |