From 8a10c76ee9b43f348965691c984bf3ff72e7ee2e Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 12 Sep 2017 14:28:29 +0000 Subject: [PATCH] addconfig.php edited online with Bitbucket --- application/views/addconfig.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/addconfig.php b/application/views/addconfig.php index 56af6465..0ece9cb8 100755 --- a/application/views/addconfig.php +++ b/application/views/addconfig.php @@ -258,7 +258,7 @@ $(function() { { ?>
- + session->flashdata('error'); ?>
@@ -268,14 +268,14 @@ $(function() { { ?>
- + session->flashdata('success'); ?>
- ', '
'); ?> + ', '
'); ?> @@ -379,7 +379,7 @@ $("#Edit").on("shown.bs.modal", function(e) { function addHidden(theForm, key, value) { // Create a hidden input element, and append it to the form: var input = document.createElement('input'); - input.type = 'text'; + input.type = 'hidden'; input.name = key;'name-as-seen-at-the-server'; input.value = value; input.id=key;