bug-fix-patches

# removed place holders in agent profiles
# added checkbox style class in agent blade file
# added mtutators in ticket_form_data.php model
# changed priority field saving method in ticket creation form at clinet
side
# Fetched only required data in client panel form and saving ticket
#184 solevd.
This commit is contained in:
Manish Verma
2016-12-05 18:05:58 +05:30
parent ea1acea29f
commit d92ae1481d
8 changed files with 55 additions and 10 deletions

View File

@@ -594,4 +594,17 @@
<?php Event::fire('load-calendar-scripts', array()); ?>
@yield('FooterInclude')
</body>
<script>
$(function() {
$('input[type="checkbox"]').iCheck({
checkboxClass: 'icheckbox_flat-blue'
});
$('input[type="radio"]').iCheck({
radioClass: 'iradio_flat-blue'
});
});
</script>
</html>