From ab717e60303e87bd6f6e157acb924f46b6090bc8 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 25 Sep 2018 13:22:45 -0600 Subject: [PATCH] Improve image manager UI --- pages/editimages.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/editimages.php b/pages/editimages.php index 11217dc..91ef7c3 100644 --- a/pages/editimages.php +++ b/pages/editimages.php @@ -20,13 +20,11 @@ if (!empty($VARS['id']) && $database->has('items', ['itemid' => $VARS['id']])) { ?>
-

- build("Editing images for item", ['item' => "" . htmlspecialchars($database->get('items', 'name', ['itemid' => $VARS['id']])) . ""]); ?> -

-
+
+

build("Editing images for item", ['item' => "" . htmlspecialchars($database->get('items', 'name', ['itemid' => $VARS['id']])) . ""]); ?>

-
+
@@ -40,18 +38,20 @@ if (!empty($VARS['id']) && $database->has('items', ['itemid' => $VARS['id']])) {
+
+
- + <?php echo $i['imagename']; ?>
- get("Promoted"); ?> + get("Promoted"); ?>