This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update add-page.html.php
pull/646/head
danpros
2 years ago
parent
f460cdfd7e
commit
72e53f25b1
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
<
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
>
<
?
php
if
(
$type
==
'is_page'
)
:
?>
<
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>
<
br
>
<
?
php
endif
;
?>
</
div
>
<
div
class
=
"
col-sm-6
"
>
<
?
php
if
(
$type
==
'is_page'
)
:
?>
Write
Preview
Loading…
Cancel
Save