Merge branch 'master' into rewrite
Conflicts: core/lib/Thelia/Core/Template/Loop/Attribute.php core/lib/Thelia/Core/Template/Loop/AttributeAvailability.php core/lib/Thelia/Core/Template/Loop/AttributeCombination.php core/lib/Thelia/Core/Template/Loop/Category.php core/lib/Thelia/Core/Template/Loop/Content.php core/lib/Thelia/Core/Template/Loop/Country.php core/lib/Thelia/Core/Template/Loop/Currency.php core/lib/Thelia/Core/Template/Loop/Feature.php core/lib/Thelia/Core/Template/Loop/FeatureAvailability.php core/lib/Thelia/Core/Template/Loop/FeatureValue.php core/lib/Thelia/Core/Template/Loop/Folder.php core/lib/Thelia/Core/Template/Loop/Image.php core/lib/Thelia/Core/Template/Loop/Product.php core/lib/Thelia/Core/Template/Loop/Title.php core/lib/Thelia/Model/Tools/ModelCriteriaTools.php
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
{if $action == 'edit'}
|
||||
{intl l='Editing %cat' cat="{$TITLE}"}
|
||||
{else}
|
||||
{$TITLE} <a href="{url path="admin/catalog/category/edit/$ID"}" title="{intl l='Edit this category'}">{intl l="(edit)"}</a>
|
||||
{$TITLE} <a href="{url path='admin/catalog/category' id="$ID" action='edit'}" title="{intl l='Edit this category'}">{intl l="(edit)"}</a>
|
||||
{/if}
|
||||
</li>
|
||||
{else}
|
||||
<li><a href="{url path="admin/catalog/category/browse/$ID"}">{$TITLE}</a> <span class="divider">/</span></li>
|
||||
<li><a href="{url path='admin/catalog/category' id="$ID" action='browse'}">{$TITLE}</a> <span class="divider">/</span></li>
|
||||
{/if}
|
||||
{/loop}
|
||||
{/ifloop}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<ul class="nav nav-pills">
|
||||
{loop name="lang_list" type="lang" default_only={$default_only}}
|
||||
<li {if $IS_DEFAULT}class="active"{/if}>
|
||||
<a href="#" title="{intl l="Edit information for %lng" lng=$TITLE}">
|
||||
<a href="#" title="{intl l="Edit information in %lng" lng=$TITLE}">
|
||||
<img src="{image file="../assets/img/flags/{$CODE}.gif"}" alt="{intl l=$TITLE}" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user