Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joyride phase2
Project
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jansa Jose
joyride phase2
Commits
308cce5d
Commit
308cce5d
authored
6 years ago
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes in admin panel
parent
7e925896
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
Manage_banner.php
application/controllers/Manage_banner.php
+1
-1
addbanner.php
application/views/Managebanner/addbanner.php
+1
-1
left-menu-old.php
application/views/Templates/left-menu-old.php
+2
-2
login-form.php
application/views/login-form.php
+1
-1
tukkibi_1544597217_WkzqBYP.jpg
assets/uploads/profile_pic/tukkibi_1544597217_WkzqBYP.jpg
+0
-0
tukkibi_1544597468_WkzqBYP.jpg
assets/uploads/profile_pic/tukkibi_1544597468_WkzqBYP.jpg
+0
-0
No files found.
application/controllers/Manage_banner.php
View file @
308cce5d
...
@@ -47,7 +47,7 @@ class Manage_banner extends CI_Controller
...
@@ -47,7 +47,7 @@ class Manage_banner extends CI_Controller
}
else
{
}
else
{
$result
=
$this
->
Profile_model
->
insert_image
(
$data
);
$result
=
$this
->
Profile_model
->
insert_image
(
$data
);
}
}
if
(
$result
){
if
(
isset
(
$result
)
&&
!
empty
(
$result
)
){
$this
->
session
->
set_flashdata
(
'message'
,
array
(
'message'
=>
'Banner added successfully'
,
'class'
=>
'success'
));
$this
->
session
->
set_flashdata
(
'message'
,
array
(
'message'
=>
'Banner added successfully'
,
'class'
=>
'success'
));
}
else
{
}
else
{
$this
->
session
->
set_flashdata
(
'message'
,
array
(
'message'
=>
'Sorry, Not Added'
,
'class'
=>
'danger'
));
$this
->
session
->
set_flashdata
(
'message'
,
array
(
'message'
=>
'Sorry, Not Added'
,
'class'
=>
'danger'
));
...
...
This diff is collapsed.
Click to expand it.
application/views/Managebanner/addbanner.php
View file @
308cce5d
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"intrate"
>
Image
</label>
<label
class=
"intrate"
>
Image
</label>
<input
type=
"file"
id=
"image"
name=
"file"
>
<input
type=
"file"
id=
"image"
name=
"file"
>
<img
src=
"
<?php
echo
(
isset
(
$datas
->
image
))
?
base_url
()
.
$datas
->
image
:
''
?>
"
width=
"70px"
height=
"70px"
alt=
"
Picture Not Found
"
/>
<img
src=
"
<?php
echo
(
isset
(
$datas
->
image
))
?
base_url
()
.
$datas
->
image
:
''
?>
"
width=
"70px"
height=
"70px"
alt=
""
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
application/views/Templates/left-menu-old.php
View file @
308cce5d
...
@@ -133,8 +133,8 @@ $admin_detail = pull_admin();
...
@@ -133,8 +133,8 @@ $admin_detail = pull_admin();
<li
class=
"treeview"
><a
href=
"
<?php
echo
base_url
();
?>
Reports/view_reports"
><i
class=
"glyphicon glyphicon-cog"
></i></i>
<span>
Reports
</span><i
class=
"fa fa-angle-left pull-right"
></i></a>
<li
class=
"treeview"
><a
href=
"
<?php
echo
base_url
();
?>
Reports/view_reports"
><i
class=
"glyphicon glyphicon-cog"
></i></i>
<span>
Reports
</span><i
class=
"fa fa-angle-left pull-right"
></i></a>
</li>
</li>
<?php
}
?>
<?php
}
?>
<li
class=
"treeview"
><a
href=
"
<?php
echo
base_url
();
?>
Profile"
><i
class=
"glyphicon glyphicon-user"
></i></i>
<span>
Profile
</span><i
class=
"fa fa-angle-left pull-right"
></i></a>
<
!-- <
li class="treeview"><a href="
<?php
echo
base_url
();
?>
Profile"><i class="glyphicon glyphicon-user"></i></i> <span>Profile</span><i class="fa fa-angle-left pull-right"></i></a>
</li>
</li>
-->
</ul>
</ul>
</section>
</section>
...
...
This diff is collapsed.
Click to expand it.
application/views/login-form.php
View file @
308cce5d
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<body
class=
"hold-transition login-page"
>
<body
class=
"hold-transition login-page"
>
<div
class=
"login-box"
>
<div
class=
"login-box"
>
<div
class=
"login-logo"
>
<div
class=
"login-logo"
>
<a
href=
"
<?php
echo
base_url
();
?>
"
><b>
<?php
echo
$settings
->
title
;
?>
</b>
Admin
</a>
<a
href=
"
<?php
echo
base_url
();
?>
"
><b>
<?php
echo
$settings
->
title
;
?>
</b></a>
</div>
<!-- /.login-logo -->
</div>
<!-- /.login-logo -->
<div
class=
"login-box-body"
>
<div
class=
"login-box-body"
>
<p
class=
"login-box-msg"
>
Sign in to start your session
</p>
<p
class=
"login-box-msg"
>
Sign in to start your session
</p>
...
...
This diff is collapsed.
Click to expand it.
assets/uploads/profile_pic/tukkibi_1544597217_WkzqBYP.jpg
0 → 100644
View file @
308cce5d
174 KB
This diff is collapsed.
Click to expand it.
assets/uploads/profile_pic/tukkibi_1544597468_WkzqBYP.jpg
0 → 100644
View file @
308cce5d
174 KB
This diff is collapsed.
Click to expand it.
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