Fixed issue #86
This commit is contained in:
@@ -202,7 +202,7 @@
|
|||||||
|
|
||||||
{elseloop rel="top-bar-auth"}
|
{elseloop rel="top-bar-auth"}
|
||||||
<div class="brandbar brandbar-wide container">
|
<div class="brandbar brandbar-wide container">
|
||||||
<a class="navbar-brand" href="{url path='/admin'}">{images file='assets/img/logo-thelia-34px.png'}<img src="{$asset_url}" alt="{intl l='Thelia, solution e-commerce libre'}" />{/images}</a>
|
<a class="navbar-brand" href="{url path='/admin'}">{images file='assets/img/logo-thelia-34px.png'}<img src="{$asset_url}" alt="{intl l='Thelia, the open source e-commerce solution'}" />{/images}</a>
|
||||||
</div>
|
</div>
|
||||||
{/elseloop}
|
{/elseloop}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Parameters:
|
|||||||
- hide_flags: true / false. If true, the flags will not be visible
|
- hide_flags: true / false. If true, the flags will not be visible
|
||||||
- hide_submit_buttons: true / false. If true, only the close button will be deplayed.
|
- hide_submit_buttons: true / false. If true, only the close button will be deplayed.
|
||||||
- show_currencies: true/false. If true, show the currency selection bar
|
- show_currencies: true/false. If true, show the currency selection bar
|
||||||
- page_url: the current page URL. Dafault id $current_url. Used to switchedition anguage.
|
- page_url: the current page URL. Default is $current_url. Used to switchedition anguage.
|
||||||
- close_url: no default. URL displayed when close button is clicked. If empty, the close button is not displayed.
|
- close_url: no default. URL displayed when close button is clicked. If empty, the close button is not displayed.
|
||||||
*}
|
*}
|
||||||
|
|
||||||
@@ -16,8 +16,8 @@ Parameters:
|
|||||||
<ul class="nav nav-pills">
|
<ul class="nav nav-pills">
|
||||||
{loop name="lang_list" type="lang"}
|
{loop name="lang_list" type="lang"}
|
||||||
<li {if $ID == $edit_language_id}class="active"{/if}>
|
<li {if $ID == $edit_language_id}class="active"{/if}>
|
||||||
<a class="language-change-button" data-language-id="{$ID}" href="{url path={$page_url|default:$current_url} edit_language_id=$ID}" title="{intl l='Edit information in %lng' lng=$TITLE}">
|
<a class="language-change-button" data-language-id="{$ID}" href="{url path={$page_url|default:$current_url nofilter} edit_language_id=$ID}" title="{intl l='Edit information in %lng' lng=$TITLE}">
|
||||||
<img src="{image file="../assets/img/flags/{$CODE}.gif"}" alt="{intl l=$TITLE}" />
|
<img src="{image file="../assets/img/flags/{$CODE}.gif"}" alt="$TITLE" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|||||||
@@ -164,7 +164,7 @@
|
|||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
{loop name="lang_list" type="lang" id=$edit_language_id}
|
{loop name="lang_list" type="lang" id=$edit_language_id}
|
||||||
<img src="{image file="assets/img/flags/{$CODE}.gif"}" alt="{intl l=$TITLE}" />
|
<img src="{image file="assets/img/flags/{$CODE}.gif"}" alt="{$TITLE}" />
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|
||||||
{$label} {$file_names nofilter}
|
{$label} {$file_names nofilter}
|
||||||
|
|||||||
Reference in New Issue
Block a user