Ticket #947 (closed Defect: fixed)

Opened 9 years ago

Last modified 9 years ago

4-8-SNAPSHOT: when editing a person some date input is presnted to me..

Reported by: Malte Owned by: jri
Priority: Major Milestone: Release 4.8
Component: DeepaMehta Standard Distribution Version: 4.7
Keywords: Cc: jri, JuergeN
Complexity: 3 Area: GUI / Usability
Module: deepamehta-webclient

Description

.. but it is completely unclear what kind of Day, Month, Year i should enter there.

Change History

comment:1 Changed 9 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Jörg Richter <jri@…>

In 667aa504da580101c3b831377892bfec4163fa75/deepamehta:

Contacts: add "Date of Birth" label (#947).

In a Person's detail panel the date field is labeled "Date of Birth".

This is achieved just by a CSS rule:

div.dm4\.contacts\.person > div.dm4\.datetime\.date::before {
    content: "Date of Birth";
    font-size: 0.75em;      /* must match .field-label style in webclient.css */
    color: gray;            /* must match .field-label style in webclient.css */
    display: block;
    margin-right: 2em;
    margin-bottom: 0.5em;
}

See #947.

comment:3 Changed 9 years ago by Jörg Richter <jri@…>

In 64ddb8246169c861885d3cd37501649e2eec71d8/deepamehta:

Contacts: tweak detail panel layout (#947).

Person "First Name" and "Last Name" are displayed in one row.
Address "Postal Code" and "City" are displayed in one row.

See #947.

comment:4 Changed 9 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.