diff --git a/hubzilla/addon/assoc_profile/view/css/assoc_profile_manage.php b/hubzilla/addon/assoc_profile/view/css/assoc_profile_manage.php deleted file mode 100644 index 3637599..0000000 --- a/hubzilla/addon/assoc_profile/view/css/assoc_profile_manage.php +++ /dev/null @@ -1,688 +0,0 @@ - $entry) { - if (!empty($entry['assoc_county'])) $counties[$entry['assoc_county']] = true; - if (!empty($entry['assoc_type'])) $types[$entry['assoc_type']] = true; - if (!empty($entry['assoc_sos_standing'])) $statuses[$entry['assoc_sos_standing']] = true; - } - ksort($counties); ksort($types); ksort($statuses); - - $total = count($registry); - - $out = '
| '; - $out .= ' | Slug | '; - $out .= 'Legal Name | '; - $out .= 'Units | '; - $out .= 'Updated | '; - $out .= ''; - $out .= ' |
|---|---|---|---|---|---|
| '; - - $out .= ' | '
- . '' . assoc_h($slug) . ''
- . ' | ';
-
- $out .= '' . assoc_h($entry['assoc_legal_name'] ?? '—') . ' | '; - $out .= '' . assoc_h($entry['assoc_units'] ?? '—') . ' | '; - $out .= '' . assoc_h($entry['assoc_updated'] ?? '—') . ' | '; - $out .= 'Edit | '; - $out .= '
' . assoc_h($slug) . 'Permanently removes ' . assoc_h($name) . ' from the registry. ';
- $out .= 'You must also remove the entry from vs01/config.json manually.
These do not exist in the current registry and will be added.
'; - $out .= '' . assoc_h($slug) . 'These exist in the registry with different values. Choose to import or skip each one.
'; - $out .= '' . assoc_h($slug) . '';
- $out .= '