Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
庞 凯升
PbootCMS
Commits
b8221e97
Commit
b8221e97
authored
3 years ago
by
星梦
Browse files
Options
Download
Email Patches
Plain Diff
V3.1.0
parent
bb3c004e
3.X
dev
master
V3.1.4
V3.1.3
V3.1.2
V3.1.1
V3.1.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/admin/view/default/content/contentsort.html
+1
-1
apps/admin/view/default/content/contentsort.html
apps/common/version.php
+1
-1
apps/common/version.php
with
2 additions
and
2 deletions
+2
-2
apps/admin/view/default/content/contentsort.html
+
1
-
1
View file @
b8221e97
...
...
@@ -45,7 +45,7 @@
{if($value->outlink)}
<a
href=
"[
$
value->outlink]"
><i
class=
"fa fa-external-link"
aria-hidden=
"true"
></i></a>
<a
href=
"[value->outlink]"
target=
"_blank"
><i
class=
"fa fa-external-link"
aria-hidden=
"true"
></i></a>
{else}
{if($value->type==1)}
<a
href=
"{url./admin/Single/index/mcode}/[value->mcode]"
><i
class=
"fa fa-file-text-o"
aria-hidden=
"true"
></i>
</a>
...
...
This diff is collapsed.
Click to expand it.
apps/common/version.php
+
1
-
1
View file @
b8221e97
...
...
@@ -7,6 +7,6 @@ return array(
'release_time'
=>
'20211024'
,
// 修订版本
'revise_version'
=>
'
3
'
'revise_version'
=>
'
4
'
);
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help