Merge branch 'MDL-65878-36' of https://github.com/lucaboesch/moodle into MOODLE_36_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2019-09-18 20:08:09 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
{{/options}}
</select>
<noscript>
<input type="submit" class="btn btn-secondary" value="{{#str}}go, core{{/str}}">
<input type="submit" class="btn btn-secondary ml-1" value="{{#str}}go, core{{/str}}">
</noscript>
</form>
</div>
+2 -2
View File
@@ -64,11 +64,11 @@
{{/options}}
</select>
{{#showbutton}}
<input type="submit" class="btn btn-secondary" value="{{showbutton}}">
<input type="submit" class="btn btn-secondary ml-1" value="{{showbutton}}">
{{/showbutton}}
{{^showbutton}}
<noscript>
<input type="submit" class="btn btn-secondary" value="{{#str}}go, core{{/str}}">
<input type="submit" class="btn btn-secondary ml-1" value="{{#str}}go, core{{/str}}">
</noscript>
{{/showbutton}}
</form>