Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
test-project
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Junaid Rahman pv
test-project
Commits
1792829c
Commit
1792829c
authored
Sep 01, 2016
by
Junaid Rahman pv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified sidebar
parent
ed47356e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
common.php
backend/views/layouts/common.php
+10
-10
District.php
common/models/District.php
+4
-0
No files found.
backend/views/layouts/common.php
View file @
1792829c
...
...
@@ -196,16 +196,6 @@ $bundle = BackendAsset::register($this);
]
],
[
'label'
=>
Yii
::
t
(
'backend'
,
'System'
),
'options'
=>
[
'class'
=>
'header'
]
],
[
'label'
=>
Yii
::
t
(
'backend'
,
'Users'
),
'icon'
=>
'<i class="fa fa-users"></i>'
,
'url'
=>
[
'/user/index'
],
'visible'
=>
Yii
::
$app
->
user
->
can
(
'administrator'
)
],
[
'label'
=>
Yii
::
t
(
'backend'
,
'Category'
),
'icon'
=>
'<i class="fa fa-sitemap"></i>'
,
'url'
=>
[
'/theme/category/index'
],
...
...
@@ -237,6 +227,16 @@ $bundle = BackendAsset::register($this);
'visible'
=>
Yii
::
$app
->
user
->
can
(
'administrator'
)
],
[
'label'
=>
Yii
::
t
(
'backend'
,
'System'
),
'options'
=>
[
'class'
=>
'header'
]
],
[
'label'
=>
Yii
::
t
(
'backend'
,
'Users'
),
'icon'
=>
'<i class="fa fa-users"></i>'
,
'url'
=>
[
'/user/index'
],
'visible'
=>
Yii
::
$app
->
user
->
can
(
'administrator'
)
],
[
'label'
=>
Yii
::
t
(
'backend'
,
'Other'
),
'url'
=>
'#'
,
'icon'
=>
'<i class="fa fa-cogs"></i>'
,
...
...
common/models/District.php
View file @
1792829c
...
...
@@ -110,4 +110,8 @@ class District extends \yii\db\ActiveRecord
self
::
STATUS_IN_ACTIVE
=>
Yii
::
t
(
'common'
,
'In Active'
),
];
}
public
static
function
statelist
(){
}
}
Write
Preview
Markdown
is supported
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