FSN#36367 widgetnaam vertaalbaar
svn path=/Website/trunk/; revision=29929
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user