Bug 20140: Allow translating more of OAI sets
Allow translating two strings in the OAI set config: "setDescription" and "Remove" Test plan: 1) Go to Home -> Administrator -> OAI sets config -> Add a new OAI set 2) Click on "New set" 3) Click on "Add description" 4) Note the "setDescription:" and "Remove" -texts 5) Install patch, update language, translate the new strings 6) Redo 1-4, note how the strings in part 4 are now translated Signed-off-by: Pasi Kallinen <pasi.kallinen@joensuu.fi> Signed-off-by: Roch D'Amour <roch.damour@inlibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
4dd344d6d6
commit
e466f0d1e3
1 changed files with 2 additions and 2 deletions
|
@ -117,9 +117,9 @@
|
|||
<script type="text/javascript">
|
||||
function newDescField() {
|
||||
$("#adddescription").before(
|
||||
'<li><label>setDescription: </label>' +
|
||||
'<li><label>' + _("setDescription: ") + '</label>' +
|
||||
'<textarea style="vertical-align:middle" rows="2" cols="30" name="description"></textarea>' +
|
||||
'<a class="remove_description" href="#"><i class="fa fa-fw fa-trash"></i> Remove</a>' +
|
||||
'<a class="remove_description" href="#"><i class="fa fa-fw fa-trash"></i>' + _(" Remove") + '</a>' +
|
||||
'</li>'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue