mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Update add-content.html.php
Added custom_fields reference so that value in language file is used correctly
This commit is contained in:
parent
f42a31dc40
commit
c91d70c497
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ $( function() {
|
|||
<textarea id="wmd-input" class="form-control wmd-input <?php if (isset($postContent)) { if (empty($postContent)) { echo 'error'; } } ?>" name="content" cols="20" rows="15"><?php if (isset($postContent)) { echo $postContent;} ?></textarea><br>
|
||||
<?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