Fixed InvalidArgumentException: No module found for code 'default'
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
<option value="ma" {if $item_to_translate=='ma'}selected="selected"{/if}>{intl l='E-mail templates'}</option>
|
<option value="ma" {if $item_to_translate=='ma'}selected="selected"{/if}>{intl l='E-mail templates'}</option>
|
||||||
<option value="bo" {if $item_to_translate=='bo'}selected="selected"{/if}>{intl l='Back-office templates'}</option>
|
<option value="bo" {if $item_to_translate=='bo'}selected="selected"{/if}>{intl l='Back-office templates'}</option>
|
||||||
<option value="mo" {if $item_to_translate=='mo'}selected="selected"{/if}>{intl l='Modules'}</option>
|
<option value="mo" {if $item_to_translate=='mo'}selected="selected"{/if}>{intl l='Modules'}</option>
|
||||||
<option value="co" {if $item_to_translate=='co'}selected="selected"{/if}>{intl l='Thelia core'}</option>
|
<option value="co" {if $item_to_translate=='co'}selected="selected"{/if}>{intl l='Thelia core'}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -299,6 +299,7 @@
|
|||||||
|
|
||||||
$('#item_to_translate').change(function() {
|
$('#item_to_translate').change(function() {
|
||||||
$('#item-id').val('');
|
$('#item-id').val('');
|
||||||
|
$('#item_name').val('');
|
||||||
$('.item-id-selector').hide();
|
$('.item-id-selector').hide();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -321,7 +322,7 @@
|
|||||||
translation_changed = true;
|
translation_changed = true;
|
||||||
|
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
})
|
});
|
||||||
|
|
||||||
$('#translation_form').submit(function(ev) {
|
$('#translation_form').submit(function(ev) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user