Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-21805

Fix structure for search pages in find participant

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 5.0.0
    • Fix Version/s: 5.0.0
    • Component/s: None
    • Labels:
    • Versioning Impact:
      Patch (backwards-compatible bug fixes)
    • Documentation Required?:
      Developer Doc
    • Funding Source:
      Contributed Code
    • Verified?:
      No
    • Acceptance Criteria:
      Structure is fixed for search pages

      Description

      Labels either should be added on column before input
      or should be with input followed by <br>
      Examples:

      <tr>
        <td class="label">
          <label><!-- label here --></label>
        </td>
        <td class="label">
          <input ... />
        </td>
      </tr>
      

      or

      <tr>
        <td class="label">
          <label><!-- label here --></label>
          <br>
          <input ... />
        </td>
      </tr>
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              mukesh Mukesh Ram
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: