Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yashwant
/
hdfc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2e339da2
authored
2018-05-03 12:03:34 +0530
by
Gopal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Unrestricted File Upload
1 parent
fd29a9ee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
application/config/app.php
application/resources/views/layout/module/record/bulkupload.blade.php
application/config/app.php
View file @
2e339da
...
...
@@ -93,7 +93,9 @@ return [
"Text Search"
=>
[
"menuAction('record/textsearch');"
],
"Master Report"
=>
[
"showBlock('MainReport');"
],
"Bulk Upload"
=>
[
"menuAction('record/bulkupload');"
]]],
"Task"
=>
[
"disp"
=>
"Tasks"
,
"icon"
=>
"edit"
,
"dash"
=>
""
,
"onclick"
=>
"showBlock('Workflow');"
],
/*Code commented for security purpose*/
/*"Task" => ["disp"=>"Tasks","icon"=>"edit","dash"=>"","onclick"=>"showBlock('Workflow');"],*/
/*Code commented for security purpose*/
"Dialer"
=>
[
"disp"
=>
"Dialer"
,
"icon"
=>
"phone"
,
"dash"
=>
"Dialer"
,
"submenu"
=>
[
"Dialer"
=>
[
"kDialerModel();"
],
"Reports"
=>
[
"menuAction('dialer/reports');"
],
...
...
application/resources/views/layout/module/record/bulkupload.blade.php
View file @
2e339da
...
...
@@ -408,8 +408,10 @@ return;
<div
class=
"tab_bar_green tabsbar-2"
>
<ul
class=
"row row-merge"
>
<li
class=
active
><a
href=
"#tabs-1"
data-toggle=
"tab"
>
Bulk Upload
</a></li>
<li><a
href=
"#tabs-2"
data-toggle=
"tab"
>
Files Upload
</a></li>
<li><a
href=
"#tabs-3"
data-toggle=
"tab"
>
User Upload
</a></li>
<!-- Code commented for security purpose by Gopal -->
<!-- <li><a href="#tabs-2" data-toggle="tab">Files Upload</a></li>
<li><a href="#tabs-3" data-toggle="tab">User Upload</a></li> -->
<!-- Code commented for security purpose by Gopal -->
</ul>
</div>
<div
class=
"tab-content"
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment