Made changes to the compiler in relation to version control. Resolved gh-154 to insure string translation for state values. Added shortcuts in Joomla Component list view to all linked tables in their relationship with the Joomla Component

This commit is contained in:
2017-10-30 15:08:02 +02:00
parent ae3dedf0d0
commit 0ba5ec06fc
272 changed files with 438 additions and 371 deletions

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage fields_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage fields_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage conditions_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage conditions_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage css_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage custom_buttons_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage custom_buttons_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage custom_import_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage fields_conditions_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage fields_conditions_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage fields_conditions_right.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage javascript_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage linked_components_fullwidth.php
@@ -100,26 +100,26 @@ $edit = "index.php?option=com_componentbuilder&view=joomla_components&task=jooml
</td>
<?php if ($item->published == 1):?>
<td class="center" data-sort-value="1">
<span class="status-metro status-published" title="<?php echo JText::_('PUBLISHED'); ?>">
<?php echo JText::_('PUBLISHED'); ?>
<span class="status-metro status-published" title="<?php echo JText::_('COM_COMPONENTBUILDER_PUBLISHED'); ?>">
<?php echo JText::_('COM_COMPONENTBUILDER_PUBLISHED'); ?>
</span>
</td>
<?php elseif ($item->published == 0):?>
<td class="center" data-sort-value="2">
<span class="status-metro status-inactive" title="<?php echo JText::_('INACTIVE'); ?>">
<?php echo JText::_('INACTIVE'); ?>
<span class="status-metro status-inactive" title="<?php echo JText::_('COM_COMPONENTBUILDER_INACTIVE'); ?>">
<?php echo JText::_('COM_COMPONENTBUILDER_INACTIVE'); ?>
</span>
</td>
<?php elseif ($item->published == 2):?>
<td class="center" data-sort-value="3">
<span class="status-metro status-archived" title="<?php echo JText::_('ARCHIVED'); ?>">
<?php echo JText::_('ARCHIVED'); ?>
<span class="status-metro status-archived" title="<?php echo JText::_('COM_COMPONENTBUILDER_ARCHIVED'); ?>">
<?php echo JText::_('COM_COMPONENTBUILDER_ARCHIVED'); ?>
</span>
</td>
<?php elseif ($item->published == -2):?>
<td class="center" data-sort-value="4">
<span class="status-metro status-trashed" title="<?php echo JText::_('ARCHIVED'); ?>">
<?php echo JText::_('ARCHIVED'); ?>
<span class="status-metro status-trashed" title="<?php echo JText::_('COM_COMPONENTBUILDER_TRASHED'); ?>">
<?php echo JText::_('COM_COMPONENTBUILDER_TRASHED'); ?>
</span>
</td>
<?php endif; ?>

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage mysql_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage mysql_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage php_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage settings_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage batchselection.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage views_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage views_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage tweaks_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage tweaks_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage tweaks_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage tweaks_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage views_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage views_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage dashboard_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage dashboard_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage settings_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage settings_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage tweaks_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage tweaks_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage views_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage views_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage updates_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage updates_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage custom_buttons_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage custom_buttons_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage custom_script_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_rightside.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage linked_components_fullwidth.php
@@ -100,26 +100,26 @@ $edit = "index.php?option=com_componentbuilder&view=joomla_components&task=jooml
</td>
<?php if ($item->published == 1):?>
<td class="center" data-sort-value="1">
<span class="status-metro status-published" title="<?php echo JText::_('PUBLISHED'); ?>">
<?php echo JText::_('PUBLISHED'); ?>
<span class="status-metro status-published" title="<?php echo JText::_('COM_COMPONENTBUILDER_PUBLISHED'); ?>">
<?php echo JText::_('COM_COMPONENTBUILDER_PUBLISHED'); ?>
</span>
</td>
<?php elseif ($item->published == 0):?>
<td class="center" data-sort-value="2">
<span class="status-metro status-inactive" title="<?php echo JText::_('INACTIVE'); ?>">
<?php echo JText::_('INACTIVE'); ?>
<span class="status-metro status-inactive" title="<?php echo JText::_('COM_COMPONENTBUILDER_INACTIVE'); ?>">
<?php echo JText::_('COM_COMPONENTBUILDER_INACTIVE'); ?>
</span>
</td>
<?php elseif ($item->published == 2):?>
<td class="center" data-sort-value="3">
<span class="status-metro status-archived" title="<?php echo JText::_('ARCHIVED'); ?>">
<?php echo JText::_('ARCHIVED'); ?>
<span class="status-metro status-archived" title="<?php echo JText::_('COM_COMPONENTBUILDER_ARCHIVED'); ?>">
<?php echo JText::_('COM_COMPONENTBUILDER_ARCHIVED'); ?>
</span>
</td>
<?php elseif ($item->published == -2):?>
<td class="center" data-sort-value="4">
<span class="status-metro status-trashed" title="<?php echo JText::_('ARCHIVED'); ?>">
<?php echo JText::_('ARCHIVED'); ?>
<span class="status-metro status-trashed" title="<?php echo JText::_('COM_COMPONENTBUILDER_TRASHED'); ?>">
<?php echo JText::_('COM_COMPONENTBUILDER_TRASHED'); ?>
</span>
</td>
<?php endif; ?>

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage abacus_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage abacus_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage custom_script_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage joint_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage main_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage main_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage main_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage main_under.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage tweak_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.5.9
@build 29th October, 2017
@build 30th October, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

Some files were not shown because too many files have changed in this diff Show More