fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9304]


From: Torstein
Subject: [Fmsystem-commits] [9304]
Date: Tue, 08 May 2012 06:44:14 +0000

Revision: 9304
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9304
Author:   vator
Date:     2012-05-08 06:44:13 +0000 (Tue, 08 May 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/js/controller/ajax.js

Modified: trunk/controller/js/controller/ajax.js
===================================================================
--- trunk/controller/js/controller/ajax.js      2012-05-08 06:42:36 UTC (rev 
9303)
+++ trunk/controller/js/controller/ajax.js      2012-05-08 06:44:13 UTC (rev 
9304)
@@ -581,6 +581,8 @@
                $(submitBnt).removeClass("not_active");
        });
 
+       
+       
        //=============================  MESSAGE  ===========================
        
        // REGISTER MESSAGE
@@ -637,7 +639,7 @@
        
        
        
-       //=============================  CASE  ===========================
+       //=======================================  CASE  
======================================
        
        // REGISTER CASE
        $(".frm_register_case").live("submit", function(e){
@@ -664,12 +666,15 @@
                                          // Changes text on save button back 
to original
                                          window.setTimeout(function() {
                                                  if( type == 
"control_item_type_2")
-                                                         
$(submitBnt).val('Registrer måling');
+                                                         
$(submitBnt).val('Lagre måling');
                                                  else
-                                                         
$(submitBnt).val('Registrer sak');
+                                                         
$(submitBnt).val('Lagre sak');
                                                  
                                                        
$(submitBnt).addClass("not_active");
                                          }, 1000);
+
+                                         $(thisForm).delay(1500).slideUp(500);
+                                         
$(thisForm).parents("ul.expand_list").find("h4 img").delay(1500).attr("src", 
"controller/images/arrow_right.png");
                                          }
                                  }
                                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]