mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-22 20:39:11 -04:00
Change admin/graphics to avoid using radio buttons. Instead, when you
hover over a toolkit it changes color and your cursor becomes a pointer. Clicking changes the toolkit.
This commit is contained in:
@@ -26,9 +26,8 @@ class Admin_Graphics_Controller extends Admin_Controller {
|
||||
print $view;
|
||||
}
|
||||
|
||||
public function save() {
|
||||
public function choose($toolkit) {
|
||||
access::verify_csrf();
|
||||
$toolkit = $this->input->post("graphics_toolkit");
|
||||
if ($toolkit != module::get_var("core", "graphics_toolkit")) {
|
||||
module::set_var("core", "graphics_toolkit", $toolkit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user