rich text changes

This commit is contained in:
venbatechnologies@gmail.com 2017-07-28 12:11:14 +05:30
parent e17fb87206
commit 8bf6602964
118 changed files with 59 additions and 22 deletions

0
application/logs/log-2017-07-08.php Normal file → Executable file
View File

0
application/logs/log-2017-07-09.php Normal file → Executable file
View File

0
application/logs/log-2017-07-10.php Normal file → Executable file
View File

0
application/logs/log-2017-07-18.php Normal file → Executable file
View File

0
application/logs/log-2017-07-21.php Normal file → Executable file
View File

0
application/logs/log-2017-07-24.php Normal file → Executable file
View File

0
application/logs/log-2017-07-25.php Normal file → Executable file
View File

0
application/logs/log-2017-07-27.php Normal file → Executable file
View File

View File

@ -0,0 +1,5 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2017-07-28 16:26:12 --> Severity: Notice --> Undefined variable: Deatail /opt/lampp/htdocs/listsi/siddharth_application/application/views/importpo.php 420
ERROR - 2017-07-28 16:29:01 --> Severity: Notice --> Undefined variable: Deatail /opt/lampp/htdocs/listsi/siddharth_application/application/views/importpo.php 420
ERROR - 2017-07-28 08:32:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /opt/lampp/htdocs/listsi/siddharth_application/system/database/drivers/mysqli/mysqli_result.php 38

0
application/models/dahsboard_model.php Normal file → Executable file
View File

0
application/views/Amendedimportpopdf.php Normal file → Executable file
View File

0
application/views/Amendervicepopdf.php Normal file → Executable file
View File

0
application/views/Amendrevenuepopdf.php Normal file → Executable file
View File

View File

@ -115,7 +115,9 @@ foreach ($PaymentTerms as $TER)
tinymce.init({
selector: "textarea#ScopeOfWork",
//plugins: "link image"
menubar: false,
statusbar: false,
toolbar: false
});
</script>

0
application/views/MaterialIssueList.php Normal file → Executable file
View File

0
application/views/Mrirprintpdf.php Normal file → Executable file
View File

0
application/views/advancerequest.php Normal file → Executable file
View File

View File

@ -63,14 +63,18 @@ if(!empty($INRSYMBOL))
<script type="text/javascript">
tinymce.init({
selector: "textarea#ScopeOfWork"//,
selector: "textarea#ScopeOfWork",
//plugins: "link image"
menubar: false,
statusbar: false,
toolbar: false
});
tinymce.init({
selector: "textarea#txtSpcialInstruction"//,
selector: "textarea#txtSpcialInstruction",
//plugins: "link image"
menubar: false,
statusbar: false,
toolbar: false
});
</script>

0
application/views/amendcapitalpopdf.php Normal file → Executable file
View File

View File

