Fixed InvalidArgumentException: No module found for code 'default'
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<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="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>
|
||||
</div>
|
||||
</div>
|
||||
@@ -303,6 +303,7 @@
|
||||
|
||||
$('#item_to_translate').change(function() {
|
||||
$('#item-id').val('');
|
||||
$('#item_name').val('');
|
||||
$('.item-id-selector').hide();
|
||||
});
|
||||
|
||||
@@ -325,7 +326,7 @@
|
||||
translation_changed = true;
|
||||
|
||||
ev.preventDefault();
|
||||
})
|
||||
});
|
||||
|
||||
$('#translation_form').submit(function(ev) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user