From f6603ccc13454fa03624708c1a6595bb8ad4b82d Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Wed, 18 Oct 2017 18:01:21 +0200 Subject: [PATCH] Backup --- forms/account/address-list/ui.xml | 2 +- forms/account/address/ui.xml | 14 +- forms/account/conf/conf.js | 1 - forms/account/conf/ui.xml | 29 +- forms/cms/about/ui.xml | 70 ++-- forms/cms/contact/ui.xml | 24 +- forms/ecomerce/catalog/catalog.js | 7 + forms/ecomerce/catalog/ui.xml | 11 +- forms/ecomerce/checkout/checkout.js | 2 +- forms/ecomerce/checkout/ui.xml | 55 ++- forms/news/new/ui.xml | 10 +- forms/news/news/ui.xml | 2 +- forms/preview/ui.xml | 2 +- forms/reports/items-form/items-form.js | 16 +- forms/reports/items-form/ui.xml | 8 +- forms/reports/shelves/ui.xml | 26 +- js/hedera/form.js | 36 +- js/hedera/gui.js | 4 +- js/hedera/login.js | 4 +- js/hedera/report.css | 2 +- js/hedera/report.js | 15 +- js/hedera/social-bar.js | 2 +- js/htk/assistant-bar.js | 3 +- js/htk/column.js | 4 +- js/htk/component.js | 56 --- js/htk/field.js | 5 +- js/htk/field/calendar.js | 8 +- js/htk/field/label.js | 22 + js/htk/field/radio.js | 12 +- js/htk/grid.js | 4 +- js/htk/htk.js | 6 +- js/htk/icon.js | 4 +- js/htk/image-editor.js | 5 +- js/htk/popup.js | 7 +- js/htk/repeater.js | 33 +- js/htk/spinner.js | 4 +- js/htk/widget.js | 88 ---- js/vn/builder.js | 559 +++++++++++++++---------- js/vn/component.js | 157 +++++++ js/vn/iterator.js | 5 +- js/{htk => vn}/node-builder.js | 5 +- js/vn/object.js | 2 +- js/vn/vn.js | 2 + web/app.php | 1 - web/db-session-handler.php | 4 +- web/service.php | 2 +- 46 files changed, 734 insertions(+), 606 deletions(-) delete mode 100644 js/htk/component.js delete mode 100644 js/htk/widget.js create mode 100644 js/vn/component.js rename js/{htk => vn}/node-builder.js (85%) diff --git a/forms/account/address-list/ui.xml b/forms/account/address-list/ui.xml index e1b96177..9e0c2955 100755 --- a/forms/account/address-list/ui.xml +++ b/forms/account/address-list/ui.xml @@ -16,7 +16,7 @@

- Addresses + _Addresses

- AddEditAddress + _AddEditAddress

- +
- +
- +
- +
- +
- + SELECT province_id, name FROM vn2008.province diff --git a/forms/account/conf/conf.js b/forms/account/conf/conf.js index 076afeb0..49a0aeb9 100644 --- a/forms/account/conf/conf.js +++ b/forms/account/conf/conf.js @@ -6,7 +6,6 @@ Hedera.Conf = new Class ,activate: function () { this.$('user-model').setInfo ('c', 'customer_view', 'hedera'); - this.$('addresses').setInfo ('a', 'address_view', 'hedera'); } ,onPassChangeClick: function () diff --git a/forms/account/conf/ui.xml b/forms/account/conf/ui.xml index c2eb1f1d..393005ed 100755 --- a/forms/account/conf/ui.xml +++ b/forms/account/conf/ui.xml @@ -16,7 +16,7 @@

- Configuration + _Configuration

- +
- +
- +
@@ -64,10 +64,10 @@
@@ -78,28 +78,23 @@ modal="true">

- Password requirements + _Password requirements

  • - - characters long + characters long
  • - - alphabetic characters + alphabetic characters
  • - - capital letters + capital letters
  • - - digits + digits
  • - - symbols + symbols
diff --git a/forms/cms/about/ui.xml b/forms/cms/about/ui.xml index 723835fe..0b99b6e9 100755 --- a/forms/cms/about/ui.xml +++ b/forms/cms/about/ui.xml @@ -1,95 +1,95 @@

- About + _About

- QualityAndVariety + _QualityAndVariety

-

MaximumFreshness

-

SquareMeters

+

_MaximumFreshness

+

_SquareMeters

store -

AboutRealms

-

AboutLocation

+

_AboutRealms

+

_AboutLocation

trailer

dealer - PurchaseThroughWeb + _PurchaseThroughWeb

palletizing

- WhatMakeUsDifferent + _WhatMakeUsDifferent

-

DesignVariety

+

_DesignVariety

differentiates_us -

AdaptToYourNeeds

-

TheBestQuality

+

_AdaptToYourNeeds

+

_TheBestQuality

- AtYourService + _AtYourService

-

BuyersAndTraders

+

_BuyersAndTraders

commercial

- Verdnatura training + _Verdnatura training

-

GoodTraining

+

_GoodTraining

training -

SpecialTrainingPrices

+

_SpecialTrainingPrices

courses -

YoutubeChannel

+

_YoutubeChannel

youtube

- HowWeWork + _HowWeWork

-

AalsmeerAuction

+

_AalsmeerAuction

auction -

BeforeAuction

+

_BeforeAuction

producers -

DirectlyFromProviders

-

GoodsDischarge

+

_DirectlyFromProviders

+

_GoodsDischarge

goods_transport

- FirstQualityControl + _FirstQualityControl glass

goods_receive -

GoodsTravel

+

_GoodsTravel

2_control -

GoodsReception

+

_GoodsReception

- SecondQualityControl + _SecondQualityControl glass

-

CustomerOrders

+

_CustomerOrders

web -

AfterOrder

+

_AfterOrder

4_control

- ThirdQualityControl + _ThirdQualityControl glass

-

BuyerControl

+

_BuyerControl

- FourthQualityControl + _FourthQualityControl glass

-

EmbeddedSection

+

_EmbeddedSection

fit -

AfterEmbedAgency

+

_AfterEmbedAgency

agencies -

FreshnessGuaranteed

+

_FreshnessGuaranteed

- AboutSummary + _AboutSummary Verdnatura

diff --git a/forms/cms/contact/ui.xml b/forms/cms/contact/ui.xml index 874094f6..61837d9b 100755 --- a/forms/cms/contact/ui.xml +++ b/forms/cms/contact/ui.xml @@ -1,6 +1,6 @@

- IWantCustomer + _IWantCustomer

- FillFormData + _FillFormData

- OrCallUs + _OrCallUs

- +
- +
- +
- +
- +
- +