Basic Language Translation Feature #66

Merged
ro-ot merged 9 commits from staging into staging 2017-04-06 09:21:40 +00:00
19 changed files with 21 additions and 21 deletions
Showing only changes of commit 1b3cb2bfdd - Show all commits

View File

@ -9,7 +9,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -9,7 +9,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -9,7 +9,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder
@ -181,7 +181,7 @@ class ComponentbuilderModelLanguage_translations extends JModelList
else
{
$search = $db->quote('%' . $db->escape($search) . '%');
$query->where('(a.entranslation LIKE '.$search.' OR a.components LIKE '.$search.' OR g.system_name LIKE '.$search.')');
$query->where('(a.entranslation LIKE '.$search.')');
}
}

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -9,7 +9,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder
@ -47,7 +47,7 @@ defined('_JEXEC') or die('Restricted access');
<?php echo JHtml::_('grid.sort', 'COM_COMPONENTBUILDER_LANGUAGE_TRANSLATION_ENTRANSLATION_LABEL', 'entranslation', $this->listDirn, $this->listOrder); ?>
</th>
<th class="nowrap hidden-phone" >
<?php echo JHtml::_('grid.sort', 'COM_COMPONENTBUILDER_LANGUAGE_TRANSLATION_COMPONENTS_LABEL', 'components_system_name', $this->listDirn, $this->listOrder); ?>
<?php echo JText::_('COM_COMPONENTBUILDER_LANGUAGE_TRANSLATION_COMPONENTS_LABEL'); ?>
</th>
<?php if ($this->canState): ?>
<th width="10" class="nowrap center" >

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 29 of this MVC
@version @update number 30 of this MVC
@build 5th April, 2017
@created 3rd April, 2017
@package Component Builder