mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 05:26:22 +05:30
Update edit-content.html.php
Added custom_fields to match language file
This commit is contained in:
parent
f42a31dc40
commit
ec352a3328
1 changed files with 1 additions and 1 deletions
|
|
@ -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>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