master detail module changes-2 vadivel J 09-12-2024

This commit is contained in:
vadivelJ96 2024-12-09 17:29:50 +05:30
parent bcea9f851a
commit 64ae59f876
2 changed files with 6 additions and 9 deletions

View File

@ -153,12 +153,10 @@ if (!empty($master)) {
<td>
<?php if ($con->isActive == 0) { ?>
<a onclick="confirmReActivateConfig(event)"
href="<?php echo base_url() . 'configurationctrl/reActivateConfigValue
<a onclick="confirmReActivateConfig(event)" href="<?php echo base_url() . 'configurationctrl/reActivateConfigValue
?ConfigValue=' . $con->ConfigValue . '
&ConfigID=' . $con->Config_ID; ?>"
data-toggle="tooltip"
title="<?php echo $con->Config_ID ?> - Click here to Re
data-toggle="tooltip" title="<?php echo $con->Config_ID ?> - Click here to Re
activate Config Details"><i class="fas fa-key"></i>
</a>
@ -171,8 +169,7 @@ if (!empty($master)) {
</a>
&nbsp;&nbsp;
&nbsp;&nbsp;
<a onclick="confirmDeleteConfig(event)"
href="<?php echo base_url() . 'configurationctrl/deleteConfigValue
<a onclick="confirmDeleteConfig(event)" href="<?php echo base_url() . 'configurationctrl/deleteConfigValue
?ConfigValue=' . $con->ConfigValue . '
&ConfigID=' . $con->Config_ID; ?>">
<i class="fas fa-trash" data-toggle="tooltip"
@ -320,7 +317,7 @@ if (!empty($master)) {
<tr id="<%=index%>">
<?php
$data = array('name' => '"configVal[<%=index%>][index]"', 'value' => set_value('<%=index%>'), 'id' => '"configVal[<%=index%>][index]"', 'class' => 'form-control', 'type' => 'hidden');
$data = array('name' => '"configVal[<%=index%>][index]"', 'value' => set_value('<%=index%>'), 'id' => '"configVal[<%=index%>][index]"', 'class' => 'form-control', 'type' => 'hidden');
echo form_input($data);
?>
<td align="left"><%=index%></td>
@ -552,7 +549,7 @@ if (!empty($master)) {
$('#AddConfigValue').val('');
return;
}
}else{
} else {
$('.tempClickAdd').click();
}

View File

@ -73,7 +73,7 @@
<!-- Start Content-->
<div class="container-fluid">
<!-- start page title -->
<div>
<div class="mt-3">
<?php
helper('form');
$error = session()->getFlashdata('error');