Browse Source

Update add-page.html.php

pull/646/head
danpros 2 years ago
parent
commit
72e53f25b1
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      system/admin/views/add-page.html.php

+ 0
- 3
system/admin/views/add-page.html.php View File

@ -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…
Cancel
Save