mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Improve translation
This commit is contained in:
parent
f441534e5a
commit
fc9a723f27
3 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ if ($type == 'is_page') {
|
|||
<br>
|
||||
<?php if(!empty($fields) && $type != 'is_category'):?>
|
||||
<details id="custom-fields" >
|
||||
<summary id="custom-fields-click" style="padding:10px; margin-bottom:10px; <?php echo ((config('admin.theme') === 'light' || is_null(config('admin.theme'))) ? "background-color: #E4EBF1;" : "background-color: rgba(255,255,255,.1);");?>"><strong>Custom fields</strong></summary>
|
||||
<summary id="custom-fields-click" style="padding:10px; margin-bottom:10px; <?php echo ((config('admin.theme') === 'light' || is_null(config('admin.theme'))) ? "background-color: #E4EBF1;" : "background-color: rgba(255,255,255,.1);");?>"><strong><?php echo i18n('custom_fields');?></strong></summary>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<?php foreach ($fields as $fld):?>
|
||||
|
|
|
|||
|
|
@ -244,7 +244,7 @@ $( function() {
|
|||
|
||||
<?php if(!empty($fields)):?>
|
||||
<details id="custom-fields" >
|
||||
<summary id="custom-fields-click" style="padding:10px; margin-bottom:10px; <?php echo ((config('admin.theme') === 'light' || is_null(config('admin.theme'))) ? "background-color: #E4EBF1;" : "background-color: rgba(255,255,255,.1);");?>"><strong><?php echo i18n('custom_fields')</strong></summary>
|
||||
<summary id="custom-fields-click" style="padding:10px; margin-bottom:10px; <?php echo ((config('admin.theme') === 'light' || is_null(config('admin.theme'))) ? "background-color: #E4EBF1;" : "background-color: rgba(255,255,255,.1);");?>"><strong><?php echo i18n('custom_fields');?></strong></summary>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<?php foreach ($fields as $fld):?>
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ if ($type == 'is_page' || $type == 'is_frontpage') {
|
|||
<br>
|
||||
<?php if(!empty($fields) && $type != 'is_category'):?>
|
||||
<details id="custom-fields" >
|
||||
<summary id="custom-fields-click" style="padding:10px; margin-bottom:10px; <?php echo ((config('admin.theme') === 'light' || is_null(config('admin.theme'))) ? "background-color: #E4EBF1;" : "background-color: rgba(255,255,255,.1);");?>"><strong>Custom fields</strong></summary>
|
||||
<summary id="custom-fields-click" style="padding:10px; margin-bottom:10px; <?php echo ((config('admin.theme') === 'light' || is_null(config('admin.theme'))) ? "background-color: #E4EBF1;" : "background-color: rgba(255,255,255,.1);");?>"><strong><?php echo i18n('custom_fields');?></strong></summary>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<?php foreach ($fields as $fld):?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue