mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 13:06:22 +05:30
Update add-page.html.php
This commit is contained in:
parent
f460cdfd7e
commit
72e53f25b1
1 changed files with 0 additions and 3 deletions
|
|
@ -20,12 +20,9 @@
|
||||||
<label for="pTitle"><?php echo i18n('Title');?> <span class="required">*</span></label>
|
<label for="pTitle"><?php echo i18n('Title');?> <span class="required">*</span></label>
|
||||||
<input type="text" class="form-control text <?php if (isset($postTitle)) {if (empty($postTitle)) {echo 'error';}} ?>" id="pTitle" name="title" value="<?php if (isset($postTitle)) {echo $postTitle;} ?>"/>
|
<input type="text" class="form-control text <?php if (isset($postTitle)) {if (empty($postTitle)) {echo 'error';}} ?>" id="pTitle" name="title" value="<?php if (isset($postTitle)) {echo $postTitle;} ?>"/>
|
||||||
<br>
|
<br>
|
||||||
<?php if ($type == 'is_page') :?>
|
|
||||||
<label for="pMeta"><?php echo i18n('Meta_description');?> (<?php echo i18n('optional');?>)</label>
|
<label for="pMeta"><?php echo i18n('Meta_description');?> (<?php echo i18n('optional');?>)</label>
|
||||||
<textarea id="pMeta" class="form-control" name="description" rows="3" cols="20" placeholder="<?php echo i18n('If_leave_empty_we_will_excerpt_it_from_the_content_below');?>"><?php if (isset($p->description)) {echo $p->description;} ?></textarea>
|
<textarea id="pMeta" class="form-control" name="description" rows="3" cols="20" placeholder="<?php echo i18n('If_leave_empty_we_will_excerpt_it_from_the_content_below');?>"><?php if (isset($p->description)) {echo $p->description;} ?></textarea>
|
||||||
<br>
|
<br>
|
||||||
<?php endif;?>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<?php if ($type == 'is_page') :?>
|
<?php if ($type == 'is_page') :?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue