Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
6230d48e
Commit
6230d48e
authored
10 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #2015 add font instead img
parent
ebbd0f30
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
entities/trunk/admin_entities.php
+12
-8
12 additions, 8 deletions
entities/trunk/admin_entities.php
with
12 additions
and
8 deletions
entities/trunk/admin_entities.php
+
12
−
8
View file @
6230d48e
...
...
@@ -56,26 +56,30 @@ unset($_SESSION['m_admin']);
<div
id=
"inner_content"
class=
"clearfix"
>
<div
class=
"block"
>
<h2
style=
"text-align:center;"
>
<?php
echo
_ENTITIES
;
?>
</h2>
<div
class=
"admin_item"
id=
"admin_entities_sub"
title=
"
<?php
echo
_MANAGE_ENTITIES_DESC
;
?>
"
onclick=
"window.top.location='
<?php
echo
$_SESSION
[
'config'
][
'businessappurl'
];
?>
index.php?page=manage_entities&module=entities';"
>
<div
class=
"sum_margin"
>
<div
class=
"admin_item"
title=
"
<?php
echo
_MANAGE_ENTITIES_DESC
;
?>
"
onclick=
"window.top.location='
<?php
echo
$_SESSION
[
'config'
][
'businessappurl'
];
?>
index.php?page=manage_entities&module=entities';"
>
<div><i
class=
"fa fa-sitemap fa-4x"
></i></div>
<div>
<strong>
<?php
echo
_MANAGE_ENTITIES
;
?>
</strong>
</div>
</div>
<div
class=
"admin_item"
id=
"admin_entities_tree_sub"
title=
"
<?php
echo
_ENTITY_TREE_DESC
;
?>
"
onclick=
"window.top.location='
<?php
echo
$_SESSION
[
'config'
][
'businessappurl'
];
?>
index.php?page=view_tree_entities&module=entities';"
>
<div
class=
"sum_margin"
>
<div
class=
"admin_item"
title=
"
<?php
echo
_ENTITY_TREE_DESC
;
?>
"
onclick=
"window.top.location='
<?php
echo
$_SESSION
[
'config'
][
'businessappurl'
];
?>
index.php?page=view_tree_entities&module=entities';"
>
<div><i
class=
"fa fa-code-fork fa-4x"
></i></div>
<div>
<strong>
<?php
echo
_ENTITY_TREE
;
?>
</strong>
</div>
</div>
<?php
if
(
$admin
->
test_admin
(
'admin_difflist_types'
,
'entities'
,
false
)){
?>
<div
class=
"admin_item"
id=
"admin_difflist_types"
title=
"
<?php
echo
_DIFFLIST_TYPES_DESC
;
?>
"
onclick=
"window.top.location='
<?php
echo
$_SESSION
[
'config'
][
'businessappurl'
];
?>
index.php?page=admin_difflist_types&module=entities';"
>
<div
class=
"sum_margin"
>
<div
class=
"admin_item"
title=
"
<?php
echo
_DIFFLIST_TYPES_DESC
;
?>
"
onclick=
"window.top.location='
<?php
echo
$_SESSION
[
'config'
][
'businessappurl'
];
?>
index.php?page=admin_difflist_types&module=entities';"
>
<div><i
class=
"fa fa-share-alt fa-4x"
></i></div>
<div>
<strong>
<?php
echo
_DIFFLIST_TYPES
;
?>
</strong>
</div>
</div>
<?php
}
?>
<?php
if
(
$admin
->
test_admin
(
'admin_listmodels'
,
'entities'
,
false
)){
?>
<div
class=
"admin_item"
id=
"admin_listmodels"
title=
"
<?php
echo
_LISTMODELS_DESC
;
?>
"
onclick=
"window.top.location='
<?php
echo
$_SESSION
[
'config'
][
'businessappurl'
];
?>
index.php?page=admin_listmodels&module=entities';"
>
<div
class=
"sum_margin"
>
<div
class=
"admin_item"
title=
"
<?php
echo
_LISTMODELS_DESC
;
?>
"
onclick=
"window.top.location='
<?php
echo
$_SESSION
[
'config'
][
'businessappurl'
];
?>
index.php?page=admin_listmodels&module=entities';"
>
<div><i
class=
"fa fa-share-alt-square fa-4x"
></i></div>
<div>
<strong>
<?php
echo
_LISTMODELS
;
?>
</strong>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment