From 0afb2c0046b55c123eafb4ab9ee77efa68d12463 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 06 Jun 2026 17:15:31 +0000
Subject: [PATCH] =Starting the Favourites.js setup, converting previous Northeh stuff to new Registrar, fixing up Square.php integration to match

---
 inc/meta/Form.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inc/meta/Form.php b/inc/meta/Form.php
index 2cf3f05..8b7b414 100644
--- a/inc/meta/Form.php
+++ b/inc/meta/Form.php
@@ -1719,7 +1719,7 @@
 	{
 		return sprintf('<dialog id="jvb-selector" aria-labelledby="modal-title" aria-modal="true">
 				<div class="wrap col">
-					<header class="modal-header">
+					<header class="row">
 						<h3 id="modal-title">Select Taxonomy</h3>
 					</header>
 
@@ -1813,13 +1813,13 @@
 			<template class="selectedTerm">
 				<div class="selected-item row">
 					<span class="item-name"></span>
-					<button type="button" class="remove-term row">%s</button>
+					<button type="button" class="remove-term">%s</button>
 				</div>
 			</template>
 			<template class="termBreadcrumb">
 				<button type="button" class="path-level"></button>
 			</template>',
-			static::search('Search terms', 'search-terms'),
+			str_replace('class="search-container', 'class="open search-container', static::search('Search terms', 'search-terms')),
 			 jvbModalActions(),
 			jvbIcon('plus-square'),
 			jvbIcon('x')

--
Gitblit v1.10.0