|
244 | 244 | {{/if}} |
245 | 245 |
|
246 | 246 | <div class="ui divider"></div> |
247 | | - <div class="ui header">{{t 'Translation Channels'}}</div> |
| 247 | + <div class="ui header">{{t 'Interpretation Channels'}}</div> |
248 | 248 |
|
249 | 249 | <label> |
250 | 250 | {{t 'Source URL'}} |
|
256 | 256 |
|
257 | 257 | {{#each this.translationChannels as |channel index|}} |
258 | 258 | <div class="field"> |
259 | | - <div class="ui action input"> |
| 259 | + <div class="ui action input translate-channel"> |
260 | 260 | <Widgets::Forms::LinkField |
261 | 261 | @value={{channel.url}} |
262 | | - @onChange={{action (mut channel.url)}} |
263 | | - /> |
| 262 | + @onChange={{action (mut channel.url)}}/> |
264 | 263 | <div class="field"> |
265 | 264 | <div class="ui labeled action input"> |
266 | 265 | <UiDropdown |
|
275 | 274 | {{/each-in}} |
276 | 275 | </div> |
277 | 276 | <i style="margin-left: 0 !important;text-align: right;" |
278 | | - class="dropdown icon"> </i> |
| 277 | + class="dropdown icon"> </i> |
279 | 278 | </UiDropdown> |
280 | 279 | <button class="ml-2 ui icon red button" {{on "click" (fn this.removeChannel index channel.id )}}> |
281 | 280 | <i class="remove icon"></i> |
282 | 281 | </button> |
283 | | - <button class="ui icon blue button" {{on "click" (fn this.updateChannel index channel.id )}} > |
284 | | - <i class="add icon"></i> |
285 | | - </button> |
286 | 282 | </div> |
287 | 283 | </div> |
288 | 284 | </div> |
|
291 | 287 |
|
292 | 288 | {{#each this.translationChannelsNew as |channel index|}} |
293 | 289 | <div class="field"> |
294 | | - <div class="ui action input"> |
| 290 | + <div class="ui action input translate-channel"> |
295 | 291 | <Widgets::Forms::LinkField |
296 | 292 | @value={{channel.url}} |
297 | 293 | @onChange={{action (mut channel.url)}} /> |
|
314 | 310 | <button class="ui icon red button" {{on "click" (fn this.removeChannel index channel.id )}}> |
315 | 311 | <i class="remove icon"></i> |
316 | 312 | </button> |
317 | | - <button class="ui icon blue button" {{on "click" (fn this.addNewChannel channel )}}> |
318 | | - <i class="add icon"></i> |
319 | | - </button> |
320 | 313 | </div> |
321 | 314 | </div> |
322 | 315 | </div> |
|
0 commit comments