Ignore:
Timestamp:
22 Jan 2014, 18:06:17 (11 years ago)
Author:
Henrik Bettermann
Message:

Adjust phone widget and user edit form page to Bootstrap 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/usereditformpage.pt

    r8486 r10956  
    99        <td i18n:translate="" class="fieldname">Password:</td>
    1010        <td>
    11           <input name="password" type="password"  />
     11          <input class="form-control" name="password" type="password"  />
    1212        </td>
    1313      </tr>
     
    1515        <td i18n:translate="" class="fieldname">Retype Password:</td>
    1616        <td>
    17           <input name="control_password" type="password" />
     17          <input class="form-control" name="control_password" type="password" />
    1818        </td>
    1919      </tr>
Note: See TracChangeset for help on using the changeset viewer.