Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1466 → Rev 1467

/branches/v3/impl/src/web/admin/profile/profilePersonalData.jsp
352,7 → 352,7
<html:text styleClass="readOnly form-control" property="birthDayDate" maxlength="100"/>
</baco:isAdmin>
<baco:isNotAdmin>
<<html:text styleClass="readOnly form-control" property="birthDayDate" maxlength="100" readonly="true"/>
<html:text styleClass="readOnly form-control" property="birthDayDate" maxlength="100" readonly="true"/>
</baco:isNotAdmin>
 
</div>
371,7 → 371,7
<div class="form-group">
<label class="control-label col-sm-2" ><bean:message key="address"/></label>
<div class="col-sm-10">
<html:text property="userView.address" maxlength="250" />
<html:text styleClass="form-control" property="userView.address" maxlength="250" />
</div>
</div>
<div class="form-group">