File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed
Umbraco.Web.UI.Client/src/views/propertyeditors/listview
Umbraco.Web.UI/Umbraco/config/lang Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 18
18
< thead >
19
19
< tr >
20
20
< td > </ td >
21
- < th > Alias</ th >
22
- < th > Header</ th >
21
+ < th > < localize key =" general_alias " > Alias</ localize > </ th >
22
+ < th > < localize key =" general_header " > Header</ localize > </ th >
23
23
< th > < localize key ="template_template "> Template</ localize > </ th >
24
24
< td > </ td >
25
25
</ tr >
32
32
< td >
33
33
< div class ="list-view-layout__name flex-column content-start ">
34
34
< span class ="list-view-layout__name-text " ng-bind ="val.alias "> </ span >
35
- < span class ="list-view-layout__system " ng-show ="val.isSystem == 1 "> (system field )</ span >
35
+ < span class ="list-view-layout__system " ng-show ="val.isSystem == 1 "> (< localize key =" general_systemField " > systemField </ localize > )</ span >
36
36
</ div >
37
37
</ td >
38
38
< td >
39
39
< ng-form name ="headerForm " ng-if ="!val.isSystem ">
40
40
< input type ="text " name ="header " ng-model ="val.header " required />
41
41
< span ng-messages ="headerForm.header.$error " show-validation-on-submit >
42
- < span class ="help-inline " ng-message ="required "> Required</ span >
42
+ < span class ="help-inline " ng-message ="required ">
43
+ < localize key ="general_required "> Required</ localize >
44
+ </ span >
43
45
</ span >
44
46
</ ng-form >
45
47
53
55
</ ng-form >
54
56
</ td >
55
57
< td >
56
- < button type ="button " class ="btn-icon " ng-click ="removeField(val) " aria-label =" Remove ">
57
- < umb-icon icon =" icon-trash " > </ umb-icon >
58
+ < button type ="button " class ="umb-node-preview__action umb-node-preview__action--red " ng-click ="removeField(val) ">
59
+ < localize key =" general_remove " > Remove </ localize > < span class =" sr-only " > {{val.alias}} </ span >
58
60
</ button >
59
61
</ td >
60
62
</ tr >
63
65
</ table >
64
66
</ div >
65
67
66
-
67
- </ div >
68
+ </ div >
Original file line number Diff line number Diff line change 813
813
<key alias =" videos" >Videoer</key >
814
814
<key alias =" installing" >installere</key >
815
815
<key alias =" avatar" >Avatar til</key >
816
+ <key alias =" header" >Overskrift</key >
817
+ <key alias =" systemField" >system felt</key >
816
818
</area >
817
819
<area alias =" colors" >
818
820
<key alias =" blue" >Blå</key >
Original file line number Diff line number Diff line change 802
802
<key alias =" videos" >Videos</key >
803
803
<key alias =" installing" >Installing</key >
804
804
<key alias =" avatar" >Avatar for</key >
805
+ <key alias =" header" >Header</key >
806
+ <key alias =" systemField" >system field</key >
805
807
</area >
806
808
<area alias =" colors" >
807
809
<key alias =" blue" >Blue</key >
Original file line number Diff line number Diff line change 811
811
<key alias =" videos" >Videos</key >
812
812
<key alias =" installing" >Installing</key >
813
813
<key alias =" avatar" >Avatar for</key >
814
+ <key alias =" header" >Header</key >
815
+ <key alias =" systemField" >system field</key >
814
816
</area >
815
817
<area alias =" colors" >
816
818
<key alias =" blue" >Blue</key >
You can’t perform that action at this time.
0 commit comments