Skip to content

Commit

Permalink
Plugin: H5P: Replace recto-verso by front-back - refs #2667
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Jul 21, 2020
1 parent 0c82b41 commit ef5c5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/h5p/resources/js/interface.js
Expand Up @@ -366,7 +366,7 @@ function interfaceCard (letterId, collTerms) {

var h = '<div class="dialogBlockEdit' + GlobalTypeNode + ' cardBlockEdit' + letterId + '" >'

h += '<div class="lineBlockTxt" ><span class="labelBlockEdit"><br>Recto&nbsp;:&nbsp;</span>'
h += '<div class="lineBlockTxt" ><span class="labelBlockEdit"><br>Front&nbsp;:&nbsp;</span>'
h += '<div id="recto' + letterId + '" class="pell arealeft" ></div></div>'

if (GlobalTypeNode == 'memory') {
Expand All @@ -375,7 +375,7 @@ function interfaceCard (letterId, collTerms) {
h += '<div class="lineBlockTxt" >'
}

h += '<span class="labelBlockEdit" >Verso&nbsp;:&nbsp;</span>'
h += '<span class="labelBlockEdit" >Back&nbsp;:&nbsp;</span>'
h += '<div id="verso' + letterId + '" class="pell arealeft" /></div>'

h += '<input id="outrecto' + letterId + '" style="display:none;" type="text" />'
Expand Down

0 comments on commit ef5c5f9

Please sign in to comment.