mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Change inline style to class name
This commit is contained in:
@@ -13,7 +13,7 @@ page_header(lang('Process list'), $error);
|
||||
?>
|
||||
|
||||
<form action="" method="post">
|
||||
<div style="overflow-x: auto;">
|
||||
<div class="scrollable">
|
||||
<table cellspacing="0" class="nowrap checkable">
|
||||
<?php
|
||||
echo script("mixin(qsl('table'), {onclick: tableClick, ondblclick: partialArg(tableClick, true)});");
|
||||
|
Reference in New Issue
Block a user