Ignore:
Timestamp:
06/15/12 11:13:00 (12 years ago)
Author:
thiago
Message:

Ticket #2856 - Problema ao editar um gerente, resolvido!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/js/jscode/managers.js

    r5174 r6517  
    8282                else 
    8383                { 
     84                var old_url_context = document.createElement("INPUT"); 
     85                old_url_context.type = "hidden"; 
     86                old_url_context.name = "old_url_context"; 
     87                old_url_context.value = $("input[name=old_url_context_aux]").val(); 
     88                 
     89                $(document.forms[0]).find("div").append(old_url_context); 
     90                 
    8491                        if (type == 'add') 
    8592                                cExecuteForm ("$this.manager.create", document.forms[0], handler_createsave_manager); 
Note: See TracChangeset for help on using the changeset viewer.