@ -80,7 +80,9 @@ if(!empty($INRSYMBOL))
tinymce.init({
selector: "textarea#txtSpcialInstruction",
plugins: "link image"
menubar: false,
statusbar: false,
toolbar: false
});
$(document).ready(function(){
$('#CapitalToatlOrder').val(0);

0
application/views/editCapitalAmendPO.php Normal file → Executable file
View File

View File

@ -149,8 +149,9 @@ if(!empty($AvlBudAmt))
tinymce.init({
selector: "textarea#txtSpcialInstruction",
plugins: "link image"
menubar: false,
statusbar: false,
toolbar: false
});
var DelOpt = '<?php echo $DeliverOption; ?>';
var SchName = <?php echo json_encode($DeliverSchedule); ?>;

View File

@ -200,7 +200,14 @@ body {
<script>
$(document).ready(function(){
tinymce.init({
selector: "textarea#txtSpcialInstruction",
menubar: false,
statusbar: false,
toolbar: false
});
var POMaxDate = '<?php echo $MaxPoDate;?>';
var d = new Date(POMaxDate);

View File

@ -137,7 +137,7 @@ foreach ($POSTATUS as $PST )
selector: "textarea#txtSpcialInstruction",
menubar: false,
statusbar: false,
toolbar: false,
toolbar: false
//plugins: "link image"
});

View File

@ -144,10 +144,11 @@ if(!empty($RequistionDetails))
<script src="<?php echo base_url()?>assets/tinymce/js/tinymce/tinymce.min.js"></script>
<script type="text/javascript">
tinymce.init({
selector: "textarea#txtSpcialInstruction"//,
//plugins: "link image"
tinymce.init({
selector: "textarea#txtSpcialInstruction",
menubar: false,
statusbar: false,
toolbar: false
});
</script>

View File

@ -126,8 +126,8 @@ tinymce.init({
selector: "textarea#txtSpcialInstruction",
menubar: false,
statusbar: false,
toolbar: false,
plugins: "link image"
toolbar: false
//plugins: "link image"
});
var DelOpt = '<?php echo $DeliverOption; ?>';
var SchName = '<?php echo $DeliverSchedule; ?>';

6
application/views/editimportpo.php Normal file → Executable file
View File

@ -201,6 +201,12 @@ body {
<script>
$(document).ready(function(){
tinymce.init({
selector: "textarea#txtSpcialInstruction",
menubar: false,
statusbar: false,
toolbar: false
});
//Initialize Select2 Elements
//$("#drpSupplier").select2();
var POMaxDate = '<?php echo $MaxPoDate;?>';

View File

@ -82,7 +82,13 @@ if(!empty($AvlimportBudAmt))
<script>
$(document).ready(function(){
tinymce.init({
selector: "textarea#ScopeOfWork",
menubar: false,
statusbar: false,
toolbar: false
});
//Initialize Select2 Elements for currency type
$("#currencytype").select2();

0
application/views/importpopdf.php Normal file → Executable file
View File

0
application/views/mririmportpopdf.php Normal file → Executable file
View File

View File

@ -77,9 +77,11 @@ if(!empty($INRSYMBOL))
<script src="<?php echo base_url(); ?>assets/js/CreatePOValidation.js" type="text/javascript"></script>
<script type="text/javascript">
tinymce.init({
selector: "textarea#txtSpcialInstruction"//,
selector: "textarea#txtSpcialInstruction",
//plugins: "link image"
menubar: false,
statusbar: false,
toolbar: false
});
</script>

View File

@ -43,9 +43,10 @@ if(!empty($INRSYMBOL))
<script src="<?php echo base_url(); ?>assets/js/CreatePOValidation.js" type="text/javascript"></script>
<script type="text/javascript">
tinymce.init({
selector: "textarea#ScopeOfWork"//,
//plugins: "link image"
selector: "textarea#ScopeOfWork",
menubar: false,
statusbar: false,
toolbar: false
});
</script>

0
application/views/serviceporeport.php Normal file → Executable file
View File

0
application/views/statusofservicepurchaseorder.php Normal file → Executable file
View File

0
assets/tinymce/LICENSE.TXT Normal file → Executable file
View File

0
assets/tinymce/changelog.txt Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/langs/readme.md Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/license.txt Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/advlist/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/anchor/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/autolink/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/autoresize/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/autosave/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/bbcode/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/charmap/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/code/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/directionality/plugin.min.js vendored Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B

View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

View File

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 331 B

View File

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 342 B

View File

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 340 B

View File

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View File

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 321 B

View File

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

View File

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 344 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 328 B

View File

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 337 B

View File

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

View File

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

0
assets/tinymce/js/tinymce/plugins/emoticons/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/example/dialog.html Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/example/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/example_dependency/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/fullpage/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/hr/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/image/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/importcss/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/layer/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/link/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/lists/plugin.min.js vendored Normal file → Executable file
View File

View File

0
assets/tinymce/js/tinymce/plugins/media/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/noneditable/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/paste/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/preview/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/print/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/save/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/table/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/template/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/textcolor/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/textpattern/plugin.min.js vendored Normal file → Executable file
View File

View File

0
assets/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/visualchars/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/plugins/wordcount/plugin.min.js vendored Normal file → Executable file
View File

0
assets/tinymce/js/tinymce/skins/lightgray/content.inline.min.css vendored Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More