Finished log configuration. All loggers are currentrly working
This commit is contained in:
@@ -3,6 +3,7 @@ A toolbar displayed in forms, to display language change flags, submit and close
|
||||
|
||||
Parameters:
|
||||
|
||||
- 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.
|
||||
- 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.
|
||||
@@ -11,6 +12,7 @@ Parameters:
|
||||
|
||||
<div class="row inner-toolbar">
|
||||
<div class="col-md-3 inner-actions">
|
||||
{if $hide_flags != true}
|
||||
<ul class="nav nav-pills">
|
||||
{loop name="lang_list" type="lang"}
|
||||
<li {if $ID == $edit_language_id}class="active"{/if}>
|
||||
@@ -20,6 +22,7 @@ Parameters:
|
||||
</li>
|
||||
{/loop}
|
||||
</ul>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 inner-actions">
|
||||
|
||||
Reference in New Issue
Block a user