From 4b569d093b28d01757872a0e2fdeb7dd24ca1110 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Fri, 12 Aug 2016 10:13:43 +0100 Subject: [PATCH] Made the password input glyphicons consistent across OSPOS (#731) --- application/views/configs/message_config.php | 2 +- application/views/employees/form.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/configs/message_config.php b/application/views/configs/message_config.php index be69c0b69..991e3c48c 100755 --- a/application/views/configs/message_config.php +++ b/application/views/configs/message_config.php @@ -22,7 +22,7 @@ lang->line('config_msg_pwd'), 'msg_pwd', array('class' => 'control-label col-xs-2 required')); ?>
- + 'msg_pwd', 'id' => 'msg_pwd', diff --git a/application/views/employees/form.php b/application/views/employees/form.php index 949f97467..54b993aba 100644 --- a/application/views/employees/form.php +++ b/application/views/employees/form.php @@ -45,7 +45,7 @@ lang->line('employees_password'), 'password', array_merge($password_label_attributes, array('class'=>'control-label col-xs-3'))); ?>
- + 'password', 'id'=>'password', @@ -59,7 +59,7 @@ lang->line('employees_repeat_password'), 'repeat_password', array_merge($password_label_attributes, array('class'=>'control-label col-xs-3'))); ?>
- + 'repeat_password', 'id'=>'repeat_password',