mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Update config-reading.html.php
Translation options for the options introduced in the last update
This commit is contained in:
parent
b825d9186a
commit
999af90165
1 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<a class="nav-item nav-link" id="nav-metatags-tab" href="<?php echo site_url();?>admin/config/metatags"><?php echo i18n('Metatags');?></a>
|
||||
<a class="nav-item nav-link" id="nav-performance-tab" href="<?php echo site_url();?>admin/config/performance"><?php echo i18n('Performance');?></a>
|
||||
<a class="nav-item nav-link" id="nav-custom-tab" href="<?php echo site_url();?>admin/config/custom"><?php echo i18n('Custom');?></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<br><br>
|
||||
<form method="POST">
|
||||
|
|
@ -84,23 +84,23 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">Summary behavior</label>
|
||||
<label class="col-sm-2 col-form-label"><?php echo i18n('summary_behavior');?></label>
|
||||
<div class="col-sm-10">
|
||||
<div class="col-sm-10">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="-config-teaser.behave" id="teaser.behave1" value="default" <?php if (config('teaser.behave') === 'default' || is_null(config('teaser.behave'))):?>checked<?php endif;?>>
|
||||
<label class="form-check-label" for="teaser.behave1">
|
||||
Default
|
||||
<?php echo i18n('Default');?>
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="-config-teaser.behave" id="teaser.behave2" value="check" <?php if (config('teaser.behave') === 'check'):?>checked<?php endif;?>>
|
||||
<label class="form-check-label" for="teaser.behave2">
|
||||
Check shortcode
|
||||
<?php echo i18n('Check_shortcode');?>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<small><em>In summary mode, whether check the shortcode first or not before trim the content to x char</em></small>
|
||||
<small><em><?php echo i18n('in_summary_mode_whether_check_the_shortcode_first_or_not_before_trim_the_content_to_x_char');?></em></small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue