Added language strings to the ajax table headers of subforms. Adapted the export of JCB packages to also include the new tables.
This commit is contained in:
@ -146,7 +146,7 @@
|
||||
class="fieldSmall"
|
||||
required="false"
|
||||
first="0"
|
||||
last="100"
|
||||
last="20"
|
||||
step="1"
|
||||
/>
|
||||
<!-- Title Field. Type: Checkbox. (joomla) -->
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 234 of this MVC
|
||||
@build 26th October, 2017
|
||||
@version @update number 243 of this MVC
|
||||
@build 27th October, 2017
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage admin_view.js
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 84 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 86 of this MVC
|
||||
@build 27th October, 2017
|
||||
@created 11th October, 2016
|
||||
@package Component Builder
|
||||
@subpackage custom_code.js
|
||||
@ -317,7 +317,7 @@ function usedin(functioName, ide) {
|
||||
jQuery('#note-usedin-not').hide();
|
||||
jQuery('#note-usedin-found').hide();
|
||||
jQuery('#loading-usedin').show();
|
||||
var targets = ['a','b','c','d','e','f','g','h'];
|
||||
var targets = ['a','b','c','d','e','f','g','h','i'];
|
||||
var run = 0;
|
||||
var usedinChecker = setInterval(function(){
|
||||
var target = targets[run];
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 501 of this MVC
|
||||
@build 26th October, 2017
|
||||
@version @update number 505 of this MVC
|
||||
@build 27th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_component.js
|
||||
|
Reference in New Issue
Block a user