From a5cd83d6cdea56e5c974b6fd3d8efa6d41d05bdc Mon Sep 17 00:00:00 2001 From: Afterster Date: Sat, 13 Sep 2014 22:54:34 +0200 Subject: [PATCH] Fixed #447: Reseting art stops the player --- lib/class/art.class.php | 2 +- templates/show_catalog_row.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/class/art.class.php b/lib/class/art.class.php index f3b19761..71cf53ec 100644 --- a/lib/class/art.class.php +++ b/lib/class/art.class.php @@ -1490,7 +1490,7 @@ class Art extends database_object echo ""; } if ($GLOBALS['user']->has_access('75')) { - echo ""; + echo ""; echo UI::get_icon('delete', T_('Reset Art')); echo ""; } diff --git a/templates/show_catalog_row.inc.php b/templates/show_catalog_row.inc.php index e8643654..9d0fbf21 100644 --- a/templates/show_catalog_row.inc.php +++ b/templates/show_catalog_row.inc.php @@ -40,7 +40,7 @@ $button_flip_state_id = 'button_flip_state_' . $libitem->id; - + id, $icon, T_(ucfirst($icon)),'flip_state_' . $libitem->id); ?>