Ignore:
Timestamp:
09/12/08 11:39:24 (16 years ago)
Author:
niltonneto
Message:

Alterações feitas por João Alfredo.
Email: jakjr@…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/templates/default/computers_form.tpl

    r309 r414  
     1<!-- BEGIN body --> 
    12<table border="0" width="90%" align="center"> 
    23        <tr> 
     
    4546 
    4647                                                                <tr bgcolor={row_off}> 
    47                                                                         <td>{lang_sambadomain}:</td> 
     48                                                                        <td>{lang_domain}:</td> 
    4849                                                                        <td> 
    4950                                                                                <select {disabled_samba} name="sambasid"> 
     
    5455                                                                 
    5556                                                                <tr bgcolor={row_off}> 
    56                                                                         <td width="25%">{lang_computer_cn}:</td> 
     57                                                                        <td width="25%">{lang_computer_uid}:</td> 
    5758                                                                        <td> 
    5859                                                                                <input name="computer_cn" size="25" value="{computer_cn}" {disabled} autocomplete="off"> 
     
    7374 
    7475                                                                <tr id="tr_computer_password" bgcolor={row_on} style="{display_tr_computer_password}"> 
    75                                                                         <td width="25%">{lang_computer_password}:</td> 
     76                                                                        <td width="25%">{lang_password}:</td> 
    7677                                                                        <td> 
    7778                                                                                <input type="password" name="computer_password" size="25" {disabled} autocomplete="off"> 
     
    7980                                                                </tr> 
    8081                                                                <tr bgcolor={row_on}> 
    81                                                                         <td width="25%">{lang_computer_description}:</td> 
     82                                                                        <td width="25%">{lang_description}:</td> 
    8283                                                                        <td> 
    8384                                                                                <input name="computer_description" size="60" value="{computer_description}" {disabled} autocomplete="off"> 
     
    115116        } 
    116117</script> 
     118<!-- END body --> 
Note: See TracChangeset for help on using the changeset viewer.