diff --git a/client_software_add_modal.php b/client_software_add_modal.php index 82b95e03..25b67c22 100644 --- a/client_software_add_modal.php +++ b/client_software_add_modal.php @@ -18,6 +18,12 @@ + + @@ -133,53 +139,79 @@ -
- -
-
- +
+ +
+ +
    + +
  • +
    + +
    - -
-
+ while ($row = mysqli_fetch_array($sql_assets_select)) { + $asset_id_select = intval($row['asset_id']); + $asset_name_select = nullable_htmlentities($row['asset_name']); + $asset_type_select = nullable_htmlentities($row['asset_type']); + $asset_archived_at = nullable_htmlentities($row['asset_archived_at']); + if (empty($asset_archived_at)) { + $asset_archived_display = ""; + } else { + $asset_archived_display = "Archived - "; + } + $contact_name_select = nullable_htmlentities($row['contact_name']); -
- -
-
- + ?> +
  • +
    + + +
    +
  • + + + + + +
    + +
    + +
      + +
    • +
      + +
      - -
    -
    + ?> +
  • +
    + + +
    +
  • + + + +
    diff --git a/client_software_edit_modal.php b/client_software_edit_modal.php index fcae235d..96eb6617 100644 --- a/client_software_edit_modal.php +++ b/client_software_edit_modal.php @@ -143,12 +143,16 @@
    -
    - Select Assets that are licensed for this software -
    -