Changeset 4262

Show
Ignore:
Timestamp:
09/11/08 07:22:26 (4 months ago)
Author:
cbalan
Message:

UserManagerPlugin: - Fixed #3695

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • usermanagerplugin/0.11/tracusermanager/templates/prefs_um_profile.html

    r3674 r4262  
    55      xmlns:py="http://genshi.edgewall.org/" 
    66      xmlns:xi="http://www.w3.org/2001/XInclude"> 
    7         <xi:include href="prefs.html" /> 
     7         
     8        <py:match path="form[@id='userprefs']" once="True"> 
     9        <form py:attrs="select('@*')" enctype="multipart/form-data">${select("*|text()")}</form> 
     10    </py:match> 
     11         
     12        <xi:include href="prefs.html" /> 
    813        <head> 
    914                <title>${_('My Profile')}</title> 
     
    5459                                </div> 
    5560                        </div> 
    56 <script type="text/javascript"> 
    57 jQuery(document).ready(function ($) { 
    58   $("#tabcontent form")[0].enctype="multipart/form-data"; 
    59 }); 
    60 </script> 
    6161        </body> 
    6262</html>