Ignore:
Timestamp:
08/29/10 22:16:32 (21 months ago)
Author:
benedikt
Message:
  • [ENGINE] Security Fix #2440: Backup script will restore forged backup [Part II] (Thanks to Daniel)
  • [GUI] Changed: Orderpanel 'State' is not longer a required field
  • [GUI] Changed: Oder of address fields changed
  • [GUI] Fixed #2174: Several issues for the Ticket Support System
  • [GUI] Refactored: Ticket System of (part I/client)
  • [LANGUAGES] Updates German Language File
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/themes/omega_original/reseller/user_edit.tpl

    r2930 r3240  
    118118                      </tr> 
    119119                      <tr> 
     120                        <td width="35">&nbsp;</td> 
     121                        <td width="200" class="content2">{TR_STREET1}</td> 
     122                        <td class="content"><input type="text" name="userstreet1" value="{VL_STREET1}" style="width:210px" class="textinput" /> 
     123                        </td> 
     124                      </tr> 
     125                      <tr> 
     126                        <td width="35">&nbsp;</td> 
     127                        <td width="200" class="content2">{TR_STREET2}</td> 
     128                        <td class="content"><input type="text" name="userstreet2" value="{VL_STREET2}" style="width:210px" class="textinput" /> 
     129                        </td> 
     130                      </tr> 
     131                      <tr> 
    120132                        <td width="25">&nbsp;</td> 
    121133                        <td width="200" class="content2">{TR_POST_CODE}</td> 
     
    139151                        <td width="200" class="content2">{TR_COUNTRY}</td> 
    140152                        <td class="content"><input type="text" name="usercountry" value="{VL_COUNTRY}" style="width:210px" class="textinput" /> 
    141                         </td> 
    142                       </tr> 
    143                       <tr> 
    144                         <td width="35">&nbsp;</td> 
    145                         <td width="200" class="content2">{TR_STREET1}</td> 
    146                         <td class="content"><input type="text" name="userstreet1" value="{VL_STREET1}" style="width:210px" class="textinput" /> 
    147                         </td> 
    148                       </tr> 
    149                       <tr> 
    150                         <td width="35">&nbsp;</td> 
    151                         <td width="200" class="content2">{TR_STREET2}</td> 
    152                         <td class="content"><input type="text" name="userstreet2" value="{VL_STREET2}" style="width:210px" class="textinput" /> 
    153153                        </td> 
    154154                      </tr> 
Note: See TracChangeset for help on using the changeset viewer.