requests: reject success msg updated
authorYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 27 Aug 2014 10:18:59 +0000 (12:18 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 27 Aug 2014 10:18:59 +0000 (12:18 +0200)
portal/templates/management-tab-requests.html

index d36027b..c570c7c 100644 (file)
@@ -66,7 +66,7 @@
                                                                status_str += ' -- ';
 
                                                        if (result.status) {
-                                                               status_str += '<font color="green">OK</font>';
+                                                               status_str += '<font color="green">Rejected</font>';
                                                                $('#portal__validate__checkbox__' + request_type__id).hide();
                                                        } else {
                                                                status_str += '<font color="red">ERROR: ' + result.description + '</font>';