Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
35afd5d3
authored
2019-02-25 15:28:53 +0530
by
prami
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
disposition list: modified edit
1 parent
9b36cb71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
application/resources/views/layout/module/dispositionplan/edit.blade.php
application/resources/views/layout/module/dispositionplan/edit.blade.php
View file @
35afd5d
...
...
@@ -193,6 +193,8 @@
fieldHTML = fieldHTML +'</select></div></div><div class="
row
" style="
margin
:
5
px
"><div class="
col
-
md
-
4
"> <label>Select Sub Disposition:</label></div><div class="
col
-
md
-
8
controls
tmar
"><select name="
subDisposition
[
'+(i-1)+'
][]
" id="
subDisposition
'+i+'
" class="
select2multi
" style="
width
:
100
%
""
multiple
=
""
required
><
/select></
div
><
/div></
div
><
/div></
div
><
div
class
=
"col-md-1"
><
a
href
=
"javascript:void(0);"
class
=
"remove_button"
><
i
class
=
"fa fa-minus fa-3 iconsize"
aria
-
hidden
=
"true"
><
/i></
a
><
/div></
div
>
'; //New input field html
$(wrapper).append(fieldHTML);
$(".select2multi").not('
.
kstych_init
').addClass('
kstych_init
').select2({placeholder: "Select...",allowClear: true });
});
$(wrapper).on('
click
', '
.
remove_button
', function(e){
...
...
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