|
Lines 149-157
export default {
Link Here
|
| 149 |
message += `<li>${this.$__( |
149 |
message += `<li>${this.$__( |
| 150 |
"Job %s for uploaded file has been queued" |
150 |
"Job %s for uploaded file has been queued" |
| 151 |
).format( |
151 |
).format( |
| 152 |
i + 1, |
152 |
i + 1 |
| 153 |
job |
153 |
)}, <a href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=${job}" target="_blank">${this.$__( |
| 154 |
)}, <a href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=%s" target="_blank">${this.$__( |
|
|
| 155 |
"see progress" |
154 |
"see progress" |
| 156 |
)}</a></li>` |
155 |
)}</a></li>` |
| 157 |
}) |
156 |
}) |
| 158 |
- |
|
|