File tree 3 files changed +4
-4
lines changed
admin/client/templates/news
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>{{_ "Admin.ListNews" }}</h1>
20
20
< tr >
21
21
<!--<td><a href="{{pathFor route='admin.newsgroups.view' data=routeData}}"> {{name}} {{url}} {{_id}}</a></td>-->
22
22
< td > < a href ="{{pathFor route='admin.news.view' data=routeData}} "> {{data.title}} </ a > </ td >
23
- < td > {{data.content}}</ td >
23
+ < td > {{{ data.content}}} </ td >
24
24
</ tr >
25
25
{{/EasySearch.Each}}
26
26
</ tbody >
Original file line number Diff line number Diff line change 5
5
< div class ="panel-heading ">
6
6
< h1 > {{_ "Admin.Title"}}: {{data.title}}</ h1 >
7
7
< small class ="display-block ">
8
- {{_ "Admin.Content"}}: {{ data.content}}
8
+ {{{ data.content} }}
9
9
</ small >
10
10
</ div >
11
- < div class ="item item-divider "> Newsgroups sent to</ div >
11
+ < div class ="item item-divider "> News sent to newsgroup </ div >
12
12
< div class ="list ">
13
13
{{#each groups}}
14
14
{{#with groupInfo this}}
Original file line number Diff line number Diff line change 172
172
"ListDetails" : " List Details" ,
173
173
"ListName" : " List name" ,
174
174
"ListNameRequired" :" Please ensure the list name is filled in" ,
175
- "ListNews" : " List news" ,
175
+ "ListNews" : " Search news" ,
176
176
"ListSearchInput" : " Type the name of the distribution list you want to add" ,
177
177
"Loading" : " Loading..." ,
178
178
"MorF" : " \" M\" or \" F\" " ,
You can’t perform that action at this time.
0 commit comments