master detail module changes-2 vadivel J 09-12-2024
This commit is contained in:
parent
bcea9f851a
commit
64ae59f876
@ -153,12 +153,10 @@ if (!empty($master)) {
|
|||||||
<td>
|
<td>
|
||||||
<?php if ($con->isActive == 0) { ?>
|
<?php if ($con->isActive == 0) { ?>
|
||||||
|
|
||||||
<a onclick="confirmReActivateConfig(event)"
|
<a onclick="confirmReActivateConfig(event)" href="<?php echo base_url() . 'configurationctrl/reActivateConfigValue
|
||||||
href="<?php echo base_url() . 'configurationctrl/reActivateConfigValue
|
|
||||||
?ConfigValue=' . $con->ConfigValue . '
|
?ConfigValue=' . $con->ConfigValue . '
|
||||||
&ConfigID=' . $con->Config_ID; ?>"
|
&ConfigID=' . $con->Config_ID; ?>"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip" title="<?php echo $con->Config_ID ?> - Click here to Re
|
||||||
title="<?php echo $con->Config_ID ?> - Click here to Re
|
|
||||||
activate Config Details"><i class="fas fa-key"></i>
|
activate Config Details"><i class="fas fa-key"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -171,8 +169,7 @@ if (!empty($master)) {
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
<a onclick="confirmDeleteConfig(event)"
|
<a onclick="confirmDeleteConfig(event)" href="<?php echo base_url() . 'configurationctrl/deleteConfigValue
|
||||||
href="<?php echo base_url() . 'configurationctrl/deleteConfigValue
|
|
||||||
?ConfigValue=' . $con->ConfigValue . '
|
?ConfigValue=' . $con->ConfigValue . '
|
||||||
&ConfigID=' . $con->Config_ID; ?>">
|
&ConfigID=' . $con->Config_ID; ?>">
|
||||||
<i class="fas fa-trash" data-toggle="tooltip"
|
<i class="fas fa-trash" data-toggle="tooltip"
|
||||||
@ -320,7 +317,7 @@ if (!empty($master)) {
|
|||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
|
|
||||||
<?php
|
<?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);
|
echo form_input($data);
|
||||||
?>
|
?>
|
||||||
<td align="left"><%=index%></td>
|
<td align="left"><%=index%></td>
|
||||||
@ -552,7 +549,7 @@ if (!empty($master)) {
|
|||||||
$('#AddConfigValue').val('');
|
$('#AddConfigValue').val('');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}else{
|
} else {
|
||||||
$('.tempClickAdd').click();
|
$('.tempClickAdd').click();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
<!-- Start Content-->
|
<!-- Start Content-->
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<!-- start page title -->
|
<!-- start page title -->
|
||||||
<div>
|
<div class="mt-3">
|
||||||
<?php
|
<?php
|
||||||
helper('form');
|
helper('form');
|
||||||
$error = session()->getFlashdata('error');
|
$error = session()->getFlashdata('error');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user