Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
tmq
9 years ago
Commit
b1410e51cec391163a5c01ef8a8a34d2cd8b4152
1 parent
44ec3342
包含视频
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
website/view/script/admin/news/create.php
website/view/script/admin/news/create.php
View file @
b1410e5
...
...
@@ -33,7 +33,7 @@ a.btn
}
?>
</select>
<input
type=
"checkbox"
name=
"is_video"
value=
"1"
>
包含视频
<input
type=
"checkbox"
name=
"is_video"
value=
"1"
<?php
if
(
$this
->
view
->
info
[
'is_video'
]
==
1
){
echo
"checked"
;}
else
{
echo
""
;}
?>
>
包含视频
</td>
</tr>
<tr>
...
...
Please
register
or
login
to post a comment