FSN#36367 widgetnaam vertaalbaar

svn path=/Website/trunk/; revision=29929
This commit is contained in:
Ruud Lipper
2016-07-01 09:07:18 +00:00
parent ed62506409
commit bb9af52ede
2 changed files with 6 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ function model_fac_widget()
this.record_name = "fac_widget";
this.autfunction = "WEB_PRSSYS";
this.record_title = L("fac_widget");
this.records_title = L("fac_widget_m");
this.records_title = L("fac_widget_m") ;
this.fields = {
@@ -46,9 +46,10 @@ function model_fac_widget()
"typ": "varchar",
"required": true
},
"name": {
"widget_title": {
"dbs": "fac_widget_title",
"label": L("fac_widget_title"),
"translate": true,
"typ": "varchar",
"filter": "like"
},

View File

@@ -31,14 +31,14 @@ scaffolding(this_model,
"autosearch": true,
"filters" : [
"group",
"name"
"widget_title"
]
},
"list": {
"columns": [
"group",
"sequence",
"name",
"widget_title",
"link_url",
"widget_heigth",
"widget_width",
@@ -48,7 +48,7 @@ scaffolding(this_model,
"orderby": [
"group",
"sequence",
"name"
"widget_title"
]
}
});