Project

General

Profile

Actions

Refactor #24674

closed

Content hosts bulk packages modal form radio buttons

Added by Djebran Lezzoum over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Branch:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Radio buttons html now looks like:

   <div>
     <input id="package" ... />
     <label>Package</label>
     <input id="package_group" ... />
     <label>Package Group</label>
   </div>

but must looks like

   <div>
     <label class="radio-inline"> 
         <input id="package" ... />
         Package
     </label>
     <label class="radio-inline"> 
         <input id="package_group" ... />
         Package Group
     </label>
   </div>

This is needed for automation to handle that radio buttons without work-around.


Files

Actions

Also available in: Atom PDF